commit 21c2a52318ee5797f5db4dcbb6528bcc8f6d881b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Mar 25 13:21:45 2011 -0400

    Updates for 3.0.6

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

commit 7707c3bdc09d32339504bfd647f60c3b1a646cfc
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Fri Mar 25 15:46:41 2011 +0100

    window: Use settings from screen rather than default

    gtk_settings_get_default() was used to monitor the
    "gtk-application-prefers-dark-theme" setting, rather
    than the GtkSettings object associated with the window's
    screen.

 gtk/gtkwindow.c |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

commit e5f18717488f8a9b685dac1865bbe6c408ecc655
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Sun Mar 20 14:37:27 2011 +0100

    window: Export theme variant to X11

    The metacity theme format allows to use colors from the current
    GTK+ theme in window decorations. Since GTK+ now gained support
    for dark theme variants, window managers using that theme format
    (metacity, mutter, compiz via gtk-window-decorator) should be able
    to use colors from the correct variant; so in case a variant is
    requested, export it in the _GTK_THEME_VARIANT property on
    toplevel windows.

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

 docs/reference/gdk/gdk3-sections.txt |    1 +
 gdk/gdk.symbols                      |    1 +
 gdk/x11/gdkwindow-x11.c              |   37 ++++++++++++++++++++++++++
 gdk/x11/gdkx11window.h               |    2 +
 gtk/gtkwindow.c                      |   48
 ++++++++++++++++++++++++++++++++++
 5 files changed, 89 insertions(+), 0 deletions(-)

commit 91bce8e1cb02ceb716bfee22e4d2afa619de1361
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Mar 25 22:01:43 2011 +0900

    Updated Korean translation

 po/ko.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 34d2028da30b969ec25b26a079126db708019756
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Fri Mar 25 14:34:24 2011 +0530

    Updated Assamese translations

 po-properties/as.po | 5044
 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 2775 insertions(+), 2269 deletions(-)

commit e6f0ed36bc891220b219f718a4f300c58fc45a41
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Thu Mar 24 23:13:33 2011 +0200

    Update translation for Afrikaans (af)

 po/af.po | 2155
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 1210 insertions(+), 945 deletions(-)

commit 1c581263dac0f17454f547d75e08021dff22c0a6
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Mar 24 12:44:03 2011 -0400

    Make selectable labels work again

    You can select something, but moving the focus somewhere else,
    or bringing up
    the context menu makes the selection go away. This makes it
    impossible to
    copy-paste the text.

    The reason for this regression is that gtk_label_state_changed was
    sloppy and
    assumed that it would only ever be called when a labels goes
    insensitive, which
    is no longer the case.

    The patch fixes things by explicitly checking if the widget is
    insensitive, and
    only resetting the selection in that case, which is the same behaviour
    we have
    for e.g. GtkEntry.

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

commit 6cee7e305600053085530c8c2a3bd72f8e0bcca2
Author: chiachen <luojiazhen@gmail.com>
Date:   Thu Mar 24 16:29:02 2011 +0000

    Update simplified Chinese translation.

 po/zh_CN.po |  802
 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 470 insertions(+), 332 deletions(-)

commit ebe04950b4c22abc29ae1372a19819352fc8c8f1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 23 17:30:25 2011 -0400

    Bump version

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