sync with 0.8.6cvs11
[claws.git] / ChangeLog
index 12fc019f8d44e534dd8884dc97f616d7c3b8ac53..f70799390b7d455f2b1979e5762d1efaa2233673 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2002-11-26
+
+       * src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
+
+2002-11-26
+
+       * src/account.[ch]:
+         account_find_from_message_file()
+         account_find_from_msginfo(): new. They find an account from the
+         headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
+         specified message.
+       * src/compose.c:
+         compose_reedit(): restore messages' previous account on composition.
+         compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
+         on draft mode.
+
+2002-11-26
+
+       * src/compose.c: cleaned up the code using compose_entry_set()
+         (don't use gtk_entry_set_text() directly).
+
+2002-11-25
+
+       * src/imap.c: imap_parse_namespace(): fixed a memory leak.
+
+2002-11-22
+
+       * updated autotools and libtool to the latest version.
+       * configure.in: added AC_PREREQ(2.50).
+
+2002-11-22
+
+       * src/textview.c: textview_set_font(): fix for message display in
+         UTF-8 locales (thanks to Sergey Vlasov).
+
+2002-11-21
+
+       * src/imageview.[ch]: imageview_show_image(): resize images to fit
+         the window size if specified.
+       * src/prefs_common.[ch]: added an option 'Resize attached images'.
+
+2002-11-20
+
+       * refactoring for SMTP implementation.
+       * src/session.h: added ui_func to Session.
+       * src/smtp.[ch]: separated the connection routine from
+         smtp_session_new() to smtp_connect().
+         Changed the argument of every function other than smtp_ok() from
+         SockInfo to SMTPSession.
+         Call UI callback from each functions.
+       * src/send.c: send_message_smtp(): separated the code for UI update
+         into send_progress_dialog_update().
+
 2002-11-18
 
        * src/smtp.[ch]: separated smtp_auth() from smtp_from().