2010-12-23 [colin] 3.7.8cvs23
[claws.git] / ChangeLog
index 8199a2a55f6b1586ae0b2eea7dc54ab8da91ffd3..8f7f1d0870885555344b0a0522a3e3ee18fdae26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,121 @@
+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