ANNOUNCE: New Build: 0.8.6claws116
Thorsten Maerz <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.windows |
|---|---|
| Message-ID | <[email protected]> |
0.8.6claws116 (for Win32) is available at http://claws-w32.sf.net ChangeLog.Claws.w32 diff: ChangeLog.Claws diff: --- ChangeLog.Claws.old Wed Dec 11 08:07:24 2002 +++ ChangeLog.Claws Wed Dec 18 17:37:38 2002 @@ -1,3 +1,146 @@ +2002-12-18 [paul] 0.8.6claws116 + + * sync with 0.8.6cvs23 + see ChangeLog 2002-12-18 + +2002-12-18 [paul] 0.8.6claws115 + + * src/Makefile.am + * src/account.c + * src/codeconv.c + * src/gtkutils.[ch] + * src/imap.c + sync with 0.8.6cvs22. + see ChangeLog 2002-12-17 and 2002-12-18 + +2002-12-17 [christoph] 0.8.6claws114 + + * src/imap.c + o don't create a session if imap greeting fails + o don't close socket when authentication fails + this is done by imap_session_destroy + +2002-12-17 [thorsten] 0.8.6claws113 + + * tools/Makefile.am + tools/README + tools/google_msgid.pl ** NEW FILE ** + Added "search for message-id" script and doc + +2002-12-17 [thorsten] 0.8.6claws112 + + * po/hu.po + Updated hungarian translation + (updated by Gal Zoltan) + +2002-12-16 [christoph] 0.8.6claws111 + + * src/addr_compl.c + remove stupid addressbook dump to debug output + * src/mh.c + fix memory leak found by Hiro + +2002-12-14 [paul] 0.8.6claws110 + + * src/compose.c + fix menubar sensitivity on send + + * src/prefs_filtering.c + * src/prefs_matcher.c + * src/prefs_scoring.c + Fix english ;) + + * src/common/quoted-printable.h + sync: fix typo + +2002-12-13 [christoph] 0.8.6claws109 + + * src/Makefile.am + * src/manage_window.[ch] + * src/gtk/Makefile.am + * src/gtk/manage_window.[ch] + move manage_window files to gtk directory + +2002-12-13 [christoph] 0.8.6claws108 + + * src/Makefile.am + * src/gtkshruler.[ch] + * src/gtk/Makefile.am + * src/gtk/gtkshruler.[ch] + move gtkshruler files to gtk directory + +2002-12-13 [christoph] 0.8.6claws107 + + * src/Makefile.am + * src/compose.c + * src/gtkstext.[ch] ** REMOVE ** + * src/gtkutils.[ch] + * src/textview.c + * src/gtk/gtkstext.[ch] ** NEW ** + * src/gtk/Makefile.am + o move stext functions to gtkstext.c to remove + dependency of gtkutils + o move gtkstext files to gtk directory + + * src/gtk/Makefile.am + * src/gtk/sslcertwindow.[ch] + UI stuff can always depend on common code so + it's ok to add ../common to include path + +2002-12-13 [colin] 0.8.6claws106 + + * src/summaryview.c + Disconnect sighandlers for mainwindow when + quicksearch has the focus + Fix bug #653231 + * src/mainwindow.[ch] + Make key_pressed callback public, to be able + to disconnect it + +2002-12-13 [christoph] 0.8.6claws105 + + * src/mh.c + create .mh_sequences file in new MH folders + (closes feature request [ 523162 ] MH folders should + get a .mh_sequences) + +2002-12-13 [colin] 0.8.6claws104 + + * src/summaryview.c + Better handling of quicksearch show/hide + (basically the button stays under the mouse + when toggled) + +2002-12-13 [paul] 0.8.6claws103 + + * sync with 0.8.6cvs17 + see ChangeLog 2002-12-13 + +2002-12-13 [paul] 0.8.6claws102 + + * po/es.po + updated by Ricardo Mones Lastra + +2002-12-11 [colin] 0.8.6claws101 + + * src/folder.c + remove statusbar stuff + src/folderview.c + set statusbar verbosity when moving folders + +2002-12-11 [colin] 0.8.6claws100 + * src/prefs_filtering.c + * src/prefs_matcher.c + * src/prefs_scoring.c + Fix english ;) + +2002-12-11 [colin] 0.8.6claws99 + + * src/prefs_common.[ch] + Add summary_quicksearch_type + * src/summaryview.c + Save last used quicksearch type + 2002-12-11 [jens] 0.8.6claws98 * src/prefs_filtering.c * src/prefs_matcher.c ChangeLog diff: --- ChangeLog.old Tue Dec 10 21:43:00 2002 +++ ChangeLog Wed Dec 18 17:37:36 2002 @@ -1,3 +1,62 @@ +2002-12-18 + + * src/mainwindow.c: + set_charset_cb() + sort_summary_cb() + sort_summary_type_cb(): prevent unwanted processing on unchecking + menu items. + +2002-12-18 + + * src/main.c: process command line option before gtk_init() to + enable remote operation without X (thanks to Ruslan N. Balkin). + * src/codeconv.c: conv_encode_header(): fixed a potential buffer + overflow. + +2002-12-18 + + * src/Makefile.am: changed $(target_alias) to $(target_triplet) + (the spec of autotools seems to be changed). + +2002-12-18 + + * src/imap.c: get path separator using LIST command if server + doesn't support NAMESPACE (based on the patch by Brian Sammon). + imap_parse_list(): added an argument to return path separator. + imap_get_namespace_by_list(): new. + +2002-12-17 + + * src/addr_compl.c: add_address(): removed the debug print. + * src/gtkutils.[ch]: gtkut_window_popup() + src/mainwindow.c: main_window_popup(): applied the patch to fix + the behavior of window popup from Sergey Vlasov (thanks!) + * src/account.c: account_edit_create(): use signal_connect_after + for row_move signal to fix the row position bug. + account_row_moved(): scroll the CList half page. + * src/prefs_filter.c: prefs_filter_row_move(): scroll the CList + half page. + * src/summaryview.c: summary_reply(): use selection text only if + the displayed message is selected (thanks to Sergey Vlasov). + +2002-12-13 + + * src/codeconv.c: conv_encode_header(): reimplemented the routine + of MIME header encoding. And use Q-encoding method if the current + locale is single-byte one. + * src/utils.[ch]: is_next_nonascii(): take multi-byte string instead + of wide-character string. Consider control codes as non-ASCII. + get_next_word_len(): new. It returns the length of next word. + is_next_mbs(), find_wspace(): removed. + * src/quoted-printable.[ch]: new. + qp_decode_line(): decodes one QP line. + qp_decode_q_encoding(): decodes Q-encoded string in MIME header. + qp_get_q_encoding_len(): returns the length when a string is + Q-encoded. + qp_q_encode(): Q-encode a string (RFC 2047). + * src/unmime.c: moved the functions for quoted-printable to + quoted-printable.c. + 2002-12-05 * src/send.c: send_message_local(): escape line that only have one -- Thorsten Maerz <[email protected]> Sylpheed-claws/Win32: http://claws-w32.sf.net ------------------------------------------------------- This SF.NET email is sponsored by: Geek Gift Procrastinating? Get the perfect geek gift now! Before the Holidays pass you by. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/