2005-09-04 [paul] 1.9.13cvs82
[claws.git] / ChangeLog-gtk2.claws
index ef03845d45431e1bb6844b3280cd91aa399876e2..d91f4b49c0b1667b539b0a1e4aeeefd2cb1101af 100644 (file)
@@ -1,3 +1,310 @@
+2005-09-04 [paul]      1.9.13cvs82
+
+       * src/compose.c
+               only warn about exceeded line length limit
+               on send
+
+2005-09-04 [paul]      1.9.13cvs81
+
+       * src/compose.c
+               fix crash in 'line length exceeded' dialogue
+
+2005-09-02 [paul]      1.9.13cvs80
+
+       * src/imap.c
+               fix bug 795, 'Connection lost IMAP'
+               and add statusbar prints
+               Patch by Colin
+
+2005-09-02 [paul]      1.9.13cvs79
+
+       * src/compose.c
+               compose_wrap_paragraph() becomes
+               compose_beautify_paragraph()
+               Patch by Colin
+
+2005-09-02 [cleroy]    1.9.13cvs78
+
+       * src/folderview.c
+               Micro-fix
+
+2005-09-01 [colin]     1.9.13cvs77
+
+       * src/imap.c
+               Maybe fix bug #795 (Connection lost IMAP)
+               Don't try to send logout when we're disconnected.
+       * src/summaryview.c
+               Include locked and marked emails in HRM
+               view. Fixes bug #800 (Locked messages no longer 
+               show up when hide read messages is used)
+
+2005-09-01 [paul]      1.9.13cvs76
+
+       * src/prefs_common.c
+               fix bad cutting
+
+2005-08-31 [colin]     1.9.13cvs75
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               Fix "go to next new", fix preference
+               (Open unread/next swapped)
+
+2005-08-31 [paul]      1.9.13cvs74
+
+       * src/compose.c
+       * src/folderview.c
+       * src/headerview.c
+       * src/headerview.h
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_fonts.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/defs.h
+               remove obsolete BOLD_FONT setting
+               fix font update in headerview and textview
+               headers after prefs change
+               Patch By Colin
+
+2005-08-31 [paul]
+
+       1.9.14-rc4 released
+
+2005-08-30 [colin]     1.9.13cvs73
+
+       * src/summaryview.c
+               When Hide read messages is selected and we
+               refresh the summaryview, don't remove the 
+               currently displayed message. Fixes bug #797
+               (Summary view reloads when new mail is 
+               downloaded in 1.9.14 rc)
+
+2005-08-30 [colin]     1.9.13cvs72
+
+       * src/folderview.c
+               Fix flickering
+       * src/mainwindow.c
+               Remove useless callback
+       * src/mimeview.c
+       * src/gtk/filesel.c
+       * src/gtk/filesel.h
+               Add a filesel_select_file_save_folder() - used by Save All
+
+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
+               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
+       * src/filtering.h
+       * src/matcher.c
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+               add Filtering/Processing rule names feature.
+               (the incompatible old matcherrc is saved as
+               matcherrc.pre_names).
+               Patch by Colin
+
+2005-08-22 [paul]      1.9.13cvs49
+
+       * src/procmsg.c
+               fix colour labelling
+               Patch by Colin
+
+2005-08-22 [paul]      1.9.13cvs48
+
+       * src/textview.c
+               fix open_image_cb()
+
+2005-08-22 [paul]      1.9.13cvs47
+
+       * src/imap.c
+               fix bug 789, 'SC crashes with imap (CVS ver)'
+               Patch by Colin
+
+2005-08-22 [paul]      1.9.13cvs46
+
+       * src/mimeview.c
+       * src/prefs_common.c
+       * src/common/defs.h
+               define reused defaults in defs.h
+       * src/textview.c
+               add 'Open image' to image popup menu
+
 2005-08-21 [colin]     1.9.13cvs45
 
        * src/summaryview.c