2005-09-19 [colin] 1.9.14cvs44
[claws.git] / ChangeLog-gtk2.claws
index 1e2b65ef1c3d7d70d3ba729138311cdd366f2606..bc0ee6c7f5b10f3d37dbda36554613c10614e4f6 100644 (file)
@@ -1,3 +1,140 @@
+2005-09-19 [colin]     1.9.14cvs44
+
+       * src/compose.c
+               Fix draft message
+       * src/gtk/gtkaspell.c
+               Fix wrong test ;-)
+
+2005-09-19 [colin]     1.9.14cvs43
+
+       * src/addressbook.c
+               Fix sensitivity of Delete button
+       * src/compose.c
+               Warn if the requested Privacy system
+               is not available
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/importpine.c
+               Fix crappy UI
+       * src/
+       * src/ssl.h
+       * src/prefs_account.h
+       * src/prefs_account.c
+               Save SSL prefs even in builds that have
+               SSL support disable
+       * src/imap.c
+       * src/inc.c
+       * src/news.c
+       * src/send_message.c
+               Warn if connection should be secure, but
+               SSL support isn't compiled in
+       * src/gtkaspell.c
+               Fix word separation on UTF-8 systems
+               Fixes bug #812 (Strange inline spellchecking)
+       * src/compose.c
+               Warn if the requested Privacy system
+               is not available
+               Factorize offline warning
+       * src/imap.c
+       * src/imap_gtk.c
+       * src/imap_gtk.h
+       * src/inc.h
+       * src/news_gtk.c
+       * src/news_gtk.h
+       * src/messageview.c
+               Factorize offline warning
+
+2005-09-19 [paul]
+
+       1.9.15-rc2 released
+
+2005-09-18 [colin]     1.9.14cvs42
+
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/procmime.c
+               Add a way to get locale's charset ignoring utf-8,
+               and use that as default encoding for broken mails
+
+2005-09-18 [colin]     1.9.14cvs41
+
+       * src/gtk/logwindow.c
+               Translate string. Patch by Fabien Vantard
+
+2005-09-18 [colin]     1.9.14cvs40
+
+       * configure.ac
+               Fix bug #803 (IMAP/SSL support breaks with 
+               GnuTLS libetpan 0.38)
+
+2005-09-18 [colin]     1.9.14cvs39
+
+       * src/codeconv.c
+       * src/compose.c
+       * src/procmime.c
+               More charsets fixes. Fixes bug #806 (non
+               ascii characters in subject line)
+
+2005-09-17 [paul]      1.9.14cvs38
+
+       * src/folderview.c
+       * src/mainwindow.c
+               fix gcc-2.95 issues
+               Patch by Pawel Pekala
+
+2005-09-17 [colin]     1.9.14cvs37
+
+       * src/addrindex.c
+               bugfix for NO-USE LDAP compilation, patch 
+               by Fabien Vantard
+
+2005-09-17 [colin]     1.9.14cvs36
+
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/prefs_toolbar.c
+               Fix strange casts (less elegant but
+               works better)
+
+2005-09-16 [colin]     1.9.14cvs35
+
+       * src/jpilot.c
+               Missed that one
+
+2005-09-16 [colin]     1.9.14cvs34
+
+       * configure.ac
+       * src/Makefile.am
+       * src/addr_compl.c
+       * src/addrindex.c
+       * src/browseldap.c
+       * src/editldap.c
+       * src/ldaplocate.c
+       * src/ldapquery.c
+       * src/ldapquery.h
+       * src/ldapserver.c
+       * src/ldapserver.h
+       * src/main.c
+       * src/matcher_parser_parse.y
+       * src/prefs_themes.c
+       * src/etpan/Makefile.am
+       * src/gtk/description_window.c
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+               Fix 100% cpu usage in address completion list
+               Fix little bugs (return with no values etc)
+               Fix all warnings (with common CFLAGS)
+
 2005-09-15 [colin]     1.9.14cvs33
 
        * src/addressbook.c