ANNOUNCE: New Build: 0.8.6claws98
Thorsten Maerz <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.windows |
|---|---|
| Message-ID | <[email protected]> |
0.8.6claws98 (for Win32) is available at http://claws-w32.sf.net ChangeLog.Claws.w32 diff: ChangeLog.Claws diff: --- ChangeLog.Claws.old Tue Dec 3 22:10:00 2002 +++ ChangeLog.Claws Wed Dec 11 08:07:24 2002 @@ -1,3 +1,377 @@ +2002-12-11 [jens] 0.8.6claws98 + * src/prefs_filtering.c + * src/prefs_matcher.c + * src/prefs_scoring.c + added dialog for incomplete rules in scoring, filtering and + matcher to ask wheather really close + +2002-12-11 [colin] 0.8.6claws97 + + * src/folder.c + Fix folder dnd statusbar logging + +2002-12-10 [christoph] 0.8.6claws96 + + * src/compose.c + * src/folder.c + * src/imap.c + * src/inc.c + * src/main.c + * src/mainwindow.c + * src/news.c + * src/send.c + * src/statusbar.[ch] + * src/common/hooks.c + * src/common/log.[ch] + o handle verbose logging in statusbar directly in statusbar code + and common code does not need any knowledge about a statusbar + o remove direct calls to statusbar_(puts|pop)_all functions + +2002-12-10 [jens] 0.8.6claws95 + + * src/*.c + removed gettext from g_warnings + * po/POTFILES.in + cleaned and updated + * po/de.po + updated + +2002-12-10 [colin] 0.8.6claws94 + + * src/main.c + finish crash dialog fix + +2002-12-10 [colin] 0.8.6claws93 + + * src/main.c + "Fix" "sylpheed already running" instead of + crash dialog appearing after a crash + +2002-12-10 [colin] 0.8.6claws92 + + * po/POTFILES.in + add src/gtk/sslcertwindow.c + +2002-12-10 [paul] 0.8.6claws91 + + * po/POTFILES.in + updated to reflect recent changes + submitted by Alessandro Maestri + +2002-12-09 [christoph] 0.8.6claws90 + + * src/Makefile.am + * src/smtp.[ch] ** REMOVE ** + * src/common/Makefile.am + * src/common/smtp.[ch] ** NEW ** + move smtp files to common directory + +2002-12-09 [christoph] 0.8.6claws89 + + * src/Makefile.am + * src/session.[ch] ** REMOVE ** + * src/common/Makefile.am + * src/common/session.[ch] ** NEW ** + move session files to common directory + +2002-12-09 [paul] 0.8.6claws88 + + * src/account.c + fix bug [649746] edit accounts: move account reverted + Patch submitted by Luke Plant <[email protected]> + +2002-12-09 [colin] 0.8.6claws87 + + * src/ssl_certificate.c + cleanup + +2002-12-09 [colin] 0.8.6claws86 + + * src/ssl.c + Try to open the cert.pem database and + issue a warning if it isn't there + +2002-12-09 [colin] 0.8.6claws85 + + * src/common/ssl_certificate.c + * src/gtk/sslcertwindow.c + Warning fixes + +2002-12-09 [colin] 0.8.6claws84 + + * src/ssl_certificate.[ch] ** REMOVED ** + * src/common/ssl_certificate.[ch] ** NEW ** + * src/Makefile.am + * src/common/Makefile.am + Moved ssl_certificate.[ch] to common + * src/common/ssl.c + Put back needed include + * src/gtk/sslcertwindow.[ch] + Changed ssl_certificate.h include + +2002-12-09 [colin] 0.8.6claws83 + + * src/gtk/sslcertwindow.[ch] + Implement hook for certificate acception + * src/ssl_certificate.[ch] + Implement hook for certificate acception + * src/common/ssl.c + Reenable certificate acception check + * src/mainwindow.c + Register sslcertwindow's hook + +2002-12-08 [christoph] 0.8.6claws82 + + * src/about.c + * src/addr_compl.c + * src/codeconv.c + * src/manual.c + * src/undo.c + * src/common/utils.c + o add missing includes + o fix warnings + * src/.cvsignore + * src/common/.cvsignore + * src/common/version.h ** REMOVE ** + remove autogenerated file + +2002-12-08 [paul] 0.8.6claws81 + + * src/stringtable.c + put back needed include + +2002-12-08 [colin] 0.8.6claws80 + + * src/gtk/sslcertwindow.c + Cleaner popups when asking + * src/ssl_certificate.c + * src/prefs_common.[ch] + remove ssl certificate pref + put back needed include + * src/undo.c + put back needed include + +2002-12-08 [christoph] 0.8.6claws79 + + * src/folderview.c + * src/logwindow.c + * src/statusbar.c + * src/summaryview.c + only abort hook invokation if required data is missing not + if our own data pointer is NULL, update hookfunction for + log window + +2002-12-08 [paul] 0.8.6claws78 + + * src/about.c + * src/addrcache.c + * src/addrclip.c + * src/addr_compl.c + * src/addrselect.c + * src/codeconv.c + * src/colorlabel.c + * src/enriched.c + * src/esmtp.c + * src/exporthtml.c + * src/headerview.c + * src/imageview.c + * src/manual.c + * src/noticeview.c + * src/pgptext.c + * src/scoring.c + * src/sourcewindow.c + * src/stringtable.c + * src/undo.c + clean up: remove unneccesary includes + +2002-12-08 [christoph] 0.8.6claws77 + + * src/folderview.c + * src/statusbar.c + * src/summaryview.c + * src/common/hooks.[ch] + hook functions now have a gboolean return value, if a hook + returns TRUE it will stop executing of any more hooks in + the same hooklist for this invokation + +2002-12-08 [colin] 0.8.6claws76 + + * src/main.c + put back argv0 for CRASH_DIALOG + +2002-12-08 [christoph] 0.8.6claws75 + + * src/Makefile.am + * src/about.c + * src/account.c + * src/crash.c + * src/esmtp.h + * src/imap.[ch] + * src/inc.c + * src/main.c + * src/mainwindow.c + * src/news.c + * src/pop.[ch] + * src/prefs_account.[ch] + * src/prefs_common.[ch] + * src/send.[ch] + * src/smtp.[ch] + * src/ssl_certificate.[ch] + * src/ssl_manager.[ch] + * src/common/Makefile.am + * src/common/log.c + * src/common/nntp.[ch] + * src/common/socket.[ch] + * src/common/ssl.[ch] + * src/gtk/sslcertwindow.[ch] + * ac/openssl.m4 + use new autoconf script to detect OpenSSL with extra parameters + to specify the location of libs and includes, also remove USE_SSL + to USE_OPENSSL + + * src/common/sylpheed.[ch] + * src/common/version.h.in + start seperation of common code initialization seperated from gui + + * src/summaryview.c + The function that is called when a color lable changes + should not change the color lable again + +2002-12-08 [colin] 0.8.6claws74 + + * src/gtk/sslcertwindow.c + warning fixes + +2002-12-08 [colin] 0.8.6claws73 + + * src/statusbar.c + src/common/log.h + Register a hook for statusbar_puts_all + * src/common/log.c + invoke statusbar_puts_all's hook + +2002-12-08 [colin] 0.8.6claws72 + + * src/ssl_certificate.c + Put back a badly-removed include + +2002-12-08 [colin] 0.8.6claws71 + + * src/gtk/sslcertwindow.[ch] ** NEW ** + new certificate presentation + * src/gtk/Makefile.am + add new files + * src/ssl_certificate.[ch] + gtk cleanup, made utility functions public + * src/ssl_manager.c + use new cert presentation + +2002-12-07 [christoph] 0.8.6claws70 + + * src/Makefile.am + * src/nntp.[ch] ** REMOVE ** + * src/common/Makefile.am + * src/common/nntp.[ch] ** NEW ** + move nntp files to common directory + +2002-12-07 [christoph] 0.8.6claws69 + + * src/procmsg.[ch] + * src/summaryview.c + implement msginfo update callback using sylpheed's new + hook system. Invoke hooks from procmsg_msginfo_[un]set_flags. + +2002-12-06 [christoph] 0.8.6claws68 + + * src/editgroup.c + This patch changes the 'Edit Group Details' dialog to + allow extended selections in either pane, so that + addresses can be added or removed from a group more + quickly and easily. (it actually is a net decrease in + file size, as some unnecessary functions have been + removed). + (patch submitted by Luke Plant <[email protected]>) + +2002-12-06 [christoph] 0.8.6claws67 + + * src/Makefile.am + * src/template.[ch] ** REMOVE ** + * src/common/Makefile.am + * src/common/template.[ch] ** NEW ** + move template files to common directory + + * src/nntp.c + add missing log.h include + +2002-12-06 [melvin] 0.8.6claws66 + + * src/prefs_actions.c + Added the trailing ">" syntax to insert command's output + without replacing old text (in contrast to trailing "|"). + +2002-12-05 [colin] 0.8.6claws65 + + * src/common/utils.c + Don't modify original search_string or it'll change + the next iterations in the for() + +2002-12-05 [darko] 0.8.6claws64 + + * src/common/utils.c + proper check for filtering commands, found by Colin + +2002-12-05 [darko] 0.8.6claws63 + + * src/common/utils.c + check proper string for NULL pointer, found by Colin + +2002-12-05 [darko] 0.8.6claws62 + + * src/common/utils.[ch] + expand_search_string(): new function + converts Mutt-like patterns to Sylpheed's + filtering engine + * src/summaryview.c + use expand_search_string() to allow Mutt-like + patterns in extended search + * README.claws + document extended option in quick search + +2002-12-05 [paul] 0.8.6claws61 + + * sync with 0.8.6cvs16 + see ChangeLog 2002-12-05 + + * po/POTFILES.in + clean up + +2002-12-04 [christoph] 0.8.6claws60 + + * src/imap.[ch] + put imap authentication code into a new function and + remove it from imap_session_new that will allow to + send other commands before authentication + +2002-12-04 [christoph] 0.8.6claws59 + + * src/imap.[ch] + use already existing method to prevent unneeded IMAP + folder selects. Set imap_select parameters to NULL + in some functions if the values are not required. + + * src/xml.h + remove no longer required include + +2002-12-04 [paul] 0.8.6claws58 + + * po/es.po + updated by Ricardo Mones Lastra + + * configure.in + po/hu.po ** NEW FILE ** + initial Hungarian translation, submitted + by Gál Zoltán <[email protected]> + 2002-12-03 [christoph] 0.8.6claws57 * src/Makefile.am ChangeLog diff: --- ChangeLog.old Tue Dec 3 22:09:54 2002 +++ ChangeLog Tue Dec 10 21:43:00 2002 @@ -1,3 +1,13 @@ +2002-12-05 + + * src/send.c: send_message_local(): escape line that only have one + dot character (postfix's sendmail command will stop there). + +2002-12-05 + + * src/send.c: send_message_local(): don't escape first-dot line + (thanks to Sergey Vlasov). + 2002-12-03 * autogen.sh: added 'libtoolize --force --copy' to override the -- Thorsten Maerz <[email protected]> Sylpheed-claws/Win32: http://claws-w32.sf.net ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/