X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog.claws;h=e3c31604ab478b8058e98ee2166b45fcf8d35a3b;hp=2b3d366b7d1448a4ce074bdb1c1ece11f4594d8b;hb=62aee6cca8d01bec82948727fa21dd8e57942251;hpb=8a0dd5ebebf52b7e21a1655db3382b1ac613972a diff --git a/ChangeLog.claws b/ChangeLog.claws index 2b3d366b7..e3c31604a 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,585 @@ +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] + Add an option for the POP before SMTP timeout + * src/inc.c + Remember time of last POP connection + * src/send.c + Do POP before SMTP only if timeout reached + +2002-09-22 [oliver] 0.8.3claws9 + + * README.claws + explain custom toolbar + +2002-09-22 [oliver] 0.8.3claws8 + + * src/prefs_actions.[ch] + custom toolbar for compose + actions callback from compose toolbar + * src/folderview.c + remove include toolbar.h + +2002-09-22 [oliver] 0.8.3claws7 + + * src/prefs_toolbar.[ch] + custom toolbar for compose + - generic prefs_toolbar handles both + Mainwin's toolbar as well as Compose toolbar + +2002-09-22 [oliver] 0.8.3claws6 + + * src/toolbar.[ch] + custom toolbar for compose + restructure toolbar.[ch] + +2002-09-22 [oliver] 0.8.3claws5 + + * src/compose.[ch] + custom toolbar for compose + +2002-09-22 [oliver] 0.8.3claws4 + + * src/mainwindow.[ch] + custom toolbar for compose + move mainwin toolbar back to mainwindow + +2002-09-22 [alfons] 0.8.3claws3 + + * src/procmsg.c + :%sno/if(/if (/gc + :%sno/for(/for (/gc + (beautify) + +2002-09-22 [alfons] 0.8.3claws2 + + * src/procmsg.c + procmsg_save_to_outbox(): don't unlink message file from queue; + callers should do it using folder_item_remove_msg() + +2002-09-22 [colin] 0.8.3claws1 + + * src/mimeview.[ch] + Made mimeview_check_signature() public + * src/textview.c + Made GPG signatures verifiable by clicking + the [application/pgp-signature] in the Text + view + +2002-09-22 [paul] 0.8.3claws + + * po/bg.po + po/en_GB.po + po/es.po + po/it.po + po/pl.po + po/pt_BR.po + po/sr.po + updated translations, submitted by George Danchev, + me, Ricardo Mones Lastra, Alessandro Maestri, + Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto + and Urke MMI, respectively. + +2002-09-22 [alfons] 0.8.2claws65 + + * src/procmsg.c + * src/pgptext.c + no furry valgrinds have been used to plug these memleaks + +2002-09-20 [paul] 0.8.2claws64 + + * sync with 0.8.3cvs4 + 'Select thread' re-implemented + see ChangeLog 2002-09-20 + +2002-09-21 [alfons] 0.8.2claws63 + + * src/compose.c + compose_send(): plug unnoticed memleak + +2002-09-20 [alfons] 0.8.2claws62 + + * src/addr_compl.c + replace_address_in_edit(): strict check for NULL address to + fix "[ 607348 ] Segfault in address completion". My guess is + that this happens with an empty address book, but it's good + to have this check here anyway + + completion_window_button_press(): free string returned + from the internal cache + +2002-09-20 [christoph] 0.8.2claws61 + + * src/procmime.h + added ENC_BINARY to EncodingType + * src/procmime.c + the string returned by procmime_get_encoding_str + should not depend on the order of values in the + EncodingType definition + * doc-src/rfc1806.txt ** NEW FILE ** + Added rfc1806 about MIME Content-Disposition + Extension + +2002-09-19 [paul] 0.8.2claws60 + + * sync with 0.8.2cvs3 + see ChangeLog 2002-09-19 + +2002-09-19 [paul] 0.8.2claws59 + + * src/prefs_folder_item.c + revert to Darko's original alignment of colour + selector button + add a colon to folder_color label + + * src/compose.c + add Colin's patch (with Hiro's modifications) to + force BASE64 encoding for 8-bit text when signing + (sync with 0.8.3cvs2) + +2002-09-18 [alfons] 0.8.2claws58 + + * src/compose.c + :%sno/if(/if (/gc + :%sno/for(/for (/gc + (beautify a little bit) + +2002-09-18 [christoph] 0.8.2claws57 + + * src/pine.c + fix handling of fgetc return value + +2002-09-17 [alfons] 0.8.2claws56 + + * src/summaryview.c + summary_sort(): check non-NULL summaryview->folder_item when no + folder is selected at all + (closes "[ 610344 ] sort label make syl Crash") + +2002-09-17 [alfons] 0.8.2claws55 + + * src/compose.c + beautify a little bit + +2002-09-17 [christoph] 0.8.2claws54 + + * src/folder.c + initialize max values for cache and folder + when cache or folder is empty + +2002-09-15 [colin] 0.8.2claws53 + + * src/compose.c + Fix a leak (thanks Alfons!) and cleaned + variables names for custom headers + +2002-09-15 [colin] 0.8.2claws52 + + * src/compose.c + Fix custom headers recognition when + prefs_common.trans_hdr is on + +2002-09-15 [colin] 0.8.2claws51 + + * src/compose.c + Allow dynamically-added custom headers + Yet not reparsed if reedited + +2002-09-15 [alfons] 0.8.2claws50 + + * src/prefs_account.c + fix warnings + +2002-09-15 [colin] 0.8.2claws49 + + * src/prefs_account.c + fix pop_before_smtp sensitivity + +2002-09-15 [colin] 0.8.2claws48 + + * src/inc.[ch] + add inc_pop_before_smtp() + allow MainWindow to be undefined in + inc_account_mail() and inc_start() + * src/pop.c + src/prefs_account.h + add STYPE_POP_BEFORE_SMTP session type + * src/prefs_account.c + activated pop before smtp option + * src/send.c + do pop before smtp if the relevant option + is set + +2002-09-15 [paul] 0.8.2claws47 + + * sync with 0.8.3 + see ChangeLog 2002-09-15 + +2002-09-14 [paul] 0.8.2claws46 + + * po/bg.po + updated Bulgarian translation, submitted by + George Danchev + +2002-09-13 [paul] 0.8.2claws45 + + * src/compose.c + merge claws' select_account() with main's + (new) compose_select_account(). [sync with + 0.8.2cvs15, see ChangeLog 2002-09-11] + +2002-09-12 [christoph] 0.8.2claws44 + + * src/filter.c + allocate 1 elements of FolderItem not 0 + +2002-09-12 [colin] 0.8.2claws43 + + * src/compose.c + Fix bug #590825 (obey Follow-up: poster) + +2002-09-12 [colin] 0.8.2claws42 + + * src/procmime.c + Fix bug #557009 (wrong headers for messages + forwarded as attachments) + +2002-09-11 [colin] 0.8.2claws41 + + * src/compose.c + Put SCF: pseudo-header on top of message + Set draft tmp_flag when saved as draft + + * src/procmsg.c + src/procheader.c + Skip after first \n\n for beginning of real message + for drafts too + +2002-09-11 [christoph] 0.8.2claws40 + + * src/filtering.c + use procmsg flag functions in filtering or processing + will cause incorrect folder message counts + +2002-09-11 [colin] 0.8.2claws39 + + * src/compose.c + Fix bug #550175 - wrong save folder when reediting + drafts + +2002-09-11 [paul] 0.8.2claws38 + + * sync with 0.8.2cvs14 + see ChangeLog 2002-09-11 + +2002-09-11 [colin] 0.8.2claws37 + + * src/folder.c + Fix a typo (seeming to cause new/unread status to + be lost) + +2002-09-10 [christoph] 0.8.2claws36 + + * src/compose.c + compose_redirect should not use compose_generic_new + because that does more stuff than expected including + opening the external editor + (closes bug "[ 526608 ] bounced messages appear blank + in editor") + +2002-09-10 [christoph] 0.8.2claws35 + + * src/folder.c + fix problem with too large message number range + causing a crash in folder_item_scan + +2002-09-10 [paul] 0.8.2claws34 + + * sync with 0.8.2cvs13 + see ChangeLog 2002-09-10 + +2002-09-10 [christoph] 0.8.2claws33 + + * src/msgcache.c + set MsgInfo TmpFlags for queue and draft folders + (closes bug "[ 591676 ] Queue ignore MIME on restart") + +2002-09-10 [paul] 0.8.2claws32 + + * AUTHORS + po/bg.po ** NEW FILE ** + new Bulgarian translation submitted by + George Danchev + + * tools/Makefile.am + tools/README + tools/tb2sylpheed ** NEW FILE ** + add script that converts an addressbook exported + from The Bat! into a Sylpheed addressbook. Submitted + by Urke MMI + +2002-09-10 [paul] 0.8.2claws31 + + * sync with 0.8.2cvs12 + see ChangeLog 2002-09-10 + +2002-09-06 [paul] 0.8.2claws30 + + * src/prefs_common.c + sync with 0.8.2cvs11, see ChangeLog 2002-09-06 + + * tools/Makefile.am + tools/README + tools/ldif-to-xml.py ** REMOVED ** + remove obsolete python script + +2002-09-06 [paul] 0.8.2claws29 + + * sync with 0.8.2cvs10 + see ChangeLog 2002-09-06 + +2002-09-04 [paul] 0.8.2claws28 + + * sync with 0.8.2cvs9 + see ChangeLog 2002-08-04 + +2002-09-04 [colin] 0.8.2claws27 + + * src/prefs_common.[ch] + Added signature color configuration + * src/textview.c + Use user-specified signature color + +2002-09-03 [colin] 0.8.2claws26 + + * src/prefs_common.[ch] + Added autosave and autosave_length prefs + * src/compose.c + Added compose_remove_draft() + Auto-save drafts according to the prefs + * src/main.c + Added a crash-indicator file, allowing to check + for new messages on startup if Sylpheed crashed + (makes saved drafts "reappear") + +2002-09-03 [colin] 0.8.2claws25 + + * src/textview.[ch] + Grey the signature + +2002-09-03 [paul] 0.8.2claws24 + + * sync with 0.8.2cvs8 + see ChangeLog 2002-09-02 and 2002-09-03 + +2002-09-03 [darko] 0.8.2claws23 + + * src/folderview.c + use normal style when creating new folder to pick + proper font size + +2002-09-02 [melvin] 0.8.2claws22 + + * src/gtkaspell.m4 + removed some obsolete code + +2002-09-02 [melvin] 0.8.2claws21 + + * ac/aspell.m4 + fixed test's equality sign (== to =) + +2002-09-02 [alfons] 0.8.2claws20 + + * src/folder.c + * src/mh.c + revert change of 0.8.2claws16 and use the mh_folder_destroy + as folder->destroy virtual as suggested by Hiro + (the mh.c code seems to have been lost around mh.c.1.21) + +2002-09-02 [paul] 0.8.2claws19 + + * po/pt_BR.po + updated by Fabio Jr. Beneditto + + * src/defs.h + use 'http://claws.sylpheed.org' for homepage link. + Domain provided by Oktay Altunergil + +2002-09-01 [alfons] 0.8.2claws18 + + * src/mh.c + plug memleak related to one Martin Kluge found + +2002-08-31 [paul] 0.8.2claws17 + + * sync with 0.8.2cvs6 + see ChangeLog 2002-08-30 + +2002-08-31 [alfons] 0.8.2claws16 + + * src/folder.c + folder_destroy(): remove mailbox from folderlist even if it has + no destroy virtual + +2002-08-31 [alfons] 0.8.2claws15 + + * src/folder.c + :%sno/if(/if (/gc + :%sno/for(/for (/gc + (being pedantic I know) + +2002-08-31 [alfons] 0.8.2claws14 + + * src/folder.c + check for NULL pointers returned from folder->fetch_msginfo virtual + (should solve some reported crashes) + +2002-08-30 [alfons] 0.8.2claws13 + + * acconfig.h + * configure.in + * src/crash.c + enable crash dialog on compilation time + (--enable-crash-dialog configure option) + 2002-08-30 [alfons] 0.8.2claws12 * AUTHORS