sync with HEAD
[claws.git] / ChangeLog.claws
index 683665ac263eac13afe5cec924eb526b3ae67de0..421629b4630d87c481f9e859eddfe52867e8d70f 100644 (file)
@@ -1,3 +1,112 @@
+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
+       * src/prefs_account.h
+       * src/procmsg.c
+               Add an option to let the user choose to store encrypted
+               mail as clear text or encrypted.
+
+2004-11-17 [colin]     0.9.12cvs155
+
+       * src/compose.c
+       * src/toolbar.c
+               Be verbose when sending fails
+       * src/procmsg.c
+               Fix procmsg_send_queue returning 0 when there's an error
+               Don't send messages to be encrypted to nobody 
+
+
+2004-11-17 [colin]     0.9.12cvs154
+
+       * src/privacy.c
+               Fix more pointer confusion
+
+2004-11-17 [paul]      0.9.12cvs153
+
+       * src/procmime.h
+               forgotten in sync with main 1.0.0beta3
+
+
+2004-11-17 [paul]      0.9.12cvs152
+
+       * ChangeLog
+       * ChangeLog.jp
+       * NEWS
+       * src/compose.c
+       * src/jpilot.c
+       * src/procmime.c
+               sync with main 1.0.0beta3
+               see ChangeLog 2004-11-15 and 2004-11-16
+
+2004-11-17 [colin]     0.9.12cvs151
+
+       * src/plugins/pgpmime/pgpmime.c
+               Remove debug printf
+
+2004-11-17 [colin]     0.9.12cvs150
+
+       * src/plugins/pgpmime/pgpmime.c
+               Fix off-by-one causing segs
+
+2004-11-17 [colin]     0.9.12cvs149
+
+       * src/procmsg.c
+               < Reboot_> don't compare pointers to NULL with !
+               So, use the other form to bring consistency.
+               Also fix coding style.
+
+2004-11-16 [colin]     0.9.12cvs148
+
+       * src/procmsg.c
+               Fix the fix :)
+
+2004-11-16 [colin]     0.9.12cvs147
+
+       * src/procmsg.c
+               Fix leaks in procmsg_send_message_queue
+
 2004-11-12 [paul]      0.9.12cvs146
 
        * src/prefs_account.c