2005-10-20 [colin] 1.9.15cvs81
[claws.git] / ChangeLog-gtk2.claws
index 4b725b7ae1413e58c34a5bca752e41c04a16b24d..bbd3d429fae70bf06710112d63d64c1475bcfa84 100644 (file)
@@ -1,3 +1,139 @@
+2005-10-20 [colin]     1.9.15cvs81
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               Fix possible crash.
+
+2005-10-20 [paul]      1.9.15cvs80
+
+       * src/folder.c
+               don't show clipkey icon if the only
+               attachment is the signature
+               Patch by Colin
+
+2005-10-20 [paul]      1.9.15cvs79
+
+       * AUTHORS
+       * src/plugins/pgpmime/pgpmime.c
+               name the PGP/MIME signature 'signature.asc'
+               Patch by Andrew Nelson <freeandy@gmail.com>
+
+2005-10-19 [colin]     1.9.15cvs78
+
+       * src/plugins/pgpmime/pgpmime.c
+               Oops, no need to double-check though
+
+2005-10-19 [colin]     1.9.15cvs77
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Check that my_tmpfile() doesn't 
+               return NULL
+
+2005-10-19 [colin]     1.9.15cvs76
+
+       * src/common/utils.c
+               Use shorter mime boundaries to avoid having
+               MTAs rewrapping our headers, breaking the
+               PGP signature in the process 
+       * src/compose.c
+       * src/plugins/pgpmime/pgpmime.c
+               Check for boundary uniqueness to be sure
+               it won't happen, instead of hoping for the
+               best
+
+2005-10-19 [colin]     1.9.15cvs75
+
+       * sylpheed-claws.desktop
+       * src/Makefile.am
+       * src/main.c
+               Ship a sylpheed-claws binary instead
+               of a sylpheed one. Change the socket
+               name, too
+       * src/folderview.c
+               Update folder only if it changed
+       * src/wizard.c
+               Fix i18n in welcome mail, patch by
+               Fabien Vantard
+
+2005-10-19 [paul]
+
+       1.9.99-rc2 released
+
+2005-10-19 [paul]      1.9.15cvs74
+
+       * src/folder.c
+       * src/folderview.c
+               fix summaryview update
+               Patch by Colin
+
+2005-10-18 [colin]     1.9.15cvs73
+
+       * src/plugins/pgpcore/passphrase.c
+               Don't XGrabServer, and try a bit more to 
+               sync everything before grabbing mouse/keyboard
+
+2005-10-18 [colin]     1.9.15cvs72
+
+       * src/Makefile.am
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/mimeview.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+       * src/pixmaps/empty.xpm
+               Implement a wrapper call for gtk_ctree_set_node_info
+               and gtk_ctree_insert_node, that uses a 1x1 transparent
+               pixmap instead of a NULL one. This works around some
+               memory problems deep inside gtk, revealed by valgrind,
+               and fixes bug #834 (Pressing CTRl-D on a message marked 
+               as locked crashes sylpheed.), as well as, probably, 
+               wwp's 4th dimension problems that happen in gtk_ctree_*.
+
+2005-10-17 [colin]     1.9.15cvs71
+
+       * src/mimeview.c
+               Provide visual feedback when checking
+               signature
+
+2005-10-17 [colin]     1.9.15cvs70
+
+       * src/main.c
+               Keep the folder list frozen while checking caches...
+
+2005-10-17 [colin]     1.9.15cvs69
+
+       * src/addr_compl.c
+               Fi bug #833 (Autocompleting from addressbook 
+               fails with extended chars)
+       * src/imap.c
+               Fix 'adding messages' staying in statusbar
+               after an error
+
+2005-10-17 [wwp]       1.9.15cvs68
+
+       * src/ssl_manager.c
+               Fix buttons' layout resizing when window size changes
+
+2005-10-17 [wwp]       1.9.15cvs67
+
+       * src/account.c
+       * src/prefs_account.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.c
+       * src/gtk/logwindow.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               Remember yet more window sizes (log, prefs, folder prefs, accounts)
+
 2005-10-17 [paul]      1.9.15cvs66
 
        * configure.ac