2009-12-01 [holger] 3.7.3cvs25
[claws.git] / ChangeLog
index d4ba6e91564b002806305661088de7dbc53aab5a..5450cbb1d29898aff08d3e0611d7c5b986ea7271 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,130 @@
+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
+               Fix Bug 2057 'Claws mail does not keep renamed names
+               of nntp-subscribed groups'
+               Check for already subscribed group using item->path for group
+               comparision as folders item->path != item->name may be truth 
+               since we allowed renaming of newsgroups folders -> 3.5.0cvs11
+
+2009-11-17 [pawel]     3.7.3cvs15
+
+       * Makefile.am
+               Fix Bug 2049 'some icons not copied?'
+               Install additional 64x64 and 128x128 icons
+
+2009-11-17 [holger]    3.7.3cvs14
+
+       * src/prefs_toolbar.c
+       * src/prefs_toolbar.h
+       * src/toolbar.c
+       * src/toolbar.h
+               Allow plugins to register toolbar items
+
+2009-11-11 [pawel]     3.7.3cvs13
+
+       * src/addressbook.c
+       * src/compose.c
+       * src/compose.h
+       * src/filtering.c
+               Fix Bug 1867 Changing account does not change BCC address
+               Set account specific headers when changing account
+               in compose window.
+
+2009-11-07 [colin]     3.7.3cvs12
+
+       * src/gtk/prefswindow.c
+               Fix bug 2041, "add autonomical scrolled windows to prefs pages"
+               Patch by Pawel
+
+2009-11-07 [colin]     3.7.3cvs11
+
+       * src/gtk/spell_entry.c
+               Fix bug 2040, 'numbers in subject entry marked as misspelled'
+               Patch by Pawel Pekala
+
+2009-10-27 [colin]     3.7.3cvs10
+
+       * src/folder.c
+               Fix bug 2028, 'Attempts to connect to all accounts on exit'
+               Don't try to check whether the folder is up-to-date if
+               the folder class doesn't implement set_mtime, as we don't
+               care in this case. This code exists since a long time, but
+               the bug was triggered by more scanning of queue folders 
+               since recently (when we added \Deleted handling).
+
+2009-10-27 [colin]     3.7.3cvs9
+
+       * src/mainwindow.c
+               Try to fix registering as default client
+               on windows 7
+
 2009-10-21 [wwp]       3.7.3cvs8
 
        * src/common/utils.c