2005-09-20 [colin] 1.9.14cvs45
[claws.git] / ChangeLog-gtk2.claws
index 21977b130747d2cfbdedbe4057ce2f68ddcbdf6e..102325bf2ed1ca45962cabcb384ea8bd94589306 100644 (file)
@@ -1,3 +1,223 @@
+2005-09-20 [colin]     1.9.14cvs45
+
+       * src/mainwindow.c
+       * src/messageview.c
+               GUI fixups: add accels, set message
+               view title to displayed mail's subject
+       * src/prefs_spelling.c
+       * src/gtk/gtkaspell.c
+               GUI fixups: allow underlining misspelled
+               words instead of coloring them (a11y!)
+
+2005-09-19 [colin]
+
+       1.9.15rc3 released
+
+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
+               Fix bug where sometimes a group's email list is empty,
+               force its refresh (probably fixes "Re: how to create a 
+               distribution list")
+       * src/ldapquery.c
+               Don't return to the callback in the main thread from the
+               fetch thread (or face segs!)
+
+2005-09-15 [paul]      1.9.14cvs32
+
+       * src/prefs_matcher.c
+               forgotten in last commit
+
+2005-09-15 [paul]      1.9.14cvs31
+
+       * src/prefs_actions.c
+       * src/prefs_filtering_action.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+       * src/summaryview.c
+       * src/gtk/description_window.c
+       * src/gtk/description_window.h
+       * src/gtk/quicksearch.c
+               allow interaction with the called
+               description window
+               Patch by Anders Hammar
+
+2005-09-14 [paul]      1.9.14cvs30
+
+       * src/compose.c
+               fix a little annoyance when pasting with 3rd button 
+               with wrap_pastes=0 and wrap_input=1
+               Patch by Colin
+
+2005-09-14 [paul]      1.9.14cvs29
+
+       * src/prefs_account.c
+               disable 'Filter messages on receiving' for
+               SMTP-only accounts
+               Patch  by Anders Hammar
+
+2005-09-14 [paul]      1.9.14cvs28
+
+       * po/sk.po
+               fix crash
+               updated by Andrej Kacian
+
+2005-09-14 [paul]
+
+       1.9.15-rc1 released
+
+2005-09-14 [paul]      1.9.14cvs27
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+       * src/compose.c
+       * src/compose.h
+               associate no_wrap_tags to Compose windows
+               instead of using a static one
+               Patch by Colin
+       * src/mbox.c
+               fix proc_mbox()
+               Patch by wwp
+       * src/textview.c
+               remove unneeded printf()
+
 2005-09-14 [paul]      1.9.14cvs26
 
        * src/addrcache.c