move 'Mark all read' to folder view menu
[claws.git] / ChangeLog
index 99b32b4500f027e8b95309ce387000901af5f70d..afc122c19c6f79e910713ead03781380be6a1db4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2002-01-25
+
+       * src/procmime.c:
+         procmime_get_mime_type()
+         procmime_get_mime_type_table(): made the MIME type search case
+         insensitive.
+       * src/gtkstext.c:
+         gtk_stext_delete_line(): delete newline on empty line.
+         gtk_stext_delete_to_line_end(): delete newline if cursor is on
+         the last of line.
+         (thanks to Yasuzaki Masayoshi.)
+
+2002-01-23
+
+       * src/compose.c
+         src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
+         and made them customizable.
+       * src/utils.[ch]: added get_file_size_as_crlf() which returns
+         the file size when converting LF to CR+LF.
+
+2002-01-22
+
+       * src/compose.c: enabled 'Ctrl-Enter' or
+         'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
+         before.
+       * src/gtkstext.c: disabled some Emacs key bindings.
+         gtk_stext_key_press(): don't extend selection when Shift-Enter
+         is pressed to prevent the disapperance of cursor.
+       * src/summaryview.c: summary_select_next_unread(): added the button
+         to search unread message again from the beginning to the dialog.
+       * src/folderview.c: folderview_key_pressed(): go to next unread
+         folder if space key is pressed on the empty folder.
+         Move CTree focus before selecting row.
+
+2002-01-21
+
+       * src/defs.h: modified the XLFD of default fonts.
+       * src/textview.c: textview_create(): fixed a bug that caused
+         segfault if font couldn't be loaded.
+       * src/folderview.c
+         src/grouplistdialog.c: compare subscribed groups with path.
+       * src/prefs_filter.c: changed 'Operator' to 'Condition'.
+
+2002-01-20
+
+       * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
+         when URL is wider than wrapping margin.
+       * src/mainwindow.c
+         src/prefs_filter.[ch]
+         src/summaryview.[ch]: added "Create filter rule" function based
+         on the patch from Luca Rosellini.
+       * src/summaryview.c: summary_filter_open(): added X-List and
+         X-Mailing-list to the automatically detected headers.
+
+2002-01-18
+
+       * configure.in: support Mac OS X (Darwin).
+
+2002-01-16
+
+       * src/prefs_filter.c: use inc_(un)lock() instead of
+         inc_autocheck_timer_{remove|set}().
+       * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
+         instead of gtk_ctree_sort_node() so that messages within threads
+         are also sorted.
+       * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
+         target of sizeof was wrong and caused crash on Alpha architecture
+         (thanks to Motonobu Ichimura).
+
+2002-01-15
+
+       * src/foldersel.c:
+         foldersel_gnode_func(): made the names of special folders
+         translated strings.
+         foldersel_set_tree(): move the special folder to the top.
+       * src/inputdialog.[ch]: input_dialog_query_password(): new.
+       * src/imap.c
+         src/inc.c
+         src/news.c
+         src/send.c: use input_dialog_query_password() instead of their
+         own query functions.
+
+2002-01-14
+
+       * src/defs.h: modified the default font.
+       * src/folder.[ch]
+         src/mh.[ch]
+         src/imap.[ch]
+         src/news.[ch]: moved the class definition and some methods to
+         the proper location.
+
+2002-01-11
+
+       * src/mimeview.c: mimeview_save_as()
+         src/summaryview.c: summary_save_as(): put the default filename
+         based on the subject.
+       * src/utils.[ch]: added subst_chars() and subst_for_filename()
+         which substitute some special characters with underscore.
+       * src/filesel.c: filesel_select_file(): select the default filename.
+
+2002-01-10
+
+       * INSTALL
+         INSTALL.jp: added the description and the URL for libjconv.
+       * src/mainwindow.c: menu entries cleanup.
+
 2002-01-09
 
        * README