2005-08-28 [colin] 1.9.13cvs68
[claws.git] / ChangeLog-gtk2.claws
index 44ba3e2b8a335217bda782145a5523f4bb749833..51f5034077813894f18bdb199d1c40b38852de6d 100644 (file)
@@ -1,3 +1,148 @@
+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
+               Fix "Problem with replies". This happened only
+               on IMAP...
+       * src/procmsg.c
+               Factorize code a bit
+       * src/compose.c
+               Speed improvement on very long messages (wrapping)
+               Fix signature color on Reedit and Redirect
+               On Reedit, don't attach pgp-signatures parts, but
+               set signing to On.
+
+2005-08-24 [paul]      1.9.13cvs58
+
+       * src/compose.c
+               don't claim success when clicking
+               Cancel on the passphrase box.
+               Patch by Colin
+
+2005-08-24 [paul]      1.9.13cvs57
+
+       * src/main.c
+               fix misplaced sylpheed.log
+       * src/common/defs.h
+               define UIDL_DIR
+
+2005-08-24 [paul]      1.9.13cvs56
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
+               Patch by Colin
+       * src/gtk/sylpheed-marshal.c    ** REMOVED **
+       * src/gtk/sylpheed-marshal.h    ** REMOVED **
+               remove autogenerated files
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/install.sh
+       * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
+       * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
+               use Claws icon, use 'Sylpheed-Claws' in menu,
+               use kdialog, and other cleanups
+
+2005-08-23 [paul]      1.9.13cvs55
+
+       * src/compose.c
+               fix paste/wrap crash
+               Patch by Colin
+
+2005-08-23 [paul]      1.9.13cvs54
+
+       * src/main.c
+               fix crash recovery
+               Patch by Colin
+
+2005-08-23 [paul]      1.9.13cvs53
+
+       * src/addressbook.c
+       * src/editaddress.c
+               view all data of LDAP contacts
+               Patch by Colin
+
+2005-08-23 [paul]      1.9.13cvs52
+
+       * src/addressbook.c
+               fix issues with the Search field
+               Patch by Colin
+
+2005-08-22 [paul]      1.9.13cvs51
+
+       * src/folderview.c
+               put name of folder in processing dialog
+               title
+       * src/prefs_folder_item.c
+               improve english usage
+
 2005-08-22 [paul]      1.9.13cvs50
 
        * src/filtering.c