2006-06-12 [paul] 2.2.3cvs14
[claws.git] / ChangeLog
index 05d57d7ce1a8fdd2b5ff14c001537dddddbc8089..53de37099f86c780ae050f11a3dfb625f84a7c66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,392 @@
+2006-06-12 [paul]      2.2.3cvs14
+
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/el.po
+       * po/fr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Tim, Stephan Sachse,
+               Stavros Giannouris, Fabien Vantard, Andrea
+               Spadaccini, Frederico Goncalves Guimaraes,
+               Aleksandar Urosevic, and Ralgh Young
+
+2006-06-12 [colin]     2.2.3cvs13
+
+       * src/mbox.c
+               Add missing header
+
+2006-06-11 [colin]     2.2.3cvs12
+
+       * src/msgcache.c
+               Verify that g_malloc() succeeded
+
+2006-06-11 [colin]     2.2.3cvs11
+
+       * src/wizard.c
+               Add Face header to welcome mail
+
+2006-06-10 [colin]     2.2.3cvs10
+
+       * src/textview.c
+               Revert previous (Forgot it changes the
+               margin on the whole mail)
+
+2006-06-10 [colin]     2.2.3cvs9
+
+       * src/textview.c
+               Don't overlap long headers under (X-)Face
+
+2006-06-10 [mones]     2.2.3cvs8
+
+       * manual/xml2pdf
+               allow generation of manual on systems lacking saxon binary
+               but with java and the saxon library installed
+
+       * po/es.po
+               updated for release
+
+2006-06-09 [colin]     2.2.3cvs7
+
+       * src/summaryview.c
+               Fix leak when using Display Sender using Addressbook
+
+2006-06-09 [colin]     2.2.3cvs6
+
+       * src/compose.c
+       * src/folder.c
+       * src/folderview.c
+       * src/mimeview.c
+       * src/summaryview.c
+               More leaks fixes
+
+2006-06-09 [paul]      2.2.3cvs5
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * tools/claws.i18n.status.pl
+               updated with new info
+
+2006-06-09 [paul]      2.2.3cvs4
+
+       * README
+               updated
+       * manual/ack.xml
+               add wwp to authors list
+       * src/gtk/authors.h
+               update mine and Colin's addresses
+
+2006-06-08 [colin]     2.2.3cvs3
+
+       * src/etpan/imap-thread.c
+               Fix leak on SSL cert check
+
+2006-06-08 [colin]     2.2.3cvs2
+
+       * src/common/utils.c
+               Fix leak
+
+2006-06-08 [paul]      2.2.3cvs1
+
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-06-07 [colin]     2.2.2cvs3
+
+       * src/msgcache.c
+               Fix catching cache read errors (guint instead of gint)
+               Prevent malloc'ing more than 8MB (means cache corruption)
+
+2006-06-07 [paul]      2.2.2cvs2
+
+       * src/exporthtml.c
+       * src/exportldif.c
+       * src/mh.c
+       * src/mutt.c
+       * src/pine.c
+       * src/common/utils.c
+               fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
+               obey $HOME'
+               http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
+               Thanks to Colin
+
+2006-06-06 [paul]      2.2.2cvs1
+
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-06-06 [paul]      2.2.1cvs6
+
+       * src/matcher.c
+               fix  implicit declaration of
+               sylpheed_do_idle()
+               Patch by Fabien Vantard
+
+2006-06-06 [paul]      2.2.1cvs5
+
+       * src/matcher.c
+               fix age_greater and age_lower so that they
+               mean what say and not '...or equal to'
+               Thanks to Colin
+
+2006-06-06 [paul]      2.2.1cvs4
+
+       * src/textview.c
+       * src/common/utils.c
+               fix URI check
+               Thanks to Colin
+
+2006-06-05 [wwp]       2.2.1cvs3
+
+       * manual/fr/account.xml
+               minor language fixes (thanks to Fabien Vantard).
+
+2006-06-05 [colin]     2.2.1cvs2
+
+       * src/prefs_folder_item.c
+       * src/folderview.c
+               Allow recursive setting of properties 
+               for whole mailboxes
+       * src/matcher.c
+               Don't freeze on 'test' filtering rule
+
+2006-06-05 [colin]     2.2.1cvs1
+
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-06-04 [wwp]       2.2.0cvs82
+
+       * manual/glossary.xml
+       * manual/account.xml
+       * manual/fr/glossary.xml
+       * manual/fr/account.xml
+               added glossary section and references/links related to the Face custom header.
+
+2006-06-04 [colin]     2.2.0cvs81
+
+       * src/summaryview.c
+               Skip to next message on move with no
+               immediate execution
+
+2006-06-04 [wwp]       2.2.0cvs80
+
+       * manual/xml2pdf
+               added sanity checks, exit when needed.
+
+2006-06-03 [paul]      2.2.0cvs79
+
+       * src/prefs_receive.c
+               page name is now 'Receiving'
+       * src/prefs_send.c
+               page name is now 'Sending'
+
+2006-06-03 [colin]     2.2.0cvs78
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Autoswitch to Localhost if transport was previously
+               disabled. Else people had to check [] Enable, then
+               *reselect* transport.
+
+2006-06-03 [colin]     2.2.0cvs77
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Check that gpg_data_release_and_get_mem 
+               didn't fail (now, why this happens...)
+
+2006-06-03 [colin]     2.2.0cvs76
+
+       * src/mbox.c
+               Fix bug #962 (Manual and/or UI should 
+               warn about incompatible locking 
+               causing dataloss)
+
+2006-06-02 [cleroy]    2.2.0cvs75
+
+       * src/filtering.c
+       * src/folder.c
+       * src/procmsg.c
+       * src/summaryview.c
+               Fix a few leaks
+
+2006-06-02 [colin]     2.2.0cvs74
+
+       * src/main.c
+               On exit, free caches after writing them
+               Shuts up some valgrind false positives
+       * src/procmsg.c
+       * src/send_message.c
+               Fix races when reusing existing SMTP connections
+               Fix inexistant session timeout
+       * src/toolbar.c
+               Display alertpanel after all queues have
+               been processed, not after each
+
+2006-06-02 [wwp]       2.2.0cvs73
+
+       * manual/fr/glossary.xml
+       * manual/fr/ack.xml
+       * manual/ack.xml
+               one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
+
+2006-06-02 [wwp]       2.2.0cvs72
+
+       * manual/xml2pdf
+       * manual/dist/pdf/Makefile.am
+       * manual/dtd/manual.xsl
+       * manual/fr/dist/pdf/Makefile.am
+       * manual/pl/dist/pdf/Makefile.am
+               we changed the procedure to generate the .pdf version of the manual.
+               The procedure is more modern and the .pdf we get now has a valid index.
+               Here are the new pre-requisites:
+
+               - JRE 1.x (1.4 here): there must be one from your distro
+               - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
+               - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
+               - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
+
+               See my posts for further info about the installation of this toolchain:
+
+               Date: Fri, 19 May 2006 19:40:06 +0200
+               From: wwp <subscript@free.fr>
+               To: sylpheed-claws-devel@lists.sourceforge.net
+               Subject: [Sylpheed-claws-devel] Generating the manual .pdf
+
+               and
+
+               Date: Wed, 24 May 2006 12:58:49 +0200
+               From: wwp <subscript@free.fr>
+               To: sylpheed-claws-devel@lists.sourceforge.net
+               Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
+
+2006-06-01 [colin]     2.2.0cvs71
+
+       * src/compose.c
+               Better guards against IMAP races
+       * src/main.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/common/ssl_certificate.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+       * src/gtk/sslcertwindow.c
+               New hidden option ssl_skip_cert_check to 
+               avoid dups of bug #959 (libetpan linked
+               against gnutls and gnutls buggy on 64bit)
+               Present expired warning only once per
+               session/server.
+       * manual/advanced.xml
+       * manual/fr/advanced.xml
+               Document new option
+
+2006-06-01 [wwp]       2.2.0cvs70
+
+       * src/messageview.c
+               fix for bug #961 (return receipt dialog 
+               complains incorrectly about return-path 
+               email adress being different), thanks 
+               to Colin.
+
+2006-05-31 [cleroy]    2.2.0cvs69
+
+       * src/common/ssl.c
+               Guard against NULLs, although this
+               should never be an issue
+
+2006-05-31 [colin]     2.2.0cvs68
+
+       * src/filtering.c
+               Use g_slist_prepend
+       * src/imap.c
+               Don't remove caches when destroying folder, it
+               could (should) be done at exit
+       * src/inc.c
+               free processing cache after incorporation
+       * src/etpan/imap-thread.c
+               Maybe fix bug #959 (Crash on moving to emails 
+               to a imap account per ssl with a expired 
+               certificate.)
+
+2006-05-30 [colin]     2.2.0cvs67
+
+       * src/summaryview.c
+               Put back event flush when displaying message
+               It avoids reading a bunch of messages just
+               by hitting shift-n for too long ;)
+
+2006-05-29 [colin]     2.2.0cvs66
+
+       * src/summaryview.c
+               Remove useless g_warnings
+
+2006-05-29 [colin]     2.2.0cvs65
+
+       * src/imap.c
+               Fix g_slist_append()s for performance
+
+2006-05-29 [colin]     2.2.0cvs64
+
+       * src/compose.c
+       * src/common/utils.c
+               Fix extraneous tab at start of addresses
+       * src/mainwindow.c
+               Fix warnings (thanks to Fabien)
+               Fix crash at exit when composing messages 
+               exist
+       * src/pop.c
+               Fix progress bar when deleting expired mails
+               Thanks to Hiro
+       * src/summaryview.c
+       * src/gtk/gtksctree.c
+               Fix re-sorting slowness
+
+2006-05-29 [paul]      2.2.0cvs63
+
+       * src/mh.c
+               fetch full message when moving mails
+               from another mailbox, (fixed data loss
+               when filtering from IMAP to MH, introduced
+               in 2.2.0cvs57).
+               Thanks to Colin
+
+2006-05-29 [mones]     2.2.0cvs62
+
+       * src/gtk/gtksctree.c
+               Unselect faster (patch by Colin)        
+
+2006-05-26 [colin]     2.2.0cvs61
+
+       * src/summaryview.c
+               Unplug MSGINFO_UPDATE callback on delete too.
+
+2006-05-26 [colin]     2.2.0cvs60
+
+       * src/foldersel.c
+               Fix bold in folder selection window with glib2.10
+               thanks Hiro
+
+2006-05-26 [colin]     2.2.0cvs59
+
+       * src/procheader.c
+               Convert date only if necessary (and don't
+               try to convert from utf8 to utf8, too)
+       * src/summaryview.c
+               Only set column's text if the column's 
+               displayed
+
+2006-05-26 [colin]     2.2.0cvs58
+
+       * src/summaryview.c
+       * src/gtk/gtkutils.c
+               Fix useless warning
+
 2006-05-26 [colin]     2.2.0cvs57
 
        * src/mainwindow.c