2012-11-27 [colin] 3.9.0cvs22
[claws.git] / ChangeLog
index 0010578cf4009d1b08dcc42003c4cdb9a48dcd2d..74929616e3f28acff759e28bc768593a6c80eaa7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,189 @@
+2012-11-27 [colin]     3.9.0cvs22
+
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Unsneak a work-in-progress patch that I mistakengly
+               commited with a cleanup
+
+2012-11-27 [wwp]       3.9.0cvs21
+
+       * doc/man/claws-mail.1
+       * src/main.c
+       * src/send_message.c
+       * src/send_message.h
+               Add --cancel-sending command-line switch.
+
+2012-11-23 [colin]     3.9.0cvs20
+
+       * src/jpilot.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/matcher.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/procmsg.c
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/common/ssl.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Cleanup some warnings and deprecated types. Patch by
+               Christian Hesse, fixing bug #2617. Thanks!
+
+2012-11-23 [colin]     3.9.0cvs19
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Christian Hesse which was forgotten for some reason
+
+2012-11-21 [colin]     3.9.0cvs18
+
+       * src/etpan/imap-thread.c
+               Don't set charset on simple searches. Fixes Exchange 2007.
+
+2012-11-20 [colin]     3.9.0cvs17
+
+       * src/prefs_matcher.c
+               Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
+
+2012-11-20 [ticho]     3.9.0cvs16
+
+       * src/gtk/prefswindow.c
+               Actually allow folder preference pages which are in top level of
+               page index UI to be selected.
+
+2012-11-20 [ticho]     3.9.0cvs15
+
+       * src/prefs_folder_item.c
+               Remove useless "Folder" root in page index of folder preferences UI.
+
+2012-11-18 [colin]     3.9.0cvs14
+
+       * AUTHORS
+       * src/advsearch.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+       * src/gtk/authors.h
+       * src/gtk/quicksearch.c
+               Add age_{greater,lower}_hours matcher criteria
+               Initial patch by Abhay S. Kushwaha.
+
+2012-11-18 [ticho]     3.9.0cvs13
+
+       * src/mbox.c
+               Improve i18n plural handling in a string used while
+               importing from mbox.
+
+2012-11-16 [ticho]     3.9.0cvs12
+
+       * po/bg.po
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/en_GB.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/he.po
+       * po/hu.po
+       * po/id_ID.po
+       * po/it.po
+       * po/ja.po
+       * po/lt.po
+       * po/nl.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/pt_PT.po
+       * po/ru.po
+       * po/sk.po
+       * po/sr.po
+       * po/sv.po
+       * po/uk.po
+       * po/zh_CN.po
+       * po/zh_TW.po
+       * po/Makevars
+               Update message catalogs to match changes in 3.9.0cvs11.
+
+2012-11-16 [ticho]     3.9.0cvs11
+
+       * src/account.c
+       * src/addrcustomattr.c
+       * src/edittags.c
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_msg_colors.c
+       * src/toolbar.c
+       * src/uri_opener.c
+       * src/wizard.c
+       * src/common/utils.c
+       * src/gtk/about.c
+               Use pgettext() and friends for i18n context strings, instead of
+               having a pipe character in msgid for context separation. This uses
+               glib's C_ macro, instead of Q_.
+
+2012-11-16 [colin]     3.9.0cvs10
+
+       * src/foldersel.c
+       * src/prefs_actions.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/quote_fmt.c
+       * src/gtk/description_window.c
+       * src/gtk/description_window.h
+       * src/gtk/inputdialog.c
+       * src/gtk/manage_window.c
+       * src/gtk/quicksearch.c
+               Try to better fix focus problems. Should address:
+               Bug #2774
+               Bug #2624
+               Bug #1963
+               Bug #2780
+               Please check using your favorite WM that the following works:
+               Information button (Quicksearch, Templates, 'Test' filtering 
+               condition)
+               Folder selection (Move/Copy contextual menu,
+               various preferences, including 'New folder').
+               Tested with XFCE, Gnome Shell and Windows.
+               
+
+2012-11-16 [colin]     3.9.0cvs9
+
+       * src/advsearch.c
+               Init is_fast too
+
+2012-11-16 [colin]     3.9.0cvs8
+
+       * src/advsearch.c
+               Fix missing initialisation of bool_and which could
+               lead to From/To/Subject/Tag searches searching with
+               binary and.
+               Also clean up tag expansion. No need to create a
+               matcher string and re-parse it.
+
+2012-11-16 [paul]      3.9.0cvs7
+
+       * po/de.po
+               fix by Thomas Bellmann
+
+2012-11-15 [colin]     3.9.0cvs6
+
+       * src/summaryview.c
+               Fix bug #2785, "Marking mails for deletion reopens internal 
+               message view"
+
+2012-11-15 [colin]     3.9.0cvs5
+
+       * src/main.c
+       * src/statusbar.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+               a few more GTK+3 fixes. Segfaults on me, though.
+
 2012-11-15 [colin]     3.9.0cvs4
 
        * src/Makefile.am