2005-08-29 [paul] 1.9.13cvs71
[claws.git] / ChangeLog-gtk2.claws
index ae2b8b98186896f26980e12d48e7de3d07bc7365..ef234c75ff9fe95d1b006cfe4d81ced52bb66c7a 100644 (file)
@@ -1,3 +1,98 @@
+2005-08-29 [paul]      1.9.13cvs71
+
+       * AUTHORS
+       * src/matcher_parser_parse.y
+       * src/etpan/imap-thread.c
+               fix building on FreeBSD
+               Patch by Daniel Gustafson <daniel@hobbit.se>
+
+2005-08-29 [paul]      1.9.13cvs70
+
+       * src/plugins/pgpinline/pgpinline.c
+               only initialise sig result if it's been handled
+               Patch by Colin
+
+2005-08-29 [paul]      1.9.13cvs69
+       
+       Patches by Colin:
+
+       * src/imap.c
+       * src/common.utils.c
+       * src/common/utils.h
+               optimisation
+       * src/stock_pixmap.h
+               fix wrong icon reference
+       * src/pixmaps/trash_btn.xpm
+               replace with nicer image
+
+2005-08-28 [colin]     1.9.13cvs68
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/toolbar.c
+       * src/pixmaps/trash_btn.xpm
+               Add a specific trash xpm for the button
+
+2005-08-28 [colin]     1.9.13cvs67
+
+       * src/imap.c
+               Fix leak
+
+2005-08-27 [colin]     1.9.13cvs66
+
+       * src/imap.c
+       * src/procmime.c
+               Correctly fix "Problem with replies", fixes
+               pgpmime encryption too. 
+
+2005-08-27 [colin]     1.9.13cvs65
+
+       * src/folder.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+               Fix bug #517 (messages removed from summaryview 
+               when moving fails)
+
+2005-08-27 [colin]     1.9.13cvs64
+
+       * tools/Makefile.am
+       * tools/asus_mailled.sh
+               Add a script to blink ASUS laptops' mail LED where there
+               is unread mail.
+
+2005-08-27 [colin]     1.9.13cvs63
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Implement automatic choosing of login method
+               Fixes bug #791
+       * src/gtk/.cvsignore
+               Add sylpheed-marshal.[ch]
+
+2005-08-27 [colin]     1.9.13cvs62
+
+       * src/common/utils.c
+               Fix confusing perror
+
+2005-08-27 [colin]     1.9.13cvs61
+
+       * src/toolbar.c
+       * src/toolbar.h
+               Remove A_DELETE, replace it with 
+               A_TRASH and A_DELETE_REAL. Automatically
+               rewrite config files to replace A_DELETE
+               with A_TRASH (no functionality change).
+               Fixes half of #794
+
+2005-08-26 [colin]     1.9.13cvs60
+
+       * src/procmime.c
+               Previous "Problem with replies" fix brought other
+               problems, fixing them
+
 2005-08-26 [colin]     1.9.13cvs59
 
        * src/procmime.c