updated translation
[claws.git] / ChangeLog
index 8d3ded8b68294d164f7b0abf1798f672318cccfe..2a1465d8b141190721cf070c612f7efe2e07c20e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,316 @@
+2001-10-07
+
+       * src/prefs_common.c: prefs_receive_create(): correction to English.
+       * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
+         that didn't set the menu sensitivity correctly (thanks to
+         Melvin Hadasht).
+       * src/summaryview.c: delete messages permanently if the current
+         folder is trash and 'delete' operation is executed.
+         Fixed the bug that didn't select the last row correctly (thanks
+         to Alfons Hoogervorst).
+       * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
+         all messages given in the list.
+
+2001-10-05
+
+       * src/summaryview.c: summary_show(): fixed a bug that didn't show
+         message even if the 'open unread message on entering folder'
+         option was turned on.
+
+2001-10-03
+
+       * src/procmime.c: procmime_get_text_content(): supported HTML.
+
+2001-10-02
+
+       * src/summaryview.[ch]: implemented new locking mechanism, and
+         replaced every static locks with summary_lock(), summary_unlock(),
+         and added locks to some extra functions.
+         This fixes a bug that caused segfault when 'd' (delete) key
+         was kept pressing.
+
+2001-10-01
+
+       * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
+         that caused segfault (thanks to Stefaan A Eeckels).
+
+2001-09-30
+
+       * src/textview.[ch]: added textview_set_position().
+       * src/messageview.[ch]: added messageview_set_position().
+       * src/addrbook.c
+         src/addrcache.c
+         src/addressadd.c
+         src/addressbook.c
+         src/addrindex.c
+         src/addritem.c
+         src/editaddress.c
+         src/editbook.c
+         src/editgroup.c
+         src/editjpilot.c
+         src/editldap.c
+         src/editldap_basedn.c
+         src/editvcard.c
+         src/jpilot.c
+         src/mgutils.c
+         src/syldap.c
+         src/vcard.c: converted C++-style comments into C-style one.
+       * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
+         new buffer and quote with double quotes if required.
+         imap_status(), imap_cmd_login(), imap_cmd_list(),
+         imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
+         imap_cmd_copy(): use QUOTE_IF_REQUIRED().
+       * compose.c: compose_write_to_file(): workaround for the problem
+         when using libjconv and 8bit codes cannot be converted on C
+         locale.
+       * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
+         conv_codeset_strdup(): don't convert if source and destination
+         codeset are identical.
+
+2001-09-30
+
+       * src/textview.[ch]: textview_search_string_backward(): new.
+         Add the new member cur_pos to TextView.
+         Connect button_press_event with gtk_signal_connect_after() to
+         obtain the correct editable position.
+
+2001-09-27
+
+       * src/folder.c: folder_write_list_recursive(): preserve unthreaded
+         state.
+
+2001-09-26
+
+       * src/summaryview.c: modified the layout of popup menu.
+
+2001-09-25
+
+       * src/folder.c
+         src/folder.h
+         src/mainwindow.c
+         src/summaryview.c: applied the patch from Alfons that allows
+         threading setting for each folders (tnanks!).
+
+2001-09-23
+
+       * src/message_search.[ch]: new. A Dialog for searching in current
+         message.
+       * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
+         text in current position of GtkText and given wide-character
+         string.
+       * src/messageview.[ch]: messageview_search_string()
+         src/textview.[ch]: textview_search_string(): return TRUE if
+         found.
+       * src/textview.[ch]: remember the beginning of body.
+
+2001-09-21
+
+       * src/procmime.c: procmime_get_first_text_content(): modified so
+         that it search entire MIME structure.
+       * src/summary_search.c: summary_search_execute(): use
+         strdup_mbstowcs() instead of macro. Display matched message.
+
+2001-09-20
+
+       * src/inc.c: fix for background POP3 hangs and crashes (thanks to
+         Sergey Vlasov).
+       * src/summary_search.c: added body searching function.
+       * src/procmime.[ch]: procmime_find_string(): changed arguments
+         and return value. Added case sensitivity option.
+
+2001-09-20
+
+       * src/procmime.[ch]:
+         procmime_find_string()
+         procmime_find_string_part(): new. It searchs the string from
+         messages.
+         Renamed procmime_get_text_part() to
+         procmime_get_first_text_content().
+         procmime_get_text_content(): new. It returns the text contents
+         of the specified MIME part.
+         procmime_mimeinfo_next(): new. It returns the next node of
+         MimeInfo tree.
+
+2001-09-19
+
+       * src/procmime.c: procmime_get_text_part(): modified so that it
+         finds a text part in nested multipart message correctly.
+       * src/procmime.h: added an example of MimeInfo structure.
+       * src/mimeview.c: mimeview_show_message(): search the first text
+         part.
+
+2001-09-17
+
+       * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
+         caused segfault. Changed 'Preferences per account...' menu item.
+
+2001-09-17
+
+       * version 0.6.2
+
+2001-09-16
+
+       * src/addrindex.c: translate the "Common address" and "Personal
+         address" from old addressbook.
+
+2001-09-12
+
+       * src/utils.c: get_quote_level(): some optimization and bugfixes.
+       * src/codeconv.[ch]: conv_get_current_locale(): new.
+       * src/editaddress.c: edit_person_page_basic(): reverse the order
+         of first and last name on some locales.
+
+2001-09-11
+
+       * src/compose.c: applied the patch from Yasumatsu that reformats
+         the current paragraph (thanks!). Modified so that it doesn't
+         reformat quoted paragraphs.
+         compose_create(): don't fill the entry automatically on reedit
+         mode.
+       * src/mainwindow.c
+         src/summaryview.[ch]: added the "Mark all read" option.
+         summary_mark_all_read(): new.
+
+2001-09-10
+
+       * src/vcard.c
+         src/mgutils.c
+         src/syldap.c
+         src/editldap.c
+         src/editldap_basedn.c
+         src/jpilot.c
+         src/editjpilot.c: removed all warnings.
+       * configure.in
+         src/jpilot.[ch]: fixed the problem that failed to detect JPilot
+         header files on the Debian system.
+       * src/mainwindow.c
+         src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
+         and color label. Enabled moving to next/prev flagged messages.
+
+2001-09-09
+
+       * src/pixmaps/dir-close.xpm
+         src/pixmaps/dir-open.xpm
+         src/pixmaps/new.xpm
+         src/pixmaps/unread.xpm: modified the color balance.
+       * src/utils.[ch]: execute_sync(): new.
+         execute_command_line(): added the arg for async mode.
+       * src/inc.c: inc_mail(): use execute_command_line().
+
+2001-09-08
+
+       * src/prefs.[ch]
+         src/prefs_common.[ch]
+         src/prefs_account.c: modified the layout. Added the option to
+         launch the external editor automatically.
+       * src/compose.c: launch the external editor automatically if the
+         option is set.
+
+2001-09-06
+
+       * src/Makefile.am: added extra xpm's.
+
+2001-09-05
+
+       * src/addressbook.c: fixed a compilation problem when enabling
+         LDAP.
+         addressbook_open(): fixed a missing 'else'.
+
+2001-09-04
+
+       * src/pixmaps/dir-close.xpm
+         src/pixmaps/dir-open.xpm
+         src/pixmaps/trash.xpm: replaced with the new blue icons.
+       * merged Match Grun's new addressbook code.
+       * src/pixmaps/address.xpm
+         src/pixmaps/book.xpm
+         src/pixmaps/category.xpm
+         src/pixmaps/interface.xpm
+         src/pixmaps/jpilot.xpm
+         src/pixmaps/ldap.xpm
+         src/pixmaps/vcard.xpm: new icons.
+       * src/addrbook.[ch]
+         src/addrcache.[ch]
+         src/addressadd.[ch]
+         src/addressitem.[ch]
+         src/addrindex.[ch]
+         src/addritem.[ch]
+         src/editaddress.[ch]
+         src/editbook.[ch]
+         src/editgroup.[ch]
+         src/editjpilot.[ch]
+         src/editldap.[ch]
+         src/editldap_basedn.[ch]
+         src/editvcard.[ch]
+         src/jpilot.[ch]
+         src/mgutils.[ch]
+         src/syldap.[ch]
+         src/vcard.[ch]: new. Many fixes to remove the huge amount of
+         warnings.
+         addrbook_build_avail_email_vis(): fixed a memory leak.
+
+2001-09-04
+
+       * NEWS: brought in the all of the changes previously put on the web.
+
+2001-09-03
+
+       * src/mainwindow.c
+         src/summaryview.c: modified the layout of menus.
+       * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
+         return a focus to the main window after selecting the account menu.
+
+2001-09-03
+
+       * version 0.6.1
+
+2001-09-03
+
+       * src/send.c: send_message_data(): fixed a bug that didn't process
+         body part correctly.
+
+2001-09-02
+
+       * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
+         inc_mail(), inc_all_account_mail(): return immediately if locked.
+       * src/account.c
+         src/prefs_common.c
+         src/prefs_account.c: use inc_lock() and inc_unlock() instead of
+         inc_autocheck_timer_{remove,set}().
+       * src/summaryview.c: summary_set_colorlabel_color(): get the average
+         of label color and selected fg color for visibility.
+
+2001-09-01
+
+       * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
+         They increase/decrease the lock count.
+         inc_autocheck_func(): if locked, delay the autochecking 1 second.
+         inc_autocheck_timer_set_interval(): set interval by its argument.
+       * src/summaryview.c: summary_show(): lock the autochecking while
+         processing.
+       * src/main.c: app_will_exit(): remove autocheck timer.
+       * acconfig.h
+         src/defs.h: removed the definitions of PACKAGE and VERSION to
+         prevent unnecessary compilation.
+       * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
+         to AC_SUBST, and added src/version.h to AC_OUTPUT.
+       * src/version.h.in: new.
+       * src/intl.h: changed dgettext() to gettext().
+
+2001-08-31
+
+       * po/ja.po: fixed a typo that crashed Sylpheed with older version
+         of GTK+.
+       * configure.in: fixed a bug that didn't show results correctly.
+         Fixed a bug that --enable-compface and --enable-jconv disabled
+         the options.
+       * src/procmsg.c: procmsg_send_queue(): don't abort when sending
+         message failed.
+       * src/compose.c: compose_write_headers(): add Bcc: header to the
+         output file.
+       * src/send.c: send_message_data(): new. Separated from
+         send_message_smtp(). Remove Bcc: header before sending.
+
 2001-08-30
 
        * version 0.6.0