From 41ea4b212f7ac07901856a462b12aaa8bae95fda Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Tue, 15 Feb 2005 15:03:11 +0000 Subject: [PATCH] changelog sync --- ChangeLog-gtk2.claws | 16 ++++++++-------- ChangeLog.claws | 29 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 8 deletions(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index b571b928d..2f9be2d57 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -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 @@ -19,13 +19,13 @@ * 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 @@ -260,12 +260,12 @@ 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 @@ -286,7 +286,7 @@ * 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 diff --git a/ChangeLog.claws b/ChangeLog.claws index b1a08a62c..26717fa31 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -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 -- 2.25.1