commit 2b9fcef037565e7cffc3201a32007126c53cd494 Author: Chenthill Palanisamy Date: Mon Feb 21 14:46:36 2011 +0530 News update for 3.91.90 release NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 3da8a1663a8b4a50c5bca47a8d38b785d93bd98a Author: Kjartan Maraas Date: Fri Feb 18 18:53:29 2011 -0500 Bug 641833 - Cleanups and fixes for compiler warnings gtkhtml/gtkhtml.c | 6 +++--- gtkhtml/htmlengine-edit-movement.c | 12 ++++++------ gtkhtml/htmlengine-save.c | 1 - gtkhtml/htmlengine.c | 22 ++++++++-------------- gtkhtml/testgtkhtml.c | 1 - 5 files changed, 17 insertions(+), 25 deletions(-) commit 32e160332ca0293c57133d8b2191984a9e521320 Author: Milan Crha Date: Fri Feb 18 12:38:47 2011 +0100 Bug #642656 - Screen flickers black in body when replying email gtkhtml/gtkhtml.c | 4 +-- gtkhtml/htmlengine.c | 56 +++++++------------------------------------------ 2 files changed, 9 insertions(+), 51 deletions(-) commit ab4e313bf2eb8d500d692ca764a5d75bc5266c50 Author: Matthew Barnes Date: Sat Feb 12 11:09:09 2011 -0500 Remove NULL checks for GObject methods. As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. gtkhtml/gtkhtml.c | 4 ++-- gtkhtml/htmlgdkpainter.c | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) commit f757248a8e65e5c9bd9693c326084288ed456aeb Author: Matthew Barnes Date: Thu Feb 10 16:50:17 2011 -0500 Bump GTK+ requirement to 3.0. This requirement is now locked until GNOME 3.3 development begins. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 034968c7830e74fdbf28b1fe586c29c3f44f5bc6 Author: Kjartan Maraas Date: Tue Feb 8 00:07:21 2011 -0500 Bug 641765 - Fix warnings from GCC 4.6 GCC learned how to find dead assignments. components/editor/gtkhtml-editor-signals.c | 12 +----------- gtkhtml/gtkhtml.c | 9 +++------ 2 files changed, 4 insertions(+), 17 deletions(-) commit 89ecc30bc5e6947d75c866dddfcc78d913fcf012 Author: Chenthill Palanisamy Date: Mon Jan 31 18:26:51 2011 +0530 post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)