commit d886b3e842f33bca2f267e0dd91238db866f2ed9
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon Jan 31 17:05:53 2011 +0530

    News update for 3.91.6 release

 NEWS |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit b860e4813fb25e2d68fbf5ce0d98d5b2244cc2be
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jan 30 10:23:26 2011 -0500

    More whitespace cleanup.

 a11y/cell.c                                |    2 +-
 a11y/html.c                                |    2 +-
 a11y/image.c                               |    2 +-
 a11y/object.c                              |    6 +-
 a11y/paragraph.c                           |    2 +-
 a11y/table.c                               |    4 +-
 a11y/text.c                                |   64 +++++++-------
 components/editor/gtkhtml-editor-actions.c |    2 +-
 components/editor/gtkhtml-editor-private.c |    2 +-
 gtkhtml/dllmain.c                          |   62 +++++++-------
 gtkhtml/gtkhtml-stream.c                   |    2 +-
 gtkhtml/gtkhtml.c                          |   56 ++++++------
 gtkhtml/htmlclueflow.c                     |   58 ++++++------
 gtkhtml/htmlembedded.c                     |    6 +-
 gtkhtml/htmlengine-edit-clueflowstyle.c    |    2 +-
 gtkhtml/htmlengine-edit-cursor.c           |    6 +-
 gtkhtml/htmlengine-edit-movement.c         |    4 +-
 gtkhtml/htmlengine-edit-table.c            |   10 +-
 gtkhtml/htmlengine.c                       |    6 +-
 gtkhtml/htmlentity.c                       |   28 +++---
 gtkhtml/htmlframeset.c                     |    2 +-
 gtkhtml/htmliframe.c                       |    4 +-
 gtkhtml/htmlimage.c                        |    4 +-
 gtkhtml/htmlmarshal.c                      |  136 ++++++++++++++--------------
 gtkhtml/htmlobject.c                       |    4 +-
 gtkhtml/htmlrule.c                         |    2 +-
 gtkhtml/htmltablecell.c                    |    2 +-
 gtkhtml/htmltext.c                         |   16 ++--
 gtkhtml/htmlurl.c                          |    4 +-
 gtkhtml/testgtkhtml.c                      |   32 ++++----
 30 files changed, 266 insertions(+), 266 deletions(-)

commit 4ddec85a21126ecbbabec5011b7b2a2a051013a8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Jan 29 10:08:56 2011 -0500

    Coding style and whitespace cleanup.

 components/editor/gtkhtml-color-swatch.c |   14 ++++---
 gtkhtml/htmlsearch.c                     |   56 +++++++++++++++---------------
 2 files changed, 36 insertions(+), 34 deletions(-)

commit 1ee3e676bb7b342770fd25fbd9ff88856b9b047e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jan 28 01:02:48 2011 -0500

    Add preview in Insert Image dialog.
    
    Also restrict the files shown to images only.

 components/editor/Makefile.am                    |    2 +
 components/editor/gtkhtml-editor-actions.c       |   44 ++--
 components/editor/gtkhtml-editor-private.c       |   30 --
 components/editor/gtkhtml-editor-private.h       |    4 +-
 components/editor/gtkhtml-image-chooser-dialog.c |  325 ++++++++++++++++++++++
 components/editor/gtkhtml-image-chooser-dialog.h |   73 +++++
 6 files changed, 427 insertions(+), 51 deletions(-)

commit 368110b5b96d022cde109236982c052cfe7eacb0
Author: Fran DiƩguez <fran.dieguez@mabishu.com>
Date:   Thu Jan 27 03:27:29 2011 +0100

    QA of Galician translations

 po/gl.po |  192 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 96 insertions(+), 96 deletions(-)

commit 5e789ee20e7e0bce30ffe786044fb7601b550a77
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jan 26 13:22:59 2011 -0500

    Require the latest gtk+-3.0 release until 3.0.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 69232558a687bea51922735e2de81dca2cf015c5
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 26 17:02:18 2011 +0100

    Bug #640533 - Incorrect rendering with inner frames

 gtkhtml/htmlengine.c |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

commit d875a5ba7b8bb2b3c6355ab35b172403918ac110
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 26 14:35:55 2011 +0100

    Do not allocate space for GtkHTMLEmbedded when child is hidden

 gtkhtml/gtkhtml-embedded.c |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)

commit 2132087cf9ab03390a824c71ba1dfda05f6cd58c
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 25 12:48:08 2011 +0100

    No GtkWidget::extension-events property in Gtk3

 components/editor/gtkhtml-editor-builder.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 21be78cd4d6cffb1ccd63b8f562cb00e85de7a1e
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 24 15:47:02 2011 +0100

    Remove unnecessary calls of gtk_adjustment_value_changed()

 gtkhtml/gtkhtml.c |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

commit 98c3af6f46dec78dfeff926e082a46fdfbc2b0ac
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Dec 22 10:10:13 2010 -0500

    Adapt to recent GTK+ changes
    
    Use g_object_unref instead of gdk_cursor_unref. Bump the GTK+ dep
    to 2.91.7 for this change.

 configure.ac      |    2 +-
 gtkhtml/gtkhtml.c |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 00e581eb60c9385c2379e49ec824f305a1485691
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Dec 17 17:54:13 2010 +0100

    Fix drawing with gtk3

 components/editor/gtkhtml-color-swatch.c |   22 +++-----
 gtkhtml/gtkhtml-private.h                |    3 +
 gtkhtml/gtkhtml.c                        |   95 +++++++++++++-----------------
 gtkhtml/htmlengine.c                     |   27 ++++-----
 gtkhtml/htmlengine.h                     |    7 +--
 5 files changed, 66 insertions(+), 88 deletions(-)

commit 998e9b6f48da3b0dc6c7b6b7e67cb00b416d31e9
Author: Vibha Yadav <yvibha@novell.com>
Date:   Thu Dec 2 17:40:44 2010 +0530

    Bug #635571 - Adapt size_request to gtk-3.0 change
    
    Build is failing as size_request is deprecated from GtkWidgetClass
    Using get_preferred_width and get_preferred_height instead of
    size_request.

 components/editor/gtkhtml-color-combo.c  |   22 +++++++++++++++---
 components/editor/gtkhtml-color-swatch.c |   22 +++++++++++++++---
 gtkhtml/gtkhtml-embedded.c               |   33 +++++++++++++++++++++-----
 gtkhtml/gtkhtml.c                        |   36 ++++++++++++++++++++---------
 4 files changed, 87 insertions(+), 26 deletions(-)

commit 08357570c888af6a26a3e321be9bdb40b6bd520a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Nov 8 20:35:41 2010 -0500

    Adapt to new GtkScrollable interface.

 gtkhtml/gtkhtml.c |  113 ++++++++++++++++++++++++++++++-----------------------
 1 files changed, 64 insertions(+), 49 deletions(-)

commit b266cd690d5372dc9398b6fc01364d4b0b10eebe
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Nov 8 14:34:30 2010 -0500

    Not gonna deal with deprecated API in GTK3 just yet.

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit d99bbea2d99484cc9cbd0baab7782a58a00686c5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jan 9 10:52:38 2011 -0500

    Drop backward-compatibility cruft.

 components/editor/gtkhtml-color-combo.c      |    7 +--
 components/editor/gtkhtml-color-swatch.c     |    3 -
 components/editor/gtkhtml-face-tool-button.c |    7 +--
 components/editor/gtkhtml-spell-dialog.c     |    3 -
 components/editor/main.c                     |    4 --
 gtkhtml/Makefile.am                          |    1 -
 gtkhtml/gtk-compat.h                         |   53 --------------------------
 gtkhtml/gtkhtml-embedded.c                   |    3 -
 gtkhtml/gtkhtml-search.c                     |    3 -
 gtkhtml/gtkhtml.c                            |    5 +--
 gtkhtml/htmldrawqueue.c                      |    3 -
 gtkhtml/htmlembedded.c                       |    3 -
 gtkhtml/htmlengine.c                         |   23 ++++++-----
 gtkhtml/htmlselect.c                         |   14 +------
 gtkhtml/htmltextinput.c                      |    3 -
 gtkhtml/test.c                               |    3 -
 gtkhtml/testgtkhtml.c                        |    3 -
 17 files changed, 18 insertions(+), 123 deletions(-)

commit 3085aadae6e63372c5e0083e383f323c4166a878
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Dec 16 12:08:04 2010 -0500

    Drop support for gtk+-2.0.

 components/editor/Makefile.am |   15 ++-----------
 configure.ac                  |   43 +++++++---------------------------------
 gtkhtml/Makefile.am           |   22 +++++++++-----------
 3 files changed, 21 insertions(+), 59 deletions(-)

commit 40812281b51c5f7e058c5fd7070f71eb9bb994b2
Author: Wei-Lun Chao <chaoweilun@gmail.com>
Date:   Tue Jan 25 19:16:49 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |    6 +++---
 po/zh_TW.po |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 5f41deb776b6aebcd835eed61a7fec9c3b94adcb
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Jan 8 20:02:03 2011 -0500

    Post-release version bump.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)