2007-09-01 [colin] 2.10.0cvs189
[claws.git] / ChangeLog
index f7494d2b9a9bacdff0e30dff68138c6445e8d5ef..81febc1987cc6c25180d14fd295d030dd16d0d97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,243 @@
+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
+               The same fix for another hook id.
+
+2007-08-24 [holger]    2.10.0cvs169
+
+       * src/plugins/trayicon/trayicon.c
+               Micro-fix: Do the error checking for
+               the right hook id.
+
+2007-08-24 [paul]      2.10.0cvs168
+
+       * src/folder.h
+               fix typo causing compiler warning
+
+2007-08-24 [paul]      2.10.0cvs167
+
+       * README
+               put back the correct version of this file also
+
+2007-08-24 [colin]     2.10.0cvs166
+
+       * src/send_message.c
+               Use progress bar when sending messages
+
+2007-08-24 [paul]      2.10.0cvs165
+
+       * Makefile.am
+               oops! if i'm quick no-one will notice
+               (put back the proper file)
+
+2007-08-24 [paul]      2.10.0cvs164
+
+       * AUTHORS
+       * Makefile.am
+       * README
+       * src/gtk/authors.h
+       * tools/Makefile.am
+       * tools/README
+       * tools/mew2claws-mail.pl
+               add new script that imports a Mew address book
+               submitted by Jerome Lelong
+
+2007-08-24 [paul]      2.10.0cvs163
+
+       * manual/plugins.xml
+               remove the obsolete plugins, add the
+               missing plugins, including the forthcoming
+               SpamReport plugin
+
+2007-08-24 [paul]      2.10.0cvs162
+
+       * manual/advanced.xml
+               add info about the hidden emphasis_color option
+       * manual/keyboard.xml
+               correct the info about hotkeys
+               wrap the long lines
+
+2007-08-24 [paul]      2.10.0cvs161
+
+       * src/folderview.c
+               add mnemonic to 'Run procesing rules'
+
+2007-08-24 [paul]      2.10.0cvs160
+
+       * src/account.c
+       * src/folder.c
+       * src/folder.h
+               use suitable defaults for outbox,
+               queue, drafts and trash folders
+
+2007-08-24 [wwp]       2.10.0cvs159
+
+       * src/folderview.c
+               Update menu item sensitivity if necessary (or we get a
+               gtk critical message).
+
 2007-08-23 [wwp]       2.10.0cvs158
 
        * src/action.c