2012-11-20 [colin] 3.9.0cvs17
[claws.git] / ChangeLog
index 4f03ab8cc4d9b620d345fc8b245d5d4bb53a2881..9338c02cc9bf72dfa175ac68ec9445316be4665b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,251 @@
+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
+               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
+       * src/action.c
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/addrgather.c
+       * src/compose.c
+       * src/editaddress.c
+       * src/editgroup.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/message_search.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/prefs_other.c
+       * src/prefs_toolbar.c
+       * src/printing.c
+       * src/stock_pixmap.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/Makefile.am
+       * src/gtk/colorlabel.c
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/inputdialog.c
+       * src/gtk/quicksearch.c
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/smime/Makefile.am
+               Big GTK+3 patch from Hanno Meyer-Thurow
+
+2012-11-15 [wwp]       3.9.0cvs3
+
+       * doc/man/claws-mail.1
+       * src/main.c
+               Add --cancel-receiving command-line switch.
+
+2012-11-15 [wwp]       3.9.0cvs2
+
+       * src/ssl_manager.c
+       * src/gtk/sslcertwindow.c
+               Fix Capitalization.
+
+2012-11-15 [paul]      3.9.0cvs1
+
+       * po/cs.po
+       * po/fi.po
+       * po/sk.po
+               updates from David Vachulka, Flammie Pirinen, and
+               Slavko
+
+2012-11-14 [paul]      3.9.0
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.9.0 unleashed!
+
+2012-11-14 [paul]      3.8.1cvs123
+
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/pt_BR.po
+       * po/sv.po
+       * po/uk.po
+       * po/zh_TW.po
+               updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
+               wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
+               YUP, Wei-Lun Chao
+
+2012-11-14 [paul]      3.8.1cvs122
+
+       * tools/README
+       * tools/fix_date.sh
+               improvements by wwp
+
+2012-11-14 [colin]     3.8.1cvs121
+
+       * src/action.c
+               And fix warning with breaking functionality
+
+2012-11-14 [paul]      3.8.1cvs120
+
+       * src/action.c
+               revert this change from 3.8.1cvs60, it breaks
+               actions with a pipe
+
+2012-11-14 [colin]     3.8.1cvs119
+
+       * src/common/plugin.c
+               If plugin fails to load from absolute path, try from
+               default plugin path. 
+               Fixes bug #1137, 'loading plugins with same profile on different archs'
+               Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
+               results in wrong paths in clawsrc'
+
 2012-11-12 [colin]     3.8.1cvs118
 
        * src/messageview.c