2006-12-15 [wwp] 2.6.1cvs40
[claws.git] / ChangeLog
index 4607be67a1b740c798a7adc6e5c658743769b06f..a346c3ed9a78c3255eca39d02de4368561556262 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,251 @@
+2006-12-15 [wwp]       2.6.1cvs40
+
+       * src/wizard.c
+       * src/common/plugin.c
+       * src/common/plugin.h
+       * src/gtk/about.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpinline/plugin.c
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/trayicon/trayicon.c
+               factorize some translatable strings (plugins-related),
+               fix missing punctuation in several places,
+               remove useless translatable \n in about.c,
+               and factorize plugin init code w/ a new function
+               check_plugin_version() in common/plugin.c.
+               Patch by Fabien Vantard <fzzzzz@gmail.com>.
+
+2006-12-15 [wwp]       2.6.1cvs39
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               flag whitelisted spams as spam, but don't filter it to the spam
+               folder. Thanks to Colin.
+
+2006-12-15 [ticho]     2.6.1cvs38
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Add option to whitelist senders found in addressbook. Patch by colin.
+
+2006-12-15 [paul]      2.6.1cvs37
+
+       * src/folderview.c
+               add missing #include "log.h"
+
+2006-12-15 [paul]      2.6.1cvs36
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Add an option to allow inserting an
+               X-Claws-Bogosity header (on MH folders
+               only). Patch by Colin
+
+2006-12-14 [colin]     2.6.1cvs35
+
+       * src/main.c
+               "Yes" should be the default choice for
+               migration configuration
+
+2006-12-14 [paul]      2.6.1cvs34
+
+       * src/prefs_summaries.c
+       * manual/advanced.xml
+               Unhide mark_as_read_delay
+
+2006-12-14 [paul]      2.6.1cvs33
+
+       * src/messageview.c
+       * src/messageview.h
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+       * src/textview.c
+       * src/textview.h
+               Fix printing of selection
+               Fix printing of message parts
+               Fix printing of images
+       * src/gtk/gtksourceprintjob.c
+               Fix page count when there are images
+
+2006-12-14 [wwp]       2.6.1cvs32
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/quicksearch.c
+               fix quicksearch 'magnify' button status when QS is closed
+               using the Escape key, thanks to Colin.
+
+2006-12-14 [wwp]       2.6.1cvs31
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/quicksearch.c
+               fix quicksearch 'magnify' button status when QS is closed
+               using the Escape key, thanks to Colin.
+
+2006-12-13 [colin]     2.6.1cvs30
+
+       * src/ldapquery.c
+       * src/ldaputil.c
+               Use the binary safe version of ldap_get_values,
+               to make sure we manipulate null-terminated 
+               strings. Maybe fixes bug 1075, 'claws mail 
+               segfault when completing ldap adresses'
+       * src/syldap.c ** REMOVED **
+       * src/syldap.h ** REMOVED **
+               Remove dead files
+
+2006-12-13 [mones]     2.6.1cvs29
+
+       * po/es.po
+               Fixed piped strings, fixed click translation
+
+2006-12-13 [paul]      2.6.1cvs28
+
+       * src/main.c
+               don't translate these strings
+
+2006-12-13 [paul]      2.6.1cvs27
+
+       * po/en_GB.po
+               updated
+
+2006-12-13 [colin]     2.6.1cvs26
+
+       * src/main.c
+       * src/main.h
+               Add claws_is_starting()
+
+2006-12-13 [mones]     2.6.1cvs25
+
+       * manual/es/advanced.xml
+       * po/es.po
+               Synced manual and updated translation
+
+2006-12-12 [colin]     2.6.1cvs24
+
+       * src/wizard.c
+               Add an option to use STARTTLS in the
+               welcome wizard. Fixes bug 1080, 
+               'Using SSL option in wizard for incoming 
+               server does not activate SSL with STARTTLS'
+
+2006-12-12 [colin]     2.6.1cvs23
+
+       * src/main.c
+               Don't exit when there's an incomplete
+               mailbox configured - leaves a chance 
+               to fix a failing IMAP account. Exit
+               if no mailbox at all is loaded (case
+               of missing plugin).
+               Completes bug 1077's fix (I was wrong
+               in this bug's comment #3).
+
+2006-12-12 [colin]     2.6.1cvs22
+
+       * src/gtk/menu.h
+               Add another menu data type
+       * src/prefs_account.c
+               Complete the completion of bug 1076
+               (doesn't lose the pref on apply)
+
+2006-12-12 [paul]      2.6.1cvs21
+
+       * src/prefs_account.c
+               complete the fix of bug 1076
+               also be more verbose with the text
+
+2006-12-12 [paul]      2.6.1cvs20
+
+       * src/gtk/combobox.c
+               fix compilation warning
+
+2006-12-11 [colin]     2.6.1cvs19
+
+       * src/wizard.c
+               Document :port in server entry tooltips
+
+2006-12-11 [colin]     2.6.1cvs18
+
+       * src/main.c
+               Fix compile
+
+2006-12-11 [colin]     2.6.1cvs17
+
+       * src/main.c
+               Add failing IMAP as a reason for no
+               mailbox
+
+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