X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog;h=b729c0664088105c0e6f4887545329d6bfe16896;hp=1bd6af7e8e1efa0c8ad1b19b4cfe6c20a67bc355;hb=a9d383971be58c78f0b61b02b6aa0064e9da7425;hpb=1041820257c7f61b596904f69b7567dc328c64b5 diff --git a/ChangeLog b/ChangeLog index 1bd6af7e8..b729c0664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,76 @@ +2001-05-13 + + * src/prefs_customheader.[ch]: renamed prefs_headers_* to + prefs_custom_header_*. Removed `(New)' row and `Substitute' + button. Supported empty value. + prefs_custom_header_row_moved(): new. Connected "row_move" signal + to the function, and made it set header list. + * src/customheader.c: custom_header_get_str() + src/compose.c: compose_write_headers(): supported empty value. + * src/prefs_display_header.c: prefs_display_header_row_moved(): new. + Connected "row_move" signal to the function, and made it set + header list. + * src/compose.c: compose_write_headers(): modified the order of + headers, and made it encode the custom headers. + +2001-05-13 + + * merged the custom header stuff from claws branch: + * src/customheader.[ch] + src/prefs_customheader.[ch]: new. + * src/customheader.c: custom_header_read_str(): use strtol() instead + of atoi() and check errors. + custom_header_find(): new function. + * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro. + compose_write_headers(): made it replace headers with user-defined + headers except for some automatically generated headers. + +2001-05-11 + + * src/inc.c: connection_check_cb(): fixed a bug that caused + segmentation fault if connection was not established. + * src/compose.c: compose_create(): even if set_autobcc or set + autoreplyto is checked and the entries are empty, show them. + +2001-05-10 + + * src/textview.c: textview_show_mime_part(): modified the messages. + TEXT_INSERT(): new macro. + * po/ja.po: fixed. + * src/prefs_display_header.c: prefs_display_header_create(): + modified the text of checkbutton. + +2001-05-09 + + * src/mimeview.c: added "Open with..." to the context menu. + * src/summaryview.c: summary_print() + src/inputdialog.c: input_dialog(): fixed memory leaks. + * src/textview.c: textview_show_mime_part(): updated the description. + * src/send.c: implemented sending progress dialog. + (TODO: automaton should be used.) + send_progress_dialog_create(), send_progress_dialog_destroy(), + send_cancel(): new. + send_message_smtp(): made it update the dialog for each stage. + * src/utils.[ch]: get_left_file_size(): new. Get the left bytes + of opened file. + * src/summaryview.c: summary_show(): when open_inbox_on_inc is set, + go to first unread message even if folder is same as previous. + * src/prefs_common.c: made color selection dialog transient, and + made escape key close the dialogs. + 2001-05-08 + * version 0.4.66 + * src/select-keys.c: delete_event_cb(): removed `;' from its end. + * src/recv.c: recv_write(): changed the interval to 10msec. + * src/prefs_display_header.c: modified the layout of the dialog, + and made the hidden headers list insensitive when `Show other + headers' is not checked. + * src/textview.c: changed strcasecmp() and strncasecmp() to + the corresponding glib functions. + * src/inc.c: get_spool(): make a temporary file in the home + directory. 2001-05-07