* src/main.c
[claws.git] / ChangeLog
index 4527aa86994c671dd3c85ae74a732cb1e3324018..c009e86cc8fbf91e8d59e99f787a4689a037f651 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2003-03-20
+
+       * src/session.[ch]: session_start_tls(): new.
+         session_recv_msg(): made it static.
+
+2003-03-20
+
+       * implemented asynchronous network I/O.
+       * src/session.[ch]: the interface to communicate with servers through
+         child process.
+       * src/smtp.[ch]
+         src/send_message.[ch]: rewrote using new I/O system.
+       * src/socket.[ch]: renamed *_write() to *_write_all(), and made
+         *_write() as just a simple wrapper for write().
+       * src/utils.c: get_outgoing_rfc2822_str(): new. It modifies the
+         message to send with SMTP or NNTP.
+         file_read_stream_to_str(): new.
+
+2003-03-12
+
+       * src/textview.c: textview_button_pressed(): corrected the range of
+         URI link.
+       * src/compose.c: compose_wrap_line_all_full(): treat UTF-8 characters
+         represented with more than 2 bytes as 2 character width and 2 bytes
+         one as a single character width as a workaround for wrapping problem.
+
+2003-03-12
+
+       * src/utils.c: subject_compare_for_sort(): allow null strings (fixes
+         summary sorting).
+
+2003-03-11
+
+       * implemented HTML link correctly.
+       * src/html.[ch]: HTMLAttr, HTMLTag: new structure for attributes /
+         tags.
+         html_get_tag(): new. It parses tag and returns HTMLTag object.
+         html_parse_tag(): also parses <a> tags and 'href' attributes.
+       * src/textview.c: textview_write_link(): new. It creates link string.
+
+2003-03-10
+
+       * src/compose.c: compose_wrap_line_all_full(): fixed an infinite
+         loop / crash bug (thanks to Darko Koruga).
+         compose_write_to_file(): put correct charset element when
+         conversion failed but want to send anyway.
+
+2003-03-10
+
+       * src/headerview.c: headerview_show()
+         src/textview.c: textview_write_line(): remove unreadable characters
+         from displayed strings to prevent crashes on multi-byte
+         environments.
+       * src/codeconv.[ch]: conv_unreadable_locale(): new. It was separated
+         from conv_localetodisp().
+
+2003-03-10
+
+       * src/procmsg.c: procmsg_cmp_by_subject()
+         src/summaryview.c: summary_cmp_by_subject(): ignore Re: when
+         comparing subjects.
+       * src/utils.[ch]:
+         subject_compare_for_sort()
+         trim_subject_for_sort(): new.
+
+2003-03-07
+
+       * version 0.8.11
+
+2003-03-07
+
+       * src/defs.h: added -i option to the default sendmail command.
+
+2003-03-06
+
+       * src/codeconv.[ch]: added missing character encodings and locales.
+
+2003-03-06
+
+       * src/procmsg.[ch]:
+         procmsg_get_mark_sum()
+         procmsg_open_mark_file()
+         procmsg_read_mark_file(): take FolderItem instead of directory
+         path.
+
+2003-03-05
+
+       * src/codeconv.c: conv_encode_header(): fixed a bug that spaces
+         which is on the wrap boundary would be lost when encoding long
+         non-ascii strings (thanks to Sergey Vlasov).
+         Don't force wrapping within a long word until it reaches hard line
+         length limit (998 characters) (workaround for the breakage of
+         long address list with no spaces).
+
+2003-03-03
+
+       * src/prefs_account.c: fixed compile failure when using neither
+         gpg or ssl.
+
+2003-03-03
+
+       * src/codeconv.c: fixed UTF-8 locale support.
+         conv_get_code_conv_func(): return conv_noconv if locale encoding
+         is UTF-8. Return conv_latintodisp on ISO-8859-* to locale encoding
+         conversion.
+         conv_convert(): call conv_iconv_strdup() instead of
+         conv_codeset_strdup().
+         conv_codeset_strdup(): moved some codes into conv_iconv_strdup().
+
+2003-02-28
+
+       * src/prefs_account.[ch]: added an option to use command output for
+         signature.
+       * src/compose.c: compose_insert_sig(): use command output if
+         specified.
+         compose_insert_command_output(): new.
+
+2003-02-28
+
+       * src/main.c: main(): remove lock socket if sylpheed is not running
+         when --status command is executed.
+         lock_socket_remove(): new.
+
+2003-02-27
+
+       * src/codeconv.c: conv_codeset_strdup(): don't convert if current
+         codeset is US-ASCII (or POSIX).
+
+2003-02-21
+
+       * src/codeconv.c: conv_iconv_strdup(): try to skip invalid characters
+         and continue conversion.
+
+2003-02-21
+
+       * src/summaryview.c: summary_selected(): always update widget
+         sensitivity.
+
+2003-02-20
+
+       * src/utils.c: tzoffset_sec(): fixed a bug that displayed wrong
+         date in timezones more than GMT+12 or less than GMT-12.
+
+2003-02-18
+
+       * src/prefs_common.[ch]
+         src/sourcewindow.c: remember the size of source window.
+       * src/md5.c: fixed a compile problem with gcc 3.3.
+
+2003-02-17
+
+       * src/about.c: about_create(): modified the copyright notice.
+
+2003-02-17
+
+       * src/colorlabel.c: don't use pixmaps for label color rect but draw
+         rectangles so we can respect the color map of palette based visuals
+         (fixes the long time crashes on Solaris - thanks to Alfons
+         Hoogervorst).
+
+2003-02-17
+
+       * src/procheader.c: procheader_date_parse(): made month string case
+         insensitive.
+       * src/prefs_filter.c: prefs_filter_close(): fixed the crash when the
+         selection list is empty.
+
+2003-02-14
+
+       * src/quote_fmt_parse.y: removed gettext translatable strings.
+       * src/unmime.c: unmime_header(): remove broken characters when
+         code conversion failed.
+       * src/codeconv.c: conv_encode_header(): fixed a bug that broken
+         headers if long words more than 75 characters are entered.
+
+2003-02-13
+
+       * src/prefs_account.c: prefs_account_receive_create()
+         src/utils.c: to_human_readable(): made units translatable.
+
+2003-02-13
+
+       * src/codeconv.c: isprintableeuckanji(): don't allow more than 0xf4
+         at first byte (fixes abort() problem of glibc).
+       * src/html.c: html_read_line(): remove characters which can't be
+         displayed on the current locale.
+
+2003-02-11
+
+       * src/utils.[ch]:
+         trim_subject_for_compare(): renamed from trim_subject().
+         trim_subject(): new. It removes [...] or (...) at the beginning
+         of subject.
+       * src/prefs_folder_item.c
+         src/folder.[ch]:
+         added options for trimming summary / compose subject.
+       * src/summaryview.c: summary_set_header(): trim subject if the folder
+         option is set.
+       * src/compose.c: compose_reply_set_entry(): trim subject if the folder
+         option is set.
+
+2003-02-09
+
+       * src/codeconv.c:
+         LBREAK_IF_REQUIRED(): don't break lines before first word (fixes
+         X-Face header problem).
+         conv_encode_header(): allow up to 97 characters for one word.
+
+2003-02-07
+
+       * src/filter.c: filter_match_condition(): fixed the bug that
+         second condition ignored regex.
+       * src/news.h: NewsGroupInfo: use guint for message numbers
+         (fix count in grouplist dialog) (thanks to Thorsten Maerz).
+
+2003-02-06
+
+       * src/codeconv.c: conv_encode_header(): fixed a segfault bug
+         on code conversion failure.
+         conv_get_charset_str()
+         conv_get_charset_from_str(): optimized using hash table.
+
+2003-02-06
+
+       * src/quote_fmt_parse.y:
+         SHOW_MESSAGE_NO_SIGNATURE, SHOW_QUOTED_MESSAGE_NO_SIGNATURE:
+         treat only "\n-- \n" as a signature separator.
+
+2003-02-05
+
+       * src/gtkutils.[ch]: gtkut_ctree_node_prev(): new.
+       * src/summary_search.c: summary_search_execute(): search collapsed
+         nodes, too.
+
+2003-02-05
+
+       * src/codeconv.c:
+         conv_unreadable_latin(): include 0x7f as an unreadable character.
+         conv_localetodisp(): don't remove 8bit characters by default.
+         conv_get_current_charset()
+         conv_get_outgoing_charset(): return ISO-8859-15 if "@euro" is
+         appended at the last of locale name.
+       * src/compose.c: compose_write_to_file(): show from and to encoding
+         when code conversion failed.
+
+2003-02-04
+
+       * version 0.8.10
+
+2003-02-04
+
+       * src/procmsg.h: WRITE_CACHE_DATA(): little speed improvement
+         (thanks to Colin Leroy).
+       * src/mh.c: mh_get_msginfo(): added NULL check (thanks to Thorsten
+         Maerz).
+
+2003-02-03
+
+       * src/textview.c: textview_write_line(): don't convert if conv is
+         NULL.
+
+2003-02-03
+
+       * src/codeconv.[ch]:
+         renamed conv_guess_encoding() to conv_guess_ja_encoding().
+         conv_localetodisp(): new. It removes unreadable characters from
+         (assumed) current locale string.
+         conv_codeset_strdup(): convert into ISO-8859-1 if dest_code is
+         NULL and current locale encoding is US-ASCII.
+         conv_get_code_conv_func(): return conv_ustodisp if US-ASCII is
+         specified for destination charset.
+       * src/textview.c: textview_write_line(): use conv_localetodisp()
+         instead of strncpy2() if conversion failed.
+
+2003-01-31
+
+       * src/codeconv.c: conv_iconv_strdup()
+         src/imap.c:
+         imap_modified_utf7_to_locale()
+         imap_locale_to_modified_utf7(): use ICONV_CONST macro to remove
+         a warning on some systems.
+       * src/codeconv.c: conv_iconv_strdup(): flush iconv() output and
+         truncate buffer.
+         Return NULL instead of incomplete string if conversion failed.
+
+2003-01-30
+
+       * src/summaryview.c: summary_execute(): select appropriate node
+         if currently selected node is to be deleted.
+       * src/gtkutils.[ch]: gtkut_ctree_node_is_selected(): new. Returns
+         TRUE if the specified node is selected.
+
+2003-01-30
+
+       * src/summaryview.c: summary_status_show(): fixed a occasional crash
+         on deleting or moving.
+
+2003-01-29
+
+       * src/codeconv.c: conv_unreadable_eucjp(): made the validity check
+         of EUC-JP more accurate.
+         isprintableeuckanji(): new. Use table for validity check of EUC-JP.
+
+2003-01-17
+
+       * version 0.8.9
+
+2003-01-17
+
+       * updated INSTALL.
+
+2003-01-17
+
+       * src/quoted-printable.c: qp_encode_line(): fixed linebreak
+         duplication bug if the source string has CRLF.
+       * src/utils.[ch]:
+         canonicalize_str(): new. Returns newly allocated canonicalized
+         string.
+         uncanonicalize_file(): new. Uncanonicalize (CRLF -> LF) text.
+         uncanonicalize_file_replace(): new.
+       * src/compose.c: always canonicalize body before processing, and
+         uncanonicalize before returning.
+
+2003-01-17
+
+       * src/procmime.c: procmime_get_encoding_for_charset(): prefer
+         ENC_8BIT for Russian charsets.
+       * src/compose.c: compose_write_to_file(): use base64 when signing
+         8bit message.
+
+2003-01-16
+
+       * src/prefs_common.c: prefs_send_create(): added a description for
+         the setting of Content-Transfer-Encoding.
+
+2003-01-16
+
+       * src/codeconv.c: fixed locale_table for Russian locales (thanks to
+         Sergey Vlasov).
+       * src/procmime.c: procmime_get_encoding_for_charset(): return
+         ENC_BASE64 for ISO-8859-5, KOI8-* and Windows-1251.
+       * src/compose.c: compose_attach_append(): set correct Content-
+         Transfer-Encoding for message/rfc822.
+         compose_write_to_file(): enabled user-definable Content-Transfer-
+         Encoding.
+       * src/prefs_common.[ch]: added an option for user-defined Content-
+         Transfer-Encoding.
+
+2003-01-15
+
+       * src/quoted-printable.[ch]: qp_encode_line(): fixed a bug if the
+         line doesn't end with linebreak.
+
+2003-01-15
+
+       * implemented quoted-printable encoding.
+       * src/quoted-printable.[ch]: qp_encode_line(): new.
+       * src/compose.c:
+         compose_write_to_file()
+         compose_write_attach(): implemented quoted-printable encoding.
+         compose_attach_property_create(): enabled quoted-printable menu
+         item.
+       * src/procmime.c: procmime_get_encoding_for_charset(): return
+         ENC_QUOTED_PRINTABLE for ISO-8859-* and CP125* charset.
+       * src/Makefile.am: added $(LIBICONV) to sylpheed_LDADD for libiconv
+         support.
+
+2003-01-14
+
+       * src/folderview.c
+         src/summaryview.c
+         src/utils.[ch]: get_abbrev_newsgroup_name(): improved the way
+         of abbreviation of newsgroup name.
+
+2003-01-14
+
+       * configure.in: show the result of iconv detection.
+
+2003-01-13
+
+       * src/codeconv.[ch]: made the transition from libjconv to iconv().
+         conv_iconv_strdup(): new.
+       * src/about.c
+         src/imap.c
+         src/mainwindow.c
+         src/prefs_common.c: replaced HAVE_LIBJCONV to HAVE_ICONV.
+
+2003-01-10
+
+       * src/compose.c
+         src/folderview.c
+         src/prefs_folder_item.c: English fix (property -> properties).
+       * src/prefs_filter.c: alert if entry is not saved.
+         prefs_filter_dialog_to_filter(): new.
+
+2003-01-09
+
+       * src/codeconv.c: conv_encode_header(): fixed a bug which output raw
+         strings after linefeed.
+       * updated INSTALL.
+
+2003-01-08
+
+       * src/codeconv.[ch]: code cleanup and optimization.
+         conv_code_converter_new()
+         conv_convert(): use functions obtained by conv_get_code_conv_func()
+         when using libjconv.
+         conv_codeset_strdup(): code cleanup.
+         conv_get_code_conv_func(): added an argument for destination
+         character set, and generalized.
+
+2003-01-06
+
+       * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some
+         characters follow.
+       * src/compose.c: compose_convert_header(): remove trailing spaces.
+       * src/customheader.c: custom_header_read_str(): strip the spaces
+         of name and value.
+       * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
+         strip the spaces of name and value.
+
+2002-12-25
+
+       * version 0.8.8
+
+2002-12-25
+
+       * src/codeconv.c: conv_encode_header(): fixed a bug which will run
+         into infinite loop when encountering invalid characters.
+
+2002-12-25
+
+       * src/procmsg.[ch]: procmsg_sort_msg_list(): new. It sorts message
+         list.
+       * src/summaryview.c: summary_show(): removed summary_sort() because
+         it is done inside folder_item_get_msg_list(). This will improve
+         the performance of summary display.
+         Sorted out the summary sort functions using macros.
+       * src/mh.c
+         src/imap.c
+         src/news.c
+         src/folder.[ch]: folder_item_get_msg_list(): return pre-sorted
+         list if FolderItem::sort_key is set.
+         Added SORT_BY_TO to FolderSortKey enum.
+       * src/mainwindow.c: added "View/Sort/by recipient".
+
+2002-12-20
+
+       * version 0.8.7
+
+2002-12-20
+
+       * src/codeconv.c: conv_encode_header(): fix for redundant space on
+         line-breaking.
+       * src/compose.c: compose_convert_header(): always pass string to
+         conv_encode_header() for line-breaking.
+
+2002-12-20
+
+       * src/textview.c: textview_make_clickable_parts(): fixed incorrect
+         parsing of email addresses.
+
+2002-12-19
+
+       * src/defs.h: added DEFAULT_BROWSER_CMD.
+       * src/mimeview.c: mimeview_view_file()
+         src/prefs_common.c: prefs_other_create()
+         src/utils.c: open_uri(): changed the default web browser to
+         mozilla, and changed 'raise' command (which is undocumented)
+         to 'new-window' in 'netscape -remote'.
+
+2002-12-19
+
+       * src/compose.c: compose_send_control_enter(): fixed crash on
+         Ctrl-Enter when Message/Send has no accelerator key (thanks to
+         Sergey Vlasov).
+
+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
+         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
+         current ltmain.sh.
+       * acconfig.h: removed.
+       * configure.in: increased minimal version of GPGME to 0.3.10.
+         Fixed checking of XIM.
+       * ac/check-type.m4
+         ac/gnupg-check-typedef.m4: added an argument for comment.
+
+2002-11-29
+
+       * src/imageview.[ch]: fixed conflicting declarations of
+         imageview_show_image() (thanks to Thorsten Maerz).
+
+2002-11-28
+
+       * src/compose.c: compose_entry_append(): don't add ", " on subject
+         entry.
+       * src/codeconv.c: conv_get_outgoing_charset(): obtain outgoing
+         charset from the table (currently disabled for non-Japanese locales).
+         conv_get_current_locale(): also refer to LC_CTYPE.
+
+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
+         it is not used.
+       * src/procmime.[ch]: removed procmime_mimeinfo_free() since
+         procmime_mimeinfo_free_all() can be used in every case.
+
+2002-11-06
+
+       * src/account.c: account_get_special_folder(): support F_INBOX, and
+         made code cleanup.
+
+2002-11-06
+
+       * src/compose.[ch]: ComposeEntryType: changed COMPOSE_* to
+         COMPOSE_ENTRY_*, and added
+         COMPOSE_ENTRY_{REPLY_TO,SUBJECT,FOLLOWUP_TO}.
+         compose_reply()
+         compose_forward()
+         compose_redirect(): added FolderItem to the arguments, and reflect
+         settings in the item.
+         compose_entry_set(): new.
+         compose_entry_append(): code cleanup.
+         compose_entries_set_from_item(): take ComposeMode in its arguments,
+         and enabled FolderItem::use_auto_to_on_reply.
+       * src/summaryview.c: summary_reply(): pass folder_item to
+         compose_{reply,forward,redirect}().
+
+2002-11-05
+
+       * src/gtkutils.[ch]:
+         gtkut_font_load(): new. It automatically choose font or fontset
+         by current locale.
+         gtkut_font_load_from_fontset(): new. It tries to load single font
+         instead of fontset from a fontset string.
+       * src/alertpanel.c
+         src/folderview.c
+         src/headerview.c
+         src/summaryview.c: workaround for the problem that couldn't display
+         8-bit characters in C or POSIX locale (use font instead of fontset).
+       * src/compose.c
+         src/sourcewindow.c
+         src/textview.c: made code cleanup using gtkut_font_load*().
+
+2002-10-29
+
+       * src/mh.c: mh_get_msginfo(): set correct message number.
+
+2002-10-29
+
+       * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
+         It returns a new MsgInfo associated to a message number.
+         folder_item_get_msginfo(): new.
+       * src/imap.[ch]: imap_get_msginfo(): new.
+       * src/mh.[ch]: mh_get_msginfo(): new.
+       * src/news.[ch]: news_get_msginfo(): new.
+
+2002-10-28
+
+       * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
+         infinite loop if an invalid code appeared.
+
+2002-10-25
+
+       * src/codeconv.c: conv_codeset_strdup()
+         src/html.[ch]: html_read_line(): don't output conversion failure
+         warnings.
+         Added HTML_CONV_FAILED to the enum HTMLState.
+
+2002-10-24
+
+       * implemented per-folder auto-set address (still in progress).
+       * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
+         and set entries from it (if mailto is empty).
+         compose_entry_append(): activate menu if required.
+         compose_entries_set_from_item(): new.
+       * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
+         auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
+         ac_apply_sub.
+         folder_build_tree(), folder_read_folder_func(),
+         folder_write_list_recursive(): added the above members.
+       * src/prefs_folder_item.[ch]: added auto-set addresses.
+       * src/pop.[ch]: removed Pop3State::prev_folder.
+
+2002-10-11
+
+       * src/compose.c: allow dropping files by also "moving" files from a
+         file manager (thanks to Alfons).
+
+2002-10-10
+
+       * compose_reply_set_entry(): made Reply-To have priority over
+         List-Post on ML reply.
+
+2002-10-09
+
+       * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
+       * src/summaryview.c: summary_step(): fixed a bug that lost the
+         correct selection anchor.
+         summary_key_pressed(): use gtk_sctree_select() instead of
+         gtk_ctree_select().
+       * src/inc.[ch]
+         src/pop.c
+         src/recv.c: differentiate disk full and socket errors
+         (thanks to Colin Leroy).
+
+2002-10-08
+
+       * src/account.c: account_edit_prefs(): removed unused variables.
+       * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
+         ComposeMode.
+         compose_reply()
+         compose_reply_set_entry(): receive reply type with one argument.
+       * src/summaryview.c: summary_reply(): reduced conditional branches.
+
+2002-10-08
+
+       * src/compose.c: compose_redirect(), compose_reedit(): strip CR
+         from line ends (thanks to Sergey Vlasov).
+       * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
+         folder tree'.
+
+2002-10-08
+
+       * src/folder.[ch]: added a virtual method Folder::remove_msgs().
+       * src/imap.[ch]: implemented imap_remove_msgs() which expunges
+         messages all at once.
+
+2002-10-07
+
+       * src/account.[ch]: account_open(): new. It opens account prefs
+         dialog and reflects to UI when finished.
+       * src/folderview.c:
+         folderview_button_pressed()
+         folderview_property_cb(): open account prefs dialog when the
+         property of the root folder of remote account is requested.
+
+2002-10-07
+
+       * src/account.c: account_destroy(): unref account information in
+         folders.
+       * src/folder.[ch]: folder_unref_account_all(): new. It unref the
+         specified account information in all folders.
+       * src/folderview.c:
+         folderview_rm_imap_server_cb()
+         folderview_rm_news_server_cb(): destroy Folder first because
+         folder_destroy() refers to account information.
+
+2002-10-04
+
+       * src/account.c: account_find_from_item(): fixed a bug which didn't
+         select the correct account.
+       * inc_pop3_session_do():
+         fixed the resource leak when SSL initialization failed.
+         Immediately break from temporary event loop if cancelled.
+
+2002-10-04
+
+       * src/account.[ch]: account_find_from_item(): new.
+       * src/compose.c:
+         compose_reply(), compose_forward(), compose_redirect()
+         src/mainwindow.c: compose_cb(): select optimal account when
+         composing.
+       * src/folder.[ch]: added FolderItem::apply_sub.
+       * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
+         index of option menu which contains the specified data.
+       * src/prefs_folder_item(): added Compose tab, and the setting of
+         folder account.
+
+2002-10-04
+
+       * configure.in: added $LDAP_LIBS for lber library detection.
+
+2002-10-03
+
+       * version 0.8.5
+
+2002-10-03
+
+       * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
+         leak, and added error checking.
+
+2002-10-03
+
+       * src/compose.[ch]: added a flag Compose::use_newsgroups, and
+         removed Compose::orig_account.
+         compose_check_for_valid_recipient(): check only enabled entries.
+         compose_write_headers()
+         compose_redirect_write_headers(): add Newsgroups header only
+         when the entry is enabled.
+         compose_send(): modified the method of finding a mail account
+         from a news account so that it tries to match the From address.
+       * src/send.c: send_message_queue(): enabled the queueing of news
+         messages.
+       * src/news.[ch]: news_post_stream(): new.
+
+2002-10-03
+
+       * configure.in: check lber first and use $LDAP_LIBS on the check
+         for ldap.
+
+2002-10-02
+
+       * po/*.po: fixed many typos of format strings which will lead to
+         crash (thanks to Sergey Vlasov).
+
+2002-10-02
+
+       * src/procheader.c: procheader_parse_stream(): added Cc header
+         to the target for full parsing.
+       * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
+         returns the full message information from the given information.
+       * src/compose.c: compose_reply(), compose_forward(): get full
+         message information for Cc header.
+
+2002-10-02
+
+       * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
+         IMAP4 and NNTP folder summary after checking those accounts.
+
+2002-10-01
+
+       * version 0.8.4
+
+2002-10-01
+
+       * src/prefs_common.c: prefs_compose_create(): modified the label
+         of the option for Reply button.
+       * configure.in: add -lldap and -llber to the 5th argument of
+         AC_CHECK_LIB() for LDAP library detection.
+
+2002-09-30
+
+       * INSTALL
+         INSTALL.jp: updated.
+
+2002-09-30
+
+       * src/mainwindow.c: toggle the behavior of Reply button between
+         normal reply and reply-to-list.
+       * src/prefs_common.[ch]: added an option to switch the function
+         of Reply button.
+
+2002-09-27
+
+       * src/compose.c: compose_new(): removed the workaround for XIM
+         because it doesn't have any effect and only seems to cause
+         hangs.
+
+2002-09-26
+
+       * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
+         compose_parse_header(): parse also List-Post header.
+         compose_reply_set_entry(): support reply-to-ML (fall back to
+         normal reply if ML address is not found).
+       * src/mainwindow.c
+         src/prefs_common.c
+         src/summaryview.c: reorganized Reply menu and added 'Reply to
+         mailing list'.
+       * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
+         returns newly allocated parameters.
+
+2002-09-25
+
+       * src/account.c: account_read_config_all(): set account information
+         to default before initializing with configuration file.
+       * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
+         newly created account information structure initialized by
+         the default settings.
+
+2002-09-24
+
+       * src/addr_compl.c:
+         replace_address_in_edit(): check if newtext is NULL.
+         completion_window_button_press(): fixed a memory leak.
+       * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
+         recv_time is RECV_TIME_KEEP.
+         pop3_getrange_uidl_recv(): only set get_all flag if
+         ac_prefs->getall is set.
+         pop3_retr_recv(): don't delete messages which are not received
+         by filter, and set recv_time to RECV_TIME_KEEP in the case.
+       * src/pop.h: added an enum RecvTime.
+       * src/inc.c: inc_drop_message(): unlink temporary message file if
+         not received by filter.
+
+2002-09-20
+
+       * src/mainwindow.c: added 'Edit/Select thread' menu.
+       * src/summaryview.[ch]: added 'Select thread' to the context menu.
+         summary_select_thread(): new. It selects all messages of current
+         thread.
+
+2002-09-19
+
+       * src/rfc2015.c: check_signature(): corrected error handling and
+         fixed memory leak.
+
+2002-09-19
+
+       * src/rfc2015.c: check_signature(): correctly remove the last empty
+         line, and canonicalize the file part before verifying (this should
+         fix incompatibility with Evolution or some other MUAs).
+       * src/utils.[ch]: copy_file_part(): new. It copies the specified
+         range of file stream to another file.
+
+2002-09-19
+
+       * src/compose.c: compose_write_to_file(): force BASE64 encoding for
+         8-bit text when signing (thanks to Colin Leroy).
+
+2002-09-16
+
+       * src/prefs_common.c: prefs_send_create(): fixed the charset string
+         for Cyrillic (Windows-1251).
+
+2002-09-15
+
+       * version 0.8.3
+
+2002-09-15
+
+       * src/codeconv.c: changed the charset for ru_RU.CP1251 to
+         Windows-1251. Added bg_BG locale.
+
+2002-09-11
+
+       * src/compose.c: account_activated(): change the state of menu items
+         and entries according to the selected account.
+         compose_select_account(): new. It changes the state of title bar,
+         menu items and entries.
+
+2002-09-11
+
+       * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
+         by error.
+         Don't refresh summary view on fetching when open_inbox_on_inc is
+         set.
+
+2002-09-10
+
+       * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
+         is set (to avoid summary refresh problem).
+       * src/imap.c: removed warnings by checking the existence of directory
+         before calling remove*_numbered_files().
+
+2002-09-06
+
+       * src/prefs_common.c: corrected English.
+
+2002-09-06
+
+       * src/prefs_common.[ch]: added an option: "Mark messages as read
+         only when opened in new window".
+
+2002-09-04
+
+       * src/folder.c:
+         folder_tree_destroy()
+         folder_write_list_recursive(): added sanity check.
+       * src/imap.c: imap_scan_tree(): if folder->node is NULL and
+         can't get session, create empty folder node (based on the
+         Alfons' suggestion).
+
+2002-09-03
+
+       * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
+         SummaryView.
+       * src/summaryview.c: summary_key_pressed(): scroll correct TextView
+         on MIME mode.
+
+2002-09-02
+
+       * src/news.c: news_scan_group(): fixed wrong message number
+         calculation.
+
+2002-08-30
+
+       * major refactoring for POP3.
+       * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
+         inc_pop3_state_destroy(), inc_get_uidl_table(), and
+         inc_write_uidl_list() into pop.c.
+         Moved Pop3State::folder_table and Pop3State::inc_state into
+         IncSession.
+         inc_start()
+         inc_put_error(): added lockbusy state.
+         inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
+         inc_cancel(): don't terminate the automaton here but just set
+         the flags to prevent crash.
+       * src/pop.[ch]
+         pop3_getauth_pass_recv()
+         pop3_getauth_apop_recv(): check lockbusy state.
+         pop3_retr_recv(): check Pop3State::cancelled flag.
+       * src/automaton.[ch]: added 'cancelled' flag to Automaton.
+         automaton_input_cb(): terminate if cancelled flag is true.
+       * sylpheed.desktop: changed Type=Internet to Type=Application.
+         Added Categories=Application;Network;.
+
+2002-08-29
+
+       * src/inc.[ch]
+         src/pop.c
+         src/progressdialog.c: show detailed information to the status
+         column.
+         Added cur_total_recv_bytes to Pop3State.
+       * src/prefs_common.[ch]: added an option to specify whether to
+         close receive dialog when finished.
+
+2002-08-28
+
+       * src/folder.[ch]: folder_get_path(): new. It returns the root path
+         of Folder.
+       * src/imap.c
+         src/news.c
+         imap_folder_destroy()
+         imap_remove_msg()
+         imap_remove_all_msg()
+         news_folder_destroy(): remove cache directories / files when
+         deleting Folder / messages.
+       * src/utils.c:
+         file_exist()
+         is_dir_exist()
+         is_file_entry_exist(): check if the argument is NULL.
+         remove_all_files()
+         remove_numbered_files()
+         remove_expired_files(): fixed memory leaks on error.
+
+2002-08-28
+
+       * src/folder.[ch]
+         src/imap.[ch]
+         src/mh.[ch]
+         src/news.[ch]
+         src/session.[ch]
+         src/smtp.[ch]: made Folder and Session destructor virtual method.
+
+2002-08-27
+
+       * src/compose.c: do joining of normal lines only when auto-wrapping.
+       * src/main.c: modified the warning message for GnuPG.
+       * src/about.c: about_create(): modified the compiled-in features
+         list.
+       * configure.in: improved LDAP library checking (thanks to Alfons).
+
+2002-08-26
+
+       * version 0.8.2
+
 2002-08-26
 
        * src/compose.c:
          join_next_line()
          compose_wrap_line_all(): backed out the change to join lines that
          are not indented.
+       * NEWS
+         TODO
+         TODO.jp: updated.
+       * configure.in: require at least gpgme-0.3.5.
 
 2002-08-23