2011-12-02 [paul] 3.7.10cvs109
[claws.git] / ChangeLog
index 0ff3ca3ee283576ef1160182937a85f6bcbd2375..7fb796e5e37a1f2d73d8c6d729847a4e2511ff37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,147 @@
+2011-12-02 [paul]      3.7.10cvs109
+
+       * src/mainwindow.c
+       * src/messageview.c
+               consistent label style
+
+2011-11-29 [wwp]       3.7.10cvs108
+
+       * src/plugins/trayicon/libeggtrayicon/.cvsignore
+       More generated stuff to ignore.
+
+2011-11-29 [wwp]       3.7.10cvs107
+
+       * src/prefs_folder_item.c
+       Fix CLAWS_TIP_DECL (undefined).
+
+2011-11-28 [pawel]     3.7.10cvs106
+
+       * src/addrbook.c
+       * src/addrbook.h
+       * src/addressbook.c
+               Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
+               after removing the address book in the GUI'
+
+2011-11-26 [pawel]     3.7.10cvs105
+
+       * src/folder.c
+               Fix bug #2505 'tagsdb becomes polluted with old folder entries'
+
+2011-11-25 [colin]     3.7.10cvs104
+
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+               Warning fixes
+
+2011-11-24 [pawel]     3.7.10cvs103
+
+       * src/prefs_filtering.c
+               Complete cvs102, forgot to commit this
+
+2011-11-24 [pawel]     3.7.10cvs102
+
+       * src/account.c
+       * src/filtering.c
+       * src/filtering.h
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+       * src/prefs_actions.c
+       * src/prefs_actions.h
+               Implement actions updating on folder/account rename
+               This fixes bug #2543 'filter actions in actionsrc not
+               updated upon account renaming'
+
+2011-11-24 [wwp]       3.7.10cvs101
+
+       * src/gtk/gtkcmctree.c
+               Remove irrelevant cairo directive (thanks to Hanno).
+
+2011-11-23 [wwp]       3.7.10cvs100
+
+       * src/gtk/gtkcmctree.c
+               Make arrows in gtkcmctree's less big (get rid of the outlining),
+               patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
+               calculation.
+
+2011-11-22 [colin]     3.7.10cvs99
+
+       * src/account.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering.h
+               Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
+               The existing functions should do the job as well
+               if not better, as they take into account the
+               separator.
+
+2011-11-21 [pawel]     3.7.10cvs98
+
+       * src/prefs_account.c
+               Fix bug #2116 'Rip spaces off server names in account
+               configuration'
+               g_strstrip() domain names to be sure they are valid
+
+2011-11-21 [pawel]     3.7.10cvs97
+
+       * src/account.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering.h
+               Fix bug #2404 'matcherrc updates upon account renaming'
+               Fix bug #2406 'some part of accountrc not updated upon
+               account rename'
+               Renaming account cause changing of it's root folder prefix
+               from #<type>/<old_name> to #<type>/<new_name> so every
+               path directing to it must be altered. Fix paths in account
+               preferences, global processing and filtering rules, folder
+               processing rules upon rename
+
+2011-11-20 [pawel]     3.7.10cvs96
+
+       * src/filtering.c
+       * src/filtering.h
+       * src/prefs_actions.c
+               Fix bug #1489 'Filter action mark_as_read inoperative
+               following move action'
+               Sort actions lists to have proper order of execution
+
+2011-11-20 [pawel]     3.7.10cvs95
+
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_template.c
+               Fix bug #1870 'arrow scrolling in filters'
+               Allow arrow scrolling in dialogs with list view widgets
+               plus couple fixes of issues I found along the way
+
+2011-11-19 [pawel]     3.7.10cvs94
+
+       * src/mimeview.c
+               Don't highlight icons on right-click, they are not
+               selected and other part is shown which is confusing
+
+2011-11-19 [mones]     3.7.10cvs93
+
+       * manual/advanced.xml
+               Fix manual build
+
+2011-11-19 [mones]     3.7.10cvs92
+
+       * manual/advanced.xml
+       * manual/es/advanced.xml
+               Document undocumented hidden option 'zero_replacement_char'
+               Synchronize Spanish manual with English version
+
+2011-11-19 [pawel]     3.7.10cvs91
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/textview.c
+       * src/textview.h
+               Fix bug #2377 'Show All Headers - make change persistent
+               between sessions'
+
 2011-11-19 [pawel]     3.7.10cvs90
 
        * src/folder.c