2007-09-01 [colin] 2.10.0cvs189
[claws.git] / ChangeLog
index 38d647f74a847ff21b68e41538fd7f9d8c103f63..81febc1987cc6c25180d14fd295d030dd16d0d97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,165 @@
+2007-09-01 [colin]     2.10.0cvs189
+
+       * src/main.c
+               Fix double-reading of accounts list when
+               the wizard has been run due to no accounts
+       * src/mainwindow.c
+               Fix sensitivity of a menu item in case 
+               there's no account
+
+2007-09-01 [wwp]       2.10.0cvs188
+
+       * src/wizard.c
+               Fix wizard crash when Mailbox dir already exists
+               (thanks to Colin).
+
+2007-08-31 [colin]     2.10.0cvs187
+
+       * src/etpan/imap-thread.c
+               Fix unwanted creation of 
+               libetpan's stream dump file
+       * src/compose.c
+               Fix coloring of pastes as quotation
+       * src/summaryview.c
+               Maemo: Fix opening of mails from keypad
+               in Sent folders
+       * src/addressbook.c
+       * src/folderview.c
+       * src/image_viewer.c
+       * src/mimeview.c
+       * src/gtk/prefswindow.c
+               Maemo: Fix adjustments changes 
+
+2007-08-30 [colin]     2.10.0cvs186
+
+       * src/folderview.c
+               Don't opened selected folder when clicking
+               on white space
+       * src/mainwindow.c
+               Maemo: Make Esc close messageviews
+       * src/messageview.c
+               Maemo: Fix message scrolling to the end on 
+               opening
+               Maemo: Fix reopening same message
+       * src/gtk/prefswindow.c
+               Maemo: try to fix scrollbar. Doesn't work,
+               it seems as if gtk_adjustment_set_value was
+               a noop.
+
+2007-08-30 [colin]     2.10.0cvs185
+
+       * src/compose.c
+       * src/folderview.c
+       * src/main.c
+       * src/prefs_matcher.c
+       * src/prefs_template.c
+       * src/quote_fmt.c
+       * src/send_message.c
+       * src/toolbar.c
+       * src/gtk/gtkaspell.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Fix all potential misuses of format-string functions
+
+2007-08-30 [wwp]       2.10.0cvs184
+
+       * src/prefs_template.c
+               Fix a leak.
+
+2007-08-29 [colin]     2.10.0cvs183
+
+       * src/plugins/trayicon/trayicon.c
+               Fix leak of hooks in case of error,
+               thanks to Holger Berndt
+
+2007-08-28 [colin]     2.10.0cvs182
+
+       * src/mainwindow.c
+               Don't use current folder settings when
+               composing from the compose button's
+               account selector
+
+2007-08-28 [colin]     2.10.0cvs181
+
+       * src/quote_fmt_parse.y
+               Fix cursor offset when quote contains UTF-8
+               chars
+
+2007-08-28 [colin]     2.10.0cvs180
+
+       * src/compose.c
+       * src/compose.h
+               Fix signature replacement when it's been wrapped
+
+2007-08-27 [colin]     2.10.0cvs179
+
+       * src/summaryview.c
+               Fix indentation
+
+2007-08-27 [colin]     2.10.0cvs178
+
+       * src/summaryview.c
+               Fix Quicksearch's Sticky mode
+
+2007-08-27 [colin]     2.10.0cvs177
+
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+               Fix loss of subfolders properties when
+               renaming a folder
+
+2007-08-26 [wwp]       2.10.0cvs176
+
+       * src/alertpanel.c
+       * src/messageview.c
+       * src/prefs_actions.c
+               Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
+               will have to be used when necessary *before* calling
+               alertpanel functions.
+
+2007-08-25 [paul]      2.10.0cvs175
+
+       * src/prefs_actions.c
+               workaround gettext problem marking
+               string as c-format when it's not
+
+2007-08-25 [wwp]       2.10.0cvs174
+
+       * src/alertpanel.c
+       * src/messageview.c
+       * src/prefs_actions.c
+               Call the pango markup escape function right ince in alertpanel_create
+               instead of everywhere (reverts some parts of 2.10.0cvs123 and
+               2.10.0cvs158).
+
+       * src/common/log.c
+               Fix a crash due to a misuse of g_print(), encountered when the string
+               passed to g_print was containing printf substitution symbols.
+
+2007-08-25 [paul]      2.10.0cvs173
+
+       * src/common/log.c
+               fix a segfault when refreshing RSSyl feeds
+
+2007-08-25 [paul]      2.10.0cvs172
+
+       * src/gtk/icon_legend.c
+               add watchthread.xpm
+
+2007-08-25 [paul]      2.10.0cvs171
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/pixmaps/insert_file.xpm
+               add a new pixmap instead of re-using
+               paste.xpm. (easier for icon theme authors)
+
 2007-08-24 [holger]    2.10.0cvs170
 
        * src/plugins/trayicon/trayicon.c