changelog sync
authorColin Leroy <colin@colino.net>
Tue, 15 Feb 2005 15:03:11 +0000 (15:03 +0000)
committerColin Leroy <colin@colino.net>
Tue, 15 Feb 2005 15:03:11 +0000 (15:03 +0000)
ChangeLog-gtk2.claws
ChangeLog.claws

index b571b928d8c162836dea58612de5d56a54fee2b4..2f9be2d576362ac9cc0302cfc0e6702db32b1b43 100644 (file)
@@ -2,7 +2,7 @@
 
        * src/mimeview.c
        * src/common/utils.c
-               Sync with HEAD
+               Sync with HEAD (filename chars substitution)
 
 2005-02-15 [colin]     1.0.1cvs7.3
 
 
        * src/compose.c
        * src/procmime.c
-               Sync with HEAD
+               Sync with HEAD (optimisation of cvs6)
 
 2005-02-14 [colin]     1.0.1cvs6.1
 
        * src/compose.c
        * src/procmime.c
-               Sync with HEAD
+               Sync with HEAD (encode "From " at line beginning)
 
 2005-02-14 [colin]     1.0.1cvs5.3
 
@@ -42,7 +42,7 @@
 2005-02-12 [colin]     1.0.1cvs5.1
 
        * src/filtering.c
-               Sync with HEAD
+               Sync with HEAD (remove wrong use of compose after send)
 
 2005-02-12 [paul]      1.0.1cvs4.5
 
@@ -71,7 +71,7 @@
        * ChangeLog.jp
        * configure.ac
        * src/compose.c
-               sync with HEAD
+               sync with HEAD (sync with main)
 
 2005-02-10 [paul]      1.0.1cvs3.2
 
 2005-02-10 [colin]     1.0.1cvs3.1
 
        * src/mainwindow.c
-               Sync with HEAD
+               Sync with HEAD (fix occasional crasher)
 
 2005-02-10 [colin]     1.0.1cvs2.1
 
        * src/messageview.c
-               Synw with HEAD
+               Synw with HEAD (don't automatically display html)
 
 2005-02-09 [colin]     1.0.1cvs1.3
 
        * src/messageview.c
        * src/mimeview.c
        * src/mimeview.h
-               Sync with HEAD
+               Sync with HEAD (display non text/plain mails with plugin)
 
 2005-02-08 [colin]     1.0.1.1
 
index b1a08a62ca158ee008203ec65aa4e7a22151030a..26717fa31dd19ce25456aa08cb6569bef55229ec 100644 (file)
@@ -1,3 +1,32 @@
+2005-02-15 [colin]     1.0.1cvs8
+
+       * src/mimeview.c
+       * src/common/utils.c
+               Sanitize substitution for saved filenames:
+               only \ / * and \r \n \t are bad. 
+
+2005-02-15 [colin]     1.0.1cvs7
+
+       * src/compose.c
+       * src/procmime.c
+               Optimize (constant instead of strlen). Thanks
+               Alfons for the hint.
+
+2005-02-14 [colin]     1.0.1cvs6
+
+       * src/compose.c
+       * src/procmime.c
+               Use quoted-printable instead of 7bit or 8bit
+               to encode "^From " and avoid mail corruption 
+               on the MTA, as specified by RFC 3156. Thanks
+               Hoa for the hint.
+
+2005-02-12 [colin]     1.0.1cvs5
+
+       * src/filtering.c
+               Remove wrong use of compose struct after
+               compose_send(). Spotted by Alfons and Holger Berndt.
+
 2005-02-10 [paul]      1.0.1cvs4
 
        * src/compose.c