2005-12-28 [colin] 1.9.100cvs112
[claws.git] / ChangeLog
index a1db568084ee3a353552c492d068f3a042d0ac5d..6e0ff336bb4e01d506e8de38fb0f889816f212f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,992 @@
+2005-12-28 [colin]     1.9.100cvs112
+
+       * src/summaryview.c
+               Fix leak for real
+
+2005-12-28 [wwp]       1.9.100cvs111
+
+       * doc/faq/.cvsignore
+       * doc/faq/de/.cvsignore
+       * doc/faq/en/.cvsignore
+       * doc/faq/es/.cvsignore
+       * doc/faq/fr/.cvsignore
+       * doc/faq/it/.cvsignore
+       * doc/manual/.cvsignore
+       * doc/manual/de/.cvsignore
+       * doc/manual/en/.cvsignore
+       * doc/manual/es/.cvsignore
+       * doc/manual/fr/.cvsignore
+       * doc/manual/ja/.cvsignore
+       * src/plugins/mathml_viewer/.cvsignore
+               rollback revival of those files (my bad, sorry for the noise).
+
+2005-12-28 [wwp]       1.9.100cvs110
+
+       * src/compose.c
+               fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
+
+2005-12-28 [wwp]       1.9.100cvs109
+
+       * doc/faq/.cvsignore
+       * doc/faq/de/.cvsignore
+       * doc/faq/en/.cvsignore
+       * doc/faq/es/.cvsignore
+       * doc/faq/fr/.cvsignore
+       * doc/faq/it/.cvsignore
+       * doc/manual/.cvsignore
+       * doc/manual/de/.cvsignore
+       * doc/manual/en/.cvsignore
+       * doc/manual/es/.cvsignore
+       * doc/manual/fr/.cvsignore
+       * doc/manual/ja/.cvsignore
+       * src/plugins/mathml_viewer/.cvsignore
+       * po/.cvsignore
+               more files to ignore.
+
+2005-12-24 [colin]     1.9.100cvs108
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Update for Werner
+
+2005-12-24 [colin]     1.9.100cvs107
+
+       * src/procmsg.c
+               Allow NULL src_msginfo in 
+               procmsg_msginfo_new_from_mimeinfo
+
+2005-12-23 [paul]      1.9.100cvs106
+
+       * src/plugins/pgpinline/mypgpcore.def
+               add this forgotten file
+
+2005-12-23 [cleroy]    1.9.100cvs105
+
+       * src/mainwindow.c
+               Fix missing break
+
+2005-12-23 [cleroy]    1.9.100cvs104
+
+       * autogen.sh
+       * src/folder.c
+       * src/mh.c
+       * src/common/plugin.c
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/gtk/pluginwindow.c
+       * src/plugins/pgpcore/plugin.def
+       * src/plugins/pgpcore/sylpheed.def
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/plugin.def
+       * src/plugins/pgpinline/sylpheed.def
+       * src/plugins/pgpmime/plugin.def
+       * src/plugins/pgpmime/sylpheed.def
+               Various w32 fixes by Werner Koch
+
+2005-12-22 [paul]      1.9.100cvs103
+
+       * src/wizard.c
+               don't offer IMAP as 'server type' if
+               libetpan isn't built in
+
+2005-12-22 [paul]      1.9.100cvs102
+
+       * AUTHORS
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/toolbar.c
+       * src/gtk/authors.h
+               support GTK_TOOLBAR_BOTH_HORIZ (text
+               next to icon) Patch by Marien Zwart
+               marienz@users.sf.net
+               Also reword the text
+
+2005-12-21 [colin]     1.9.100cvs101
+
+       * configure.ac
+               Fix DATADIRNAME
+       * COPYING
+               Fix missing section and explicit the exception better
+       * src/compose.c
+               Prevent mail from being lost without notice when an
+               SMTP error happens on trying to send an unmodified
+               drafted mail.
+       * src/send_message.c
+       * src/common/smtp.c
+               Fix password remembering when wrong, and add return
+               value checks where they should have been
+       * src/plugins/pgpcore/sylpheed.def
+       * src/plugins/pgpinline/sylpheed.def
+       * src/plugins/pgpmime/sylpheed.def
+               Add a few symbols needed
+
+2005-12-21 [paul]      1.9.100cvs100
+
+       * m4/codeset.m4
+       * m4/glibc21.m4
+       * m4/intdiv0.m4
+       * m4/inttypes-pri.m4
+       * m4/inttypes.m4
+       * m4/inttypes_h.m4
+       * m4/isc-posix.m4
+       * m4/lcmessage.m4
+       * m4/stdint_h.m4
+       * m4/uintmax_t.m4
+               gettextization
+               thanks to Colin
+
+2005-12-21 [paul]      1.9.100cvs99
+
+       * po/sv.po
+               fixed by Colin
+
+2005-12-20 [paul]      1.9.100cvs98
+
+       * po/sv.po
+               updated by Anders Trobäck
+
+2005-12-20 [colin]     1.9.100cvs97
+
+       * ABOUT-NLS
+       * Makefile.am
+       * autogen.sh
+       * configure.ac
+       * config/config.rpath
+       * config/mkinstalldirs
+       * m4/Makefile.am
+       * m4/glibc2.m4
+       * m4/gnupg.m4
+       * m4/gpgme.m4
+       * m4/intmax.m4
+       * m4/longdouble.m4
+       * m4/longlong.m4
+       * m4/printf-posix.m4
+       * m4/signed.m4
+       * m4/size_max.m4
+       * m4/ulonglong.m4
+       * m4/wchar_t.m4
+       * m4/wint_t.m4
+       * m4/xsize.m4
+       * po/Makefile.in.in
+       * po/Makevars
+       * po/bg.po
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/el.po
+       * po/en_GB.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/hr.po
+       * po/hu.po
+       * po/it.po
+       * po/ja.po
+       * po/ko.po
+       * po/nb.po
+       * po/nl.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/ru.po
+       * po/sk.po
+       * po/sr.po
+       * po/stamp-po
+       * po/sv.po
+       * po/zh_CN.po
+       * po/zh_TW.po
+       * src/Makefile.am
+       * src/codeconv.c
+       * src/compose.c
+       * src/exporthtml.c
+       * src/exportldif.c
+       * src/folder.c
+       * src/main.c
+       * src/manual.c
+       * src/mh.c
+       * src/mimeview.c
+       * src/send_message.c
+       * src/common/Makefile.am
+       * src/common/fnmatch.c
+       * src/common/fnmatch.h
+       * src/common/fnmatch_loop.c
+       * src/common/nntp.c
+       * src/common/plugin.c
+       * src/common/smtp.c
+       * src/common/socket.c
+       * src/common/string_match.c
+       * src/common/sylpheed.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/common/w32_dirent.c
+       * src/common/w32_reg.c
+       * src/common/w32_signal.c
+       * src/common/w32_stat.c
+       * src/common/w32_stdio.c
+       * src/common/w32_stdlib.c
+       * src/common/w32_string.c
+       * src/common/w32_time.c
+       * src/common/w32_unistd.c
+       * src/common/w32_wait.c
+       * src/common/w32lib.h
+       * src/etpan/Makefile.am
+       * src/gtk/Makefile.am
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/demo/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/plugin.def
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sylpheed.def
+       * src/plugins/pgpcore/version.rc
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/plugin.def
+       * src/plugins/pgpinline/sylpheed.def
+       * src/plugins/pgpinline/version.rc
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/mypgpcore.def
+       * src/plugins/pgpmime/plugin.def
+       * src/plugins/pgpmime/sylpheed.def
+       * src/plugins/pgpmime/version.rc
+       * src/plugins/spamassassin/Makefile.am
+               Very little ;-) patch from Werner Koch, providing
+               infrastructure for cross-compiling to Win32
+
+2005-12-20 [paul]      1.9.100cvs96
+
+       * src/account.c
+       * src/account.h
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/toolbar.c
+       * src/toolbar.h
+               add a combo to the Get All button, allowing
+               quick retrieval from any account
+               Patch by Fabien Vantard, slightly modified
+               by Colin
+       * src/gtk/about.c
+               i18n fix. Patch by Fabien Vantard
+
+2005-12-19 [cleroy]    1.9.100cvs95
+
+       * src/compose.c
+       * src/compose.h
+               Don't automatically join lines when they've 
+               been separated by the user and not automatically
+
+2005-12-19 [paul]      1.9.100cvs94
+
+       * src/gtk/pluginwindow.c
+               i18n fix.
+               Patch by Fabien Vantard
+
+2005-12-15 [paul]      1.9.100cvs93
+
+       * src/common/plugin.c
+       * src/common/plugin.h
+       * src/gtk/pluginwindow.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
+               add plugin_version()
+
+2005-12-15 [cleroy]    1.9.100cvs92
+
+       * src/compose.c
+               Further fix bug #875
+
+2005-12-15 [paul]      1.9.100cvs91
+
+       * src/gtk/filesel.c
+               fix attach_load_dir getting set to
+               PLUGINDIR on plugin load
+
+2005-12-14 [mones]     1.9.100cvs90
+
+       * manual/ack.xml
+       * manual/keyboard.xml
+               Initial draft and some shortcuts added
+               
+       * po/es.po
+               Updated translation
+
+2005-12-14 [colin]     1.9.100cvs89
+
+       * src/compose.c
+       * src/imap.c
+       * src/summaryview.c
+       * src/gtk/gtkaspell.c
+               More leaks fixed
+       * src/prefs_folder_item.c
+               Fix recursive prefs apply
+
+
+2005-12-14 [cleroy]    1.9.100cvs88
+
+       * src/compose.c
+               Fix bug #875 (Freeze On Inline Forward of 
+               Large Message)
+
+2005-12-13 [colin]     1.9.100cvs87
+
+       * src/compose.c
+               Uniq-ify and sort the mimetypes list
+               Patch by Fabien Vantard
+
+2005-12-13 [colin]     1.9.100cvs86
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               Fix leaks (patch by Hoa)
+       * src/news.c
+       * src/common/plugin.c
+               Fix leaks
+
+2005-12-12 [colin]
+
+       * 2.0.0-rc2 released
+
+2005-12-12 [colin]     1.9.100cvs85
+
+       * src/matcher.c
+               Fix a leak
+
+2005-12-12 [wwp]       1.9.100cvs84
+
+       * src/gtk/icon_legend.c
+               fix misbehaviour and crash when closing the legend window
+        using the Esc key (patch by Fabien Vantard).
+
+2005-12-12 [paul]      1.9.100cvs83
+
+       * src/browseldap.c
+       * src/foldersel.c
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_spelling.glade      ** REMOVED **
+       * src/prefs_template.c
+       * src/gtk/foldersort.glade      ** REMOVED **
+       * src/gtk/pluginwindow.c
+       * src/gtk/pluginwindow.glade    ** REMOVED **
+       * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
+               cleanups
+
+2005-12-11 [paul]      1.9.100cvs82
+
+       * src/gtk/filesel.c
+               fix attach_load_dir crasher (double free)
+
+2005-12-09 [paul]      1.9.100cvs81
+
+       * po/POTFILES.in
+       * src/mainwindow.c
+       * src/gtk/Makefile.am
+       * src/gtk/icon_legend.c
+       * src/gtk/icon_legend.h
+               add icon legend
+       * src/manual.c
+               cleanup
+
+2005-12-09 [paul]      1.9.100cvs80
+
+       * src/plugins/pgpcore/passphrase.c
+               wrap the label in the dialog
+
+2005-12-09 [cleroy]    1.9.100cvs79
+
+       * src/plugins/pgpcore/sgpgme.c
+               Display (untrusted) on not trusted signatures
+               Patch by Michal Èihaø <michal@cihar.com>
+               Closes bug #867 (Report also key trust)
+
+2005-12-09 [cleroy]    1.9.100cvs78
+
+       * src/common/plugin.c
+               Update licence check, following Eben Moglen's advice
+
+2005-12-08 [colin]     1.9.100cvs77
+
+       * src/folder.c
+               Fix the occasionnal item->cache != NULL 
+               assertion failure. 
+
+2005-12-08 [colin]     1.9.100cvs76
+
+       * src/mimeview.c
+       * src/plugins/pgpcore/sgpgme.c
+               Print key id when unable to check it
+               Closes bug #866 (Show key id when missing)
+
+2005-12-08 [paul]      1.9.100cvs75
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/filesel.c
+               remember load attachment dir
+
+2005-12-07 [colin]     1.9.100cvs74
+
+       * src/prefs_toolbar.c
+               Gtk fixes, patch by Fabien Vantard
+
+2005-12-07 [colin]     1.9.100cvs73
+
+       * src/action.c
+       * src/compose.c
+       * src/compose.h
+               Fix bug #839 (Quoted text isn't colored after 
+               executing an action)
+       * src/common/plugin.c
+               Require plugins to declare their licence in plugin_licence()
+               Refuse to load non-GPL plugins as they'd be illegal (as 
+               derived works of Sylpheed-Claws, they must be GPL).
+       * 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
+               Add plugin_licence()
+
+2005-12-07 [paul]      1.9.100cvs72
+
+       * configure.ac
+       * src/mainwindow.c
+       * src/manual.c
+       * src/manual.h
+       * src/common/defs.h
+               clean up after local FAQ removal and
+               temporary manual removal
+
+2005-12-06 [colin]     1.9.100cvs71
+
+       * configure.ac
+       * doc/Makefile.am
+       * doc/faq/.cvsignore
+       * doc/faq/Makefile.am
+       * doc/faq/de/.cvsignore
+       * doc/faq/de/Makefile.am
+       * doc/faq/de/sylpheed-faq-1.html
+       * doc/faq/de/sylpheed-faq-2.html
+       * doc/faq/de/sylpheed-faq-3.html
+       * doc/faq/de/sylpheed-faq.html
+       * doc/faq/en/.cvsignore
+       * doc/faq/en/Makefile.am
+       * doc/faq/en/sylpheed-faq-1.html
+       * doc/faq/en/sylpheed-faq-2.html
+       * doc/faq/en/sylpheed-faq-3.html
+       * doc/faq/en/sylpheed-faq-4.html
+       * doc/faq/en/sylpheed-faq.html
+       * doc/faq/es/.cvsignore
+       * doc/faq/es/Makefile.am
+       * doc/faq/es/sylpheed-faq-1.html
+       * doc/faq/es/sylpheed-faq-2.html
+       * doc/faq/es/sylpheed-faq-3.html
+       * doc/faq/es/sylpheed-faq-4.html
+       * doc/faq/es/sylpheed-faq.html
+       * doc/faq/fr/.cvsignore
+       * doc/faq/fr/Makefile.am
+       * doc/faq/fr/sylpheed-faq-1.html
+       * doc/faq/fr/sylpheed-faq-2.html
+       * doc/faq/fr/sylpheed-faq-3.html
+       * doc/faq/fr/sylpheed-faq.html
+       * doc/faq/it/.cvsignore
+       * doc/faq/it/Makefile.am
+       * doc/faq/it/sylpheed-faq-1.html
+       * doc/faq/it/sylpheed-faq-2.html
+       * doc/faq/it/sylpheed-faq-3.html
+       * doc/faq/it/sylpheed-faq.html
+       * doc/manual/.cvsignore
+       * doc/manual/Makefile.am
+       * doc/manual/de/.cvsignore
+       * doc/manual/de/Makefile.am
+       * doc/manual/de/sylpheed-1.html
+       * doc/manual/de/sylpheed-10.html
+       * doc/manual/de/sylpheed-11.html
+       * doc/manual/de/sylpheed-12.html
+       * doc/manual/de/sylpheed-13.html
+       * doc/manual/de/sylpheed-14.html
+       * doc/manual/de/sylpheed-15.html
+       * doc/manual/de/sylpheed-16.html
+       * doc/manual/de/sylpheed-17.html
+       * doc/manual/de/sylpheed-18.html
+       * doc/manual/de/sylpheed-19.html
+       * doc/manual/de/sylpheed-2.html
+       * doc/manual/de/sylpheed-20.html
+       * doc/manual/de/sylpheed-3.html
+       * doc/manual/de/sylpheed-4.html
+       * doc/manual/de/sylpheed-5.html
+       * doc/manual/de/sylpheed-6.html
+       * doc/manual/de/sylpheed-7.html
+       * doc/manual/de/sylpheed-8.html
+       * doc/manual/de/sylpheed-9.html
+       * doc/manual/de/sylpheed.html
+       * doc/manual/en/.cvsignore
+       * doc/manual/en/Makefile.am
+       * doc/manual/en/sylpheed-1.html
+       * doc/manual/en/sylpheed-10.html
+       * doc/manual/en/sylpheed-11.html
+       * doc/manual/en/sylpheed-12.html
+       * doc/manual/en/sylpheed-13.html
+       * doc/manual/en/sylpheed-14.html
+       * doc/manual/en/sylpheed-15.html
+       * doc/manual/en/sylpheed-16.html
+       * doc/manual/en/sylpheed-17.html
+       * doc/manual/en/sylpheed-18.html
+       * doc/manual/en/sylpheed-19.html
+       * doc/manual/en/sylpheed-2.html
+       * doc/manual/en/sylpheed-20.html
+       * doc/manual/en/sylpheed-21.html
+       * doc/manual/en/sylpheed-22.html
+       * doc/manual/en/sylpheed-3.html
+       * doc/manual/en/sylpheed-4.html
+       * doc/manual/en/sylpheed-5.html
+       * doc/manual/en/sylpheed-6.html
+       * doc/manual/en/sylpheed-7.html
+       * doc/manual/en/sylpheed-8.html
+       * doc/manual/en/sylpheed-9.html
+       * doc/manual/en/sylpheed.html
+       * doc/manual/es/.cvsignore
+       * doc/manual/es/Makefile.am
+       * doc/manual/es/sylpheed-1.html
+       * doc/manual/es/sylpheed-10.html
+       * doc/manual/es/sylpheed-11.html
+       * doc/manual/es/sylpheed-12.html
+       * doc/manual/es/sylpheed-13.html
+       * doc/manual/es/sylpheed-14.html
+       * doc/manual/es/sylpheed-15.html
+       * doc/manual/es/sylpheed-16.html
+       * doc/manual/es/sylpheed-17.html
+       * doc/manual/es/sylpheed-18.html
+       * doc/manual/es/sylpheed-19.html
+       * doc/manual/es/sylpheed-2.html
+       * doc/manual/es/sylpheed-20.html
+       * doc/manual/es/sylpheed-3.html
+       * doc/manual/es/sylpheed-4.html
+       * doc/manual/es/sylpheed-5.html
+       * doc/manual/es/sylpheed-6.html
+       * doc/manual/es/sylpheed-7.html
+       * doc/manual/es/sylpheed-8.html
+       * doc/manual/es/sylpheed-9.html
+       * doc/manual/es/sylpheed.html
+       * doc/manual/fr/.cvsignore
+       * doc/manual/fr/Makefile.am
+       * doc/manual/fr/sylpheed-1.html
+       * doc/manual/fr/sylpheed-10.html
+       * doc/manual/fr/sylpheed-11.html
+       * doc/manual/fr/sylpheed-12.html
+       * doc/manual/fr/sylpheed-13.html
+       * doc/manual/fr/sylpheed-14.html
+       * doc/manual/fr/sylpheed-15.html
+       * doc/manual/fr/sylpheed-16.html
+       * doc/manual/fr/sylpheed-17.html
+       * doc/manual/fr/sylpheed-18.html
+       * doc/manual/fr/sylpheed-19.html
+       * doc/manual/fr/sylpheed-2.html
+       * doc/manual/fr/sylpheed-20.html
+       * doc/manual/fr/sylpheed-3.html
+       * doc/manual/fr/sylpheed-4.html
+       * doc/manual/fr/sylpheed-5.html
+       * doc/manual/fr/sylpheed-6.html
+       * doc/manual/fr/sylpheed-7.html
+       * doc/manual/fr/sylpheed-8.html
+       * doc/manual/fr/sylpheed-9.html
+       * doc/manual/fr/sylpheed.html
+       * doc/manual/ja/.cvsignore
+       * doc/manual/ja/Makefile.am
+       * doc/manual/ja/sylpheed-1.html
+       * doc/manual/ja/sylpheed-10.html
+       * doc/manual/ja/sylpheed-11.html
+       * doc/manual/ja/sylpheed-12.html
+       * doc/manual/ja/sylpheed-13.html
+       * doc/manual/ja/sylpheed-14.html
+       * doc/manual/ja/sylpheed-15.html
+       * doc/manual/ja/sylpheed-16.html
+       * doc/manual/ja/sylpheed-17.html
+       * doc/manual/ja/sylpheed-18.html
+       * doc/manual/ja/sylpheed-19.html
+       * doc/manual/ja/sylpheed-2.html
+       * doc/manual/ja/sylpheed-20.html
+       * doc/manual/ja/sylpheed-3.html
+       * doc/manual/ja/sylpheed-4.html
+       * doc/manual/ja/sylpheed-5.html
+       * doc/manual/ja/sylpheed-6.html
+       * doc/manual/ja/sylpheed-7.html
+       * doc/manual/ja/sylpheed-8.html
+       * doc/manual/ja/sylpheed-9.html
+       * doc/manual/ja/sylpheed.html
+       * doc/manual/ja/sylpheed.sgml
+       * src/mainwindow.c
+               Remove outdated manual and faq. Noisy, eh?
+
+2005-12-06 [colin]     1.9.100cvs70
+
+       * src/compose.c
+       * src/quote_fmt_parse.y
+       * src/undo.c
+       * src/undo.h
+               Allow %X to position cursor at 0 
+               (no %X = before signature)
+               Fix paste as quotation putting the cursor at 0
+               Fix undo offsets when pasting
+               Insert the quote_fmt at once instead of line 
+               by line
+               Fix [Edited] when starting to reply/forward
+
+2005-12-06 [paul]      1.9.100cvs69
+
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               add another tooltip
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               rework spamassassin_create_widget_func()
+
+2005-12-05 [colin]     1.9.100cvs68
+
+       * po/POTFILES.in
+               Fix make release ;-)
+
+2005-12-05 [colin]     1.9.100cvs67
+
+       * src/compose.c
+       * src/compose.h
+               Fix cursor positioning (not obeying %X)
+
+2005-12-05 [paul]      1.9.100cvs66
+
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               fix compilation warning
+
+2005-12-05 [paul]      1.9.100cvs65
+
+       * src/prefs_spelling.c
+       * src/plugins/trayicon/trayicon.c
+               cleanups - remove unused stuff
+
+2005-12-05 [paul]      1.9.100cvs64
+
+       * README
+       * manual/plugins.xml
+               remove info about removed mathml_viewer plugin
+
+2005-12-05 [paul]      1.9.100cvs63
+
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/mathml_viewer/.cvsignore
+       * src/plugins/mathml_viewer/Makefile.am
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               remove unmaintained mathml_viewer plugin
+
+2005-12-05 [paul]      1.9.100cvs62
+
+       * src/summaryview.c
+               obey prefs_common.always_show_msg when
+               moving a msg
+               Thanks to Colin
+
+2005-12-05 [paul]      1.9.100cvs61
+
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_filtering.c
+       * src/prefs_quote.c
+       * src/prefs_spelling.c
+       * src/prefs_toolbar.c
+       * src/summaryview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/quicksearch.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               dialog cleanups
+
+2005-12-04 [paul]      1.9.100cvs60
+
+       * src/inc.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               allow a Local account to specify a
+               default inbox
+               (closes bug 843 'Inbox cannot be changed for local
+                mailboxes')
+
+2005-12-04 [colin]     1.9.100cvs59
+
+       * src/plugins/trayicon/trayicon.c
+               Remove Get, rename Get All to Get Mail in order to
+               be consistent with the default main toolbar
+
+2005-12-03 [colin]     1.9.100cvs58
+
+       * manual/gpl.xml
+       * manual/sylpheed-claws-manual.xml
+               Add GPL appendix
+
+2005-12-03 [paul]      1.9.100cvs57
+
+       * AUTHORS
+       * po/sv.po
+       * src/gtk/authors.h
+               new (partially complete) Swedish translation
+               by Anders Troback <sylpheed@troback.com>
+
+2005-12-02 [paul]      1.9.100cvs56
+
+       * configure.ac
+               libetpan 0.41 required
+
+2005-12-02 [paul]      1.9.100cvs55
+
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin.h
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               unregister prefs pages on unloading, thus
+               preventing a crash
+               (thanks to Colin for the hint)
+
+2005-12-02 [wwp]       1.9.100cvs54
+
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+               fix misuse of gboolean*, use gboolean instead
+               (thanks to Paul, Colin, for pointing out that scaring one)
+
+2005-12-02 [paul]      1.9.100cvs53
+
+       * src/plugins/clamav/clamav_plugin.c
+               int no --> unsigned int no
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               rework config page
+
+2005-12-02 [wwp]       1.9.100cvs52
+
+       * src/compose.c
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+               prevent from executing |f and |p templates commands when
+               adding or replacing templates in prefs (avoids annoying and
+               potentially dangerous behaviours)
+
+2005-12-02 [paul]      1.9.100cvs51
+
+       * src/prefs_common.c
+               allow translation of some default values
+               Patch by Fabien Vantard
+
+2005-12-02 [paul]      1.9.100cvs50
+
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_message.c
+       * src/textview.c
+               remove obsolete 'convert_mb_alnum' option
+               and related stuff
+       * src/gtk/about.c
+               remove unused 'about_textview_visibility_notify'
+
+2005-12-02 [paul]      1.9.100cvs49
+
+       * src/prefs_account.c
+       * src/prefs_compose_writing.c
+       * src/prefs_fonts.c
+       * src/prefs_gtk.h
+       * src/prefs_image_viewer.c
+       * src/prefs_message.c
+       * src/prefs_other.c
+       * src/prefs_receive.c
+       * src/prefs_send.c
+       * src/prefs_spelling.c
+       * src/prefs_summaries.c
+       * src/prefs_wrapping.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/pgpcore/prefs_gpg.c
+               several cleanups to the prefs dialogs
+               (slightly modified) patch by Fabien Vantard
+
+2005-12-02 [paul]      1.9.100cvs48
+
+       * src/main.c
+               --exit means exit
+       * src/send_message.c
+               fix crash on send when connection fails
+
+       Thanks to Colin
+
+2005-12-01 [colin]     1.9.100cvs47
+
+       * src/html.c
+               Translate &hellip; to "..."
+
+2005-11-30 [colin]     1.9.100cvs46
+
+       * src/matcher.c
+       * src/matcher.h
+               Optimize back yesterday's fix.
+
+2005-11-30 [paul]      1.9.100cvs45
+
+       * manual/faq.xml
+               standardised
+       * manual/intro.xml
+               written by Colin, edited by me
+
+2005-11-29 [colin]     1.9.100cvs44
+
+       * src/matcher.c
+               Skip headers unconditionnaly in match_body if the
+               rule is not message or ~message
+
+2005-11-29 [colin]     1.9.100cvs43
+
+       * src/matcher.c
+               Fix body_part and such, not skipping headers 
+               if the matchcriteria wasn't the first in the rule
+
+2005-11-29 [colin]     1.9.100cvs42
+
+       * src/compose.c
+               Add Windows-1252 (Closes bug #863, windows-1252 encoding 
+               option missing from message view window)
+               Fix double text D'n'D with gtk-2.8
+       * src/matcher.c
+               Fix ~message, ~headers_part, ~body_part rules
+       * src/messageview.c
+               Add Windows-1252 (Closes bug #863)
+               Fix accels
+       * src/gtk/gtkaspell.c
+               Properly destroy accels in all menus
+
+2005-11-29 [mones]     1.9.100cvs41
+
+       * po/es.po
+               Updated.
+
+2005-11-27 [colin]     1.9.100cvs40
+
+       * src/mh_gtk.c
+               "/Remove mailbox" -> "/Remove mailbox..."
+
+2005-11-27 [paul]      1.9.100cvs39
+
+       * AUTHORS
+       * po/de.po
+       * src/gtk/authors.h
+               updated by new maintainer, Stephan Sachse
+
+2005-11-27 [paul]      1.9.100cvs38
+
+       * manual/faq.xml
+               written by Colin, edited by me
+
+2005-11-27 [paul]      1.9.100cvs37
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_receive.c
+       * src/prefs_summaries.c
+               move 'go to inbox after receiving new mail'
+               option from display/sumamaries to mail
+               handling/receive, and rework prefs_summaries
+               dialog a little
+
+2005-11-25 [martin]    1.9.100cvs36
+
+       * po/de.po
+           fixed windows-1252 translation;
+           translated some new and fuzzy strings
+
+2005-11-25 [paul]      1.9.100cvs35
+
+       * src/plugins/clamav/clamav_plugin.c
+               complete the update done in cvs34
+
+2005-11-25 [paul]      1.9.100cvs34
+
+       * src/plugins/clamav/clamav_plugin.c
+               reflect upstream changes
+
+2005-11-25 [paul]      1.9.100cvs33
+
+       * manual/ack.xml
+       * manual/plugins.xml
+       * manual/sylpheed-claws-manual.xml
+               written/updated by Colin, edited by me
+       * tools/acroread2sylpheed.pl
+               update binary name
+
+2005-11-24 [cleroy]    1.9.100cvs32
+
+       * src/compose.c
+               Fix bug #856 (reediting messages forgets Request
+               Return Receipt)
+
+2005-11-24 [paul]      1.9.100cvs31
+
+       * manual/addrbook.xml
+       * manual/starting.xml
+               written by Colin, proofread, edited, adapted by me
+       * manual/advanced.xml
+               add some Actions examples
+       * src/importldif.c
+               use a Save button instead of a Close button
+       * src/wizard.c
+               indicate mandatory fields
+               fix page display
+               Thanks to Colin
+
+2005-11-23 [colin]     1.9.100cvs30
+
+       * src/addressbook.c
+               Rename menu item, fix possible crash after
+               deletion of books
+       * src/addrindex.c
+               Allow searching for '*' in ldap
+       * src/browseldap.c
+               Fix "Browse Entry" (did anyone use it?)
+       * src/wizard.c
+               Add guards for mandatory information
+
+2005-11-23 [paul]      1.9.100cvs29
+
+       * manual/advanced.xml
+               corrections to the English
+
+2005-11-23 [cleroy]    1.9.100cvs28
+
+       * src/mimeview.c
+               Fix possible crash at exit. After the call to
+               gtk_container_remove(), the Viewer's widget has no
+               more parent so gtk+ automatically frees it and its
+               sons. If destroy_viewer() then try to access it,
+               problems ensue.
+
+2005-11-22 [colin]     1.9.100cvs27
+
+       * src/compose.c
+       * src/gtk/gtkaspell.c
+               Fix right-clicking on a misspelled word
+               Fix More... in suggestions menu
+
+2005-11-22 [wwp]       1.9.100cvs26
+
+       * src/prefs_template.c
+               templates works: re-sort templates list when adding or replacing,
+               prevent from adding or replacing when the template name is empty
+
 2005-11-21 [colin]     1.9.100cvs25
 
        * src/addressbook.c