2007-10-28 [colin] 3.0.2cvs105
[claws.git] / ChangeLog
index 5c115a535addb69c8f018739a7babf19a459c3d1..fa5818fbcc3e32988fb737055d492b22b2305072 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,162 @@
+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
+       * src/mimeview.c
+       * src/textview.c
+       * src/gtk/inputdialog.c
+       * src/gtk/inputdialog.h
+               Remove the last old combo; patch by
+               Pawel
+
+2007-10-19 [colin]     3.0.2cvs91
+
+       * src/common/ssl.c
+               Fix interop problem with GnuTLS and some crappy
+               servers that have very little keys.
+
+2007-10-19 [colin]     3.0.2cvs90
+
+       * src/common/ssl.c
+               Fix return value check on GnuTLS, and
+               display the error
+
+2007-10-18 [colin]     3.0.2cvs89
+
+       * src/common/ssl_certificate.c
+               Fix missing initialisations
+
+2007-10-18 [wwp]       3.0.2cvs88
+
+       * src/Makefile.am
+               Fix linking against GNUTLS (matters if --enable-gnutls only).
+
+2007-10-18 [colin]     3.0.2cvs87
+
+       * po/POTFILES.in
+               Fix build
+
+2007-10-18 [mones]     3.0.2cvs86
+
+       * src/editbook.c
+       * src/import.c
+       * src/prefs_account.c
+       * src/prefs_receive.c
+       * src/gtk/about.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               More capitalisation micro-fixes
+
+2007-10-18 [paul]      3.0.2cvs85
+
+       * configure.ac
+               add info about NNTP support via libetpan
+               change the configure output ending msg a little
+       * src/gtk/about.c
+               similar changes to above
+
+2007-10-18 [colin]     3.0.2cvs84
+
+       * src/procmime.c
+       * src/procmime.h
+               Fix missing symbol for S/MIME
+
+2007-10-18 [colin]     3.0.2cvs83
+
+       * src/prefs_filtering_action.c
+               Fix crash in tags (introduced in cvs78)
+
 2007-10-18 [colin]     3.0.2cvs82
 
        * src/common/Makefile.am