2007-01-03 [wwp] 2.6.1cvs102
[claws.git] / ChangeLog
index 499e12cd3cba8b2e8f990009faec5aca6cd2a2f7..caa3c58d5801e97f68dba3015aad8f7029665abf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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