fix return-receipt
[claws.git] / ChangeLog
index bffd45e6c013962a6a9c6e7a01c9a2ff7606ae68..23b7c8200db67af5b4915b3aaa830225de54b304 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2003-04-25
+
+       * src/session.c: session_close(): kill child process only if
+         state is not SESSION_DISCONNECTED.
+       * src/send_message.c: send_cancel_button_cb()
+         src/inc.c: inc_cancel(): don't set Session::state to
+         SESSION_DISCONNECTED.
+       * src/prefs.[ch]: modified the names of prefs_write_*().
+       * src/address.[ch]: removed.
+
+2003-04-24
+
+       * src/compose.c: compose_template_apply(): overwrite recipients.
+
+2003-04-23
+
+       * src/procheader.c: procheader_date_parse(): removed debug print.
+       * src/session.c: changed every g_print to debug_print.
+         session_child_input(): removed unrequired session_close() (it'll
+         be closed anyway after returning FALSE).
+       * src/send_message.c: send_message_smtp(): changed g_print to
+         debug_print.
+
+2003-04-23
+
+       * src/procheader.c: procheader_procheader_date_parse(): don't add
+         local timezone offset if timezone is unknown.
+         Made the Y2K workaround code to follow RFC 2822.
+         procheader_scan_date_string(): workaround for date strings which
+         don't have timezone specification.
+       * src/utils.c: remote_tzoffset_sec(): return -1 if timezone is
+         unknown.
+
+2003-04-22
+
+       * src/action.[ch]: refactored. Also fixed a bug on MIME mode, and
+         some memory leaks on error.
+         action_update_msgview_menu(): new.
+       * src/messageview.[ch]: added "Tools/Actions" menu. Keep window list.
+         messageview_get_selected_mime_part(): returns MimeInfo of selected
+         part when MessageView is in MIME mode.
+       * src/mimeview.[ch]: mimeview_get_selected_part(): returns MimeInfo
+         of selected part.
+       * src/summaryview.[ch]: summary_get_selected_msg_list(): returns
+         MsgInfo list of selected messages.
+
+2003-04-21
+
+       * src/prefs_filter.[ch]: include original message's headers as
+         the preset keywords. Modified the sizes of the widgets.
+       * src/utils.[ch]: added str_case_equal() and str_case_hash() for
+         case-insensitive hash.
+
+2003-04-18
+
+       * src/procmsg.c: procmsg_get_filter_keyword(): added X-Sequence to
+         auto-detected headers.
+       * src/action.[ch]
+         src/prefs_actions.c
+         src/compose.c
+         src/mainwindow.c: modified function names.
+         get_user_string(): Use input_dialog() instead of its own
+         implementation.
+
+2003-04-17
+
+       * src/codeconv.[ch]: conv_encode_header(): don't include '(' and ')'
+         in encoded strings if addr_field is TRUE.
+       * src/compose.c: compose_convert_header(): added a flag 'addr_field'.
+
+2003-04-16
+
+       * src/prefs_actions.[ch]: separated action execution routine into
+         action.[ch].
+
+2003-04-16
+
+       * src/prefs_actions.c: minor code cleanup.
+
+2003-04-16
+
+       * src/codeconv.[ch]: conv_iconv_strdup(): fixed the handling of
+         EILSEQ.
+
+2003-04-16
+
+       * src/inc.c:
+         inc_recv_data_progressive()
+         inc_recv_data_finished()
+         inc_recv_message()
+         send_recv_message()
+         send_send_data_progressive()
+         send_send_data_finished(): added assertion.
+
+2003-04-16
+
+       * src/codeconv.[ch]: conv_iconv_strdup(): fixed potential memory
+         corruption bug.
+
+2003-04-16
+
+       * src/codeconv.[ch]: conv_iconv_strdup(): don't include nul character
+         in source buffer since it messed up some encoding conversion (like
+         UTF-7).
+
+2003-04-15
+
+       * src/procmsg.c: procmsg_get_filter_keyword(): unfold headers and
+         extract ID from List-Id header.
+       * src/utils.[ch]: extract_one_parenthesis_with_skip_quote(): removed.
+         extract_list_id_str(): extract ID string from List-Id header.
+
+2003-04-15
+
+       * src/prefs_actions.c: merged from the claws branch. Fixes several
+         bugs and adds some features.
+
 2003-04-14
 
        * src/compose.c: compose_parse_header(): fixed a bug that unnecessary