commit d12ef4f973ac6570700bc6a7c334414e4400f571 Author: Matthew Barnes Date: Sun Nov 7 22:01:16 2010 -0500 NEWS update for 3.91.2 release. NEWS | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 532a9233fabda03f31e7d0065f6336fce887b31d Author: Matthew Barnes Date: Sun Nov 7 20:45:33 2010 -0500 Coding style and whitespace cleanup. gtkhtml/htmlengine-edit-cursor.c | 2 +- gtkhtml/htmlgdkpainter.c | 6 +++--- gtkhtml/htmlimage.c | 2 +- gtkhtml/htmlsearch.c | 2 +- gtkhtml/htmltextslave.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) commit ccb27d7492c29152c8651bcefd8aa9184b8ff3b2 Author: Milan Crha Date: Tue Nov 2 09:41:14 2010 +0100 Requires cairo 1.10.0 configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 18c3483e27907a9c5e93471b0233e8fa0f3cd5a5 Author: Matthew Barnes Date: Fri Oct 29 15:44:55 2010 -0400 Fix text focus rectangle. gtkhtml/htmltextslave.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 513b562466316455f45601af9616528bfaeac9b5 Author: Matthew Barnes Date: Fri Oct 29 15:14:10 2010 -0400 Fix various drawing glitches. gtkhtml/htmlengine-edit-cursor.c | 10 +++++----- gtkhtml/htmlgdkpainter.c | 21 +++++++++++++++------ 2 files changed, 20 insertions(+), 11 deletions(-) commit 43172c8a1bb1808ca81270abfce71c0875fe26fc Author: Carles Ferrando Date: Fri Oct 29 01:41:13 2010 +0100 Updated Catalan (Valencian) translation po/ca@valencia.po | 814 +++++++++++++++++++++++++---------------------------- 1 files changed, 378 insertions(+), 436 deletions(-) commit 1bd7b771431cbaf6b47da60effb234052856c3a4 Author: Milan Crha Date: Wed Oct 27 21:40:01 2010 +0200 Use 2.23.0 in gtk-compat.h gtkhtml/gtk-compat.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d085cd1cb81aab0767ab8276bef27b9ffdd832ed Author: Matthew Barnes Date: Mon Oct 25 19:06:32 2010 -0400 Fix build issues. gtkhtml/gtk-compat.h | 11 +++++------ gtkhtml/test.c | 2 +- gtkhtml/testgtkhtml.c | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) commit e1d4723c7b2baaed73edfe1e9206f336b8853a13 Author: Matthew Barnes Date: Mon Oct 25 13:06:36 2010 -0400 Bug 640072 - Convert rendering from GdkGC to cairo Original patch by William Jon McCann, updated by Kjartan Maraas, adapted for gtk+-2.0 and bug fixed by Matthew Barnes. components/editor/gtkhtml-color-combo.c | 8 +- components/editor/gtkhtml-color-swatch.c | 5 +- components/editor/gtkhtml-face-tool-button.c | 6 +- components/editor/main.c | 7 +- gtkhtml/gtk-compat.h | 26 ++- gtkhtml/gtkhtml-embedded.c | 22 +- gtkhtml/gtkhtml-embedded.h | 2 +- gtkhtml/gtkhtml.c | 91 ++++-- gtkhtml/htmldrawqueue.c | 6 +- gtkhtml/htmlembedded.c | 7 +- gtkhtml/htmlengine-edit-cursor.c | 33 ++- gtkhtml/htmlengine.c | 25 +- gtkhtml/htmlengine.h | 6 +- gtkhtml/htmlgdkpainter.c | 454 +++++++++++++------------- gtkhtml/htmlgdkpainter.h | 6 +- gtkhtml/htmlimage.c | 21 +- gtkhtml/htmlplainpainter.c | 13 +- gtkhtml/htmlselect.c | 9 +- gtkhtml/htmltextslave.c | 21 +- 19 files changed, 424 insertions(+), 344 deletions(-) commit 843c43872934c7bc504a81df03ddf2dd8debc5f6 Author: Gheyret T.Kenji Date: Thu Oct 21 18:54:53 2010 +0200 Added UG translation po/LINGUAS | 1 + po/ug.po | 1330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1331 insertions(+), 0 deletions(-) commit 9cdef951c59ebbd4503697eb796ec65122b5cc99 Author: Matthias Clasen Date: Wed Oct 20 10:23:29 2010 -0400 Bug 632596 - Don't use GtkComboBoxEntry gtkhtml/htmlselect.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 3bf9eb43743cc1526802e0ce52b295e31e5a3c82 Author: Matthias Clasen Date: Wed Oct 20 09:51:48 2010 -0400 Bug 632601 - Handle combo box text API going away gtkhtml/gtk-compat.h | 5 +++++ gtkhtml/test.c | 7 +++++-- gtkhtml/testgtkhtml.c | 7 +++++-- 3 files changed, 15 insertions(+), 4 deletions(-) commit a2bfdbd6de33fe616fa4eaba0cfb406f18e9e8c9 Author: Chenthill Palanisamy Date: Mon Oct 18 19:46:38 2010 +0530 post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)