2004-11-23 [thorsten] 0.9.12cvs168
[claws.git] / ChangeLog.claws
index c0142906ed6271ca68c7f4efe9357013c14e32a9..e4a8927b96c035dc377359c4b27b18d34b220e9a 100644 (file)
@@ -1,3 +1,99 @@
+2004-11-23 [thorsten]  0.9.12cvs168
+
+       * src/plugins/pgpmime/plugin.c
+               typo: plugin_init instead of plugin_done
+
+2004-11-23 [thorsten]  0.9.12cvs167
+
+       * commitHelper
+               o add me
+       * src/partial_download.c
+       * src/partial_download.h
+               o fix path for includes
+
+2004-11-23 [colin]     0.9.12cvs166
+
+       * src/procmime.c
+               Uh, changed API.
+
+2004-11-23 [colin]     0.9.12cvs165
+
+       * src/procmime.c
+               Fix mime headers wrapping
+
+2004-11-23 [christoph] 0.9.12cvs164
+
+       * src/common/Makefile.am
+       * src/common/partial_download.[ch]
+       * src/Makefile.am
+       * src/partial_download.[ch]
+       * src/folderview.c
+               move to src because it depends on src stuff
+
+       * src/codeconv.c
+       * src/common/base64.h
+               move B64LEN macro to base64.h
+
+       * src/compose.c
+       * src/privacy.[ch]
+               add PrefsAccount to sign-function parameters
+
+       * src/main.c
+       * src/prefs_account.[ch]
+       * src/gtk/prefswindow.[ch]
+               o use new prefswindow for account prefs
+               o add possibility to add new pages to account prefs
+
+       * src/plugins/pgpmime/prefs_gpg.[ch]
+       * src/plugins/pgpmime/prefs_gpg.glade
+               add account prefs for GPG
+
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/sgpgme.[ch]
+               create signers list based on the GPG account prefs
+
+2004-11-23 [colin]     0.9.12cvs163
+
+       * src/main.c
+               Fix cursor going from normal to wait
+               as many times as there are folders
+               (very noticeable on exported displays)
+
+2004-11-23 [colin]     0.9.12cvs162
+
+       * src/msgcache.c
+               HEAD needs this leak fix too
+
+2004-11-22 [luke]      0.9.12cvs161
+
+       * src/gtk/gtkstext.c
+               'Up' key moves one line (not one paragraph) like 'Down'
+
+2004-11-22 [paul]      0.9.12cvs160
+
+       * src/prefs_themes.c
+               fix oversized GtkFrames
+
+2004-11-19 [paul]      0.9.12cvs159
+
+       * src/prefs_common.c
+               update prefs_keybind_apply_clicked()
+
+2004-11-18 [paul]      0.9.12cvs158
+
+       * src/compose.c
+       * src/messageview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               use Message-ID format like that previously
+               used in compose_generate_msgid()
+
+2004-11-17 [christoph] 0.9.12cvs157
+
+       * src/mainwindow.c
+       * src/prefs_common.c
+               integrate "Common preferences" into new preferences dialog
+
 2004-11-17 [colin]     0.9.12cvs156
 
        * src/prefs_account.c