ANNOUNCE: New Build: 0.8.9claws16
Thorsten Maerz <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.windows |
|---|---|
| Message-ID | <[email protected]> |
0.8.8claws16 (for Win32) is available at http://claws-w32.sf.net ChangeLog.Claws.w32 diff: --- ChangeLog.Claws.w32.old Thu Jan 23 23:23:20 2003 +++ ChangeLog.Claws.w32 Fri Jan 24 21:19:20 2003 @@ -1,3 +1,8 @@ +2003-01-24 [thorsten] 0.8.9claws-1 + + * win32/utils/sylpheed-setup.iss.in + install plugins into subdir + 2003-01-24 [thorsten] 0.8.8claws127-1 * win32/Makefile ChangeLog.Claws diff: --- ChangeLog.Claws.old Thu Jan 23 20:27:30 2003 +++ ChangeLog.Claws Mon Jan 27 11:08:44 2003 @@ -1,3 +1,162 @@ +2003-01-27 [christoph] 0.8.9claws16 + + * src/news.c + * src/prefs_account.[ch] + * src/common/nntp.[ch] + allow to force authentication for NNTP servers + + Patch submitted by Florian Mickler <[email protected]> + +2003-01-26 [paul] 0.8.9claws15 + + * src/summaryview.c + speed up of marking messages as read + patch submitted by Jens Rantil <[email protected]> + +2003-01-26 [christoph] 0.8.9claws14 + + * src/Makefile.am + * src/mgutils.[ch] + * src/xml.[ch] + * src/xmlprops.[ch] + * src/common/Makefile.am + * src/common/mgutils.[ch] + * src/common/xml.[ch] + * src/common/xmlprops.[ch] + move xml files to common directory + +2003-01-26 [christoph] 0.8.9claws13 + + * src/plugins/spamassassin/spamassassin_gtk.c + only set gtk entry text if string is available + +2003-01-26 [melvin] 0.8.9claws12 + + * src/description_window.c + Allow resizing of the window + Allow automatic horizontal scroll bar + Do not vertically expand and fill + +2003-01-26 [christoph] 0.8.9claws11 + + * src/Makefile.am + * src/gtkutils.[ch] ** REMOVE ** + * src/common/sylpheed.c + * src/gtk/Makefile.am + * src/gtk/description_window.c + * src/gtk/gtkutils.[ch] ** NEW ** + * src/gtk/prefswindow.c + move gtkutils to gtk directory + +2003-01-26 [paul] 0.8.9claws10 + + * src/summaryview.c + rename summary_unread_clicked() to summary_status_clicked() + +2003-01-26 [melvin] 0.8.9claws9 + + * src/prefs_actions.c + Cosmetical changes to the help text + +2003-01-26 [paul] 0.8.9claws8 + + * src/folder.[ch] + src/mainwindow.c + src/prefs_common.c + src/prefs_sumamry_column.c + summaryview.[ch] + rename the 'Unread' column to 'Status' + +2003-01-25 [match] 0.8.9claws7 + + * src/mgutils.[ch] + removed reference to LDAP constants. removed error2string. + included functions to support LDAP dynamic queries. + * src/syldap.h + moved LDAP constants here. + * src/addressbook.c + * src/addrindex.c + * src/importldif.c + removed references to LDAP constants and references to + error2string. + +2003-01-25 [paul] 0.8.9claws6 + + * src/summaryview.c + summary_thread_build(), summary_thread_init(): remove + unneeded reference to summaryview->folder_item + +2003-01-25 [christoph] 0.8.9claws5 + + * src/gtk/description_window.c + o allow description texts to expand over multiple columns + o translate all columns + * src/prefs_actions.c + change syntax description to use new multi column feature + + Patch submitted by Ivan F. Martinez <[email protected]> + +2003-01-25 [match] 0.8.9claws4 + + * src/vcard.c + fixed bug with Quoted-Printable + +2003-01-25 [paul] 0.8.9claws3 + + * src/folder.[ch] + src/summaryview.[ch] + implement per-folder collapsed/expanded threads setting + + * src/prefs_common.c + remove global collapsed/expanded threads option + +2003-01-25 [christoph] 0.8.9claws2 + + * po/POTFILES.in + add pluginwindow and prefswindow + * src/compose.c + make send respond correctly to messages that could be added + to the queue folder, but the UID of the message is unknown + * src/folder.c + * src/imap.c + don't return guessed UIDs in imap_add_msg anymore. We return + 0 to tell the folder system it was appened but the UID is + unknown. Folder system now get's the UID by scaning the folder + and searching the cache for the Message-ID + (closes bug #29 Messages queued, but not sent) + +2003-01-25 [paul] 0.8.9claws1 + + * src/codeconv.c + conv_encode_header(): fix bug when long headers with 8-bit + characters are used, so that the encoded words are wrapped. + If the space in the original text falls on the wrap boundary, + it can be lost. + Patch by Sergey Vlasov. + + * src/folderview.c + fix bug where a change to the sorting method or thread view + of a folder's messages is lost if simpify-subject is set and + toggled on or off. + Patch by Luke Plant. + +2003-01-24 [paul] 0.8.9claws + + * sylpheed-0.8.9claws released + + * Makefile.am + sylpheed.spec.in + remove reference to 'INSTALL.jp' + +2003-01-23 [paul] 0.8.8claws128 + + * po/es.po + po/it.po + po/ru.po + po/sr.po + updated translations. submitted by Ricardo Mones Lastra, + Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively. + 2003-01-23 [colin] 0.8.8claws127 * src/compose.c @@ -71,6 +230,7 @@ * src/procmsg.c fix infinite loop in procmsg_find_children + (closes bug #25 sylpheed crashes on delete.) Patch submitted by Ivan F. Martinez <[email protected]> @@ -503,12 +663,14 @@ Note: - Please verify that no updates are missing - Check where freeze/thaws should be added -2003-01-07 [Ivan Francolin Martinez ([email protected])] 0.8.8claws62 +2003-01-07 [christoph] 0.8.8claws62 * src/prefs_actions.c don't translate empty strings -2003-01-06 [Ivan Francolin Martinez ([email protected])] 0.8.8claws61 + Patch submitted by Ivan Francolin Martinez <[email protected]> + +2003-01-06 [christoph] 0.8.8claws61 * src/prefs_actions.c mark strings for gettext @@ -516,6 +678,8 @@ use new description window for Execute action and match condition in Filtering + Patch submitted by Ivan Francolin Martinez <[email protected]> + 2003-01-06 [alfons] 0.8.8claws60 keep myself inspired to re-organize matcher part 8; @@ -527,14 +691,16 @@ add documentation so others may comprehend the UI part of the conditions -2003-01-06 [Ivan Francolin Martinez ([email protected])] 0.8.8claws59 +2003-01-06 [christoph] 0.8.8claws59 * src/prefs_actions.c use new description window for syntax help * src/gtk/description_window.c fix display of descriptions with column count != 2 -2003-01-06 [Ivan Francolin Martinez ([email protected])] 0.8.8claws58 + Patch submitted by Ivan Francolin Martinez <[email protected]> + +2003-01-06 [christoph] 0.8.8claws58 * src/quote_fmt.c * src/summaryview.[ch] @@ -544,6 +710,8 @@ currently used in quote_fmt and summaryview (new description for extended quick search) + Patch submitted by Ivan Francolin Martinez <[email protected]> + 2003-01-06 [paul] 0.8.8claws57 * sync with 0.8.8cvs1 @@ -663,6 +831,7 @@ * src/procmsg.c update save folder after adding the sent message + (closes bug #6 Folder View doesn't refresh for "Sent"-messages) 2003-01-02 [christoph] 0.8.8claws42 ChangeLog diff: -- Thorsten Maerz <[email protected]> Sylpheed-claws/Win32: http://claws-w32.sf.net ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com