X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog;h=b729c0664088105c0e6f4887545329d6bfe16896;hp=40a0086b1e31a6844c5ca271a0533246c039c067;hb=a9d383971be58c78f0b61b02b6aa0064e9da7425;hpb=a43e96fe3928e4b72bfed3856b17fdb261419ddb diff --git a/ChangeLog b/ChangeLog index 40a0086b1..b729c0664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +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 + + * src/prefs_common.c + src/prefs_account.c + src/prefs_filter.c + src/account.c + src/alertpanel.c + src/filesel.c + src/foldersel.c + src/export.c + src/import.c + src/inputdialog.c + src/passphrase.c + src/select-keys.c + src/sigstatus.c: fixed a bug that accidentally destroyed dialogs + when closed them with delete_event (thanks to DINH). + Added *_deleted() and *delete_event() which handle delete_event + signal correctly. + 2001-05-06 * src/prefs_display_header.c: merged some changes from claws branch: