sync with 0.8.11cvs36
[claws.git] / ChangeLog
index c009e86cc8fbf91e8d59e99f787a4689a037f651..fc0157b40e5441432820ffd5a377b031194416db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,286 @@
+2003-04-28
+
+       * src/session.c:
+         session_send_msg()
+         session_send_data(): fixed a memory leak and data sending bug.
+       * src/send_message.c:
+         send_message_smtp(): fixed focus management.
+
+2003-04-25
+
+       * src/smtp.[ch]: set the response string to SMTPSession::error_msg
+         if error occurred.
+       * src/send_message.c: show error dialog if error occurred.
+       * src/main.c: send_queue()
+         src/mainwindow.c: send_queue_cb(): don't show error dialog here.
+
+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
+         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
+         filter keyword for messages.
+       * src/summaryview.c: summary_filter_open(): use
+         procmsg_get_filter_keyword().
+       * src/messageview.c: create_filter_cb(): implemented.
+
+2003-04-07
+
+       * src/inc.c:
+         inc_start()
+         inc_put_error(): display server responses on error.
+       * src/pop.[ch]: added Pop3Session::error_msg, and set server responses
+         on error.
+
+2003-04-04
+
+       * src/messageview.[ch]: separated the forced charset of message view
+         in separate window from the main window.
+         src/textview.c:
+         textview_show_message()
+         textview_show_part()
+         textview_add_part(): use MessageView::forced_charset if specified.
+
+2003-04-03
+
+       * src/mainwindow.c: modified File menu a bit.
+       * src/menu.[ch]: added functions to handle item factory rc strings.
+       * src/messageview.[ch]: added a menu, and made it take over main
+         window's menu shortcuts.
+         added msginfo which is duplicated on display to MessageView.
+       * src/prefs_common.c: prefs_keybind_apply_clicked(): use
+         menu_factory_clear_rc().
+
+2003-03-28
+
+       * send_message.c: send_message_smtp():
+         re-enabled forcing of SMTP AUTH method.
+         Clear temporary password if authentication failed.
+       * smtp.c: output warning to log and set SMTPSession::error_val
+         if error occurs.
+       * smtp.h: changed error value to enum. Added SMTPSession::error_val.
+       * src/mbox.c: proc_mbox(): force updating of folder.
+
+2003-03-28
+
+       * src/pop.h: changed error value to enum.
+       * src/pop.c: pop3_retr_recv(): return PS_IOERR when inc_drop_message()
+         failed.
+         pop3_ok(): return appropriate error value based on current state.
+         Output warning to log if error occurs.
+
+2003-03-27
+
+       * src/nntp.[ch]
+         src/news.[ch]: refactored. Remove NNTPSockInfo and use NNTPSession
+         in nntp.c.
+
+2003-03-27
+
+       * src/inc.c: inc_pop3_session_do(): retrun appropriate error if
+         Session::state == SESSION_ERROR.
+       * po/POTFILES.in: removed src/automaton.c and src/send.c.
+         Added src/send_message.c.
+
+2003-03-26
+
+       * src/pop.[ch]
+         src/session.c: fixed breakage of POP3 retrieval.
+         session_recv_data_from_sock_unescape(): read until terminator
+         appears and also return the actual size.
+
+2003-03-25
+
+       * src/automaton.[ch]: removed.
+       * src/session.c: removed some of the debug output.
+       * src/smtp.c: smtp_session_recv_msg(): workaround in case server
+         returns EHLO-style response to HELO command.
+         Ignore all multiline responses except for EHLO since they are
+         allowed for any command.
+
+2003-03-25
+
+       * src/session.[ch]
+         src/pop.c: fixed retrieval of messages which contain dot-escaped
+         lines.
+         session_recv_data(): added a flag for unescape.
+         session_recv_data_from_sock_unescape(): new. It receives message
+         for each line and unescapes dot-escaped lines.
+         Removed the previous workaround.
+       * src/defs.h: decreased UI_REFRESH_INTERVAL to 40 msec.
+
+2003-03-25
+
+       * src/pop.[ch]: workaround for brekage of retrieval when given size
+         and actual one is different.
+
+2003-03-24
+
+       * src/pop.c: pop3_retr_eom_recv(): ignore invalid end of message
+         since some servers sometimes return incorrect message size.
+       * src/news.c: news_session_new(): zero clear NNTPSession object.
+         Don't initialize Session::sock with nntp_sock->sock to prevent
+         double-free of SockInfo.
+       * src/imap.c: zero clear IMAPSession object.
+         imap_cmd_append(): don't close SockInfo.
+
+2003-03-22
+
+       * src/pop.c: pop3_session_recv_msg(): fixed STLS.
+
+2003-03-22
+
+       * src/inc.[ch]
+         src/pop.[ch]: reimplemented using new I/O system.
+       * src/session.[ch]: session_recv_data(): new.
+         session_send_data_to_sock()
+         session_recv_data_from_sock(): decreased the frequency of progress
+         notification.
+
+2003-03-22
+
+       * src/smtp.c: smtp_auth_recv(): fixed CRAM-MD5 authentication.
+
 2003-03-20
 
        * src/session.[ch]: session_start_tls(): new.