2009-12-20 [holger] 3.7.3cvs44
[claws.git] / ChangeLog
index 911252e8d1091d0884997bc53bf9baac0f2fb283..c87bac8091f84084fb4d4303f9ff7afd38ec9350 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,108 @@
+2009-12-20 [holger]    3.7.3cvs44
+
+       * src/prefs_toolbar.h
+               Fix last commit
+
+2009-12-20 [holger]    3.7.3cvs43
+
+       * src/prefs_toolbar.c
+       * src/prefs_toolbar.h
+       * src/toolbar.c
+               Pass window struct to caller
+
+2009-12-20 [holger]    3.7.3cvs42
+
+       * src/compose.c
+       * src/compose.h
+               Add hooklist after creation of a compose window
+
+2009-12-19 [holger]    3.7.3cvs41
+
+       * src/prefs_toolbar.c
+       * src/prefs_toolbar.h
+       * src/toolbar.c
+               Allow plugins to choose to which toolbar they want
+               to add actions (main window, compose window, or message view)
+
+2009-12-19 [paul]      3.7.3cvs40
+
+       * src/statusbar.c
+               fix statusbar in GTK+ 2.19.1
+
+2009-12-10 [pawel]     3.7.3cvs39
+
+       * src/compose.c
+               Better fix for cvs28 regression
+
+2009-12-10 [iwkse]     3.7.3cvs38
+
+       * src/compose.c
+            Fix some indentation
+
+2009-12-10 [iwkse]     3.7.3cvs37
+
+       * src/compose.c
+            Add missing checks for gtkaspell: avoid
+            crashing in some cases when Enchant is 
+            enabled but the spell checker is disabled 
+            in preferences.
+
+2009-12-09 [colin]     3.7.3cvs36
+
+       * src/compose.c
+               Fix leak and unchecked accesses.
+
+2009-12-09 [mir]       3.7.3cvs35
+
+       * src/compose.c
+       Fix Bug 2072 "template at folder properties is not working"
+       introduced in cvs24.
+
+2009-12-08 [pawel]     3.7.3cvs34
+
+       * src/compose.c
+               When 'Reply All' remove current compose address from
+               Cc/Bcc list - fix for regression introduced in cvs28
+
+2009-12-05 [pawel]     3.7.3cvs33
+
+       * src/messageview.c
+               Fix memory management, duh!
+
+2009-12-04 [pawel]     3.7.3cvs32
+
+       * src/messageview.c
+               Use case insensitive comparison in search for
+               duplicate urls
+       * src/uri_opener.c
+               Refresh scrollbars on every window open
+
+2009-12-04 [pawel]     3.7.3cvs31
+
+       * src/compose.c
+               Highlight misspelled words when applying template and
+               check_while_typing option is on
+
+2009-12-03 [pawel]     3.7.3cvs30
+
+       * src/compose.c
+               Highlight misspelled words in text inserted from file(s)
+               or pasted to message body when check_while_typing
+               options is on
+
+2009-12-02 [pawel]     3.7.3cvs29
+
+       * src/compose.c
+               Revert first part of previous commit
+
+2009-12-02 [pawel]     3.7.3cvs28
+
+       * src/compose.c
+               Fix Bug 2055 "duplicate mailing list reply if
+               List-Post + Reply-To present"
+               - Ignore Reply-To if answering to ML
+               - Improve parsing of List-Post header
+
 2009-12-02 [pawel]     3.7.3cvs27
 
        * src/compose.c