commit 6929db78a319c51b07c94ba76e10d4999e7e4fb4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 13:51:55 2010 -0500

    fix up accidental exports

 gtk/gtkscrolledwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 185bb2837bfdee1b8ece62394283f6d78381bc97
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 13:15:04 2010 -0500

    Another attempt at scrolledwindow size allocation

    Patches taken from bug 633278.

 gtk/gtkscrolledwindow.c |  303
 +++++++++++++++++++++++++---------------------
 1 files changed, 165 insertions(+), 138 deletions(-)

commit 4acf92c08d380d868b934b9aa99bcf62ebaed10b
Author: Colin Walters <walters@verbum.org>
Date:   Thu Oct 28 16:45:08 2010 -0400

    introspection: Explicitly include libgdk-x11.la when scanning gtk

    Debian changed the behavior of libtool to not follow dependencies
    from .la files.  Fortunately, the scanner explicitly looks at the
    .la files to see if they're really shared; if not it doesn't add
    them to the .gir, so there's no cost.

    https://bugzilla.gnome.org/show_bug.cgi?id=633405

 gtk/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b3a4095d55f04225a12e250d511ac2ae80769a5b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 11:20:17 2010 -0500

    Rewrap text in gtk-demo

 demos/gtk-demo/textview.c |  407
 ++++++++++++++++++++++++++-------------------
 1 files changed, 238 insertions(+), 169 deletions(-)

commit 6613fc7b36c7603d03c05382e8956384bd843c8c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 08:16:33 2010 -0500

    Fix the doc build

 gtk/gtktreeview.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 88366ad5fe4a8a20a41cb73585ca7e1eb3ffca87
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 08:15:06 2010 -0500

    Don't export _gtk_cell_renderer_calc_offset

    This is just a private convenience function, and exporting _-prefixed
    functions doesn't work with our libtool setup. Just do the 3 line
    calculation in gail.

 gtk/gtk.symbols                   |    1 -
 gtk/gtkcellrenderer.c             |    2 +-
 gtk/gtkcellrenderer.h             |   12 ++++++------
 modules/other/gail/gailtextcell.c |   20 ++++++++++++--------
 4 files changed, 19 insertions(+), 16 deletions(-)

commit f114efcd1053f4eacc7b362e1b6d71b5a6c69fb4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 8 23:19:58 2010 -0500

    Bump glib req. to 2.27.3

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

commit 3aabef6942fae871c54a716caaef569b279fcd68
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Nov 9 12:13:17 2010 +0800

    gdk.vcprojin: Include .rc file and fixed linker settings

    -Added the missed gdk.rc file
    -Made up for missed libraries required for link for configs other
    than Debug|win32

 build/win32/vs9/gdk.vcprojin |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 2fccd515f60a71c0cffda91756872afcb6be1de7
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Nov 9 12:06:34 2010 +0800

    gtk-demo.vcproj: set linker settings to be consistent

    -Made up for the additional dependencies for setups other than
    Debug|Win32 (the correct setting)
    -Made Subsystem="1" for all setups like Debug|Win32 (the correct
    setting)

 build/win32/vs9/gtk-demo.vcproj |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 1b3cc80df8e13ddd604a7b7a7f110a135d8104bc
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Nov 9 11:40:51 2010 +0800

    gtk+.vsprops: Removed GdkPixbuf stuff and made up for missed headers

    -Removed the GdkPixbuf stuff as it is now in a package of its own
    and added
     it as a dependent library here
    -Made up for the headers missed in the installation stage for GTK+/GDK

 build/win32/vs9/gtk+.vsprops |   53
 +++++++++++++++--------------------------
 1 files changed, 20 insertions(+), 33 deletions(-)

commit f718f1bee63b8c833497536dd241d812bba1f866
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 8 21:20:02 2010 -0500

    NEWS for 2.91.4

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

commit 1ddf183bac5499eebbaed0c977acd4731a08da67
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 8 18:37:37 2010 -0500

    Fix entry completion window sizing

    I don't think we are at the end of scrolledwindow tweaks yet,
    but this will make things work for now, as they used to.

    https://bugzilla.gnome.org/show_bug.cgi?id=633670

 gtk/gtkentrycompletion.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 3ecc361f97e9d0f2fb24580f1e807511b04b5e42
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Nov 8 16:20:19 2010 -0500

    pixbuf engine: remove only use of GCache in Gtk

    We'll be deprecating GCache in GLib soon.

 modules/engines/pixbuf/pixbuf-render.c |   67
 +++++++++++++++++++++----------
 1 files changed, 45 insertions(+), 22 deletions(-)

commit 76ba033f596573c32d7ba44584ef65104c1d4443
Author: Patrick Bernaud <patrickb@chez.com>
Date:   Mon Nov 8 18:36:39 2010 +0100

    docs: Move documentation to inline comments: GtkPaned

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=634338

    Signed-off-by: Javier Jardón <jjardon@gnome.org>

 docs/reference/gtk/tmpl/.gitignore    |    1 +
 docs/reference/gtk/tmpl/gtkpaned.sgml |  272
 ---------------------------------
 gtk/gtkpaned.c                        |   86 +++++++++++
 3 files changed, 87 insertions(+), 272 deletions(-)

commit 6a93e3bbe19fbe169959f2e57cba32f3b2b88bd8
Author: Patrick Bernaud <patrickb@chez.com>
Date:   Mon Nov 8 18:36:39 2010 +0100

    docs: Move documentation to inline comments: GtkProgressBar

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=634339

    Signed-off-by: Javier Jardón <jjardon@gnome.org>

 docs/reference/gtk/tmpl/.gitignore          |    1 +
 docs/reference/gtk/tmpl/gtkprogressbar.sgml |  241
 ---------------------------
 gtk/gtkprogressbar.c                        |   35 ++++
 3 files changed, 36 insertions(+), 241 deletions(-)

commit 692024940ceb9aab3ee0a4889ee888ca0cdb82c2
Author: Patrick Bernaud <patrickb@chez.com>
Date:   Mon Nov 8 18:36:38 2010 +0100

    docs: Move documentation to inline comments: GtkPageSetup

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=634340

    Signed-off-by: Javier Jardón <jjardon@gnome.org>

 docs/reference/gtk/tmpl/.gitignore        |    1 +
 docs/reference/gtk/tmpl/gtkpagesetup.sgml |  320
 -----------------------------
 gtk/gtkpagesetup.c                        |   52 +++++
 3 files changed, 53 insertions(+), 320 deletions(-)

commit 9452b271a08d478b9d2658745111988b32ca598b
Author: Hans Breuer <hans@breuer.org>
Date:   Sun Nov 7 21:19:48 2010 +0100

    Bug 609622 - disappearing statusicon

    Windows 7 is managing status icon visibility across process lifetime,
    which did not work with GTK+ create icons. Apparently the mechanism
    does not require use of new API (like suggested by MSDN), but it is
    enough to give a "unique" tooltip at creation time.
    Formerly this initial tooltip was not set at all, later setting via
    gtk_status_icon_set_tooltip_text() is not enough, but luckily
    different follow-up tooltips don't disturb the intended behavior.
    (cherry picked from commit ae0544c636c72753098b698e4951897c609a75b6)
    (cherry picked from commit 8a9d458bafe368335d0acca2c324f878ee64463f)

 gtk/gtkstatusicon.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit dc40e17af8e2eed5b47e1c7494cb3d98397ce35a
Author: Hans Breuer <hans@breuer.org>
Date:   Sun Nov 8 18:26:03 2009 +0100

    Update msvc build

 demos/gtk-demo/makefile.msc.in |    9 +++++----
 gtk/makefile.msc.in            |   10 ++++++++++
 2 files changed, 15 insertions(+), 4 deletions(-)

commit 9dfeee81276832960dd63571a554d92c34cde0f0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 7 11:22:07 2010 -0500

    Make GtkFileChooserButton behave as expected when expanding

 gtk/gtkfilechooserbutton.c    |    3 ++-
 tests/testfilechooserbutton.c |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 5400ec81681c5c8e51e4cd7fd4909b34148f8ab0
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Nov 7 10:50:45 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |  464
 ++++----------------------------------------------------------
 1 files changed, 26 insertions(+), 438 deletions(-)

commit 3aad9f66177b58fdaa19bf7b3ac4dc558452f744
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Nov 6 18:04:50 2010 +0100

    docs: Move documentation to inline comments: GtkCellView

    Signed-off-by: Javier Jardón <jjardon@gnome.org>

 docs/reference/gtk/tmpl/.gitignore       |    1 +
 docs/reference/gtk/tmpl/gtkcellview.sgml |  143
 ------------------------------
 gtk/gtkcellview.c                        |   13 +++
 3 files changed, 14 insertions(+), 143 deletions(-)

commit d5593dec9e8cb2277d2cfadbb7ed6fa336c9f927
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Nov 6 18:02:11 2010 +0100

    docs: Move documentation to inline comments: GtkCellRendererText

    Signed-off-by: Javier Jardón <jjardon@gnome.org>

 docs/reference/gtk/tmpl/.gitignore               |    1 +
 docs/reference/gtk/tmpl/gtkcellrenderertext.sgml |  288
 ----------------------
 gtk/gtkcellrenderertext.c                        |   14 +
 3 files changed, 15 insertions(+), 288 deletions(-)

commit 6cfd907290e699a9cea371259aa82519982d002f
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sat Nov 6 17:57:23 2010 +0100

    docs: Move documentation to inline comments: GtkCellRenderer

 docs/reference/gtk/tmpl/.gitignore           |    1 +
 docs/reference/gtk/tmpl/gtkcellrenderer.sgml |  448
 --------------------------
 gtk/gtkcellrenderer.c                        |   39 +++
 gtk/gtkcellrenderer.h                        |   23 ++
 4 files changed, 63 insertions(+), 448 deletions(-)

commit c418ea89e5bd6df58b61bbaa94668820e2ec48a0
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sat Nov 6 17:48:32 2010 +0100

    docs: Move documentation to inline comments: GtkSettings

 docs/reference/gtk/tmpl/.gitignore       |    1 +
 docs/reference/gtk/tmpl/gtksettings.sgml |  532
 ------------------------------
 gtk/gtksettings.c                        |   36 ++
 3 files changed, 37 insertions(+), 532 deletions(-)

commit aa4c96544b4722ebb601fdc813af4706b5b7ad15
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Nov 6 17:37:37 2010 +0100

    docs: Move documentation to inline comments: GtkColorSelection

    Signed-off-by: Javier Jardón <jjardon@gnome.org>

 docs/reference/gtk/tmpl/.gitignore       |    1 +
 docs/reference/gtk/tmpl/gtkcolorsel.sgml |  237
 ------------------------------
 gtk/gtkcolorsel.c                        |   21 +++
 gtk/gtkcolorsel.h                        |    9 +
 4 files changed, 31 insertions(+), 237 deletions(-)

commit 65536550c522969b38d10db57285c2dcd50cc32f
Author: Garrett Regier <alias301@gmail.com>
Date:   Sat Nov 6 17:28:53 2010 +0100

    docs: Move documentation to inline comments: GtkLayout

    Signed-off-by: Javier Jardón <jjardon@gnome.org>

 docs/reference/gtk/tmpl/.gitignore     |    1 +
 docs/reference/gtk/tmpl/gtklayout.sgml |  177
 --------------------------------
 gtk/gtklayout.c                        |   21 ++++
 3 files changed, 22 insertions(+), 177 deletions(-)

commit a9a7b60898fa76d0f8d0282987a6b11f8b287e01
Author: Kizito Birabwa <kbirabwa@yahoo.co.uk>
Date:   Sat Nov 6 16:40:35 2010 +0100

    Added Luganda translation

 po-properties/lg.po | 7183
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 po/LINGUAS          |    1 +
 po/lg.po            | 4360 +++++++++++++++++++++++++++++++
 3 files changed, 11544 insertions(+), 0 deletions(-)

commit 8f98c7f68cb1cdf057c0fb4f33d23bf7d04d965f
Author: Tor Lillqvist <tml@iki.fi>
Date:   Sat Nov 6 14:12:14 2010 +0200

    Add _gtk_cell_renderer_calc_offset

 gtk/gtk.symbols |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 58ed78cbe046b4ebf3d6594416e8447c639f8d79
Author: Tor Lillqvist <tml@iki.fi>
Date:   Sat Nov 6 13:13:59 2010 +0200

    Fix build breakage and avoid a warning

 modules/engines/ms-windows/msw_style.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1e9c09145712d55371e2773748857cc6d3059c35
Author: Tor Lillqvist <tml@iki.fi>
Date:   Sat Nov 6 13:13:37 2010 +0200

    Avoid a compiler warning

 gdk/win32/gdkdevice-wintab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6e56d05cbc39c154fdcde929cbd7655a16a74c59
Author: Tor Lillqvist <tml@iki.fi>
Date:   Sat Nov 6 13:13:10 2010 +0200

    Drop unused static function

 gdk/win32/gdkcursor-win32.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit c08e7f01fec4e95e4f7c146fa33421c04592920c
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sat Nov 6 03:19:32 2010 +0100

    docs: move documentation to inline comments: GtkColorButton

 docs/reference/gtk/tmpl/.gitignore          |    1 +
 docs/reference/gtk/tmpl/gtkcolorbutton.sgml |  148
 ---------------------------
 gtk/gtkcolorbutton.c                        |   13 +++
 3 files changed, 14 insertions(+), 148 deletions(-)

