2005-01-03 [colin] 0.9.13cvs25
[claws.git] / ChangeLog
index 5311e4e9f7bd3bcc5111142a574d3a90116841e6..5cd4183ab384b72e9c4cf7930f0d1b2c98123853 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,423 @@
+2004-12-24
+
+       * version 1.0.0
+
+2004-12-22
+
+       * src/account.c: account_delete(): fixed the crash on deleting a
+         remote account if the corresponding folder was selected (Debian BTS
+         #284483).
+
+2004-12-21
+
+       * NEWS, TODO, TODO.jp: updated.
+       * manual/ja/sylpheed.sgml: updated.
+
+2004-12-17
+
+       * src/action.c: parse_append_filename(): escape all special characters
+         without quote (thanks to IWAMOTO Kouichi and Yoichi Imai).
+       * AUTHORS: updated.
+
+2004-12-16
+
+       * INSTALL
+         INSTALL.jp: updated the confirmation list.
+
+2004-12-15
+
+       * version 1.0.0rc
+
+2004-12-15
+
+       * src/compose.c: compose_wrap_line_all_full(): fixed the logic of
+         space insertion.
+
+2004-12-15
+
+       * manual/ja/sylpheed.sgml: updated.
+
+2004-12-15
+
+       * src/addrbook.c
+         src/addressbook.c
+         src/addrindex.c
+         src/jpilot.c
+         src/ldif.c
+         src/syldap.c
+         src/vcard.c: removed '... defined but not used' warnings.
+
+2004-12-13
+
+       * src/compose.c: compose_wrap_line_all_full(): only insert space
+         when joining lines if the first character of the next line is not
+         space, or it's a boundary between multi- and single-byte characters.
+
+2004-12-13
+
+       * src/action.c: parse_append_filename(): escape special characters
+         (thanks to IWAMOTO Kouichi).
+       * src/utils.c: subst_for_filename(): also substitute single quote.
+
+2004-12-10
+
+       * src/compose.c: compose_wrap_line_all_full(): fixed joining line
+         problem when the first character of the next line is not
+         alphanumeric.
+
+2004-12-09
+
+       * src/main.c: send_queue()
+         src/mainwindow.c: send_queue_cb()
+         src/compose.c: compose_send(), compose_send_later_cb(): ask user
+         to switch to online if in offline mode when sending.
+
+2004-12-08
+
+       * src/imap.c: applied bitlength_clean_up.imap.c.patch that fixes the
+         integer length problem on 64-bit platforms (thanks to Alfons).
+
+2004-12-03
+
+       * version 1.0.0beta4
+
+2004-12-03
+
+       * src/pixmaps/regular.xpm: removed unused icon.
+       * README
+         README.jp: updated.
+
+2004-12-02
+
+       * src/pop.c: pop3_write_msg_to_file(): don't convert single CRs to
+         LFs (thanks to Alfons).
+       * src/utils.[ch]: my_memmem(): original implementation of memmem().
+
+2004-12-01
+
+       * manual/ja/sylpheed.sgml: updated for the latest version.
+
+2004-12-01
+
+       * src/pixmaps/unread.xpm: adjusted the hue of image.
+
+2004-12-01
+
+       * src/filter.c: removed C99 '//' comments.
+
+2004-11-30
+
+       * src/pixmaps/dir-close.xpm
+         src/pixmaps/dir-open.xpm
+         src/pixmaps/dir-noselect.xpm
+         src/pixmaps/group.xpm: adjusted the hue of images.
+
+2004-11-29
+
+       * src/pixmaps/dir-close.xpm
+         src/pixmaps/dir-open.xpm
+         src/pixmaps/dir-noselect.xpm
+         src/pixmaps/group.xpm: replaced with new images.
+
+2004-11-29
+
+       * src/pixmaps/folder.xpm: removed.
+
+2004-11-26
+
+       * src/summaryview.c: changed one-letter column titles to icons.
+       * src/pixmaps/mail.xpm: new.
+
+2004-11-26
+
+       * src/summaryview.c: summary_execute(): pop summary statusbar message.
+
+2004-11-26
+
+       * src/prefs_common.c: added Web browser commands.
+
+2004-11-26
+
+       * manual/ja/sylpheed.sgml: updated for the latest version.
+       * manual/ja/Makefile.am: added target 'update-html'.
+
+2004-11-22
+
+       * INSTALL
+         INSTALL.jp: updated the confirmation list.
+
+2004-11-19
+
+       * src/jpilot.c: unify the coding style.
+       * src/mainwindow.c: fixed duplicated accelerator.
+
+2004-11-18
+
+       * src/procmsg.c: write_mark_func(): fixed bad cast on the system that
+         sizeof(gpointer) != guint.
+
+2004-11-18
+
+       * src/mainwindow.c: fixed English (trashes -> trash).
+       * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menu
+         strings.
+
+2004-11-18
+
+       * src/mainwindow.c: changed the menu label "Empty trash" to
+         "Empty all trashes".
+
+2004-11-16
+
+       * version 1.0.0beta3
+
+2004-11-16
+
+       * src/pixmaps/error.xpm: made them smaller size to fit CList row.
+
+2004-11-16
+
+       * src/jpilot.c: applied the JPilot addressbook Japanese support
+         patch (thanks to IWAMOTO, Kouichi).
+
+2004-11-15
+
+       * src/compose.c
+         src/procmime.[ch]: use BASE64 encoding if the ratio of 8bit
+         characters in attaching text files is greater than 20%, otherwise
+         use quoted-printable (or 7bit if not at all).
+
+2004-11-12
+
+       * src/compose.c: compose_write_attach()
+         src/procmime.c: procmime_decode_content():
+         canonicalize text files before encoding to BASE64, and
+         uncanonicalize after decoding to conform with RFC 2045
+         (thanks to Nicolas Degory).
+
+2004-11-11
+
+       * src/pixmaps/complete.xpm
+         src/pixmaps/continue.xpm: made them smaller size to fit CList
+         row.
+
+2004-11-11
+
+       * src/statusbar.c: statusbar_create(): set the width of widget to 1
+         not to expand automatically.
+       * src/utils.[ch]: trim_string_before(): trim beginning characters
+         longer than the specified length and add "...".
+       * src/folderview.c
+         src/summaryview.c: use trim_string_before() to display folder name.
+
+2004-11-10
+
+       * src/defs.h
+         src/prefs_common.c: made mozilla-firefox as default browser.
+
+2004-11-09
+
+       * src/summaryview.c: summary_key_pressed()
+         src/textview.c: textview_key_pressed(): back scroll when Shift or
+         Alt and Space key is pressed. Also back scroll when Shift and Enter
+         key is pressed.
+
+2004-11-09
+
+       * src/foldersel.c: foldersel_new_folder(): select newly created
+         folder.
+
+2004-11-08
+
+       * version 1.0.0beta2
+
+2004-11-08
+
+       * src/account.c
+         src/imap.c
+         src/inc.c
+         src/pop.c
+         src/prefs_account.[ch]: obsoleted RecvProtocol::A_APOP and made an
+         option for APOP.
+         prefs_account_protocol_set_optmenu(): refactored.
+
+2004-11-07
+
+       * src/folderview.c: folderview_empty_trash_cb(): removed unused
+         variables.
+
+2004-11-05
+
+       * src/summary_search.c: use C string instead of wide character string.
+         Enabled AND/OR matching.
+
+2004-11-05
+
+       * src/folderview.[ch]
+         src/mainwindow.c: change menu sensitivity of File/Folder and
+         File/Mailbox according to selected folder.
+         Enabled newsgroups subscription from 'File/Folder/Create new folder'.
+
+2004-11-04
+
+       * src/folderview.[ch]
+         src/mainwindow.c: reorganized folder/mailbox menus.
+         Enabled 'Remove mailbox', 'Check for new messages' and
+         'Rebuild folder tree' on main menu.
+         Removed 'Remove mailbox' from the folder context menu.
+
+2004-11-04
+
+       * src/folderview.c
+         src/mainwindow.c
+         src/procmsg.[ch]: added 'Empty trash' to the folder context menu.
+
+2004-11-01
+
+       * src/filter.[ch]
+         src/summaryview.c: don't move/delete immediately when
+         immediate_execution is off.
+
+2004-10-29
+
+       * version 1.0.0beta1
+
+2004-10-29
+
+       * upgraded to gettext-0.14.1.
+
+2004-10-28
+
+       * src/compose.c: reorganized the menu.
+       * src/mh.c: removed g_print() for debug.
+
+2004-10-27
+
+       * src/compose.c
+         src/prefs_template.c
+         src/template.[ch]: added Cc: to template parameter.
+
+2004-10-26
+
+       * src/prefs_filter_edit.c: fixed condition menu switching problem
+         on editing existing rules.
+
+2004-10-25
+
+       * src/filter.c: filter_action_exec(): update counters of FolderItem
+         on local filtering (fixes wrong folderview message count).
+
+2004-10-25
+
+       * src/mbox.c: proc_mbox(): check if folder_table is NULL (fix
+         warnings).
+
+2004-10-21
+
+       * src/pixmaps/stock_add_16.xpm
+         src/pixmaps/stock_remove_16.xpm: converted from stock icons in
+         gtk-2.4.
+       * src/prefs_filter_edit.c: use icons for add/remove button.
+       * src/stock_pixmap.[ch]: added add/remove icons.
+
+2004-10-21
+
+       * src/pixmaps/stock_dialog_error_48.xpm
+         src/pixmaps/stock_dialog_info_48.xpm
+         src/pixmaps/stock_dialog_question_48.xpm
+         src/pixmaps/stock_dialog_warning_48.xpm: converted dialog icons from
+         stock icons in gtk-2.4.
+       * src/alertpanel.[ch]: added icons to the alert dialog.
+         alertpanel_message(): Added AlertType.
+       * src/stock_pixmaps.[ch]: added dialog icons.
+
+
+2004-10-08
+
+       * src/procmsg.c: removed verbose debug prints.
+
+2004-10-07
+
+       * version 0.9.99
+
+2004-10-07
+
+       * src/procmsg.c: procmsg_send_queue()
+         src/send_message.c: send_queue_info_free(): fixed segmentation fault
+         when trying to send an invalid queued message.
+
+2004-10-06
+
+       * src/mainwindow.c: added separators to the File menu.
+       * src/prefs_filter_edit.c: removed some debug prints.
+
+2004-10-05
+
+       * src/inputdialog.c: input_dialog_open(): don't start auto-checking
+         mail while opening the input dialog.
+
+2004-10-04
+
+       * src/mh.c: mh_remove_all_msg()
+         src/procmsg.c: procmsg_empty_trash(): fixed wrong message count
+         after emptying trash.
+
+2004-10-01
+
+       * src/prefs_filter.c: fixed a bug that didn't add an auto-created
+         rule.
+       * src/prefs_filter_edit.c: prefs_filter_edit_dialog_to_rule(): check
+         if rule name exists.
+
+2004-09-30
+
+       * src/filter.c: filter_apply_msginfo(): don't apply filter if
+         FilterRule::enabled == FALSE.
+       * src/prefs_filter.c: implemented Enabled column.
+       * src/account.c: account_selected(): modified the behavior of
+         double-click.
+
+2004-09-30
+
+       * src/colorlabel.c: modified the menu label size. Removed "None" from
+         color menu.
+       * src/filter.[ch]
+         src/prefs_filter_edit.c: implemented color label action.
+       * src/summaryview.c: summary_filter_func(): update summary flags
+         when flag action is performed.
+
+2004-09-29
+
+       * src/prefs_filter_edit.c: added color label.
+       * src/colorlabel.c: modified the menu label size and border.
+
+2004-09-28
+
+       * src/filter.[ch]
+         src/prefs_filter_edit.c: improved error handling when creating a
+         rule.
+
+2004-09-28
+
+       * src/prefs_common.c: adjusted the default size of views.
+
+2004-09-27
+
+       * src/filter.c
+         src/prefs_filter_edit.c: implemented size/age condition.
+       * src/menu.[ch]: menu_get_option_menu_active_user_data(): new.
+
+2004-09-22
+
+       * src/prefs_filter_edit.c: select previous item when editing header
+         finished.
+
+2004-09-22
+
+       * src/prefs_filter.[ch]
+         src/prefs_filter_edit.c
+         src/procheader.[ch]: implemented user-defined header dialog.
+
 2004-09-17
 
        * src/filter.c: