2004-11-17 [colin] 0.9.12cvs151
[claws.git] / ChangeLog.claws
index aa0b7ae823d726d122d8168891b3ed9ae79657f1..4790f0f581351b04a5e38fa4df1e05275cc3b7cf 100644 (file)
@@ -1,3 +1,108 @@
+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
+       * src/procmime.c
+       * src/procmime.h
+               fix sync breakage 
+
+2004-11-12 [paul]
+
+       * src/pixmaps/complete.xpm
+       * src/pixmaps/continue.xpm
+               small sync with main, see ChangeLog 2004-11-11
+
+2004-11-11 [paul]      0.9.12cvs145
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/account.c
+       * src/folderview.c
+       * src/folderview.h
+       * src/imap.c
+       * src/imap_gtk.c
+       * src/inc.c
+       * src/mainwindow.c
+       * src/mh_gtk.c
+       * src/news_gtk.c
+       * src/pop.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_ext_prog.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/defs.h
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               sync with main 1.0.0beta2 (plus 4)
+
+2004-11-09 [christoph] 0.9.12cvs144
+
+       * src/compose.c
+       * src/prefs_account.[ch]
+               add option menu to select default privacy system
+
+       * src/plugins/pgpmime/pgpmime.c
+               better memory allocation
+
+       * src/folder.c
+               syncronize flags when scanning a folder
+
+2004-11-08 [colin]     0.9.12cvs143
+
+       * src/summaryview.c
+               Prevent useless folder count updates while 
+               quicksearch is running. It is really annoying 
+               while quicksearch is running a full-mail
+               scan, like 'b foo', in a big folder.
+
+2004-11-08 [colin]     0.9.12cvs142
+
+       * src/textview.c
+               Really fix these mail URIs
+
+2004-11-08 [colin]     0.9.12cvs141
+
+       * src/textview.c
+               fix "colin@colino.net" <colin@colino.net> 
+               types of URIs
+
+2004-11-06 [colin]     0.9.12cvs140
+
+       * src/compose.c
+               Don't ask for passphrase if not sending
+
 2004-11-05 [christoph] 0.9.12cvs139
 
        * src/compose.c