2006-07-06 [paul] 2.3.1cvs62
[claws.git] / ChangeLog
index 43e92b13f481de0ce484b901c976d6c4b1c50a12..830ad67a1ac4cbcf509636d6350b996bb31163c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2006-07-06 [paul]      2.3.1cvs62
+
+       * src/textview.c
+               fix attachments contextual menu
+               Thanks to Colin
+
+2006-07-05 [colin]     2.3.1cvs61
+
+       * src/textview.c
+       * src/compose.c
+               Handle sftp:// links
+
+2006-07-05 [paul]      2.3.1cvs60
+
+       * src/gtk/filesel.c
+               grab save button by default
+               Thanks to Colin
+
+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