2007-01-04 [colin] 2.6.1cvs105
[claws.git] / ChangeLog
index 8402a70455f835766ae01efe35c8730f3a0c4e44..38a270b5cada963ef58c3b52d67384f65f080551 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2007-01-04 [colin]     2.6.1cvs105
+
+       * src/common/quoted-printable.c
+               Fix bug 1089, 'NUL characters in Subject 
+               line are misinterpreted'. Not a pain to
+               fix in fact.
+
+2007-01-04 [wwp]       2.6.1cvs104
+
+       * src/image_viewer.c
+               Force operator precedence (fix a compiler warning).
+
+2007-01-04 [colin]     2.6.1cvs103
+
+       * src/image_viewer.c
+               Be cautious there too (same fix as the one
+               in textview from cvs33)
+       * src/messageview.c
+               Don't use any MimeViewer plugin when showing
+               all headers
+
+2007-01-03 [wwp]       2.6.1cvs102
+
+       * src/html.c
+       * src/html.h
+               fixed "cent" sign (use the existing ASCII one),
+               decode more HTML entities,
+               converted table ASCII entries to UTF-8,
+               moved a switch() into a hashtable.
+
+2007-01-03 [paul]      2.6.1cvs101
+
+       * src/compose.c
+       * src/messageview.c
+       * src/procmsg.c
+       * src/procmsg.h
+               When possible, use move_msg instead of
+               copy_msg + remove_msg to move sent mail
+               from Queue to Sent. 
+
+2007-01-03 [paul]      2.6.1cvs100
+
+       * src/html.c
+               add more html entity recognition:
+               pounds, euros, and cents
+
 2007-01-03 [colin]     2.6.1cvs99
 
        * src/imap_gtk.c