2007-10-29 [colin] 3.0.2cvs106
[claws.git] / ChangeLog
index 28d147200afdf310e59f8c6812d9eea88325af8a..cb8e7941cfe999306f70ec09fbb71aab9a35dcbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2007-10-29 [colin]     3.0.2cvs106
+
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               Fix forgotten signal connect
+
+2007-10-28 [colin]     3.0.2cvs105
+
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/dillo_viewer/dillo_prefs.h
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               Implement addressbook-based whitelisting for loading
+               remote images. Fixed missing destroy of the embedded
+               browser that made a Dillo window pop up on exit, if
+               an HTML part was displayed.
+
+2007-10-26 [colin]     3.0.2cvs104
+
+       * src/edittags.c
+               Add missing static
+
+2007-10-25 [colin]     3.0.2cvs103
+
+       * src/editaddress.c
+               Add tap-and-hold on the picture, for Maemo
+       * src/edittags.c
+       * src/edittags.h
+       * src/mainwindow.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+               Unify tag interfaces.
+
+2007-10-25 [colin]     3.0.2cvs102
+
+       * src/imap.c
+       * src/etpan/imap-thread.h
+               Much better error handling. We'll need to be really
+               clear to users about where errors come from, with 
+               the apparition of Gmail's IMAP server.
+
+2007-10-24 [colin]     3.0.2cvs101
+
+       * src/edittags.c
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/textview.c
+               Add tags sorting (alphabetical); allow deletion of
+               tags from the Apply Tags window
+
+2007-10-24 [colin]     3.0.2cvs100
+
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.c
+       * src/editaddress_other_attributes_ldap.h
+       * src/ldapctrl.c
+       * src/ldapquery.c
+       * src/ldapupdate.c
+               Fix LDAP writing (got broken in cvs39)
+               Add read-only support for jpegPhoto LDAP field
+
+2007-10-23 [colin]     3.0.2cvs99
+
+       * src/news.c
+               Fix crash in some cases
+
+2007-10-22 [colin]     3.0.2cvs98
+
+       * src/common/socket.h
+       * src/common/ssl.c
+               Fix big leak in GnuTLS code
+
+2007-10-22 [colin]     3.0.2cvs97
+
+       * src/news.c
+               Fix bug 1368, 'SIGSEGV in NNTP code'
+
+2007-10-22 [colin]     3.0.2cvs96
+
+       * src/prefs_customheader.c
+               Catch compface warnings when generating X-Faces
+
+2007-10-22 [wwp]       3.0.2cvs95
+
+       * src/quote_fmt_parse.y
+               Remove accidentally committed debug traces.
+               Fix a warning.
+
+2007-10-22 [colin]     3.0.2cvs94
+
+       * src/etpan/nntp-thread.c
+               Fix authentication
+
+2007-10-19 [wwp]       3.0.2cvs93
+
+       * src/common/ssl_certificate.c
+               Add missing include (Windows).
+
 2007-10-19 [colin]     3.0.2cvs92
 
        * src/imap_gtk.c