2006-12-11 [colin] 2.6.1cvs16
[claws.git] / ChangeLog
index 9def5df80f793d7d8f8f27ea9ef81a4392cf4e0e..de1e5fd1adfd824795f887c38fdec8b32348e4dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,237 @@
+2006-12-11 [colin]     2.6.1cvs16
+
+       * src/prefs_account.c
+               Check for existence of inbox for local
+               accounts too
+       * src/wizard.c
+               Allow setting the port to use for servers
+               by using the usual "server.example.com:port"
+               syntax. Fixes bug 1077, 'sylpheed-claws does 
+               not start when IMAP server is unavailable'
+
+2006-12-11 [colin]     2.6.1cvs15
+
+       * src/prefs_account.c
+               Prevent use of non-existing default inbox
+
+2006-12-11 [colin]     2.6.1cvs14
+
+       * src/prefs_account.c
+               Fix sensitivity. Fixes bug 1076, 'privacy 
+               options are displayed even when pgp plugin 
+               not loaded / available'
+
+2006-12-09 [colin]     2.6.1cvs13
+
+       * manual/advanced.xml
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/common/ssl_certificate.c
+               Add a new hidden preference, 'unsafe_ssl_certs',
+               which allows to store multiple certificates per
+               server/port. This is disabled by default because
+               it's less secure (presenting a new certificate
+               instead of a changed one raises less alarms).
+               This will cause Claws to ask about an unknown
+               certificate for people who have used 2.6.1cvs8
+               or greater.
+
+2006-12-09 [colin]     2.6.1cvs12
+
+       * src/action.c
+               Fix cache updating after action
+
+2006-12-07 [wwp]       2.6.1cvs11
+
+       * src/compose.c
+               fix email address comparison when replying to all
+               (avoid replying to ourselves), thanks to Colin.
+
+2006-12-06 [paul]      2.6.1cvs10
+
+       * src/addrharvest.c
+       * src/editldap.c
+       * src/expldifdlg.c
+       * src/news.c
+       * src/toolbar.c
+       * src/common/utils.c
+               ...and more renaming
+               Thanks to Colin
+
+2006-12-06 [paul]      2.6.1cvs9
+
+       * src/compose.c
+       * src/messageview.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/textview.c
+               more renaming
+               Thanks to Colin
+
+2006-12-06 [colin]     2.6.1cvs8
+
+       * src/ssl_manager.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+               Handle multiple certificates per host/port
+
+2006-12-06 [colin]     2.6.1cvs7
+
+       * src/etpan/imap-thread.c
+               Fix certificate checking on IMAP
+
+2006-12-06 [colin]     2.6.1cvs6
+
+       * src/folderview.c
+               Fix bug 1072, 'Claws stops fetching newsgroups 
+               from server when newsgroup got deleted': continue
+               checking other groups
+
+2006-12-05 [wwp]       2.6.1cvs5
+
+       * src/message_search.c
+       * src/summary_search.c
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               make up and down arrow keys in modern gtk_combo_box_entry widgets
+               behave like w/ old comboboxes (summary and message search only).
+
+2006-12-05 [paul]      2.6.1cvs4
+
+       * src/wizard.c
+               encode headers
+               Thanks to Colin
+
+2006-12-05 [paul]      2.6.1cvs3
+
+       * tools/README
+       * tools/textviewer.pl
+               script updated and description added
+
+2006-12-04 [colin]     2.6.1cvs2
+
+       * src/compose.c
+               Run pre-send hook only when checking
+               everything
+
+2006-12-04 [paul]      2.6.1cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+       * tools/README
+               bump up version number following stable release
+
+2006-12-04 [paul]      2.6.0cvs83
+
+       * README
+               updates and corrections
+
+2006-12-04 [colin]     2.6.0cvs82
+
+       * src/common/utils.c
+               Probably fix bug 1066, 'Incorrect mailbox 
+               size displayed'
+
+2006-12-04 [colin]     2.6.0cvs81
+
+       * src/common/utils.c
+               Trim tabs from mailcap file too.
+
+2006-12-02 [paul]      2.6.0cvs80
+
+       * src/exphtmldlg.c
+               fix broken GUI under certain languages
+       * src/expldifdlg.c
+               put the Cancel button to the right
+
+2006-12-01 [paul]      2.6.0cvs79
+
+       * tools/Makefile.am
+               remove reference to removed file
+
+2006-12-01 [wwp]       2.6.0cvs78
+
+       * src/addressbook.c
+       * src/editaddress.c
+               remove forgotten debug statements.
+
+2006-12-01 [wwp]       2.6.0cvs77
+
+       * manual/advanced.xml
+       * manual/fr/advanced.xml
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/addressitem.h
+       * src/editaddress.c
+       * src/editaddress.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               add a hidden option to allow embedding the editaddress (edit contact details)
+               dialog into the addressbook's window. This doesn't change the default
+               behaviour.
+
+2006-12-01 [wwp]       2.6.0cvs76
+
+       * src/message_search.c
+       * src/summary_search.c
+               fix more focus issues (don't set focus to combobox's entry widget when
+               entry's value changed, if entry widget has focus already).
+
+2006-12-01 [wwp]       2.6.0cvs75
+
+       * src/gtk/quicksearch.c
+               revert last changes to the quicksearch gtk_combo_box, this needs more
+               tuning and testing.
+
+2006-12-01 [paul]      2.6.0cvs74
+
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
+       * tools/kdeservicemenu/install.sh
+       * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
+       * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
+               simplify this stuff, and in so doing,
+               fix it. (possibly re-extend it again at
+               a later date)
+
+2006-12-01 [wwp]       2.6.0cvs73
+
+       * src/gtk/quicksearch.c
+               adapt quicksearch code to use modern gtk_combo_box'es.
+
+2006-12-01 [wwp]       2.6.0cvs72
+
+       * src/common/defs.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/message_search.c
+       * src/summary_search.c
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+               add history combos to all message and summary search fields.
+
+2006-12-01 [wwp]       2.6.0cvs71
+
+       * src/summaryview.c
+               As the list may change while the mark as read delay
+               runs, we can't rely on the 'row' pointer, which can
+               be invalid when the timeout is called. As the mark
+               as read is only done if the message is still selected,
+               use summaryview->selected instead. Thanks to Colin.
+
+2006-11-30 [paul]      2.6.0cvs70
+
+       * src/textview.c
+               give emphasis to "Sylpheed-Claws"
+               as well as "Claws Mail"
+
 2006-11-30 [colin]     2.6.0cvs69
 
        * src/wizard.c