more sync with sylpheed 0.5.1cvs6
[claws.git] / ChangeLog
index 84e3c65af97527c3bd9e25374f925fc8ed0df1b1..c3202e48ee34d15e1ad6c11b145188b6ad116c08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,37 @@
+2001-07-29
+
+       * src/prefs_common.c: date_format_select_row(): fixed a bug that
+         caused segfault when selecting the list with key.
+
+2001-07-28
+
+       * src/mainwindow.c: main_window_popup(): deiconize the window
+         when popup (thanks to Henrik Carlqvist).
+       * src/procmime.c: procmime_scan_mime_type(): new.
+         procmime_scan_content_type(): use procmime_scan_mime_type().
+         procmime_scan_mime_header(): scan the extension of attached files
+         and add the correct MIME type if the Content-Type is
+         "application/octet-stream" (thanks to Don Quijote).
+       * src/compose.c: compose_toolbar_create(): added a new "Send later"
+         icon (thanks to Leandro Pereira).
+
+2001-07-27
+
+       * src/prefs_common.c: date_format_create(): modified the layout of
+         the dialog.
+
+2001-07-26
+
+       * src/account.c: account_find_from_address(): fixed a minor bug.
+       * src/prefs_common.c: incorporated the user-interface for setting
+         date format from the claws branch, and made some modification to
+         that.
+
 2001-07-25
 
-       * src/account.c: account_edit_create(): modified the text of
+       * src/account.[ch]: account_edit_create(): modified the text of
          default button.
+         account_find_from_address(): new.
        * src/procmime.c:
          procmime_scan_content_type(), procmime_scan_content_disposition():
          fixed ESC code detection.