2005-11-07 [cleroy] 1.9.99cvs16
[claws.git] / ChangeLog
index c47a860f1b54532300d3137003a37a0463b1af69..ae62b69d9bf06f7618a9a2bfa7ea893f73863397 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2005-11-07 [cleroy]    1.9.99cvs16
+
+       * src/send_message.c
+               Fix bug #314 (Queue does not empty under certain 
+               circumstances)
+
+2005-11-07 [paul]      1.9.99cvs15
+
+       * src/mutt.c
+       * src/pine.c
+               fix buffer overflows
+               Thanks to Colin
+
+2005-11-07 [paul]      1.9.99cvs14
+
+       * doc/man/Makefile.am
+       * doc/man/sylpheed-claws.1      ** ADDED **
+       * doc/man/sylpheed.1            ** DELETED **
+               rename and update the man file
+
+2005-11-06 [colin]     1.9.99cvs13
+
+       * src/ldif.c
+               Fix ldif_get_line() that returned empty strings
+               (Didn't understand why). Also fix a possible
+               buffer overflow.
+
+2005-11-06 [wwp]       1.9.99cvs12
+
+       * src/textview.c
+       * src/gtk/about.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               fix a compilation warning,
+               make links sensitive in the about dialog
+
+2005-11-04 [wwp]       1.9.99cvs11
+
+       * src/gtk/about.c
+               don't wrap or translate URIs, and a bit text format cleanup
+
+2005-11-04 [wwp]       1.9.99cvs10
+
+       * src/gtk/about.c
+               better textview tagging implementation (no more use of marks for
+               postponed tagging)
+
+2005-11-02 [colin]     1.9.99cvs9
+
+       * src/common/ssl.c
+               Forgot an ifdef
+
+2005-11-02 [colin]     1.9.99cvs8
+
+       * configure.ac
+               Require libetpan-0.40 due to upstream fix
+       * src/common/ssl.c
+               Tell libetpan not to call SSL_Library_Init,
+               as we do it ourselves.
+
+2005-11-02 [colin]     1.9.99cvs7
+
+       * po/POTFILES.in
+               Add missing files (thanks to Fabien Vantard)
+
+2005-11-02 [cleroy]    1.9.99cvs6
+
+       * src/summaryview.c
+               Fix totals when read messages are hidden or quicksearch
+               is on
+       * src/ssl_manager.c
+       * src/ssl_manager.h
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+               Fix copyright on my stuff
+
 2005-11-02 [wwp]       1.9.99cvs5
 
        * src/prefs_themes.c