2012-09-13 [colin] 3.8.1cvs57
[claws.git] / ChangeLog
index ad4a7cbd3dcd484b4b9ff118a0a467dc9d6e6b7a..1408c9a44d4c1bb9ead401f921739805bcc4cfcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2012-09-13 [colin]     3.8.1cvs57
+
+       * src/stock_pixmap.c
+               Fix missing \n in debug line
+
+2012-09-13 [colin]     3.8.1cvs56
+
+       * src/main.c
+               Don't listen on the Unix socket before we're
+               ready. The 'popup' order from another instance
+               may provoke a race and trash configuration files.
+
+2012-09-13 [colin]     3.8.1cvs55
+
+       * src/imap.c
+               Maybe fix bug #2096, "MEMORY-ERROR w/ 
+               Claws-Mail/IMAP and Lotus Domino". Use
+               correct types for start/end and test if
+               start is indeed before end.
+
+2012-09-12 [mones]     3.8.1cvs54
+
+       * src/prefs_other.c
+               Fix 1975 'preference mutt key bindings do not take effect'
+               (and the other invalid paths too)
+
+2012-09-12 [colin]     3.8.1cvs53
+
+       * src/procmsg.c
+               Revert that hunk, logic is unclear.
+
+2012-09-12 [colin]     3.8.1cvs52
+
+       * src/addressbook.c
+       * src/addrharvest.c
+       * src/addrindex.c
+       * src/addritem.c
+       * src/compose.c
+       * src/edittags.c
+       * src/folder.c
+       * src/imap.c
+       * src/inc.c
+       * src/ldif.c
+       * src/mainwindow.c
+       * src/mbox.c
+       * src/mimeview.c
+       * src/mutt.c
+       * src/partial_download.c
+       * src/prefs_filtering_action.c
+       * src/prefs_toolbar.c
+       * src/printing.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/utils.c
+       * src/etpan/imap-thread.c
+       * src/gtk/gtkaspell.c
+       * src/plugins/pgpcore/sgpgme.c
+               More fixes from bug #1961:
+               - Write-only variables
+               - Null pointer dereferences
+               - A couple other fixes for which the reporter
+                 was unsure, but which showed problems.
+               More details in bug #1961 comments.
+
+2012-09-12 [colin]     3.8.1cvs51
+
+       * src/compose.c
+       * src/mh.c
+       * src/common/ssl.c
+       * src/plugins/pgpcore/passphrase.c
+               Apply patches from bug #1961, "patches for
+               a couple of clang warnings":
+               - Check return codes
+               - Remove dead code
+
+2012-09-12 [colin]     3.8.1cvs50
+
+       * claws-mail.pc.in
+               Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
+               where the included menu.h could come from Ncurses.
+               Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
+
+2012-09-11 [colin]     3.8.1cvs49
+
+       * src/main.c
+               Fix race condition at start.
+
 2012-09-10 [colin]     3.8.1cvs48
 
        * src/main.c