2012-06-20 [paul] 3.8.0cvs54
[claws.git] / ChangeLog
index 2b37cbd9b9b125235f6a0da4b37f8f670b8460d5..46dfa54497a39eda2562d43ea1c59958e216efe5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,164 @@
+2012-06-20 [paul]      3.8.0cvs54
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/textview.c
+       * src/textview.h
+               colourise attached patches.
+               Patch by Ticho
+
+2012-06-02 [wwp]       3.8.0cvs53
+
+       * src/gtk/progressdialog.c
+               Add a hide button to the retrieve/send progress dialogs. WM's close button
+               now hides (as well as pressing Esc) instead of doing nothing.
+
+2012-06-02 [wwp]       3.8.0cvs52
+
+       * doc/man/claws-mail.1
+       * src/main.c
+       * src/main.h
+       * src/inc.c
+       * src/procmsg.c
+       * src/gtk/about.c
+               Introduce a new feature: basic session statistics (from the about dialog
+               or the command-line).
+
+2012-06-02 [wwp]       3.8.0cvs51
+
+       * src/compose.c
+               Fix bug 2620: shift+tab from subject field not working.
+
+2012-06-02 [wwp]       3.8.0cvs50
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/messageview.c
+               Normalize capitalization of strings in UI.
+
+2012-05-30 [paul]      3.8.0cvs49
+
+       * src/common/ssl.c
+               don't do TLS if not requested by user. fixes connecting to
+               servers which, for example, want SSL 3 only
+
+2012-05-27 [paul]      3.8.0cvs48
+
+       * *
+               update copyright headers to 2012
+
+2012-05-27 [paul]      3.8.0cvs47
+
+       * src/editldap.c
+       * src/prefs_actions.c
+       * src/gtk/about.c
+               fix some typos in strings, thanks to Thomas Bellmann
+
+2012-05-16 [paul]      3.8.0cvs46
+
+       * src/prefs_filtering_action.c
+               fix disabled 'select...' button that never goes away
+               when using the new addr book
+               
+
+2012-05-16 [colin]     3.8.0cvs45
+
+       * src/common/utils.c
+               And fix leak
+
+2012-05-16 [colin]     3.8.0cvs44
+
+       * src/common/utils.c
+               Make remove_numbered_files much faster when there's
+               just one file to remove.
+
+2012-05-16 [paul]      3.8.0cvs43
+
+       * src/matcher.c
+               fix bug 2662, '"ag" quicksearch adds "1" to value'
+
+2012-05-16 [paul]      3.8.0cvs42
+
+       * src/gtk/description_window.c
+               fix bug 2624, 'dialog "Action Configuration" cannot be closed'
+
+2012-05-16 [paul]      3.8.0cvs41
+
+       * src/common/ssl_certificate.c
+               fix bug 2646, 'Compile fails with gnutls-3.0.18'
+               Patch by Christian Hesse
+
+2012-05-11 [colin]     3.8.0cvs40
+
+       * src/mimeview.c
+       * src/common/utils.c
+               Fix bug 2659, 'E-mail attachments are handled
+               inconsistently'
+               Fix problems iterating the mime tree, and determine
+               whether a file is an email without To:
+
+2012-04-03 [colin]     3.8.0cvs39
+
+       * src/Makefile.am
+               Fix build (damn whitespace-sensitive file format)
+
+2012-04-02 [colin]     3.8.0cvs38
+
+       * src/Makefile.am
+               Fix incomplete make dist
+
+2012-04-02 [colin]     3.8.0cvs37
+
+       * src/compose.c
+               Fix mistakenly removed function call
+
+2012-04-01 [colin]     3.8.0cvs36
+
+       * configure.ac
+       * src/.cvsignore
+       * src/Makefile.am
+       * src/addr_compl.c
+       * src/addressadd.c
+       * src/addressadd.h
+       * src/addressbook-dbus.c
+       * src/addressbook-dbus.h
+       * src/addrgather.c
+       * src/addrgather.h
+       * src/addrharvest.c
+       * src/addrharvest.h
+       * src/claws-contacts.xml
+       * src/compose.c
+       * src/compose.h
+       * src/filtering.c
+       * src/headerview.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/toolbar.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               Import new addressbook code from the new-contacts branch
+
+2012-03-29 [paul]      3.8.0cvs35
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/gtk/quicksearch.c
+               add 'ha', short version of 'has_attachment' in quick search
+               Patch by Andreas Rönnquist
+
+2012-03-26 [mones]     3.8.0cvs34
+
+       * src/common/plugin.c
+               Support 2 and 3-clause BSD licensed plugins
+
 2012-03-15 [pawel]     3.8.0cvs33
 
        * src/messageview.c