commit 5efde9d6d034e73d08ea19c3b795ff87a1d0c1ed
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sat Nov 6 03:04:27 2010 +0100

    docs: move documentation to inline comments: GtkTreeView

 docs/reference/gtk/tmpl/.gitignore       |    1 +
 docs/reference/gtk/tmpl/gtktreeview.sgml | 1456
 ------------------------------
 gtk/gtkenums.h                           |    9 +
 gtk/gtktreeview.c                        |   84 ++
 gtk/gtktreeview.h                        |   70 ++-
 5 files changed, 162 insertions(+), 1458 deletions(-)

commit f90bdb33c85d596e0396fdf9cd88878a600bc5eb
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sat Nov 6 02:41:09 2010 +0100

    docs: Move documentation to inline comments: GtkTextView

 docs/reference/gtk/tmpl/.gitignore       |    1 +
 docs/reference/gtk/tmpl/gtktextview.sgml |  883
 ------------------------------
 gtk/gtktextchild.h                       |   12 +-
 gtk/gtktextview.c                        |   12 +
 gtk/gtktextview.h                        |    6 +
 5 files changed, 26 insertions(+), 888 deletions(-)

commit 04ba8ef77a04c91542a05d012a57795c10ab1b69
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 5 16:25:29 2010 -0400

    GtkApplication: rewrite example application

    The intended way of using GtkApplication is mainly by subclassing,
    so make the example do that.

 gtk/tests/gtk-example-application.c |   64
 ++++++++++++++++++++++++++---------
 1 files changed, 48 insertions(+), 16 deletions(-)

commit ef3cc732cbab00b00c65b098b4129b92dd401127
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 5 16:24:55 2010 -0400

    GtkApplication: drop Quit from the docs

    GtkApplication does not currently implement any default actions.

 gtk/gtkapplication.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 0e0c4ee1299ce4e08a2185e50f9831563579594f
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Nov 5 20:49:20 2010 +0100

    docs: move documentation to inline comments: GtkEntry

 docs/reference/gtk/tmpl/.gitignore    |    1 +
 docs/reference/gtk/tmpl/gtkentry.sgml | 1004
 ---------------------------------
 gtk/gtkentry.c                        |   45 ++
 gtk/gtkentry.h                        |    9 +
 4 files changed, 55 insertions(+), 1004 deletions(-)

commit cf71dbde906dc7bdebae4c4c6a49f0c002254c20
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Nov 5 17:27:51 2010 +0100

    docs: Fix generation of GtkGrid documentation

 docs/reference/gtk/gtk3-sections.txt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c69075f1704c14b3f6e5e3f049b2fc1ea1367394
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Nov 5 17:01:34 2010 +0100

    tests: fix the build

    gtk_box_new() changed API recently.

 tests/testgiconpixbuf.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit a994a9f9459083541d28dfc6602039995beaf462
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Nov 5 10:34:15 2010 +0100

    icon-theme: always force icon sizes for emblems

    https://bugzilla.gnome.org/show_bug.cgi?id=634060

 gtk/gtkicontheme.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit fcfd494b78e7173054f8f9f77506eb30a8e02741
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Nov 5 10:33:50 2010 +0100

    tests: add a test for pixbufs implementing the GIcon interface

    https://bugzilla.gnome.org/show_bug.cgi?id=634060

 tests/Makefile.am       |    6 ++++
 tests/testgiconpixbuf.c |   74
 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+), 0 deletions(-)

commit 5071aa72ad35f9dd93304e63d02d8d638de2166e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Nov 5 10:33:16 2010 +0100

    icon-theme: support pixbufs implementing the GIcon interface

    https://bugzilla.gnome.org/show_bug.cgi?id=634060

 gtk/gtkicontheme.c |   44 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 43 insertions(+), 1 deletions(-)

