remove unneeded file
[claws.git] / ChangeLog
index 621f043f42bfef710072d85fb8fbea52fd60f14c..42f083aeadbe1291cc4ef2c702fa5c688553acf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,311 @@
+2002-03-07
+
+       * manual/en/sylpheed*.html: updated to the latest version.
+       * libkcc/jis.c
+         src/addrcache.c
+         src/addritem.c
+         src/ldif.c
+         src/mgutils.c: include string.h to remove warning about strlen()
+         etc.
+       * src/folder.c
+         src/folderview.c
+         src/inc.c
+         src/logwindow.c
+         src/mainwindow.c
+         src/mimeview.c
+         src/prefs.c
+         src/prefs_common.c
+         src/procheader.c
+         src/send.c
+         src/session.c
+         src/sigstatus.c
+         src/summaryview.c: added break to the last label of switch to
+         prevent the 'deprecated use of label at end of compound statement'
+         warning at gcc-3.0.
+       * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
+
+2002-03-06
+
+       * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
+         static list.
+         inc_cancel_all(): new. It cancels the all current incorporation.
+       * src/mainwindow.c: added 'Cancel receiving' menu.
+       * src/textview.c: a minor fix for single-part MIME messages, and
+         a bit of cleanup for textview_write_body().
+
+2002-03-05
+
+       * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
+         information if any errors occured before issuing UIDL command.
+         src/inc.h: added uidl_is_valid to Pop3State.
+         src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
+
+2002-03-03
+
+       * version 0.7.3
+
+2002-03-03
+
+       * src/mimeview.c: mimeview_create(): set the initial notebook page
+         to 0.
+       * src/folderview.c: folderview_selected(): scroll the view if the
+         selected row is hidden.
+       * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
+         and select the added row.
+       * src/summaryview.c: fix threading for null message ids.
+
+2002-03-02
+
+       * src/textview.c: textview_show_message(): follow message/rfc822
+         parts.
+         textview_add_part(): add a caption before the attached text files.
+         textview_show_header(): don't add the newline.
+       * src/messageview.c: enabled message search also in MIME mode.
+
+2002-03-01
+
+       * src/messageview.c: messageview_show(): set header state of
+         MimeView's TextView, too.
+       * src/mimeview.c: mimeview_show_message(): call
+         textview_show_message() to display message.
+       * src/textview.c: textview_add_part(): new. It adds the content
+         of message part without clearing the view.
+         textview_show_message(): display all parts with appropriate
+         style.
+         textview_write_body(): separated from textview_show_part().
+
+2002-02-28
+
+       * src/mainwindow.c
+         src/prefs_common.c: added ISO-8859-15 to the codesets for
+         displaying and sending.
+       * src/codeconv.c: conv_codeset_strdup(): return NULL if code
+         conversion failed, and made caller deal with it.
+       * src/compose.c: compose_write_to_file(): show error dialog when
+         code conversion failed, and let user select whether to send it
+         as is or not.
+       * src/textview.c: textview_write_line(): show the original string
+         if code conversion failed.
+
+2002-02-27
+
+       * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
+         if copy_mbox() failed (thanks to Alexander Kabaev).
+       * src/prefs_account.[ch]: added separate user ID / password setting
+         for SMTP AUTH.
+       * src/send.c: send_message_smtp(): use separate user ID / password
+         for SMTP AUTH if it is specified.
+
+2002-02-26
+
+       * src/inc.[ch]
+         src/pop.[ch]: refactored the UIDL management.
+         store the information of messages into the array of Pop3MsgInfo
+         structure, and do full scanning of not retrieved messages.
+
+2002-02-26
+
+       * src/filesel.c
+         src/foldersel.c
+         src/mainwindow.c: set WMCLASS for window/dialog.
+       * src/codeconv.c: conv_codeset_strdup(): return source string
+         when jconv_alloc_conv() failed.
+
+2002-02-25
+
+       * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
+         name to the macros.
+
+2002-02-24
+
+       * src/messageview.c
+         src/mimeview.[ch]
+         src/summaryview.c: implemented the new notebook tab interface for
+         MIME message.
+       * src/textview.[ch]: fixed line space related glitches.
+
+2002-02-23
+
+       * src/prefs_filter.c:
+         prefs_filter_rename_path()
+         prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
+
+2002-02-23
+
+       * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
+       * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
+         while getting data.
+       * src/inc.c: inc_pop3_recv_func(): abort data receiving when
+         cancelled, and fixed potential crash bug.
+       * src/grouplistdialog.c: enabled cancelling of data receiving.
+       * src/news.c: news_get_group_list(): destroy current session if
+         retrieving failed.
+
+2002-02-22
+
+       * src/manage_window.[ch]: fixed a bug that caused crash when
+         the main window was hidden.
+         MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
+         Monitor "unmap_event", "destroy" events.
+       * src/account.c;
+         src/addressbook.c
+         src/compose.c
+         src/export.c
+         src/filesel.c
+         src/foldersel.c
+         src/grouplistdialog.c
+         src/import.c
+         src/inputdialog.c
+         src/mainwindow.c
+         src/message_search.c
+         src/passphrase.c
+         src/prefs_account.c
+         src/prefs_common.c
+         src/prefs_customheader.c
+         src/prefs_display_header.c
+         src/prefs_filter.c
+         src/prefs_template.c
+         src/summary_search.c
+         src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
+         connect signals for window management.
+
+2002-02-21
+
+       * src/prefs_account.[ch]: added receive size limit option.
+       * src/pop.c: skip messages larger than the limit size.
+         LOOKUP_NEXT_MSG(): new macro.
+       * src/compose.c: compose_attach_append(): check whether the file
+         is readable.
+
+2002-02-21
+
+       * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
+         changed g_message()'s to debug_print() and g_warning().
+         rfc2015_decrypt_message(): fixed a bug that duplicated message
+         parts when decryption was failed/cancelled. And made some code
+         cleanup.
+       * src/passphrase.c: made the dialog transient.
+       * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
+
+2002-02-20
+
+       * src/messageview.c
+         src/procmsg.[ch]: fixed a bug that failed to parse multipart
+         messages if GPGME was enabled.
+       * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
+         is not used.
+       * src/prefs_account.c: prefs_account_privacy_create(): modified
+         the vertical spacing.
+
+2002-02-19
+
+       * src/menu.[ch]: menu_set_sensitive_all(): new.
+         menu_set_insensitive_all(): made it a wrapper for
+         menu_set_sensitive_all().
+       * src/prefs_account.c:
+         prefs_account_open()
+         prefs_account_protocol_set_optmenu(): made the protocol type
+         unchangeable after creating an account.
+       * src/compose.c: compose_attach_parts(): traverse MIME tree to
+         extract all attathed files from nested multipart MIME message.
+
+2002-02-19
+
+       * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
+         obtain minimum/maximum number, and to specify first number
+         limit.
+       * src/folderview.c
+         src/inc.c: enabled new message checking on news folder.
+       * src/news.c: news_scan_group(): implemented. Guess new/unread
+         message number from the response of GROUP command and the mark
+         data.
+         news_select_group(): return the total/first/last number.
+       * src/prefs_account.c: prefs_account_receive_create(): modified
+         the text of the 'Get all' check button.
+
+2002-02-18
+
+       * src/account.c: made 'Get all' checkbox available for IMAP4 and
+         NNTP accounts.
+       * src/inc.c: corrected the argument of folderview_check_new().
+       * src/prefs_account.c: modification for the "`Get all' checks for
+         new mail on this account" checkbox.
+
+2002-02-18
+
+       * src/folderview.[ch]:
+         folderview_rescan_tree(), folderview_rescan_all(): renamed from
+         folderview_update_tree() and folderview_update_all().
+         folderview_update_all_node(): removed.
+         folderview_check_new(): new. If the argument is NULL, it checks
+         all local folders. If the arguments is specified, it checks
+         the (local and remote) folder.
+       * src/inc.c:
+         inc_account_mail()
+         inc_all_account_mail(): check also IMAP4 account.
+
+2002-02-18
+
+       * src/folderview.c:
+         folderview_rename_folder_cb()
+         folderview_delete_folder_cb(): modify the filter rules when folder
+         is renamed/deleted.
+       * src/prefs_filter.[ch]:
+         prefs_filter_rename_path(): new. It renames the destination paths
+         in the filter list.
+         prefs_filter_delete_path(): new. It deletes the filter rules if
+         the destination paths matched.
+       * thanks to Neill Miller for above.
+
+2002-02-17
+
+       * src/compose.c: inherit attached files when forwarding or reediting
+         (rewrote the code in claws branch).
+         compose_attach_parts(): new. It extracts and attaches the files
+         in the given message.
+         compose_attach_append(): chnaged the types of arguments.
+       * src/messageview.c: messageview_show(): moved the GPG decryption
+         code to procmsg.c.
+       * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
+
+2002-02-16
+
+       * version 0.7.2
+
+2002-02-16
+
+       * src/summary_search(): summary_search_execute(): scroll the view
+         when message view is hidden.
+
+2002-02-15
+
+       * src/foldersel.c: foldersel_set_tree(): made different type of
+         folders selectable in moving mode.
+       * src/folderview.[ch]: folderview_update_msg_num(): compare the
+         numbers with the CTree's labels, and don't update folder_item here.
+       * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
+         implemented moving between different type of folders.
+       * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
+         mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
+         mh_move_msg() and mh_move_msgs_with_dest()).
+         mh_move_msg(), mh_move_msgs_with_dest(): implemented message
+         moving between different type of folders.
+         mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
+       * src/summaryview.c: summary_status_show(): update folder_item
+         here.
+       * po/POTFILES.in: removed reference to headerwindow.c.
+       * src/summaryview.c: summary_step(): fixed the behavior on the
+         head and tail of the list.
+
+2002-02-15
+
+       * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
+         all header' toggle state from the property of the TextView.
+       * src/summaryview.[ch]: made 'All header' toggle switch.
+         Prohibited unnecessary menu update.
+         summary_select_node(): added the argument 'do_refresh'.
+         Some code cleanups.
+
 2002-02-14
 
        * src/utils.c: strsplit_with_quote(): remove quotation characters
 
        * src/alertpanel.c: alertpanel_create(): fixed truncated message.
        * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
-         of content-type (thanks to René Rebe for the patch).
+         of content-type (thanks to René Rebe for the patch).
        * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
          detection.
        * src/prefs_common.c: prefs_send_create(): made some more character
          src/mainwindow.c
          src/summaryview.[ch]
          src/sourcewindow.[ch]: integrated the viewing source patch from
-         DINH V. Hoà (thanks!).
+         DINH V. Hoßþ(thanks!).
 
 2001-03-10