2009-12-05 [pawel] 3.7.3cvs33
[claws.git] / ChangeLog
index ce7fabf33a15ebc540b3ffbc0e5c5dd528ff705f..a1f41513a14492797facad055f34580de3d464b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+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
+       * src/compose.h
+               Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
+               email had user in "From" and "CC"
+               Don't allow duplicate addresses in compose window headers
+
+2009-12-02 [mones]     3.7.3cvs26
+
+       * manual/intro.xml
+       * manual/es/intro.xml
+       * manual/fr/intro.xml
+       * manual/it/intro.xml
+       * manual/pl/intro.xml
+               Make URL to point current site
+
+2009-12-01 [holger]    3.7.3cvs25
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Introduce new drag type "claws-mail/msg-path-list" for
+               drag'n'drop of a message selection from the summaryview
+               into other applications. The drag data gets set to the
+               folder-item-id followed by message ids, separated by newlines.
+               This enables other applications to back-link to Claws Mail
+               via a "claws-mail --select" call after they received a drop.
+
+2009-11-30 [mir]       3.7.3cvs24
+
+       * src/compose.c
+           Place cursor in compose window according to provided input
+           If to: is present place cursor in subject field and if both
+           to: and subject: is present place cursor in body. If body: is
+           present insert a new line after text and place cursor there.
+
+2009-11-27 [mones]     3.7.3cvs23
+
+       * src/gtk/quicksearch.c
+               Allow viewing longer expressions if there's space
+
+2009-11-25 [holger]    3.7.3cvs22
+
+       * Makefile.am
+       * src/common/Makefile.am
+       * src/common/utils.c
+       * src/common/utils.h
+               Add a function to query the
+               filepath of the .desktop file
+
+2009-11-25 [colin]     3.7.3cvs21
+
+       * src/imap.c
+               Fix bug 2063, 'glib assertion in GRelation use in 
+               imap.c'
+
+2009-11-24 [pawel]     3.7.3cvs20
+
+       * src/common/utils.c
+               Fix Bug 2053 'Inconsistent application of Coloration 
+               of Message text'
+               Don't allow '<' character between quotation marks
+
+2009-11-21 [holger]    3.7.3cvs19
+
+       * src/printing.c
+               Modify cairo clip handling in preview windows,
+               to prevent print preview windows from being blank
+               with GTK+ 2.18. Follow recommendation of the GTK+
+               documentation (section "Migrating to client side windows")
+               and create a new cairo context for each expose event.
+
+2009-11-19 [pawel]     3.7.3cvs18
+
+       * Makefile.am
+               complete 3.7.3cvs15 so install is DESTDIR safe
+               remove icons with changed names on uninstall
+
+2009-11-18 [pawel]     3.7.3cvs17
+
+       * src/news_gtk.c
+               remove unneeded and code-duplicating function
+
 2009-11-18 [pawel]     3.7.3cvs16
 
        * src/news_gtk.c