2012-06-20 [paul] 3.8.0cvs54
[claws.git] / ChangeLog
index c6fd359e2595a45c102cd6e88fee4d79d4ac9307..46dfa54497a39eda2562d43ea1c59958e216efe5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+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