2006-06-21 [paul] 2.3.1cvs10
[claws.git] / ChangeLog
index 62b3561be799a9c9daf3ec8526e875b7269b5af0..607351421303ae2591c58a7a677b54bd5a93494d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2006-06-21 [paul]      2.3.1cvs10
+
+       * src/prefs_account.c
+               complete the removal of 'Add date header' option
+
+2006-06-21 [paul]      2.3.1cvs9
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               remove option to add date header - always
+               add date header
+       * src/etpan/imap-thread.c
+               fix warnings (Thanks to Colin)
+
+2006-06-21 [wwp]       2.3.1cvs8
+
+       * src/folder.c
+               set the attachment flag when inline text part are (file)named. This is more convenient
+               when receiving (for instance) inline source files or patches sent using thunderbird.
+
+2006-06-21 [paul]      2.3.1cvs7
+
+       * src/inc.c
+               fix off-by-one count of current msg in
+               statusbar filtering progressbar
+
+2006-06-21 [paul]      2.3.1cvs6
+
+       * src/folder.c
+               Show attachment icon even if the part is 'inline'
+               if the following conditions are met:
+               - content-type != 'text/plain'
+               - content-type != '*/pgp-signature'
+               - either 'name' or 'filename' parameter is not NULL
+               
+               Thanks to Colin
+
+2006-06-21 [paul]      2.3.1cvs5
+
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+               add an option to 'Never send Return
+               Receipts'
+               Thanks to Colin
+
+2006-06-20 [mones]     2.3.1cvs4
+
+       * po/es.po
+               updated
+       * src/compose.c
+               typo fixed (space after comma)
+       * tools/make.themes.project
+               remove exec mode from tarball files
+
+2006-06-20 [colin]     2.3.1cvs3
+
+       * src/news.c
+       * src/procheader.c
+       * src/unmime.c
+               Better fix for \n's in headers (don't 
+               break Received: and others)
+
+2006-06-20 [paul]      2.3.1cvs2
+
+       * src/alertpanel.c
+       * src/textview.c
+               improve legibility of phishing attempt
+               dialog
+
+2006-06-20 [paul]      2.3.1cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
 2006-06-20 [colin]     2.3.0cvs26
 
        * src/compose.c