updated and improved outlook2sylpheed.pl
[claws.git] / ChangeLog
index 2bd1693d47e682361e0cc4f144d6fa909830ea00..50ed573a001e28d136252f4270cd0de8cb017e08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+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
+         linebreaks were included on reediting.
+       * src/imap.c
+         src/pop.c: fixed typos: 'occured'.
+
+2003-04-11
+
+       * src/compose.[ch]: implemented auto signature replacement on
+         changing accounts.
+         compose_insert_sig(): added a flag to replace current signature.
+         compose_get_signature_str(): new. It returns signature string.
+         compose_insert_command_output(): removed.
+         compose_select_account(): call compose_insert_sig() on account
+         change.
+         compose_destroy(): fixed a memory leak of UndoMain object.
+         Compose::sig_str: new. It stores current signature string.
+       * src/gtkutils.[ch]: gtkut_stext_find(): new.
+         Renamed gtk_stext_clear() to gtkut_stext_clear().
+       * src/utils.[ch]: get_wcs_len(): returns wide-character length of
+         multibyte string.
+         normalize_newlines(): converts CR+LF and CR into LF.
+         get_command_output(): returns command output.
+
 2003-04-08
 
        * src/procmsg.[ch]: procmsg_get_filter_keyword(): new. It returns