Commit graph

3 commits

Author SHA1 Message Date
Christoph Hohmann
7c4354ce71 0.8.10claws70
* configure.ac
* src/prefs_account.c
* src/prefs_gtk.[ch]
* src/common/.cvsignore
* src/common/Makefile.am
* src/common/passcrypt.c                ** NEW **
* src/common/passcrypt.h.in             ** NEW **
        Implement password encryption in config files
        using unix encrypt and setkey functions. The crypt
        key can be set as a configure parameter. Old
        passwords will be converted if they do not begin
        with '!'
2003-03-02 16:29:07 +00:00
Christoph Hohmann
3bf2e89722 0.8.6claws82
* src/about.c
* src/addr_compl.c
* src/codeconv.c
* src/manual.c
* src/undo.c
* src/common/utils.c
        o add missing includes
        o fix warnings
* src/.cvsignore
* src/common/.cvsignore
* src/common/version.h          ** REMOVE **
        remove autogenerated file
2002-12-08 16:32:17 +00:00
Christoph Hohmann
cfd60223b5 0.8.6claws41
* src/common                    ** NEW **
        new directory for UI independent code
* src/gtk                       ** NEW **
        new directory for GTK frontend
* src/common/.cvsignore         ** NEW **
* src/gtk/.cvsignore            ** NEW **
        ignore build files
* src/common/Makefile.am        ** NEW **
* src/gtk/Makefile.am           ** NEW **
        automake files to build new seperated stuff
* src/Makefile.am
        the binary will currently still be build with the
        files in src, so we include the code from the
        subdirs for now after building the libs there
2002-11-30 17:26:51 +00:00