2009-09-24 [iwkse] 3.7.2cvs36
[claws.git] / ChangeLog
index 5235bbf6d27f0b08d53189256d5fa56c6e363002..9a0b3e921db0487a4b3d45d667077b0532917937 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,249 @@
+2009-09-24 [iwkse]     3.7.2cvs36
+
+       * src/action.c
+            Fix issue with filtering actions and 
+            parsed parameters
+
+2009-09-20 [mones]     3.7.2cvs35
+
+       * tools/convert_mbox.pl
+               Add -R flag to support recursive conversions
+               of arbitrary Evolution mail folders, based on
+               bash script by Daniel Dickinson (fixes debian 
+               bug #461435) 
+       * tools/popfile-link.sh
+               Set required shell for script (fixes debian 
+               bug #530057)
+
+2009-09-16 [colin]     3.7.2cvs34
+
+       * src/main.c
+               Go grab files in /etc/skel if they exist
+               at first startup 
+
+2009-09-15 [colin]     3.7.2cvs33
+
+       * src/procmime.c
+               Complete 3.7.1cvs42: only output directly to
+               final file if we get NULL byes at the start.
+               Still fixes saving UTF16 files, but also
+               fixes displaying Base64 parts with decoding
+               errors (parts without errors get displayed)
+
+2009-09-14 [colin]     3.7.2cvs32
+
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               Add 'has_attachment' and 'signed' matcher
+               expressions. Patch by Aleksei Miheev, fixes
+               bug 1997. 
+
+2009-09-14 [colin]     3.7.2cvs31
+
+       * src/common/utils.c
+               Add "Re :" prefix from french Yahoo mail.
+               Patch by Didier Barvaux, fixes bug 1999
+
+2009-09-10 [mones]     3.7.2cvs30
+
+       * manual/plugins.xml
+               Fix sites supported by SpamReport
+       * manual/es/plugins.xml
+               Synchronise Spanish manual
+
+2009-09-07 [holger]    3.7.2cvs29
+
+       * Makefile.am
+               Also update the icon cache on uninstall.
+               This prevents possible problems when Claws Mail was
+               uninstalled and installed again into a different location,
+               see http://bugzilla.gnome.org/show_bug.cgi?id=362604
+               and the blog post linked therein
+
+2009-09-07 [paul]      3.7.2cvs28
+
+       * src/prefs_toolbar.c
+               when updating the main toolbar icons just update
+               the main toolbar (and consequently fix a bug where
+               folderview icons would disappear)
+
+2009-08-30 [holger]    3.7.2cvs27
+
+       * src/compose.c
+               Do case-insensitive comparison against
+               header names when extracting recipients
+               from composed mails
+
+2009-08-23 [colin]     3.7.2cvs26
+
+       * src/mbox.c
+               Probably fix RH bug 512024, " folder.c:3543 
+               Condition msglist != NULL failed"
+
+2009-08-23 [colin]     3.7.2cvs25
+
+       * src/prefs_compose_writing.c
+               Make the maximum size warning bigger. Patch
+               by Didier Barvaux on bug 1986.
+
+2009-08-21 [colin]     3.7.2cvs24
+
+       * src/compose.c
+               Previous commit: move the function into compose_insert_file
+               so that it's also used on drag-n-drop
+
+2009-08-21 [colin]     3.7.2cvs23
+
+       * src/compose.c
+               Fix scrolling when adding an header
+
+2009-08-21 [colin]     3.7.2cvs22
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+       * src/common/utils.c
+               Fix bug 1986, "New feature: warn user when inserting 
+               a large file in the message body". Patch by Didier
+               Barvaux
+
+2009-08-21 [colin]     3.7.2cvs21
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/common/utils.c
+               Fix bug 1984: Add Réf. : reply prefix (french 
+               Lotus Notes); patch by Didier Barvaux
+
+2009-08-21 [colin]     3.7.2cvs20
+
+       * src/codeconv.c
+       * src/codeconv.h
+               Fix bug 1969, 'Bad guess for outgoing encoding'
+               Make sure the specific converters (japanese in
+               this case) can return success/error in strict
+               mode, instead of silently failing back to 
+               strncpy
+
+2009-08-20 [holger]    3.7.2cvs19
+
+       * src/compose.c
+       * src/compose.h
+               Make it possible for code outside
+               compose (e.g. plugins) to attach files
+
+2009-08-20 [colin]     3.7.2cvs18
+
+       * src/main.c
+               Fix crash when accessing IMAP soon
+
+2009-08-18 [colin]     3.7.2cvs17
+
+       * src/ldapquery.c
+               Maybe fix crash on non-existent LDAP server
+
+2009-08-04 [colin]     3.7.2cvs16
+
+       * src/toolbar.c
+               Fix toolbar's spacing that breaks dark
+               themes (patch from http://blogs.igalia.com/aperez/
+               2009/07/making-claws-mail-look-better/)
+
+2009-07-28 [colin]     3.7.2cvs15
+
+       * src/account.c
+       * src/addrcustomattr.c
+       * src/addressadd.c
+       * src/addressbook_foldersel.c
+       * src/addrgather.c
+       * src/browseldap.c
+       * src/compose.c
+       * src/editbook.c
+       * src/editgroup.c
+       * src/editjpilot.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/edittags.c
+       * src/editvcard.c
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/export.c
+       * src/foldersel.c
+       * src/import.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/importpine.c
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering.c
+       * src/prefs_folder_column.c
+       * src/prefs_matcher.c
+       * src/prefs_summary_column.c
+       * src/prefs_summary_open.c
+       * src/prefs_template.c
+       * src/textview.c
+       * src/uri_opener.c
+               Fix bug 1950, 'Program freeze up during folder selection'
+               Don't leave hidden windows modal
+
+2009-07-28 [colin]     3.7.2cvs14
+
+       * src/ldapquery.c
+               Fix bug 1957, 'LDAP errs out after searching too 
+               many search bases'
+
+2009-07-28 [colin]     3.7.2cvs13
+
+       * src/summaryview.c
+               Fix bug 1966, '"Collapse all threads" slower than 
+               "Expand all threads"'
+
+2009-07-28 [colin]     3.7.2cvs12
+
+       * src/common/session.c
+               Fix bug 1967, 'Claws gets stuck after accepting 
+               a certificate warning dialog'
+
+2009-07-19 [paul]      3.7.2cvs11
+
+       * manual/plugins.xml
+               a few small changes to the English
+
+2009-07-18 [mones]     3.7.2cvs10
+
+       * manual/plugins.xml
+               Add new bsfilter and fancy plugins to the docs
+               and a note about dealing with plugins of the same class
+       * src/prefs_account.c
+               Fix extra space at the end typo
+
+2009-07-16 [colin]     3.7.2cvs9
+
+       * src/summaryview.c
+               Fix wrong return without unlocking; thanks
+               to mupuf_
+
+2009-07-14 [colin]     3.7.2cvs8
+
+       * src/imap.c
+               Fix bug 1954, 'Segfault on reading wrong STATUS'
+
+2009-07-10 [colin]     3.7.2cvs7
+
+       * src/plugins/pgpcore/plugin.def
+       * src/common/utils.h
+               Fix windows port
+
+2009-07-10 [colin]     3.7.2cvs6
+
+       * src/prefs_display_header.c
+               Fix bug 1951, 'C-Mail dumps core when editing 
+               displayed headers'. Patch by Alexey Rusakov
+
 2009-07-10 [colin]     3.7.2cvs5
 
        * src/folderview.c