commit e31ea4beace400057344cccd3b40a43d36c55462
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon Sep 13 11:52:08 2010 +0530

    News update for 3.31.92 release

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

commit aa0d85acb79c0b23cf723568e9b7944fedc5393d
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 12 06:29:12 2010 -0400

    Bug 629393 - git.mk breaks parallel builds

 git.mk |  177 +++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 93 insertions(+), 84 deletions(-)

commit c244c5906e641a33b8aa86e7f577d558b0897d2f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Sep 11 13:42:40 2010 -0400

    Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS.
    
    GNOME 2.32 is still based on GTK+ 2.x.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c4b4e3f8d4a6e1de9ea217c9d14bc5561dc19de7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Sep 11 13:28:09 2010 -0400

    Coding style and whitespace cleanups.

 a11y/table.c                            |   26 ++--
 gtkhtml/gtkhtml-embedded.c              |    8 +-
 gtkhtml/gtkhtml-properties.c            |    8 +-
 gtkhtml/gtkhtml.c                       |   82 +++++-----
 gtkhtml/gtkhtmldebug.c                  |    6 +-
 gtkhtml/htmlclueflow.c                  |   54 ++++----
 gtkhtml/htmlcolorset.c                  |   60 ++++----
 gtkhtml/htmlcolorset.h                  |    4 +-
 gtkhtml/htmlengine-edit-cursor.c        |    2 +-
 gtkhtml/htmlengine-edit-cut-and-paste.c |   12 +-
 gtkhtml/htmlengine-edit-table.c         |   64 ++++----
 gtkhtml/htmlengine-edit-tablecell.c     |   68 ++++----
 gtkhtml/htmlengine-save.c               |    2 +-
 gtkhtml/htmlengine.c                    |   52 ++++----
 gtkhtml/htmlfontmanager.c               |   20 ++--
 gtkhtml/htmlfontmanager.h               |    2 +-
 gtkhtml/htmlframeset.c                  |    2 +-
 gtkhtml/htmlgdkpainter.c                |    2 +-
 gtkhtml/htmlpainter.c                   |    6 +-
 gtkhtml/htmlprinter.c                   |    6 +-
 gtkhtml/htmlsearch.c                    |    2 +-
 gtkhtml/htmlsettings.h                  |    2 +-
 gtkhtml/htmlstyle.c                     |    4 +-
 gtkhtml/htmltable.c                     |  250 +++++++++++++++---------------
 gtkhtml/htmltext.c                      |   90 ++++++------
 gtkhtml/htmltextslave.c                 |   32 ++--
 gtkhtml/htmltokenizer.c                 |   34 ++--
 gtkhtml/htmlundo.c                      |   16 +-
 gtkhtml/htmlurl.c                       |    2 +-
 gtkhtml/test-stress.c                   |   24 ++--
 gtkhtml/test-suite.c                    |   16 +-
 gtkhtml/testgtkhtml.c                   |    4 +-
 32 files changed, 481 insertions(+), 481 deletions(-)

commit 446feef41ce1df5c60823aff2334ab24397ca8cf
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Sat Sep 11 19:13:46 2010 +0200

    Updated German translation

 po/de.po |  838 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 391 insertions(+), 447 deletions(-)

commit 4474c01ec3dd320322c28de4d09a1096bb0e0405
Author: Simon Brys <sbrys@novell.com>
Date:   Wed Sep 8 16:18:16 2010 +0530

    Bug #615511 (bnc) - Encoded question mark issues.
    
    Encoded question mark in HTML mails don't display correctly.

 gtkhtml/htmltokenizer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 54962d6860ab34a831d62a91d947afcc96d43d11
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Wed Sep 8 15:56:48 2010 +0530

    Bug #463936 (bnc) - Table insertion issues.
    
    Table inserted before existing text reformat text at end of line.
    Sets the default alignment to centre. This way, the text entered is not moved.

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

commit e9985e19fdff67b8b2640378d449cbee507d10f8
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 7 18:57:28 2010 +0200

    Updated Polish translation

 po/pl.po |  667 ++++++++++++++++++++------------------------------------------
 1 files changed, 217 insertions(+), 450 deletions(-)

commit 84f4f37d71c91f227f9a8c9e0a38fc7f07356033
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Sep 7 18:37:17 2010 +0200

    Bug #623265 - Various memory leaks

 gtkhtml/htmlengine-edit-cut-and-paste.c |    6 +++-
 gtkhtml/htmlengine.c                    |   46 +++++++++++++++++++++----------
 gtkhtml/htmlobject.c                    |    2 +
 3 files changed, 37 insertions(+), 17 deletions(-)

commit d089c3234d6b62040603ea6c9135bac5d018acad
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Sep 5 19:40:40 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  709 ++++++++++++++++++++---------------------------------------
 po/zh_TW.po |  709 ++++++++++++++++++++---------------------------------------
 2 files changed, 488 insertions(+), 930 deletions(-)

commit 9a15c9bbc91341e2608c556cbe5570af2ad272de
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Sep 4 23:18:12 2010 +0100

    Updated Portuguese translation

 po/pt.po |  829 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 385 insertions(+), 444 deletions(-)

commit 14891a212d6bd7d0e00a0833d652114163dba1c3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 1 09:31:33 2010 +0100

    Update British English translation

 po/en_GB.po |  835 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 388 insertions(+), 447 deletions(-)

commit 2cd507e048b5e04648e3262d2c1bbe488dda54c9
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 31 10:21:12 2010 +0200

    Fix a build break - missing include file

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

commit eb884038fcbc1c67e05e885590adbfacd690c364
Author: Jeff Cai <jeff.cai@sun.com>
Date:   Tue Aug 31 11:21:13 2010 +0800

    Fix for #613774, GtkHTMLStream should be freed by unref

 components/editor/gtkhtml-editor-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 238bf9ab2ec3f4011ef80d4c20de263dd116ea89
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Aug 30 22:28:54 2010 +0200

    Updated Hungarian translation

 po/hu.po |  659 ++++++++++++++++++++------------------------------------------
 1 files changed, 213 insertions(+), 446 deletions(-)

commit 9735b5f145ebaa820dca2795b57b4703ce73abd0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 29 19:21:30 2010 -0400

    Post-release version bump.

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