commit f437507d4d3d406d52984c6f6e1a41dd61e7ca37
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Nov 5 13:02:42 2010 +0100

    gtkwindow: properly set the window icon list (#631331)

    This was probably a rendering-cleanup regression.

 gtk/gtkwindow.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit d1829ecd7436e84267d224b3c73ae406cc61e855
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Thu Nov 4 16:30:48 2010 +0100

    GtkWidget/GtkContainer: Slight fixes to geometry-management docs.

    Replace it's with its in several places.
    Replace some , with .
    Replace some ; with .
    Fix some plurals.
    Other minor corrections.

 gtk/gtkcontainer.c   |  316
 +++++++++++++++++++++++++-------------------------
 gtk/gtksizerequest.c |   37 +++---
 gtk/gtkwidget.c      |   58 +++++-----
 3 files changed, 205 insertions(+), 206 deletions(-)

commit 897a3337443e5289a7e1dd6e19a1a0c855f697f9
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Thu Nov 4 16:11:25 2010 +0100

    GtkWidget: Document the size-request signal deprecation.

    Hopefully my text is correct.

 gtk/gtkwidget.c | 1036
 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 520 insertions(+), 516 deletions(-)

commit 10f0e991dad27cf7ec6467e5b35e70ffaf390e4a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Nov 3 23:00:05 2010 -0400

    Handle empty button boxes gracefully

    https://bugzilla.gnome.org/show_bug.cgi?id=633915

 gtk/gtkbbox.c |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

commit 1c14268687ef40e7f73a466db1b578ceecbd1996
Author: Christian Dywan <christian@twotoasts.de>
Date:   Fri Oct 22 16:07:25 2010 +0200

    Only show Desktop in file chooser button if there is one

    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=632894

 gtk/gtkfilechooserbutton.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 5daab5266113a6aadd96fdcf504f3aa19c48fe39
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:   Tue Nov 2 15:30:44 2010 -0400

    Switch to CSS interpretation of rgb() and rgba() colors

    CSS3 defines a somewhat odd syntax for rgba() colors - the rgb values
    are integers from 0 to 255 or percentages and the a value is a
    float from 0 to 1. To avoid increasing the total amount of confusion
    in the world, make gdk_rgb_to_string() and gdk_rgb_parse() follow
    this syntax rather than using floats for r, g, and b.

    https://bugzilla.gnome.org/show_bug.cgi?id=633762

 gdk/gdkrgba.c         |   91
 +++++++++++++++++++++++++++++++++++++------------
 gdk/tests/gdk-color.c |   29 +++++++++-------
 2 files changed, 85 insertions(+), 35 deletions(-)

commit fbdcf193ae485cb311b31ed9ab1d69d69701598d
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Nov 3 08:26:27 2010 -0400

    gtktoolitemgroup: don't use GTimeSpec

    Use gint64 time instead.

 gtk/gtktoolitemgroup.c |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit 1f1e7c37ad31f0eefb525129775ac40c161bdba0
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed Nov 3 03:37:13 2010 +0100

    Revert "Move the /*< private >*/ at the correct position"

    All the object structures is opaque
    This reverts commit c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc.

 gtk/gtkgrid.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4e0a50db9ee19faa884069648fa35e92f725313c
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed Nov 3 03:20:20 2010 +0100

    docs: Improve cross-referencing on GtkGrid docs

 gtk/gtkgrid.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit dab457fbc689c0c1fc36a6ab07757bc7f5f6ffa3
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed Nov 3 03:19:22 2010 +0100

    docs: Fix gtk-doc markup in GtkWidget docs

 gtk/gtkwidget.c |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

commit b80322ba9388d20cc5091ac5fe09d7284cf06d9d
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Wed Nov 3 09:02:19 2010 +0900

    Updated Japanese translation

 po/ja.po | 1759
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 886 insertions(+), 873 deletions(-)

commit 764f627733a98a8c580cc3aa7c8386768d78da50
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Tue Nov 2 10:43:42 2010 +0100

    Fix tiny documetnation typo.

 gtk/gtkbox.c |   72
 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 36 insertions(+), 36 deletions(-)

commit d3aa89fc11d550878308262ce2ec82e69344bca6
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Tue Nov 2 09:23:24 2010 +0100

    GtkScrollable: Improve the documentation text.

 gtk/gtkscrollable.c |   54
 +++++++++++++++++++++++++-------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit c4714662b1e26c5091e9ec70b565d343274fd1dd
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Mon Nov 1 22:44:18 2010 +0100

    Removed a trailing enum comma.

 gtk/gtktextiter.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d8d73163fd148b7e8c4988e9aa0f496cddd6e657
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Mon Nov 1 22:59:21 2010 +0100

    Normalize boolean.

 gtk/gtktextbuffer.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 37dc91f0120d4c1a04135d754ccbad4c8b8520cf
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Mon Nov 1 22:42:15 2010 +0100

    Do not use gbooleans to save some bits.

 gtk/gtktextbuffer.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 586c5f0bb0aa14af3f3a11595f1b4baaee3a4307
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 1 13:12:29 2010 -0400

    Bump version

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

commit 5dddcb1fa5c0522ae09e3a0a4080372d72f051d2
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Fri Oct 1 10:00:13 2010 +0200

    Get rid of unused shaped_object list in _GtkTextLineDisplay

    https://bugzilla.gnome.org/show_bug.cgi?id=631076

 gtk/gtktextlayout.c |    8 +-------
 gtk/gtktextlayout.h |    3 +--
 2 files changed, 2 insertions(+), 9 deletions(-)