2011-10-30 [pawel] 3.7.10cvs61
[claws.git] / ChangeLog
index dac156ed3a9e90840911bb74b6e857d1cda8c8c8..3c59533dd3843fbaf21410028bb467359e8b4b7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+2011-10-30 [pawel]     3.7.10cvs61
+
+       * src/compose.c
+               Those entries should not be editable
+
+2011-10-30 [pawel]     3.7.10cvs60
+
+       * src/prefs_template.c
+               - Dialog needs more height to fit all widgets
+               - Clear template contents on delete
+
+2011-10-30 [pawel]     3.7.10cvs59
+
+       * src/prefs_folder_item.c
+               Update summaryview after changing folder prefs when needed
+
+2011-10-30 [pawel]     3.7.10cvs58
+
+       * src/mimeview.c
+               Remove key-press-event blocking, it only
+               emits GLib-GObject warnings
+
+2011-10-29 [colin]     3.7.10cvs57
+
+       * src/addr_compl.c
+               Fix focus of completion window with gnome shell
+               Fixes bug #2525, "Address completion window does not get
+               keyboard focus"
+
+2011-10-29 [colin]     3.7.10cvs56
+
+       * src/folderview.c
+               Fix flicker on recursive quicksearch
+
+2011-10-28 [colin]     3.7.10cvs55
+
+       * src/alertpanel.c
+       * src/mainwindow.c
+               Fix a bit the focus problem on Gnome shell
+
+2011-10-26 [mones]     3.7.10cvs54
+
+       * src/compose.c
+               Add missing accelerator
+
+2011-10-25 [colin]     3.7.10cvs53
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+               Fix colors, fix warnings
+
+2011-10-25 [colin]     3.7.10cvs52
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+               Fix focus things.
+
+2011-10-25 [colin]     3.7.10cvs51
+
+       * src/stock_pixmap.c
+               Fix build with gtk + 2.20
+
+2011-10-25 [colin]     3.7.10cvs50
+
+       * src/compose.c
+       * src/messageview.c
+       * src/procmsg.c
+       * src/procmsg.h
+               Fix locking when sending a single message
+
+2011-10-25 [colin]     3.7.10cvs49
+
+       * src/gtk/colorlabel.c
+               GDK_ => GDK_KEY
+       * src/gtk/gtkcmclist.c
+               Make row height closer to what it was
+
+2011-10-25 [colin]     3.7.10cvs48
+
+       * src/stock_pixmap.c
+               Always use cairo to draw
+
+2011-10-25 [colin]     3.7.10cvs47
+
+       * src/mimeview.c
+               Fix bug #2529, 'crash in mimeview_start_drag after
+               deleting message'. Patch by Ricardo
+
+2011-10-23 [colin]     3.7.10cvs46
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+               Draw CMClist with cairo too.
+
+2011-10-23 [colin]     3.7.10cvs45
+
+       * src/gtk/gtkcmclist.h
+               Fix build (this was not meant to be commited)
+
+2011-10-23 [colin]     3.7.10cvs44
+
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/editgroup.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmctree.h
+       * src/gtk/gtksctree.c
+               Refactor some tree stuff (lots of code duplication there)
+               and switch to cairo for tree rendering.
+
+2011-10-23 [holger]    3.7.10cvs43
+
+       * src/filtering.c
+               Don't issue a warning for designed behaviour of the stop rule.
+               Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
+
 2011-10-22 [colin]     3.7.10cvs42
 
        * src/printing.c