Added Alfons font selection patch
[claws.git] / ChangeLog
index 40a0086b1e31a6844c5ca271a0533246c039c067..1724714dcedfd5069a814b5c2a178415210e1aca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+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: