2006-07-05 [wwp] 2.3.1cvs59
[claws.git] / ChangeLog
index 956f6295be43e6ca89573176d555dc59858dc226..801d8e79710fdee720af4b5718ba94abe3adc20b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,177 @@
+2006-07-05 [wwp]       2.3.1cvs59
+
+       * manual/xml2pdf
+               use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
+
+2006-07-04 [colin]     2.3.1cvs58
+
+       * src/mimeview.c
+       * src/textview.c
+               Use left click to select, middle click to open
+               on mimeparts links
+       * src/common/utils.c
+               Fix segfault
+
+2006-07-04 [colin]     2.3.1cvs57
+
+       * src/mainwindow.c
+       * src/news.c
+               Warning fixes, thanks to Fabien
+
+2006-07-04 [colin]     2.3.1cvs56
+
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/textview.c
+               Allow parts to be selected via their text label
+               in textview
+
+2006-07-04 [colin]     2.3.1cvs55
+
+       * src/folderview.c
+               Feedback when closing (for big folders)
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_template.c
+               Fix default button when closing without
+               having saved
+
+2006-07-04 [colin]     2.3.1cvs54
+
+       * src/news.c
+               Delete local file on deletion
+
+2006-07-03 [colin]     2.3.1cvs53
+
+       * src/folderview.c
+       * src/main.c
+               Don't freeze when rescanning after crash
+
+2006-07-03 [wwp]       2.3.1cvs52
+
+       * src/compose.c
+       * src/privacy.c
+       * src/privacy.h
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               don't report an error when the user cancels the passphrase dialog.
+
+2006-07-02 [colin]     2.3.1cvs51
+
+       * src/folderview.c
+               Open message when crossing folders with Space,
+               goto next unread and friends
+
+2006-07-01 [colin]     2.3.1cvs50
+
+       * src/prefs_account.c
+               Typographic rules varying from language
+               to language (in french "Protocole :"),
+               we have to do that :)
+
+2006-07-01 [ticho]     2.3.1cvs49
+
+       * src/prefs_account.c
+               Only use one temporary gchar* variable in
+               prefs_account_protocol_set_optmenu().
+
+2006-07-01 [ticho]     2.3.1cvs48
+
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Use GtkLabel for existing account protocol name.
+               Created an array for protocol names and populate the
+               combobox from it in a for() cycle.
+
+2006-06-30 [colin]     2.3.1cvs47
+
+       * src/compose.c
+               Block undo when changing signature (by changing
+               account)
+
+2006-06-30 [paul]      2.3.1cvs46
+
+       * src/send_message.c
+               when editing From in the Compose window, use that address
+               in the Return-Path: header
+               Thanks to Colin
+
+2006-06-30 [colin]     2.3.1cvs45
+
+       * src/compose.c
+               Fix signature replacement:
+               - when no newline before separator
+               - when reediting
+
+2006-06-29 [colin]     2.3.1cvs44
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/mainwindow.c
+       * src/summaryview.c
+               Let 'View/Go to/Next marked' work like
+               Next new & Next unread: across folders
+               Change the select_on_entry pref to do
+               what we want when changing folder
+       * src/common/utils.c
+               Fix single-quoted links 
+
+2006-06-29 [colin]     2.3.1cvs43
+
+       * src/gtk/gtkaspell.c
+               "Sylpheed" and "Sylpheed-Claws" do exist !
+
+2006-06-29 [colin]     2.3.1cvs42
+
+       * src/imap.c
+               Forgot to remove debug
+
+2006-06-29 [colin]     2.3.1cvs41
+
+       * src/imap.c
+       * src/imap.h
+       * src/mainwindow.c
+               Disconnect from IMAP servers when going
+               offline. Fixes bug #978 (going to offline-mode 
+               won't close connections)
+
+2006-06-29 [colin]     2.3.1cvs40
+
+       * src/main.c
+               Fix transient setting on failing plugins
+               Patch by Fabien
+       * src/plugins/pgpcore/sgpgme.c
+               Only warn for OpenPGP. Most people don't
+               have CMS available.
+
+2006-06-29 [colin]     2.3.1cvs39
+
+       * src/compose.c
+               Fix Spelling menu (discrepancy between context menu
+               and top menu when folder's dictionary isn't the 
+               default one)
+       * src/plugins/pgpcore/sgpgme.c
+               More error reporting about why gpgme can fail
+
+2006-06-29 [wwp]       2.3.1cvs38
+
+       * src/mainwindow.c
+               honor the display-header-pane setting even when the message view
+               is a separate window.
+
+2006-06-29 [wwp]       2.3.1cvs37
+
+       * src/prefs_actions.c
+               forgot to commit that one (use of GTK_STOCK_INFO).
+
+2006-06-29 [colin]     2.3.1cvs36
+
+       * src/imap.c
+               Better handling of login errors (ask the password
+               again once), alert in case of error. Fix three
+               signedness warnings.
+
 2006-06-28 [wwp]       2.3.1cvs35
 
        * src/prefs_template.c
        * src/exphtmldlg.c
        * src/gtk/gtkutils.c
        * src/gtk/gtkutils.h
-       Added second argument to gtkut_sc_combobox_create() to
-       control focus-on-click for the widget.
-       Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
+               Added second argument to gtkut_sc_combobox_create() to
+               control focus-on-click for the widget.
+               Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
 
 2006-06-25 [ticho]     2.3.1cvs19