X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog.claws;h=e3c31604ab478b8058e98ee2166b45fcf8d35a3b;hp=55fd065b9a95eee19c7127c9c512c0568a75f5b4;hb=62aee6cca8d01bec82948727fa21dd8e57942251;hpb=57afb8f55c47a4bfadc6e3e5ad782ff78194c8f1 diff --git a/ChangeLog.claws b/ChangeLog.claws index 55fd065b9..e3c31604a 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,141 @@ +2002-09-27 [christoph] 0.8.3claws31 + + * doc-src/readme.txt + * doc-src/rfc1806.txt + * doc-src/rfc2183.txt + * doc-src/rfc2980.txt + update rfcs + +2002-09-27 [melvin] 0.8.3claws30 + + * ac/aspell.m4 + Fixed typo which could break linking + +2002-09-27 [melvin] 0.8.3claws29 + + * ac/aspell.m4 + Improved GNU/aspell checking. + Fixed bug #614490 + +2002-09-27 [paul] 0.8.3claws28 + + * sync with 0.8.3cvs8 + see ChangeLog 2002-09-27 + +2002-09-26 [colin] 0.8.3claws27 + + * src/toolbar.[ch] + src/mainwindow.[ch] + Add "Reply to Mailing-list" to the toolbar + +2002-09-26 [christoph] 0.8.3claws26 + + * src/summaryview.c + Fix wrong message counts in summaryview status + +2002-09-26 [paul] 0.8.3claws25 + + * sync with 0.8.3cvs7 + see ChangeLog 2002-09-26 + +2002-09-26 [paul] 0.8.3claws24 + + * sync with 0.8.3cvs6 + see ChangeLog 2002-09-25 + +2002-09-25 [christoph] 0.8.3claws23 + + * src/prefs_common.c + * src/prefs_folder_item.c + * src/prefs_scoring.c + Renamed "kill score" to "hide score" in GUI + and prefs files + +2002-09-25 [paul] 0.8.3claws22 + + * sync with 0.8.3cvs5 + see ChangeLog 2002-09-24 + +2002-09-24 [alfons] 0.8.3claws21 + + patch by Satoshi Nagayasu: allows appending / saving multiple + selected files (closes "[ 612279 ] save multiple mesg(s) in + 'Save as ...'") + + * AUTHORS + add Satoshi Nagayasu + * src/summaryview.c + summary_save_as(): allow saving selected files to + one file + summary_set_menu_sensitive: enable "Save As..." when + multiple files are selected + * src/utils.[ch] + append_file(): new function + +2002-09-24 [colin] 0.8.3claws20 + + * src/procmime.c + Fix segfault when mimeinfo doesn't have a + content_type. + +2002-09-24 [colin] 0.8.3claws19 + + * src/prefs_common.[ch] + Add a preference to display send dialog or not + * src/send.c + Display send dialog according to preference + +2002-09-24 [colin] 0.8.3claws18 + + * src/compose.[ch] + Disable user actions when sending + +2002-09-24 [colin] 0.8.3claws17 + + * src/procmime.c + Do not display name or filename for attachments + with an application/pgp-signature type + (security flaw, see bug 537413) + +2002-09-23 [colin] 0.8.3claws16 + + * src/editaddress.c + Initialize entry_email, entry_alias and + entry_remarks to first email address of the list + +2002-09-23 [colin] 0.83claws15 + + * src/compose.c + Drop pgp-signature when reediting a signed queued + message + +2002-09-23 [melvin] 0.8.3claws14 + + * po/fr.po + Updated French translation + +2002-09-23 [melvin] 0.8.3claws13 + + * src/mainwindow.c + Made custom toolbar menu labels more consistent + * src/prefs_toolbar.c + Made custom toolbar window title more consistent + +2002-09-22 [colin] 0.8.3claws12 + + * src/inc.c + Initialize session type to normal before getting + mail (fixes strange Get behaviour) + * src/prefs_account.h + Move STYPE_POP_BEFORE_SMTP to last position to + avoid other side-effects + +2002-09-22 [colin] 0.8.3claws11 + + * src/prefs_account.c + Fix pop_bfr_smtp_tm_entry sensivity when switching + from pop3 to apop or vice-versa + 2002-09-22 [colin] 0.8.3claws10 * src/prefs_account.[ch]