improve the English in the GUI
[claws.git] / ChangeLog
index d08dace16c8ff00e1d89ecdb77a98fbf5ca353b0..625dc5ccd7c369cf246daf84b265c23465819281 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2002-11-27
+
+       * README: added a description about hidden settings.
+
+2002-11-27
+
+       * src/prefs_common.[ch]: reorganized the common prefs dialog.
+         Made enable_hscrollbar and bold_unread hidden options.
+
+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().
+       * src/send.c: send_message_smtp(): call smtp_auth() and display
+         the state to the dialog.
+
+2002-11-18
+
+       * src/filter.c: strmatch_regex(): use extended regex (thanks to
+         Fabien Devaux).
+       * src/main.c: main(): removed the code for assortrc -> filterrc
+         transition.
+       * src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
+         current locale is C or POSIX.
+         gtkut_stext_is_uri_string(): include "www." for URI string.
+       * src/textview.c: textview_make_clickable_parts(): include "www."
+         for URI string.
+
+2002-11-15
+
+       * version 0.8.6
+
+2002-11-13
+
+       * src/textview.c: textview_add_part(): indicate signature status
+         using different colors.
+
+2002-11-12
+
+       * src/folder.c: folder_write_list_recursive(): escape
+         To/Cc/Bcc/Reply-To strings.
+
+2002-11-11
+
+       * src/codeconv.c: conv_encode_header(): enabled B-encoding of
+         headers on locales other than Japanese when not using libjconv.
+
+2002-11-11
+
+       * src/inc.[ch]: added INC_IO_ERROR to IncState. Also added its
+         corresponding error message.
+         inc_pop3_session_do(): set INC_IO_ERROR instead of INC_NOSPACE
+         on PS_IOERR.
+
 2002-11-07
 
        * src/prefs_account.[ch]: removed prefs_account_save_config() since