2006-07-04 [colin] 2.3.1cvs55
[claws.git] / ChangeLog
index adef83f937fd6b1cb5cc27ed65af0243c06ab5de..793838a9e01b535cc3a3b7f9c333c91255c6c3d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+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