2008-11-11 [colin] 3.6.1cvs22
[claws.git] / ChangeLog
index f0823c9bf489c2e93a3cd8bf8f826ab46c94bc50..bcb34e50d388af1c0290175441b5aa61a7c06ac2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,400 @@
+2008-11-11 [colin]     3.6.1cvs22
+
+       * src/summaryview.c
+               Fix "display sender using addressbook" when
+               prefs_common.swap_from is in use. Patch by
+               H. Merijn Brand
+
+2008-11-11 [colin]     3.6.1cvs21
+
+       * src/autofaces.c
+       * src/common/md5.c
+       * src/common/md5.h
+               Make a few functions static
+
+2008-11-07 [colin]     3.6.1cvs20
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Fix crash when rebuilding colorlabel
+               menu
+       * src/addrgather.c
+       * src/editldap.c
+       * src/prefs_account.c
+       * src/prefs_compose_writing.c
+       * src/prefs_logging.c
+       * src/prefs_message.c
+       * src/prefs_other.c
+       * src/prefs_receive.c
+       * src/prefs_summaries.c
+       * src/prefs_wrapping.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Fix deprecated use of page_size in 
+               gtkspinbutton adjustments
+
+2008-11-06 [mones]     3.6.1cvs19
+
+       * src/mainwindow.c
+               Fix missing "About" in Help menu
+       * tools/claws.i18n.status.pl
+               Fix header
+
+2008-11-05 [colin]     3.6.1cvs18
+
+       * src/action.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               w32: Implement single launch (lock
+               socket); always put debug log to
+               the rc_dir; fix Start menu update
+               after registering as default Mail 
+               app
+
+2008-11-05 [colin]     3.6.1cvs17
+
+       * src/mainwindow.c
+               Setting the Mail start menu item in HKCU 
+               confuses the Internet Options dialog. Do 
+               it in HKLM as this dialog does.
+
+2008-11-04 [colin]     3.6.1cvs16
+
+       * src/common/w32_reg.c
+               Fix off-by-one
+
+2008-11-04 [colin]     3.6.1cvs15
+
+       * src/procmime.c
+               w32: Fix getting content-type 
+       * src/mimeview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_ext_prog.c
+       * src/textview.c
+               w32: better integration (use the
+               standard file associations instead
+               of our platform-unadapted open
+               dialog)
+       * src/mainwindow.c
+       * src/common/utils.c
+       * src/common/w32_reg.c
+       * src/common/w32lib.h
+               w32: better integration (allow 
+               setting Claws as default MUA)
+
+2008-11-01 [colin]     3.6.1cvs14
+
+       * src/codeconv.c
+               Fix wrongly converted non-ascii characters
+               when locale's charset is US-ASCII (strict-mode
+               was failing in this case)
+
+2008-10-30 [colin]     3.6.1cvs13
+
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/textview.c
+       * src/textview.h
+               Use one UI Manager per mimeview, instead of
+               the global one -- else user_data pointer gets
+               broken if opening and closing another message-
+               view, then using right-click on a mimeview's 
+               mimepart. Probably fixes bug 1711, 'Save-as
+               attachment crashes'
+
+2008-10-24 [paul]      3.6.1cvs12
+
+       * tools/Makefile.am
+       * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
+       * tools/kdeservicemenu/install.sh
+               another, possibly the final?, attempt on getting this
+               sorted for kde4
+
+2008-10-24 [paul]      3.6.1cvs11
+
+       * tools/kdeservicemenu/install.sh
+               fix servicemenu installation directory on kde4
+
+2008-10-24 [paul]      3.6.1cvs10
+
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/install.sh
+               add support for kde4 in addition to kde3.
+               a rework involving checking for kde4-config, then
+               kde-config, finally prompting the user for the
+               location of either if they cannot be found
+               
+
+2008-10-18 [paul]      3.6.1cvs9
+
+       * tools/claws.i18n.status.pl
+               updated with latest translator info.
+               only print for languages defined in %langname
+
+2008-10-17 [paul]      3.6.1cvs8
+
+       * src/plugins/pgpcore/sgpgme.c
+               when listing the uid's, show the uid validity
+
+2008-10-16 [paul]      3.6.1cvs7
+
+       * INSTALL
+               updated
+
+2008-10-13 [wwp]       3.6.1cvs6
+
+       * po/fr.po
+               Updated French translation.
+
+2008-10-11 [colin]     3.6.1cvs5
+
+       * src/gtk/authors.h
+               Fix bug 1756, "Outdated translators list in About 
+               dialogue". Patch by Aleksei Miheev.
+
+2008-10-11 [colin]     3.6.1cvs4
+
+       * src/account.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/news.c
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/send_message.c
+       * src/send_message.h
+       * src/ssl_manager.c
+       * src/ssl_manager.h
+       * src/wizard.c
+       * src/common/claws.c
+       * src/common/defs.h
+       * src/common/session.c
+       * src/common/session.h
+       * src/common/smtp.c
+       * src/common/smtp.h
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/common/ssl.c
+       * src/common/ssl.h
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/gtk/about.c
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+               Remove OpenSSL code
+
+2008-10-11 [colin]     3.6.1cvs3
+
+       * src/common/ssl_certificate.c
+               Make local function static
+
+2008-10-10 [colin]     3.6.1cvs2
+
+       * src/common/ssl.h
+       * src/common/ssl_certificate.c
+       * src/gtk/sslcertwindow.c
+               Add offline certificate verification,
+               thanks to Nikos Mavrogiannopoulos for the
+               hints
+
+2008-10-10 [colin]     3.6.1cvs1
+
+       * src/common/ssl_certificate.c
+       * src/gtk/sslcertwindow.c
+               Fix warnings
+
+2008-10-10 [paul]      3.6.1
+
+       * m4/spamassassin.m4
+               remove openssl dross
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.6.1 released!
+
+2008-10-10 [colin]     3.6.0cvs25
+
+       * src/common/ssl.c
+               Tell libetpan it doesn't need to init
+               GnuTLS
+
+2008-10-10 [colin]     3.6.0cvs24
+
+       * claws-mail.pc.in
+               Remove references to openssl
+
+2008-10-09 [colin]     3.6.0cvs23
+
+       * configure.ac
+               Fix message
+
+2008-10-09 [colin]     3.6.0cvs22
+
+       * configure.ac
+               Error out when building against openssl
+
+2008-10-09 [colin]     3.6.0cvs21
+
+       * configure.ac
+       * COPYING
+       * src/crash.c
+       * src/main.c
+       * src/gtk/about.c
+               Disable OpenSSL due to requirement of
+               OpenSSL exception. Code not removed yet,
+               just in case, but disabled.
+
+2008-10-09 [colin]     3.6.0cvs20
+
+       * configure.ac
+       * src/Makefile.am
+       * src/crash.c
+       * src/gedit-print.c
+       * src/gedit-print.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_ext_prog.c
+       * src/prefs_fonts.c
+       * src/prefs_image_viewer.c
+       * src/printing.c
+       * src/printing.h
+       * src/summaryview.c
+       * src/gtk/Makefile.am
+       * src/gtk/about.c
+       * src/gtk/gtksourceprintjob.c
+       * src/gtk/gtksourceprintjob.h
+               Revert previous patch. It'd be better to remove
+               OpenSSL instead, as GnuTLS works as well.
+
+2008-10-09 [colin]     3.6.0cvs19
+
+       * configure.ac
+       * src/Makefile.am
+       * src/crash.c
+       * src/gedit-print.c
+       * src/gedit-print.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_ext_prog.c
+       * src/prefs_fonts.c
+       * src/prefs_image_viewer.c
+       * src/printing.c
+       * src/printing.h
+       * src/summaryview.c
+       * src/gtk/Makefile.am
+       * src/gtk/about.c
+       * src/gtk/gtksourceprintjob.c
+       * src/gtk/gtksourceprintjob.h
+               Remove the libgnomeprint interface (deprecated,
+               and fixes Debian's #501570, 'Copyright confusion')
+
+2008-10-09 [colin]     3.6.0cvs18
+
+       * configure.ac
+               Require libetpan 0.57 (important fixes)
+
+2008-10-08 [paul]      3.6.0cvs17
+
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               enable re-ordering of the filtering/processing
+               condition and actions lists by drag'n'drop
+
+2008-10-08 [colin]     3.6.0cvs16
+
+       * src/addressbook.c
+               Fix wrong menu title
+
+2008-10-07 [colin]     3.6.0cvs15
+
+       * src/imap.c
+               After thinking, revert this. It's only a minor
+               annoyance to GSSAPI users, and I can't test this
+               right now. Postponed until after next good release.
+
+2008-10-07 [colin]     3.6.0cvs14
+
+       * src/imap.c
+               Don't ask for a password when using GSSAPI
+
+2008-10-07 [colin]     3.6.0cvs13
+
+       * src/mainwindow.c
+               Fix build with GTK+ < 2.14
+
+2008-10-07 [colin]     3.6.0cvs12
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/gtk/colorlabel.c
+               Fix bug 1749, 'Shortcut keys for color labels 
+               not changeable'
+               Make fullscreen a setting remembered between
+               sessions
+
+2008-10-07 [colin]     3.6.0cvs11
+
+       * src/prefs_other.c
+               Fix bug 1747, 'Wanderlust keybindings no longer 
+               working (regression)'
+
+2008-10-07 [colin]     3.6.0cvs10
+
+       * src/mainwindow.c
+               Make fullscreen a real menu item
+
+2008-10-07 [colin]     3.6.0cvs9
+
+       * src/mainwindow.c
+               Make sure we won't save size when
+               fullscreening
+
+2008-10-06 [colin]     3.6.0cvs8
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Handle fullscreen via F11. Patch by
+               Michael Rasmussen
+
+2008-10-06 [colin]     3.6.0cvs7
+
+       * src/common/ssl.c
+               Fix return value when setting client cert
+
+2008-10-04 [colin]     3.6.0cvs6
+
+       * src/mimeview.c
+               Fix bug 1742, 'Attachment list contents not 
+               visible/scrollable'
+
+2008-10-04 [paul]      3.6.0cvs5
+
+       * src/mainwindow.c
+               fix failure of Hide toolbar option on restart
+
+2008-10-04 [colin]     3.6.0cvs4
+
+       * src/addressbook.c
+       * src/compose.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/summaryview.c
+               Maemo: Fix bug 1737, Crashes upon opening
+
 2008-10-04 [paul]      3.6.0cvs3
 
        * po/pt_BR.po