2007-08-02 [paul] 2.10.0cvs84
[claws.git] / ChangeLog
index 50240ddeac61f07de3b71c2e06cd189fadfb1e3a..5fc0ba8ad1d96929f7f0087ae245cce14e453feb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,177 @@
+2007-08-02 [paul]      2.10.0cvs84
+
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+               enable running folder Processing
+               rules on demand
+
+2007-08-02 [paul]      2.10.0cvs83
+
+       * src/textview.c
+               speed up/clean up rendering of larger
+               msgs
+               Thanks to Colin
+
+2007-08-01 [paul]      2.10.0cvs82
+
+       * src/mainwindow.h
+               clean up cruft
+       * src/toolbar.c
+               change default toolbar layout on maemo
+       * src/pixmaps/close.xpm
+               make the red cross a grey cross
+       * src/pixmaps/jpilot.xpm
+               make icon smaller so it fits better
+
+2007-07-31 [paul]      2.10.0cvs81
+
+       * src/setup.c
+       * src/gtk/gtkutils.c
+               fix crash on maemo on first launch
+
+2007-07-30 [paul]      2.10.0cvs80
+
+       * src/prefs_matcher.c
+               specify the units of age and size
+
+2007-07-30 [paul]      2.10.0cvs79
+
+       * src/main.c
+               Fix IMAP timeout setting
+
+2007-07-30 [colin]     2.10.0cvs78
+
+       * src/prefs_account.c
+               Fix a deprecated widget. Patch by
+               Andrej
+
+2007-07-27 [paul]      2.10.0cvs77
+
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               these changes forgotten in cvs74's
+               'watch thread' feature
+
+2007-07-27 [paul]      2.10.0cvs76
+
+       * src/compose.c
+               fix potential crasher
+               thanks to Colin
+
+2007-07-27 [paul]      2.10.0cvs75
+
+       * src/mainwindow.c
+       * src/manual.c
+       * src/manual.h
+       * src/gtk/gtkutils.c
+               make mainwindow's /Help/Manual point to the
+               remote copy if the local copy doesn't exist
+
+2007-07-27 [paul]      2.10.0cvs74
+
+       * src/Makefile.am
+       * src/filtering.c
+       * src/folder.c
+       * src/mainwindow.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/toolbar.c
+       * src/toolbar.h
+       * src/pixmaps/watchthread.xpm
+               add 'watch thread' feature
+
+2007-07-27 [paul]      2.10.0cvs73
+
+       * src/prefs_folder_item.c
+               adjust labels, add tooltips
+
+2007-07-27 [colin]     2.10.0cvs72
+
+       * src/summaryview.c
+               Maemo: Remove less used menu items
+
+2007-07-26 [colin]     2.10.0cvs71
+
+       * src/messageview.c
+               Maemo: destroy messageview after trashing mail.
+               Maybe should be done on X11 too
+
+2007-07-26 [colin]     2.10.0cvs70
+
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+               Add View/Show or Hide/Column headers
+
+2007-07-26 [colin]     2.10.0cvs69
+
+       * src/procmime.c
+               Fix unwanted output
+
+2007-07-26 [colin]     2.10.0cvs68
+
+       * src/ldapserver.c
+               Fix possible crash on cache invalidation
+       * src/compose.c
+       * src/procmime.c
+       * src/procmime.h
+       * src/quote_fmt_parse.y
+               Make replying to mails with big attachments
+               much faster. Fixes bug 1224, 'The process of 
+               Replying to emails with large attachments 
+               seems unreasonably long...'
+
+2007-07-26 [colin]     2.10.0cvs67
+
+       * src/mimeview.c
+       * src/matcher.c
+       * src/common/ssl.c
+               Fix threads use on BSDs
+
+2007-07-26 [paul]      2.10.0cvs66
+
+       * src/gtk/prefswindow.c
+               fix account prefs breakage
+               thanks to Colin
+
+2007-07-26 [paul]      2.10.0cvs65
+
+       * configure.ac
+               standardise ./configure --help messages
+
+2007-07-26 [colin]     2.10.0cvs64
+
+       * src/addressbook.c
+       * src/editaddress.c
+               Fix two vCard-related crashes
+
+2007-07-25 [colin]     2.10.0cvs63
+
+       * src/inc.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_receive.c
+               Maemo: Add a better way to notify of
+               new mails
+       * src/mainwindow.c
+       * src/statusbar.h
+       * src/summaryview.c
+       * src/toolbar.c
+               Maemo: Various layout fixes
+       * src/gtk/prefswindow.c
+               Maemo: Better prefs layout
+
 2007-07-25 [paul]      2.10.0cvs62
 
        * src/textview.c