2005-12-30 [colin] 1.9.100cvs116
[claws.git] / ChangeLog
index 99769dd5ab1725c438bc6337cdc3002191e0c3ee..990de4782aca389f624fd8323413c26b5675a87c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,151 @@
+2005-12-30 [colin]     1.9.100cvs116
+
+       * manual/advanced.xml
+               Explain Pre/Post-processing differences.
+
+2005-12-30 [colin]     1.9.100cvs115
+
+       * src/mh.c
+               Implement copy_msgs for a little optimization
+       * src/imap.c
+               Finish yesterday's fix
+
+2005-12-29 [colin]     1.9.100cvs114
+
+       * src/imap.c
+               Fix occasional failure in fetching a mail over
+               IMAP
+
+2005-12-29 [cleroy]    1.9.100cvs113
+
+       * src/compose.c
+               Don't remove a draft when sending it, if it is 
+               locked.
+
+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