2011-01-06 [pawel] 3.7.8cvs33
[claws.git] / ChangeLog
index 68e0c8d7cab71630ebdf769dd8e8209a1220959b..e46113273a86f16dc266e35c50f208e653b71025 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,247 @@
+2011-01-06 [pawel]     3.7.8cvs33
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+               Make quote templates widgets more compact
+
+2011-01-06 [pawel]     3.7.8cvs32
+
+       * src/plugins/trayicon/trayicon.c
+               - fix logic bug which caused icon to be
+                 always set no-mail status on plugin load
+               - force icon hide on plugin_done(), without
+                 it empty space(?!) is left in tray under KDE3 and KDE4
+
+2011-01-06 [colin]     3.7.8cvs31
+
+       * src/addrharvest.c
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/news.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/unmime.c
+       * src/unmime.h
+               Unmime headers differently whether they're addresses or not:
+               It's useless to quote things containing commas if it's in
+               subject, for example. (introduced in 3.7.8cvs26)
+
+2011-01-06 [colin]     3.7.8cvs30
+
+       * src/gtk/gtkaspell.c
+               Complete previous patch
+       * src/messageview.c
+       * src/plugins/pgpinline/pgpinline.c
+               Coding style
+
+2011-01-06 [paul]      3.7.8cvs29
+
+       * AUTHORS
+       * configure.ac
+       * po/lt.po
+       * src/gtk/authors.h
+               add Lithuanian translation (approx. 65% complete)
+               submitted by Mindaugas Baranauskas
+
+2011-01-06 [pawel]     3.7.8cvs28
+
+       * src/export.c
+       * src/import.c
+       * src/messageview.c
+       * src/prefs_actions.c
+       * src/procmime.c
+       * src/gtk/gtkaspell.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/smime/smime.c
+               Fix memory/file descriptors leaks
+
+2011-01-06 [paul]      3.7.8cvs27
+
+       * src/plugins/pgpcore/sgpgme.c
+               fix bug #2322, 'GPG Full info: showing subkey
+               ID instead of primary key fingerprint'
+               Patch by Sébastien Bigaret.
+
+2011-01-03 [colin]     3.7.8cvs26
+
+       * src/unmime.c
+               Better quote-checking when unmim-ing headers
+               that may have comas.
+
+2011-01-03 [colin]     3.7.8cvs25
+
+       * src/unmime.c
+               Fix bug #2299, "Incorrect handling of quoted printable coma
+               in headers". As this is really painful to fix by switching
+               the whole stuff to a list of headers tokens, we workaround
+               the problem by adding quotes around the encoded-word (making
+               it a quoted-string which continuity is already handled).
+
+2011-01-03 [colin]     3.7.8cvs24
+
+       * src/procheader.c
+               Remove dead code
+
+2010-12-23 [colin]     3.7.8cvs23
+
+       * src/compose.c
+               Finish fixing bug #2203: When forwarding (inline) and there
+               are some text/* parts with no name, set them a name and
+               set their disposition to attachment, so that recipients with
+               MUAs preferring HTML parts don't show them by default.
+
+2010-12-22 [paul]      3.7.8cvs22
+
+       * src/compose.h
+               fix missing file in 3.7.8cvs20
+
+2010-12-22 [colin]     3.7.8cvs21
+
+       * src/folderview.c
+       * src/folderview.h
+               Implement a nicer scroll when drag and dropping
+
+2010-12-22 [colin]     3.7.8cvs20
+
+       * src/compose.c
+               Store charset if available when attaching text/* parts
+               Fixes bug #2203, 'Problems in forwarding multipart/
+               alternative messages with HTML part'
+
+2010-12-22 [colin]     3.7.8cvs19
+
+       * src/textview.c
+               Fix wrong free
+
+2010-12-21 [colin]     3.7.8cvs18
+
+       * src/inc.c
+       * src/send_message.c
+       * src/common/session.c
+       * src/common/session.h
+               Differentiate between running sessions and connected
+               sessions. Fixes bug #2332, "Crash when hitting cancel
+               on the SMTP status window"
+
+2010-12-21 [colin]     3.7.8cvs17
+
+       * src/etpan/etpan-thread-manager.c
+               Dead code removal
+
+2010-12-21 [colin]     3.7.8cvs16
+
+       * src/textview.c
+               Check whether we should continue loading the
+               current textview after inserting a possibly
+               big image.
+
+2010-12-20 [colin]     3.7.8cvs15
+
+       * src/addrcindex.c
+       * src/addrcindex.h
+               Removed. Dead code since ages!
+       * src/addr_compl.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtksctree.c
+               undefine *_DISABLE_DEPRECATED in the files that
+               use deprecated interfaces. Implicit declarations
+               can lead to crashes as prototypes are unknown, as
+               evidenced by bug #2315.
+
+2010-12-20 [colin]     3.7.8cvs14
+
+       * src/compose.c
+               Don't flush events when adding an header entry. This
+               can mess up the keypresses in the previous header.
+               Instead, make the scroll happen later (doing it on the
+               spot without flushing events doesn't work as the new
+               requisitions aren't set yet).
+
+2010-12-20 [colin]     3.7.8cvs13
+
+       * src/mainwindow.c
+               Don't iconify at start on w32. This un-iconifies in the
+               background.
+
+2010-12-20 [colin]     3.7.8cvs12
+
+       * src/common/base64.c
+               Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
+               Patch by pochini at shiny.it
+
+2010-12-19 [colin]     3.7.8cvs11
+
+       * src/ldapserver.c
+               Better debug.
+
+2010-12-18 [colin]     3.7.8cvs10
+
+       * src/compose.c
+               Fix bug #2148, "Attachment content-transfer-encoding 
+               incorrectly set when signing emails". The RFC 2045
+               states that message/* and multipart/* encoding must
+               be either 7-bit, 8-bit or binary.
+
+2010-12-18 [mones]     3.7.8cvs9
+
+       * src/ldaputil.c
+               Fix crash when searching or adding a LDAP server
+
+2010-12-17 [colin]     3.7.8cvs8
+
+       * configure.ac
+       * src/editldap.c
+       * src/ldapquery.c
+       * src/ldapserver.c
+       * src/ldapupdate.c
+       * src/ldaputil.c
+       * src/ldaputil.h
+               Better error logging. Disable LDAP SSL/TLS on
+               Windows, it's crashy/non-worky.
+
+2010-12-17 [colin]     3.7.8cvs7
+
+       * src/folder.c
+               Fix bug #2325, "messages remains in folder cache after moving
+               from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
+
+2010-12-17 [colin]     3.7.8cvs6
+
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/ldapquery.c
+       * src/ldapquery.h
+       * src/ldapserver.c
+       * src/ldapserver.h
+       * src/ldapupdate.c
+       * src/ldaputil.c
+       * src/ldaputil.h
+               Windows build fixes (w32 LDAP completely untested!)
+
+2010-12-16 [colin]     3.7.8cvs5
+
+       * src/addrindex.c
+       * src/editldap.c
+       * src/ldapctrl.c
+       * src/ldapquery.c
+       * src/ldapserver.c
+       * src/ldapserver.h
+       * src/ldapupdate.c
+       * src/ldaputil.c
+               Try to rationalize a bit LDAP connections
+
+2010-12-16 [colin]     3.7.8cvs4
+
+       * src/prefs_spelling.c
+       * src/common/defs.h
+               Add a button to get dictionaries (win32)
+
 2010-12-16 [colin]     3.7.8cvs3
 
        * src/prefs_matcher.c