2007-08-06 [wwp] 2.10.0cvs96
[claws.git] / ChangeLog
index b494e2a4a0d968bd5f5e79974669cef0bd27de93..665ec83c1944d286bf0c437228dd41a897ef42be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2007-08-06 [wwp]       2.10.0cvs96
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/textview.c
+               Allow changing the emphasis color used to highlight
+               the newsreader/x-mailer header value when it matches
+               our preferred mail agent (hidden pref 'emphasis_col' added
+               to clawsrc).
+
+2007-08-06 [colin]     2.10.0cvs95
+
+       * src/compose.c
+       * src/compose.h
+               Re-commit 2.10.0cvs86, with a protection
+               against Pango bug. Also, try to fix 
+               bug 1275, 'auto-saved draft messages not 
+               always being removed'
+
+2007-08-06 [wwp]       2.10.0cvs94
+
+       * src/gtk/quicksearch.c
+               Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
+
+2007-08-06 [ticho]     2.10.0cvs93
+
+       * src/prefs_account.c
+       * src/gtk/combobox.c
+               Use GtkComboBox instead of GtkOptionMenu for privacy system
+               selection in account preferences.
+
+2007-08-06 [wwp]       2.10.0cvs92
+
+       * src/plugins/pgpcore/plugin.def
+               Apply one more chunk from gpg4win's 03-w32-port patch.
+
+2007-08-05 [colin]     2.10.0cvs91
+
+       * src/compose.c
+       * src/compose.h
+               reverting buggy patch for now
+
+2007-08-05 [colin]     2.10.0cvs90
+
+       * src/folder.c
+               Fix slowdown
+
+2007-08-04 [colin]     2.10.0cvs89
+
+       * src/prefs_summaries.c
+       * src/summary_search.c
+               Replace deprecated widgets. Patch by
+               Andrej.
+
+2007-08-04 [colin]     2.10.0cvs88
+
+       * src/mh.c
+               Refresh GUI only every 2000 mails on mh_get_last_num
+               This is fast (readdir) and done only once per 
+               session/folder
+
+2007-08-03 [colin]     2.10.0cvs87
+
+       * src/prefs_account.c
+       * src/gtk/combobox.h
+       * src/gtk/gtkutils.c
+               Fix a deprecated widget. Patch by
+               Andrej
+
+2007-08-03 [colin]     2.10.0cvs86
+
+       * src/compose.c
+       * src/compose.h
+               Make colorisation and wrapping algorithms
+               faster. Fixes bug 1246, 'compose becomes 
+               increasingly slow replying to complex emails'
+
+2007-08-03 [paul]      2.10.0cvs85
+
+       * src/mh.c
+               keep the window painted
+
+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