2007-09-22 [colin] 3.0.1cvs22
[claws.git] / ChangeLog
index 85fe5c20815945a455f421be7acdf17639a88b1d..b4f4a014a06e7030645e28756a2411fb06ff1c42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,441 @@
+2007-09-22 [colin]     3.0.1cvs22
+
+       * src/folder.c
+       * src/folder.h
+       * src/prefs_folder_item.c
+               Add a button to allow users to drop local caches.
+
+2007-09-21 [colin]     3.0.1cvs21
+
+       * src/summaryview.c
+               Remove unnecessary error when cancelling export to mbox.
+               Patch by Pawel
+
+2007-09-21 [paul]      3.0.1cvs20
+
+       * src/gtk/prefswindow.c
+               remove unnecessary frames from the prefs
+               pages. Patch by Pawel Pekala
+
+2007-09-21 [paul]      3.0.1cvs19
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+               put the Templates options into a tabbed
+               layout. Patch by Pawel Pekala
+
+2007-09-21 [paul]      3.0.1cvs18
+
+       * src/mainwindow.c
+               group together the character set menu items
+               move the /View/Show or hide/Message view below
+               .../Toolbar menu item
+               Patch by Pawel Pekala
+
+2007-09-21 [mones]     3.0.1cvs17
+
+       * src/compose.c
+               Fix for bug 1327, 'segfault when replying to a non-existent
+               news message', thanks to Colin.
+
+2007-09-21 [colin]     3.0.1cvs16
+
+       * src/folderview.c
+               Complete 3.0.1cvs15
+
+2007-09-20 [colin]     3.0.1cvs15
+
+       * src/folderview.c
+       * src/folderview.h
+               Maybe fix bug 1324, 'Corrupted IMAP cache'
+
+2007-09-20 [colin]     3.0.1cvs14
+
+       * src/printing.c
+               Fix a little leak
+
+2007-09-20 [holger]    3.0.1cvs13
+
+       * src/printing.c
+               Add page layout to print preview.
+               Make the close-button in the toolbar
+               right-aligned.
+
+2007-09-20 [paul]      3.0.1cvs12
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2007-09-19 [colin]     3.0.1cvs11
+
+       * src/common/utils.c
+               Prevent unquoted mime boundaries, by always
+               using a /
+
+2007-09-19 [colin]     3.0.1cvs10
+
+       * src/printing.c
+               Fix drawing area size, fix DPI change that
+               can cause total number of lines to decrease
+
+2007-09-19 [colin]     3.0.1cvs9
+
+       * po/POTFILES.in
+       * src/printing.c
+               Make print preview more efficient and nicer.
+               Patch mostly by Holger Berndt <hb@claws-mail.org>
+
+2007-09-19 [colin]     3.0.1cvs8
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/printing.c
+               Add scrolledwindow, default allocation and
+               size saving to the print preview window.
+
+2007-09-18 [colin]     3.0.1cvs7
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_image_viewer.c
+       * src/printing.c
+               GtkPrintOperation:
+               - add image printing support
+               - add option to print images
+               - add preview widget
+               - add saving of a few Page Setup parameters
+
+2007-09-18 [colin]     3.0.1cvs6
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Guillaume Chazarain
+
+2007-09-18 [colin]     3.0.1cvs5
+
+       * src/common/utils.c
+               Fix bug 1321, 'access before allocation 
+               when scanning for uris'. Patch by 
+               Guillaume Chazarain <guichaz@yahoo.fr>
+
+2007-09-18 [colin]     3.0.1cvs4
+
+       * src/toolbar.c
+               Fix bug 1320, 'Memory leak caused by 
+               gtk_container_get_children'. Patch by
+               Guillaume Chazarain <guichaz@yahoo.fr>
+
+2007-09-18 [colin]     3.0.1cvs3
+
+       * src/printing.c
+       * src/printing.h
+               Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
+
+2007-09-18 [colin]     3.0.1cvs2
+
+       * src/Makefile.am
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/messageview.h
+       * src/prefs_ext_prog.c
+       * src/prefs_fonts.c
+       * src/printing.c
+       * src/printing.h
+       * src/summaryview.c
+               Use GtkPrintOperation by default on GTK+ >= 2.10
+               Patch by Holger Berndt <hb@claws-mail.org>
+
+2007-09-18 [paul]      3.0.1cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump up version number following stable release
+
+2007-09-16 [colin]     3.0.0cvs18
+
+       * src/folder.c
+               Fix possible memleak
+
+2007-09-16 [colin]     3.0.0cvs17
+
+       * src/folderview.c
+               Fix bug 1311, 'Wrong arrow position 
+               while moving message into folder when 
+               column headers hidden'
+       * src/image_viewer.c
+               Show error in the GUI if image can't
+               be loaded
+       * src/matcher.c
+               Fix spurious output
+       * src/messageview.c
+               Allow setting domain in msgid
+       * src/common/plugin.c
+               Add timing information
+
+2007-09-16 [colin]     3.0.0cvs16
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_template.c
+       * src/common/utils.c
+               Remove Generate Message-ID option. We need
+               this on some IMAP servers.
+
+2007-09-16 [colin]     3.0.0cvs15
+
+       * src/prefs_filtering.c
+       * src/prefs_filtering.h
+       * src/prefs_filtering_action.c
+       * src/common/tags.c
+               Fix tags issues: tags with spaces, renaming
+               tags.
+
+2007-09-16 [colin]     3.0.0cvs14
+
+       * src/folderview.c
+       * src/main.c
+       * src/mainwindow.c
+               Fix bug 1308, 'Claws deletes folderlist.xml after
+               fetching mail short after start-up'
+
+2007-09-16 [colin]     3.0.0cvs13
+
+       * src/compose.c
+               Fix scrolling to cursor
+
+2007-09-16 [paul]      3.0.0cvs12
+
+       * po/sr.po
+               updated by Aleksandar Urosevic
+
+2007-09-16 [paul]      3.0.0cvs11
+
+       * src/folder.c
+               do not allow locked msgs to be deleted,
+               even by filtering/processing
+
+2007-09-07 [paul]      3.0.0cvs10
+
+       * src/prefs_folder_column.c
+       * src/prefs_summary_column.c
+               implement button sensitivity
+               patch by Pawel Pekala
+
+2007-09-06 [wwp]       3.0.0cvs9
+
+       * src/prefs_gtk.c
+               Add a missing linefeed to a debug message.
+
+2007-09-05 [colin]     3.0.0cvs8
+
+       * src/inc.c
+               Fix statusbar/window mismatch on Maemo
+
+2007-09-05 [colin]     3.0.0cvs7
+
+       * src/ldaputil.c
+               Fix build without USE_LDAP_TLS
+
+2007-09-05 [colin]     3.0.0cvs6
+
+       * src/folder.c
+       * src/imap.c
+       * src/inc.c
+       * src/mbox.c
+       * src/send_message.c
+       * src/statusbar.c
+       * src/statusbar.h
+               Maemo: distinguish various statusbar messages,
+               in order to display only the most important.
+
+2007-09-04 [wwp]       3.0.0cvs5
+
+       * src/account.c
+               Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
+               Show protocol "SMTP" and the appropriate server for send-only
+               accounts, show "-" instead of "" when no value is relevant.
+
+2007-09-03 [ticho]     3.0.0cvs4
+
+       * src/summaryview.c
+               Handle plural form better in delete confirmation dialog.
+
+2007-09-03 [wwp]       3.0.0cvs3
+
+       * src/compose.c
+               Warn differently when sending or sending later (queueing).
+
+2007-09-03 [colin]     3.0.0cvs2
+
+       * src/procmime.c
+       * src/procmime.h
+       * src/common/plugin.c
+       * src/common/plugin.h
+               Add a new plugin API, MimeParser. It allows
+               plugins to scan email MIME parts and optionally,
+               transform them.
+
+2007-09-03 [mones]     3.0.0cvs1
+
+       * po/es.po
+               Updated translation
+       * src/common/defs.h
+               While a better solution is made double history sizes
+
+2007-09-03 [paul]      3.0.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               3.0.0 released
+
+2007-09-03 [paul]      2.10.0cvs191
+
+       * po/bg.po
+       * po/ca.po
+       * po/de.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/it.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/ru.po
+       * po/sk.po
+       * po/zh_CN.po
+               updated by Yasen Pramatarov, Miquel Oliete, Stephan
+               Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
+               Andrea Spadaccini, Emil Nowak, Frederico Goncalves
+               Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
+
+2007-09-02 [colin]     2.10.0cvs190
+
+       * src/edittags.c
+       * src/common/tags.c
+               Prevent empty or white-space tags
+
+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