add a forgotten '#if USE_GPGME ... #endif'
[claws.git] / ChangeLog
index f30b3f5dc7ac73b0415d61b94626b0e851713deb..d08dace16c8ff00e1d89ecdb77a98fbf5ca353b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,308 @@
+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