2006-11-12 [paul] 2.6.0cvs34
[claws.git] / ChangeLog
index 0a00743e7caa8f52e94689607ef2a36d0e259adf..7c86509bd3210d04bd620960b1af11f160f326b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-11-12 [paul]      2.6.0cvs34
+
+       * doc/man/claws-mail.1
+       * src/prefs_gtk.c
+       * src/plugins/clamav/README
+       * src/plugins/spamassassin/README
+       * tools/README
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/multiwebsearch.pl
+               more renaming
+       * src/plugins/trayicon/trayicon.c
+               fix compiliation warning
+
+2006-11-11 [colin]     2.6.0cvs33
+
+       * src/folderview.c
+               Forbid drag and drop from/to different
+               folders of type F_UNKNOWN
+
+2006-11-11 [colin]     2.6.0cvs32
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix typo in previous commit:
+               - gpgme_new(&ctx);
+               + if ((err = gpgme_new(&data->ctx)) ...)
+
+2006-11-11 [colin]     2.6.0cvs31
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Check success after calling gpgme_new
+               Maybe fixes bug 1057, 'crash on sending 
+               signed message to a newsgroup'
+
+2006-11-11 [colin]     2.6.0cvs30
+
+       * src/undo.c
+               init undostruct to 0s (from
+               valgrind log of bug 1057)
+
+2006-11-10 [colin]     2.6.0cvs29
+
+       * src/mainwindow.c
+               Set cursor to wait before filtering
+               duplicates in all folders
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Completely thread away the bogofilter
+               filtering
+
+2006-11-10 [mones]     2.6.0cvs28
+
+       * src/compose.c
+       * src/compose.h
+               added COMPOSE_CHECK_BEFORE_SEND hook
+
+2006-11-10 [paul]      2.6.0cvs27
+
+       * src/crash.c
+               more renaming
+               add libSM to get_compiled_in_features()
+       * src/main.c
+               more renaming
+
+2006-11-10 [colin]     2.6.0cvs26
+
+       * src/etpan/imap-thread.c
+               Add a reference to libetpan's sasl engine
+               so that sasl_done() doesn't get called by
+               libetpan, and doesn't break openssl.
+               Should fix bug 1053, 'SC fails to reestablish 
+               a secure connection'
+               Patch by Hoa
+
+2006-11-10 [colin]     2.6.0cvs25
+
+       * manual/addrbook.xml
+       * manual/advanced.xml
+       * manual/faq.xml
+       * manual/intro.xml
+               Some more renaming
+
+2006-11-09 [colin]     2.6.0cvs24
+
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Add comment about annoyance
+
+2006-11-09 [colin]     2.6.0cvs23
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Prepare things needed to thread bogofilter
+               filtering: separate bogo stuff and possible GUI
+               stuff. 
+
+2006-11-09 [colin]     2.6.0cvs22
+
+       * src/account.c
+       * src/compose.c
+               Search for one of our accounts in Delivered-To
+               (helps for auto-account selection when 
+                replying/forwarding)
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/plugins/trayicon/trayicon.c
+               Allow opening a new mail with any account from
+               the contextual menu
+
+2006-11-09 [wwp]       2.6.0cvs21
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+               add a compose new message format (in prefs/compose/writing), it's a
+               simple subject+body template to use when opening a new composition
+               window. It's similar to the existent reply and forward formats.
+
+               enhanced the template/format % symbols substitution mechanism to
+               use current composition window information when % are used in
+               the compose new message format or in templates applied to new
+               messages (there were useless in that situations before). When
+               applied to new messages, %d corresponds to the system time/date.
+
+2006-11-09 [paul]      2.6.0cvs20
+
+       * src/gtk/authors.h
+               fix last commit
+
+2006-11-09 [paul]      2.6.0cvs19
+
+       * src/gtk/authors.h
+               keep tje alphabetical order
+
+2006-11-08 [colin]     2.6.0cvs18
+
+       * src/etpan/imap-thread.c
+               Fix bug 1054, 'Slowness logging big 
+               data chunks'
+
+2006-11-08 [paul]      2.6.0cvs17
+
+       * tools/Makefile.am
+               fix the renaming
+
+2006-11-08 [paul]      2.6.0cvs16
+
+       * src/common/defs.h
+               update BUGZILLA_URI
+
+2006-11-08 [paul]      2.6.0cvs15
+
+       * tools/Makefile.am
+       * tools/OOo2claws-mail.pl
+       * tools/OOo2sylpheed.pl
+       * tools/README
+       * tools/acroread2claws-mail.pl
+       * tools/acroread2sylpheed.pl
+       * tools/kmail2claws-mail.pl
+       * tools/kmail2claws-mail_v2.pl
+       * tools/kmail2sylpheed.pl
+       * tools/kmail2sylpheed_v2.pl
+       * tools/maildir2claws-mail.pl
+       * tools/maildir2sylpheed.pl
+       * tools/nautilus2claws-mail.sh
+       * tools/nautilus2sylpheed.sh
+       * tools/outlook2claws-mail.pl
+       * tools/outlook2sylpheed.pl
+       * tools/tb2claws-mail
+       * tools/tb2sylpheed
+       * tools/tbird2claws.py
+       * tools/tbird2syl.py
+       * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
+       * tools/kdeservicemenu/install.sh
+       * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
+       * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
+       * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
+       * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
+       * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
+               renamed (removed, added) tools files
+
+2006-11-08 [paul]      2.6.0cvs14
+
+       * src/main.c
+       * src/common/defs.h
+               Migrate sylpheedrc to clawsrc, and fix the standard
+               plugins path in the process
+
+2006-11-07 [colin]     2.6.0cvs13
+
+       * src/Makefile.am
+               Symlink sylpheed-claws relative to 
+               claws-mail
+
+2006-11-07 [colin]     2.6.0cvs12
+
+       * src/compose.c
+               Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
+
+2006-11-07 [paul]      2.6.0cvs11
+
+       * src/gtk/about.c
+               Fix a missed occurence of
+               Sylpheed-Claws
+
+2006-11-07 [paul]      2.6.0cvs10
+
+       * src/Makefile.am
+               Fix symlink installation
+
+2006-11-07 [paul]      2.6.0cvs9
+
+       * src/Makefile.am
+               Symlink claws-mail to sylpheed-claws
+       * src/common/utils.c
+               Fix migrating symlinks
+       * src/etpan/imap-thread.c
+               check certificate only when there's
+               no error
+
+2006-11-07 [paul]      2.6.0cvs8
+
+       * Makefile.am
+               Fix icon breakages with Gtk, which needs a 
+               cache updated to see them.
+
+2006-11-07 [paul]      2.6.0cvs7
+
+       * .cvsignore
+       * AUTHORS
+       * COPYING
+       * INSTALL
+       * Makefile.am
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * autogen.sh
+       * claws-mail-128x128.png
+       * claws-mail-64x64.png
+       * claws-mail.ico
+       * claws-mail.pc.in
+       * claws-mail.png
+       * configure.ac
+       * sylpheed-claws-128x128.png
+       * sylpheed-claws-64x64.png
+       * sylpheed-claws.desktop
+       * sylpheed-claws.ico
+       * sylpheed-claws.pc.in
+       * sylpheed-claws.png
+       * debian/README.Debian
+       * debian/changelog
+       * debian/claws-mail.desktop
+       * debian/claws-mail.menu
+       * debian/claws-mail.postinst.debhelper
+       * debian/claws-mail.postrm.debhelper
+       * debian/control
+       * debian/copyright
+       * debian/files
+       * debian/rules
+       * debian/sylpheed-claws.desktop
+       * debian/sylpheed-claws.menu
+       * debian/sylpheed-claws.postinst.debhelper
+       * debian/sylpheed-claws.postrm.debhelper
+       * doc/man/Makefile.am
+       * doc/man/claws-mail.1
+       * doc/man/sylpheed-claws.1
+       * doc/src/ChangeLog.claws-pre0.8.0
+       * manual/Makefile.am
+       * manual/account.xml
+       * manual/ack.xml
+       * manual/addrbook.xml
+       * manual/advanced.xml
+       * manual/claws-mail-manual.xml
+       * manual/faq.xml
+       * manual/glossary.xml
+       * manual/handling.xml
+       * manual/intro.xml
+       * manual/keyboard.xml
+       * manual/plugins.xml
+       * manual/starting.xml
+       * manual/sylpheed-claws-manual.xml
+       * manual/xml2pdf
+       * manual/dist/.cvsignore
+       * manual/dist/html/.cvsignore
+       * manual/dist/html/Makefile.am
+       * manual/dist/pdf/.cvsignore
+       * manual/dist/pdf/Makefile.am
+       * manual/dist/ps/.cvsignore
+       * manual/dist/ps/Makefile.am
+       * manual/dist/txt/.cvsignore
+       * manual/dist/txt/Makefile.am
+       * manual/es/Makefile.am
+       * manual/es/advanced.xml
+       * manual/es/claws-mail-manual.xml
+       * manual/es/faq.xml
+       * manual/es/glossary.xml
+       * manual/es/handling.xml
+       * manual/es/intro.xml
+       * manual/es/plugins.xml
+       * manual/es/sylpheed-claws-manual.xml
+       * manual/es/dist/.cvsignore
+       * manual/es/dist/html/.cvsignore
+       * manual/es/dist/html/Makefile.am
+       * manual/es/dist/pdf/.cvsignore
+       * manual/es/dist/pdf/Makefile.am
+       * manual/es/dist/ps/.cvsignore
+       * manual/es/dist/ps/Makefile.am
+       * manual/es/dist/txt/.cvsignore
+       * manual/es/dist/txt/Makefile.am
+       * manual/fr/Makefile.am
+       * manual/fr/account.xml
+       * manual/fr/ack.xml
+       * manual/fr/addrbook.xml
+       * manual/fr/advanced.xml
+       * manual/fr/claws-mail-manual.xml
+       * manual/fr/faq.xml
+       * manual/fr/glossary.xml
+       * manual/fr/handling.xml
+       * manual/fr/intro.xml
+       * manual/fr/keyboard.xml
+       * manual/fr/plugins.xml
+       * manual/fr/starting.xml
+       * manual/fr/sylpheed-claws-manual.xml
+       * manual/fr/dist/.cvsignore
+       * manual/fr/dist/html/.cvsignore
+       * manual/fr/dist/html/Makefile.am
+       * manual/fr/dist/pdf/.cvsignore
+       * manual/fr/dist/pdf/Makefile.am
+       * manual/fr/dist/ps/.cvsignore
+       * manual/fr/dist/ps/Makefile.am
+       * manual/fr/dist/txt/.cvsignore
+       * manual/fr/dist/txt/Makefile.am
+       * manual/pl/Makefile.am
+       * manual/pl/account.xml
+       * manual/pl/ack.xml
+       * manual/pl/addrbook.xml
+       * manual/pl/advanced.xml
+       * manual/pl/claws-mail-manual.xml
+       * manual/pl/faq.xml
+       * manual/pl/glossary.xml
+       * manual/pl/handling.xml
+       * manual/pl/intro.xml
+       * manual/pl/keyboard.xml
+       * manual/pl/plugins.xml
+       * manual/pl/starting.xml
+       * manual/pl/sylpheed-claws-manual.xml
+       * manual/pl/dist/.cvsignore
+       * manual/pl/dist/html/.cvsignore
+       * manual/pl/dist/html/Makefile.am
+       * manual/pl/dist/pdf/.cvsignore
+       * manual/pl/dist/pdf/Makefile.am
+       * manual/pl/dist/ps/.cvsignore
+       * manual/pl/dist/ps/Makefile.am
+       * manual/pl/dist/txt/.cvsignore
+       * manual/pl/dist/txt/Makefile.am
+       * po/.cvsignore
+       * po/Makevars
+       * src/.cvsignore
+       * src/Makefile.am
+       * src/account.c
+       * src/account.h
+       * src/action.c
+       * src/action.h
+       * src/adbookbase.h
+       * src/addr_compl.c
+       * src/addr_compl.h
+       * src/addrbook.c
+       * src/addrcache.c
+       * src/addrcache.h
+       * src/addrcindex.c
+       * src/addrcindex.h
+       * src/addrclip.c
+       * src/addrclip.h
+       * src/addrdefs.h
+       * src/addressadd.c
+       * src/addressadd.h
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/addressbook_foldersel.c
+       * src/addressbook_foldersel.h
+       * src/addrgather.c
+       * src/addrgather.h
+       * src/addrharvest.c
+       * src/addrharvest.h
+       * src/addrindex.c
+       * src/addrindex.h
+       * src/addritem.c
+       * src/addritem.h
+       * src/addrquery.c
+       * src/addrquery.h
+       * src/addrselect.c
+       * src/addrselect.h
+       * src/alertpanel.c
+       * src/alertpanel.h
+       * src/browseldap.c
+       * src/browseldap.h
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/crash.c
+       * src/crash.h
+       * src/customheader.c
+       * src/customheader.h
+       * src/displayheader.c
+       * src/displayheader.h
+       * src/editaddress.c
+       * src/editaddress.h
+       * src/editbook.c
+       * src/editbook.h
+       * src/editgroup.c
+       * src/editgroup.h
+       * src/editjpilot.c
+       * src/editjpilot.h
+       * src/editldap.c
+       * src/editldap.h
+       * src/editldap_basedn.c
+       * src/editldap_basedn.h
+       * src/editvcard.c
+       * src/editvcard.h
+       * src/exphtmldlg.c
+       * src/exphtmldlg.h
+       * src/expldifdlg.c
+       * src/expldifdlg.h
+       * src/export.c
+       * src/exporthtml.c
+       * src/exporthtml.h
+       * src/exportldif.c
+       * src/exportldif.h
+       * src/filtering.c
+       * src/filtering.h
+       * src/folder.c
+       * src/folder.h
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/foldersel.c
+       * src/foldersel.h
+       * src/folderutils.c
+       * src/folderutils.h
+       * src/folderview.c
+       * src/folderview.h
+       * src/grouplistdialog.c
+       * src/grouplistdialog.h
+       * src/html.c
+       * src/html.h
+       * src/image_viewer.c
+       * src/image_viewer.h
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+       * src/imap_gtk.h
+       * src/import.c
+       * src/import.h
+       * src/importldif.c
+       * src/importldif.h
+       * src/importmutt.c
+       * src/importmutt.h
+       * src/importpine.c
+       * src/importpine.h
+       * src/inc.c
+       * src/inc.h
+       * src/jpilot.c
+       * src/jpilot.h
+       * src/ldapctrl.c
+       * src/ldapctrl.h
+       * src/ldaplocate.c
+       * src/ldaplocate.h
+       * src/ldapquery.c
+       * src/ldapquery.h
+       * src/ldapserver.c
+       * src/ldapserver.h
+       * src/ldaputil.c
+       * src/ldaputil.h
+       * src/ldif.c
+       * src/ldif.h
+       * src/localfolder.c
+       * src/localfolder.h
+       * src/main.c
+       * src/main.h
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/manual.c
+       * src/manual.h
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser.h
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/mbox.c
+       * src/mbox.h
+       * src/message_search.c
+       * src/message_search.h
+       * src/messageview.c
+       * src/messageview.h
+       * src/mh.c
+       * src/mh.h
+       * src/mh_gtk.c
+       * src/mh_gtk.h
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/msgcache.c
+       * src/msgcache.h
+       * src/mutt.c
+       * src/mutt.h
+       * src/news.c
+       * src/news.h
+       * src/news_gtk.c
+       * src/news_gtk.h
+       * src/noticeview.c
+       * src/noticeview.h
+       * src/partial_download.c
+       * src/partial_download.h
+       * src/pine.c
+       * src/pine.h
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_actions.c
+       * src/prefs_actions.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+       * src/prefs_compose_writing.h
+       * src/prefs_customheader.c
+       * src/prefs_customheader.h
+       * src/prefs_display_header.c
+       * src/prefs_display_header.h
+       * src/prefs_ext_prog.c
+       * src/prefs_ext_prog.h
+       * src/prefs_filtering.c
+       * src/prefs_folder_column.c
+       * src/prefs_folder_column.h
+       * src/prefs_folder_item.c
+       * src/prefs_folder_item.h
+       * src/prefs_fonts.c
+       * src/prefs_fonts.h
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+       * src/prefs_image_viewer.c
+       * src/prefs_image_viewer.h
+       * src/prefs_matcher.c
+       * src/prefs_matcher.h
+       * src/prefs_message.c
+       * src/prefs_message.h
+       * src/prefs_msg_colors.c
+       * src/prefs_msg_colors.h
+       * src/prefs_other.c
+       * src/prefs_other.h
+       * src/prefs_quote.c
+       * src/prefs_quote.h
+       * src/prefs_receive.c
+       * src/prefs_receive.h
+       * src/prefs_send.c
+       * src/prefs_send.h
+       * src/prefs_spelling.c
+       * src/prefs_spelling.h
+       * src/prefs_summaries.c
+       * src/prefs_summaries.h
+       * src/prefs_summary_column.c
+       * src/prefs_summary_column.h
+       * src/prefs_template.c
+       * src/prefs_template.h
+       * src/prefs_themes.c
+       * src/prefs_themes.h
+       * src/prefs_toolbar.c
+       * src/prefs_toolbar.h
+       * src/prefs_wrapping.c
+       * src/prefs_wrapping.h
+       * src/privacy.c
+       * src/privacy.h
+       * src/procheader.c
+       * src/procheader.h
+       * src/procmime.c
+       * src/procmime.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/quote_fmt.c
+       * src/quote_fmt_parse.y
+       * src/recv.c
+       * src/recv.h
+       * src/remotefolder.c
+       * src/remotefolder.h
+       * src/send_message.c
+       * src/send_message.h
+       * src/setup.c
+       * src/setup.h
+       * src/sourcewindow.c
+       * src/sourcewindow.h
+       * src/ssl_manager.c
+       * src/ssl_manager.h
+       * src/statusbar.c
+       * src/statusbar.h
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summary_search.c
+       * src/summary_search.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/syldap.c
+       * src/syldap.h
+       * src/textview.c
+       * src/textview.h
+       * src/toolbar.c
+       * src/toolbar.h
+       * src/undo.c
+       * src/undo.h
+       * src/unmime.c
+       * src/unmime.h
+       * src/vcard.c
+       * src/vcard.h
+       * src/wizard.c
+       * src/wizard.h
+       * src/common/base64.c
+       * src/common/base64.h
+       * src/common/defs.h
+       * src/common/hooks.c
+       * src/common/hooks.h
+       * src/common/log.c
+       * src/common/log.h
+       * src/common/mgutils.c
+       * src/common/mgutils.h
+       * src/common/nntp.c
+       * src/common/nntp.h
+       * src/common/passcrypt.c
+       * src/common/passcrypt.h.in
+       * src/common/plugin.c
+       * src/common/plugin.h
+       * src/common/prefs.c
+       * src/common/prefs.h
+       * src/common/progressindicator.c
+       * src/common/progressindicator.h
+       * src/common/quoted-printable.c
+       * src/common/quoted-printable.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/stringtable.c
+       * src/common/stringtable.h
+       * src/common/sylpheed.c
+       * src/common/sylpheed.h
+       * src/common/template.c
+       * src/common/template.h
+       * src/common/timing.h
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/common/version.h.in
+       * src/common/xml.c
+       * src/common/xml.h
+       * src/common/xmlprops.c
+       * src/common/xmlprops.h
+       * src/gtk/about.c
+       * src/gtk/colorlabel.c
+       * src/gtk/colorlabel.h
+       * src/gtk/colorsel.c
+       * src/gtk/colorsel.h
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+       * src/gtk/description_window.c
+       * src/gtk/description_window.h
+       * src/gtk/filesel.c
+       * src/gtk/filesel.h
+       * src/gtk/foldersort.c
+       * src/gtk/foldersort.h
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkshruler.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/icon_legend.c
+       * src/gtk/icon_legend.h
+       * src/gtk/logwindow.c
+       * src/gtk/logwindow.h
+       * src/gtk/manage_window.c
+       * src/gtk/manage_window.h
+       * src/gtk/pluginwindow.c
+       * src/gtk/pluginwindow.h
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+       * src/pixmaps/claws-mail.xpm
+       * src/pixmaps/claws-mail_icon.xpm
+       * src/pixmaps/claws-mail_logo.xpm
+       * src/pixmaps/sylpheed-claws.xpm
+       * src/pixmaps/sylpheed-claws_icon.xpm
+       * src/pixmaps/sylpheed-claws_logo.xpm
+       * src/plugins/bogofilter/Makefile.am
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin.h
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/demo/Makefile.am
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/dillo_viewer/README
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/dillo_viewer/dillo_prefs.h
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/passphrase.h
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/pgp_viewer.h
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/select-keys.c
+       * src/plugins/pgpcore/select-keys.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+       * src/plugins/pgpcore/sylpheed.def
+       * src/plugins/pgpcore/version.rc
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpinline/pgpinline.h
+       * src/plugins/pgpinline/plugin.c
+       * src/plugins/pgpinline/sylpheed.def
+       * src/plugins/pgpinline/version.rc
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/pgpmime.h
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/pgpmime/sylpheed.def
+       * src/plugins/pgpmime/version.rc
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/spamassassin/README
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/trayicon.c
+       * tools/OOo2sylpheed.pl
+       * tools/README
+       * tools/README.sylprint
+       * tools/acroread2sylpheed.pl
+       * tools/claws.i18n.status.pl
+       * tools/filter_conv.pl
+       * tools/filter_conv_new.pl
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/kmail2sylpheed.pl
+       * tools/kmail2sylpheed_v2.pl
+       * tools/make.themes.project
+       * tools/multiwebsearch.pl
+       * tools/nautilus2sylpheed.sh
+       * tools/outlook2sylpheed.pl
+       * tools/sylprint.pl
+       * tools/sylprint.rc
+       * tools/tb2sylpheed
+       * tools/textviewer.sh
+       * tools/vcard2xml.py
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
+       * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
+       * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
+               Change name to Claws Mail. Announce to follow...
+
+2006-11-06 [wwp]       2.6.0cvs6
+
+       * src/prefs_template.c
+               unify messages related to quote format/template errors (fix
+               capitalization), again.
+
+2006-11-06 [wwp]       2.6.0cvs5
+
+       * src/prefs_quote.c
+               unify messages related to quote format/template errors.
+
+2006-11-06 [wwp]       2.6.0cvs4
+
+       * src/prefs_msg_colors.c
+               more uses of Q_ macro for contextual translations, thanks
+               to Fabien (fzzzzz).
+
+2006-11-06 [wwp]       2.6.0cvs3
+
+       * src/compose.c
+       * src/common/utils.c
+       * src/common/utils.h
+               show an alertpanel to make sure users are aware that sensitive
+               files are attached (it's file blacklist-based). This will fix
+               interaction w/ GoogleEarth for instance, thanks to Colin.
+
+2006-11-06 [wwp]       2.6.0cvs2
+
+       * src/prefs_quote.c
+       * src/prefs_template.c
+       * src/prefs_template.h
+               check quote format when applying/closing prefs. For now this only
+               shows up an error dialog box, not preventing the user from using
+               a broken quote (reply, forwards) format.
+
+2006-11-06 [wwp]       2.6.0cvs1
+
+       * src/prefs_template.c
+               fix missing checks of some template fields.
+
+2006-11-06 [paul]      2.6.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               2.6.0 released
+
+2006-11-06 [paul]      2.5.6cvs22
+
+       * manual/advanced.xml
+       * manual/es/advanced.xml
+               put 'respect_flowed_format' info in the correct
+               place
+
+2006-11-06 [mones]     2.5.6cvs21
+
+       * po/es.po
+               Minor fixes for release
+
+2006-11-06 [paul]      2.5.6cvs20
+
+       * po/cs.po
+       * po/de.po
+       * po/fr.po
+       * po/it.po
+       * po/nl.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sv.po
+       * po/zh_CN.po
+               updated by Tim Brain, Stephan Sachse, Fabien Vantard,
+               Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
+               Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
+               Young
+
+2006-11-02 [colin]     2.5.6cvs19
+
+       * src/imap.c
+       * src/imap.h
+       * src/prefs_account.c
+       * src/etpan/imap-thread.c
+               Add GSSAPI support - fixes Debian bug #383274
+
+2006-11-01 [colin]     2.5.6cvs18
+
+       * src/jpilot.c
+               Handle libpisock12 support. Probably
+               fixes bug 1046, 'jpilot AddressDB.pdb 
+               import fail'
+
+2006-11-01 [colin]     2.5.6cvs17
+
+       * src/folderutils.c
+               debug_print() folderutils_mark_all_read()
+
+2006-11-01 [colin]     2.5.6cvs16
+
+       * COPYING
+               Add missed files to the Apache exception
+
+2006-10-31 [colin]     2.5.6cvs15
+
+       * src/folder.c
+       * src/folder.h
+               Add a copy_private_data() func to FolderClasses
+               Doesn't break the feature freeze, because we 
+               won't use it (right now) in the core.
+
+2006-10-31 [colin]     2.5.6cvs14
+
+       * COPYING
+               Allow linking with the Apache licensed files in
+               src/plugins/spamassassin. Hopefully fixes 
+               bug 1048, 'Spamassassin plugin license problem'
+
+2006-10-31 [wwp]       2.5.6cvs13
+
+       * src/compose.c
+               fix and optimize trimming of leading linefeeds in body loop.
+
+2006-10-31 [colin]     2.5.6cvs12
+
+       * src/etpan/imap-thread.c
+       * src/imap.c
+               Make really sure to have NULL sets in case
+               of error
+
+2006-10-30 [wwp]       2.5.6cvs11
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/compose.c
+               fix broken storage of quote format template when it contains \-escape
+               sequences. The application of such sequences is also fixed now (\t
+               in quote format will be a real tab instead of a 't', for instance).
+
+2006-10-27 [colin]     2.5.6cvs10
+
+       * src/compose.c
+               Probably fix bug 1045, 'sylpheed-claws 
+               doesn't remove the mail from the IMAP 
+               Queue folder after sending'. From
+               2.5.6cvs3-stable
+
+2006-10-27 [colin]     2.5.6cvs9
+
+       * configure.ac
+               Require libetpan-0.48. I'm so annoying,
+               I know ;-)
+
+2006-10-27 [colin]     2.5.6cvs8
+
+       * src/folder.c
+       * src/imap.c
+               Probably fix bug 1044, 'sylpheed-claws 
+               segfaults while moving mails' - Fix relation
+               usage when moving to an IMAP mailbox from another
+               mailbox
+
+2006-10-26 [paul]      2.5.6cvs7
+
+       * src/gtk/about.c
+               add libSM to compiled-in features
+               list
+
+2006-10-24 [colin]     2.5.6cvs6
+
+       * src/textview.c
+       * src/gtk/gtkutils.c
+               Fix crash when printing emails with an
+               xface
+
+2006-10-24 [mones]     2.5.6cvs5
+
+       * manual/es/advanced.xml
+               Synchronize hidden option respect_flowed_format
+       * po/es.po
+               Updated translation
+
+2006-10-21 [paul]      2.5.6cvs4
+
+       * src/gtk/authors.h
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/sgpgme.c
+               fix building on BSDs
+               Thanks to Michael Hughes
+               <Sylpheed-Claws_user@thehugheslogcabin.net>
+
+2006-10-20 [colin]     2.5.6cvs3
+
+       * configure.ac
+               Bump up libetpan requirement
+               *** THIS COMMIT REQUIRES LIBETPAN CVS ***
+       * src/common/utils.c
+       * src/common/utils.h
+               Add convenience get_file_mtime()
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Implement UIDPLUS support if the server
+               supports it - faster sending in this case
+
+2006-10-19 [colin]     2.5.6cvs2
+
+       * src/gtk/quicksearch.c
+               Fix emptying in type-ahead+extended mode
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Add a hook for offline state change
+       * src/plugins/trayicon/trayicon.c
+               Use it to display offline icons
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/newmail.offline.xpm
+       * src/plugins/trayicon/newmarkedmail.offline.xpm
+       * src/plugins/trayicon/nomail.offline.xpm
+       * src/plugins/trayicon/unreadmail.offline.xpm
+       * src/plugins/trayicon/unreadmarkedmail.offline.xpm
+               Add the icons
+
+2006-10-12 [paul]      2.5.6cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-10-19 [colin]     2.5.5cvs18
+
+       * manual/handling.xml
+               Add type-ahead search
+
+2006-10-18 [colin]     2.5.5cvs17
+
+       * src/gtk/quicksearch.c
+               Remove "save to history only if there's
+               no syntax error", it breaks for some 
+               reason which I'll investigate later.
+
+2006-10-18 [colin]     2.5.5cvs16
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Add a type-ahead option for fast searches
+               Patch by Fabien Vantard
+
+2006-10-18 [colin]     2.5.5cvs15
+
+       * src/compose.c
+       * src/compose.h
+               Add Options/Reply mode/ menu to be able to
+               change the recipients of a reply on the fly
+
+2006-10-18 [colin]     2.5.5cvs14
+
+       * src/compose.c
+               Fix redirecting of our own sent mails
+
+2006-10-17 [wwp]       2.5.5cvs13
+
+       * src/send_message.c
+               Fix duplicate error messages when sending, and missing
+               newline in such error messages.
+
+2006-10-17 [colin]     2.5.5cvs12
+
+       * src/compose.c
+               Compare addresses case-insensitive
+
+2006-10-17 [colin]     2.5.5cvs11
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix return status
+
+2006-10-17 [colin]     2.5.5cvs10
+
+       * src/plugins/pgpcore/pgp_viewer.c
+               Fix return status
+
+2006-10-17 [colin]     2.5.5cvs9
+
+       * src/quote_fmt.c
+               Fix a typo (thanks to Fabien)
+
 2006-10-16 [colin]     2.5.5cvs8
 
        * src/textview.c