commit 76ae6a80ff71a4098cc03eb8a663572802285b63
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 11 12:58:34 2010 -0500

    Dco updates

 docs/reference/gdk/gdk-sections.txt |    1 +
 docs/reference/gtk/gtk-sections.txt |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 5adb6f2c20fc9ae4cdc71979b43bd141179ebd1b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 11 12:21:10 2010 -0500

    Updates

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

commit 59ddde4c37c85c082c412cbf78c14269e309ba40
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jan 4 12:32:54 2010 +0100

    Implement property editor for GdkColor properties

    Bug #606434.

 tests/prop-editor.c |   69
 +++++++++++++++++++++++++++++++++++++++++++++++---
 tests/testgtk.c     |   17 +++++++++---
 2 files changed, 76 insertions(+), 10 deletions(-)

commit 2520d02be9df6cb9be443f14abac9778afb62bad
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 11 17:37:13 2010 +0100

    Limit GtkContainer::border-width to 65535

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

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

commit d32b061895378aa721cca52065608e1b34a60e2b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 11 10:23:57 2010 -0500

    Plug a pixmap leak

    We were getting our refcounts tangled up when setting drawable
    clips on
    GCs with CSW, leading to a pretty bad pixmap leak. See bug 606143.

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

commit 90f72a0d8f2d9b067462d8344ad55fff93f37ea1
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 11 10:59:26 2010 +0100

    Implement "preedit-changed" in GtkEntry and GtkTextView

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

 gtk/gtkentry.c    |   23 +++++++++++++++++++++++
 gtk/gtktextview.c |   27 +++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

commit 5bcc4e2e97a224c3d7bf48e05d61ba75e26601bc
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 11 10:35:06 2010 +0100

    Use const gchar* in gtk_window_get_icon_name implementation

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

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

commit 392540823274320c27e8897d07a0804a84390042
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 11 10:30:48 2010 +0100

    Document GtkWidget::state-changed signal properly

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

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

commit ccf17a828bda3c22df7bd44c0736bf972c0588b7
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Jan 11 06:25:59 2010 +0100

    [docs] Add missing "Deprecated: 2.x" to the api doc comments

 gdk-pixbuf/gdk-pixbuf-animation.c |    4 ++--
 gdk-pixbuf/gdk-pixbuf.c           |    4 ++--
 gdk/gdkevents.c                   |    4 ++--
 gdk/gdkfont.c                     |    4 ++--
 gtk/gtkcolorsel.c                 |    2 +-
 gtk/gtkentry.c                    |    2 +-
 gtk/gtkwidget.h                   |    4 ++--
 7 files changed, 12 insertions(+), 12 deletions(-)

commit 1d2900bb27350d1f2dbeeff1eed0ee64d452aa82
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 9 16:59:32 2010 +0100

    Updated Swedish translation

 po-properties/sv.po | 4860
 ++++++++++++++++++++++++---------------------------
 1 files changed, 2317 insertions(+), 2543 deletions(-)

commit d907ef4f7382d950d3ca6c8f977d19db174270d5
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 9 16:54:54 2010 +0100

    Updated Swedish translation

 po/sv.po | 2838
 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 1289 insertions(+), 1549 deletions(-)

commit e18ac2a617818a8b16aec512a053d212df4bb9d1
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Jan 6 18:46:37 2010 +0100

    Allow NULL iter in gtk_combo_box_set_active_iter to unset

    Bug #606230.

 gtk/gtkcombobox.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit d85735a3376e2174fbf91360d82bada841853368
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jan 8 13:22:19 2010 -0500

    Try a little harder to survive close to OOM

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

commit 1d4c6ebe5feae2566e005d260cc8a6f4285c7419
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jan 8 13:20:28 2010 -0500

    Avoid an FPE for ludicrous scale values

    ...just bail out early.

 gdk-pixbuf/pixops/pixops.c |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

commit f5b21802bbf02d89c61633286492f62109b0f2a2
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Jan 8 17:42:34 2010 +0100

    Use g_strcmp0() instead custom safe_strcmp()

    Reported by Rafal Luzynski in
    https://bugzilla.gnome.org/show_bug.cgi?id=606415

 gtk/gtkprinter.c          |   18 +++---------------
 gtk/gtkprinteroptionset.c |   13 +------------
 2 files changed, 4 insertions(+), 27 deletions(-)

commit fbd0db99e44aadfd038c32ee5a32e0943115a490
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Fri Jan 8 17:55:32 2010 +0100

    Updated asturian language

 po/ast.po |12224
 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 6734 insertions(+), 5490 deletions(-)

commit 2a34285ad72ef32e255a4aca6895bd54c11c50e9
Author: Javier Jardón <jjardon@gnome.org>
Date:   Thu Jan 7 08:33:08 2010 +0100

    Fix links in GtkComboBox migration guide

    Some link to GTK+ classes are not gererated because the ":" near
    the class name; solution: "#GtkComboBox<!---->:"
    Also, added some links to the proper signals

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

 docs/reference/gtk/migrating-GtkComboBox.sgml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 808e698ea7ec48e28ffa175effa7b79939fccc80
Author: Jean Brefort <jean.brefort@normalesup.org>
Date:   Thu Jan 7 16:40:49 2010 +0100

    fix critical in gtk_editable_insert_text

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

commit 56a893ca8cafc4b4d5cc32018795d8eda3fa1dbc
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Jan 4 04:56:11 2010 +0100

    Deprecate widget flag: GTK_WIDGET_CAN_FOCUS

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

 gtk/gtkbutton.c                        |    2 +-
 gtk/gtkcontainer.c                     |    2 +-
 gtk/gtklabel.c                         |    2 +-
 gtk/gtkrange.c                         |    4 ++--
 gtk/gtkscrolledwindow.c                |    2 +-
 gtk/gtktogglebutton.c                  |    2 +-
 gtk/gtktreeview.c                      |   16 ++++++++--------
 gtk/gtktreeviewcolumn.c                |    2 +-
 gtk/gtkwidget.c                        |   14 +++++++-------
 gtk/gtkwidget.h                        |    5 +++++
 gtk/gtkwindow.c                        |    2 +-
 modules/engines/ms-windows/msw_style.c |    2 +-
 modules/other/gail/gailbutton.c        |    2 +-
 modules/other/gail/gaillabel.c         |    2 +-
 modules/other/gail/gailwidget.c        |    4 ++--
 15 files changed, 34 insertions(+), 29 deletions(-)

commit 51e0dd9a82270ebfe8d4f5da0b3674c3c9ad0d57
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Jan 4 03:07:11 2010 +0100

    Deprecate some widget flags

    Deprecate the following:
    GTK_WIDGET_APP_PAINTABLE
    GTK_WIDGET_CAN_DEFAULT
    GTK_WIDGET_DOUBLE_BUFFERED
    GTK_WIDGET_HAS_DEFAULT
    GTK_WIDGET_HAS_GRAB
    GTK_WIDGET_RECEIVES_DEFAULT

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

 docs/reference/gtk/drawing-model.xml   |    2 +-
 gtk/gtkbutton.c                        |    8 ++++----
 gtk/gtkeventbox.c                      |    2 +-
 gtk/gtkmain.c                          |    8 ++++----
 gtk/gtkscalebutton.c                   |    2 +-
 gtk/gtkwidget.c                        |   24 ++++++++++++------------
 gtk/gtkwidget.h                        |   24 ++++++++++++++++++++++++
 gtk/gtkwindow.c                        |   30
 +++++++++++++++---------------
 gtk/tests/builder.c                    |    2 +-
 modules/engines/ms-windows/msw_style.c |    2 +-
 modules/other/gail/gail.c              |    2 +-
 modules/other/gail/gailwidget.c        |    2 +-
 12 files changed, 66 insertions(+), 42 deletions(-)

commit b9a96210eacc3cbad37e079ca3e294400335bac2
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
Date:   Thu Jan 7 13:40:17 2010 +0530

    Made couple of translation changes in kn.po

 po/kn.po | 2337
 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 1141 insertions(+), 1196 deletions(-)

commit 9fc436d810d12f75387bf8bfd440ef6db460500a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 6 22:44:16 2010 -0500

    Setup libjpeg error handlers early enough

    See bug 606068 for details.

 gdk-pixbuf/io-jpeg.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit e466b0e93e6b89f28e44c7e7ba0b793e7275992c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 6 14:33:14 2010 +0100

    Updated Spanish translation

 po/es.po |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit cec572dbf6b071f265d97d676b2c5f8b46f8d537
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Wed Jan 6 11:41:07 2010 +0200

    One-line fix to a noticiable translation bug.

 po/fi.po |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit f28f71dbbd00610892352913658021ad650314d4
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jan 5 17:00:15 2010 +0100

    Updated Slovenian translation

 po/sl.po |11460
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 5730 insertions(+), 5730 deletions(-)

commit 8f79d833a2f23a16f3070ce1cd6dcf5a94e518c7
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Tue Jan 5 17:02:41 2010 +0200

    Update Ukrainian translation

 po-properties/uk.po | 3521
 ++++++++++++++++++++++++++-------------------------
 po/uk.po            | 2254 ++++++++++++++++-----------------
 2 files changed, 2896 insertions(+), 2879 deletions(-)

commit de72a5dc9ec880540185af40467cd37899ab1779
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 5 13:48:13 2010 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 2214
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1108 insertions(+), 1106 deletions(-)

commit 0d501df246503d90b11582176c41e218da77b697
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Jan 5 12:54:33 2010 +0100

    Updated Basque language

 po/eu.po | 3406
 +++++++++++++++-----------------------------------------------
 1 files changed, 815 insertions(+), 2591 deletions(-)

commit aa63be61d9082f50523c3c2c796d5a8318673cfe
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Jan 4 11:47:40 2010 +0100

    Fix compilation warning: use const *gchar variable

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

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

commit c1cddb2b24014abb50633fe7081b8ad94d111508
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Dec 21 04:01:03 2009 +0100

    Fix compilation warning: use the correct conversion specifier

    Use G_GSIZE_FORMAT instead of %i

    The warning was added in
    commit ba651d4022ed4dceb6ad7394adcb0ff6c8006581

 demos/testpixbuf-color.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d8adf58d387bce760b75459193cee6ed48c0e9ea
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 4 08:41:07 2010 +0100

    Don't use GTK_WIDGET_NO_WINDOW in GtkEventBox

 gtk/gtkeventbox.c |   28 +++++++++++-----------------
 1 files changed, 11 insertions(+), 17 deletions(-)

commit 5d675b9f1199c2f410556f20a732e36820035951
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 4 08:39:24 2010 +0100

    No GTK_WIDGET_NO_WINDOW in GtkFixed and  deprecate
    gtk_fixed_set_has_window

 gtk/gtk.symbols |    4 +++-
 gtk/gtkfixed.c  |   23 ++++++++++++-----------
 gtk/gtkfixed.h  |    2 ++
 3 files changed, 17 insertions(+), 12 deletions(-)

commit 525cc3ada2060d8f71ed978057c0cd48ef1e6d3b
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 4 08:26:50 2010 +0100

    Don't use GTK_WIDGET_NO_WINDOW in GtkContainer

 gtk/gtkcontainer.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit bb1824c131f247c2ef64f3c5f8b9ffe3885c9d90
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 4 07:49:26 2010 +0100

    Deprecate flag macros for toplevel, state, no window and composite
    child

    Deprecate widget flag macros GTK_WIDGET_STATE, GTK_WIDGET_SAVED_STATE,
    GTK_WIDGET_FLAGS, GTK_WIDGET_TOPLEVEL, GTK_WIDGET_NO_WINDOW and
    GTK_WIDGET_COMPOSITE_CHILD.

    Also deprecate the type macros GTK_WIDGET_TYPE, GTK_OBJECT_TYPE_NAME
    and
    GTK_OBJECT_TYPE which have become redundant.

    Instances of GTK_WIDGET_TOPLEVEL are replaced with
    gtk_widget_is_toplevel,
    GTK_WIDGET_TYPE is replaced with G_OBJECT_TYPE,
    GTK_WIDGET_COMPOSITE_CHILD
    is replaced with use of the "composite-child" property and uses of
    GTK_WIDGET_NO_WINDOW are adjusted to use gtk_widget_get_has_window.

    Uses of GTK_WIDGET_SAVED_STATE and GTK_WIDGET_FLAGS inside GtkWidget
    are
    changed to direct flag usage.

    Documentation is updated to refer to gtk_widget_set_has_window and
    gtk_widget_get_has_window.

    Gail and tests are updated as well.

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

 docs/reference/gtk/drawing-model.xml     |    9 ++--
 docs/reference/gtk/glossary.xml          |    5 +-
 docs/reference/gtk/tmpl/gtkobject.sgml   |   15 -------
 gtk/gtkassistant.c                       |    2 +-
 gtk/gtkclist.c                           |    2 +-
 gtk/gtkcolorbutton.c                     |    2 +-
 gtk/gtkcombobox.c                        |    4 +-
 gtk/gtkcontainer.c                       |    9 +++-
 gtk/gtkdnd-quartz.c                      |    6 +-
 gtk/gtkdnd.c                             |    8 ++--
 gtk/gtkdrawingarea.c                     |    4 +-
 gtk/gtkfilechooserbutton.c               |    2 +-
 gtk/gtkfilechooserdefault.c              |    2 +-
 gtk/gtkfontbutton.c                      |    2 +-
 gtk/gtkfontsel.c                         |    2 +-
 gtk/gtkhandlebox.c                       |    2 +-
 gtk/gtkiconview.c                        |    2 +-
 gtk/gtklabel.c                           |    2 +-
 gtk/gtkmenu.c                            |    2 +-
 gtk/gtkmenubar.c                         |    4 +-
 gtk/gtkmisc.c                            |    2 +-
 gtk/gtknotebook.c                        |    4 +-
 gtk/gtkobject.h                          |   22 ++++++++++-
 gtk/gtkoptionmenu.c                      |    2 +-
 gtk/gtkpaned.c                           |    2 +-
 gtk/gtkplug.c                            |   16 ++++----
 gtk/gtkprintunixdialog.c                 |    2 +-
 gtk/gtkrecentchooserdefault.c            |    2 +-
 gtk/gtkscrolledwindow.c                  |    2 +-
 gtk/gtksizegroup.c                       |    2 +-
 gtk/gtksocket.c                          |    6 +-
 gtk/gtktextview.c                        |    2 +-
 gtk/gtktooltip.c                         |    4 +-
 gtk/gtktreeitem.c                        |    2 +-
 gtk/gtktreeview.c                        |    2 +-
 gtk/gtktreeviewcolumn.c                  |    2 +-
 gtk/gtkviewport.c                        |    2 +-
 gtk/gtkwidget.c                          |   60
 +++++++++++++++---------------
 gtk/gtkwidget.h                          |   26 ++++++++++++-
 gtk/gtkwindow.c                          |    4 +-
 modules/input/gtkimcontextxim.c          |    4 +-
 modules/other/gail/gailtreeview.c        |    6 +-
 modules/other/gail/gailwidget.c          |    8 ++--
 modules/other/gail/gailwindow.c          |    4 +-
 modules/other/gail/tests/testaction.c    |    2 +-
 modules/other/gail/tests/testnotebook.c  |    2 +-
 modules/other/gail/tests/testobject.c    |    2 +-
 modules/other/gail/tests/testselection.c |    2 +-
 perf/gtkwidgetprofiler.c                 |    2 +-
 tests/testdnd.c                          |    2 +-
 tests/testgtk.c                          |    2 +-
 51 files changed, 158 insertions(+), 130 deletions(-)

commit ac26960e62346558737073ac516790005d7c64ad
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 4 07:30:57 2010 +0100

    Fix missing GTK_WIDGET cast on printer option widget in
    construct_widgets

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

commit 3a9633a9de67f0272e120c8e4540f27e4b52712f
Author: Christian Dywan <christian@twotoasts.de>
Date:   Mon Jan 4 07:29:42 2010 +0100

    Fix missing GTK_WINDOW cast in _gtk_menu_shell_update_mnemonics

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

commit 8f7c3729efb53662013ab3ea1c0a5690f55e81b3
Author: Benjamin Otte <otte@gnome.org>
Date:   Sun Jan 3 23:11:05 2010 +0100

    Document missing signal parameter

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

commit bef70bc5bf73d6c5020f0d606c49321e9d424bd6
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sun Dec 20 21:39:42 2009 +0100

    [docs] Add documentation for GdkWindow 'cursor' property

    Reported by Rafal Luzynski here:
    https://bugzilla.gnome.org/show_bug.cgi?id=604821

 gdk/gdkwindow.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 9734b1f138ae82865979470655c5dd496906b764
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Jan 3 22:24:02 2010 +0700

    Updated Thai translation.

 po/th.po |   53 ++++++++++++++++++++---------------------------------
 1 files changed, 20 insertions(+), 33 deletions(-)

commit 23042427f54b19059e1e9fff1296e36b975e1639
Author: Hiroyuki Ikezoe <poincare@ikezoe.net>
Date:   Sun Jan 3 18:22:55 2010 +0900

    Use CAIRO_VERSION instead of CAIRO_VERSION_CODE

    Cairo does not have CAIRO_VERSION_CODE macro.
    Fix for bug #605472.

 gdk/directfb/gdkdrawable-directfb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 23a5381cbadab6ae79dfb896699fd7ab2566c01b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Jan 3 00:57:14 2010 -0500

    Make mnemonic hiding work in all cases

    Both gtk-enable-mnemonics and gtk-auto-mnemonis did not work with
    gtk_label_set_markup_with_mnemonic(). Also, fix
    gtk_label_set_pattern().

 gtk/gtklabel.c |  168
 ++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 108 insertions(+), 60 deletions(-)

commit eb2879eba947407bc37613561460a89b3093d305
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Jan 2 22:20:51 2010 -0500

    Update dependency information

 INSTALL.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 85b41aaffce7996a9bf3e635fdd25e280c1315ee
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Jan 2 20:11:50 2010 -0500

    Don't use string concatentation in translated strings

    gettext can't handle it, and there is no real need to use
    G_GSIZE_FORMAT
    here anyway.

 gdk-pixbuf/io-png.c  |    4 ++--
 gdk-pixbuf/io-tiff.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 94ba3d86f3e0b681c93830ab68f5b031c784184d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 2 09:59:16 2010 +0100

    Updated Slovenian translation

 po-properties/sl.po |14437
 +++++++++++++++++++++++++--------------------------
 1 files changed, 7134 insertions(+), 7303 deletions(-)

commit 1353e1f51870c90f12624871f0b0d1754c1e48f7
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 2 09:59:04 2010 +0100

    Updated Slovenian translation

 po/sl.po |11657
 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 5730 insertions(+), 5927 deletions(-)

commit 5886e5cff2606b9b948f254259744e417ac60f49
Author: Kristian Rietveld <kris@gtk.org>
Date:   Fri Jan 1 20:54:27 2010 +0100

    Plug leaks in quartz implementation of gtk_drag_begin_idle()

 gtk/gtkdnd-quartz.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit c049c6a38507fe4279a51422fb65d77cd8be8b8a
Author: Kristian Rietveld <kris@gtk.org>
Date:   Fri Jan 1 20:39:57 2010 +0100

    Rework a previous commit to not crash in addition to fixing leaks

    The target list/entry to pasteboard entry conversions return a NSSet
    now instead of NSArray.

 gtk/gtkclipboard-quartz.c |   14 +++++++++-----
 gtk/gtkdnd-quartz.c       |   11 ++++++++---
 gtk/gtkquartz.c           |   18 ++++--------------
 gtk/gtkquartz.h           |    4 ++--
 4 files changed, 23 insertions(+), 24 deletions(-)

commit 693124500386628e2a26533bcfbb453b10d253ae
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Thu Dec 31 13:55:51 2009 +0100

    GtkToolPalette: docs: Minor English corrections.

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

commit cdb13d233eb5bc223dd980f120c54f17dea30398
Author: Johan Dahlin <johan@gnome.org>
Date:   Thu Dec 31 01:48:50 2009 +0100

    Make sure Gdk-2.0.gir is installed

    Fixes a variable name typo

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

commit c212f680a4be445e8964c2ea47347f218718b988
Author: Johan Dahlin <johan@gnome.org>
Date:   Thu Dec 31 01:47:24 2009 +0100

    Avoid warnings when introspetion is not available

    -include is the same as include but will never warn if the
    file is not available

 gdk-pixbuf/Makefile.am |    2 +-
 gdk/Makefile.am        |    2 +-
 gtk/Makefile.am        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 5955cfe37fbe81ca1b9c660254db3ecedc92827a
Author: Johan Dahlin <johan@gnome.org>
Date:   Thu Dec 31 01:19:13 2009 +0100

    Fix build with system install of introspection

    Or redo it properly and remove previous hack by Matthias.

 configure.in           |    6 ------
 gdk-pixbuf/Makefile.am |    4 ++--
 gdk/Makefile.am        |    4 ++--
 gtk/Makefile.am        |    4 ++--
 4 files changed, 6 insertions(+), 12 deletions(-)

commit c37c57528c674795c8c17d1549b57121e5e2d126
Author: Kristian Rietveld <kris@gtk.org>
Date:   Wed Dec 30 14:21:31 2009 +0100

    Fix compiler warning

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

commit f91907101d12f4f8808f4024b462820543ccccf6
Author: Kristian Rietveld <kris@gtk.org>
Date:   Wed Dec 30 14:18:33 2009 +0100

    Fix memory management of types array

    Also add autorelease pool to gtk_drag_begin_idle().

 gtk/gtkclipboard-quartz.c |    2 +-
 gtk/gtkdnd-quartz.c       |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit c12dbae0ac69d93376fb2091f4919ee36ba3348b
Author: Kristian Rietveld <kris@gtk.org>
Date:   Wed Dec 30 14:16:55 2009 +0100

    Do not leak the NSMutableSet

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

commit 0912a113dd8017d2f1c7c6bbb99b2501f69c9f02
Author: Kristian Rietveld <kris@gtk.org>
Date:   Wed Dec 30 14:14:21 2009 +0100

    Release view after setting it as contentView

    Fixes GdkQuartzView being leaked.

 gdk/quartz/gdkwindow-quartz.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 255c2739e2a1334bba969daa8ad95b80866fedc8
Author: Kristian Rietveld <kris@gtk.org>
Date:   Wed Dec 30 14:12:42 2009 +0100

    Fix memleak in get_nsscreen_for_point()

    One codepath did not go through GDK_QUARTZ_RELEASE_POOL, refactored
    the code to fix this.

 gdk/quartz/gdkwindow-quartz.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 3887838244797c11cf590b5f819b1b9810994a3e
Author: Kristian Rietveld <kris@gtk.org>
Date:   Wed Dec 30 14:11:14 2009 +0100

    Fix memory leak in GdkQuartzView

    Should remove the tracking rect in dealloc.

 gdk/quartz/GdkQuartzView.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit ee62948b83cb769f546472a095a46c1e950c104c
Author: Kristian Rietveld <kris@gtk.org>
Date:   Mon Dec 28 23:01:42 2009 +0100

    Use CGFLOAT_DEFINED, don't rely on NSINTEGER_DEFINED for this

 gdk/quartz/gdkwindow-quartz.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 436855210ede712cb406d14f18e4cec5d97af701
Author: Kristian Rietveld <kris@gtk.org>
Date:   Mon Dec 28 21:34:17 2009 +0100

    Unset expander_column when expander column is removed from tree view

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

commit e22de4a88e426798d8b38650672eb076d7ad5881
Author: Kristian Rietveld <kris@gtk.org>
Date:   Mon Dec 28 21:18:06 2009 +0100

    Add gdk_keymap_map_virtual_modifiers() to Quartz backend

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

commit c8fef502e20d147ddc229fc4fec177bb1028b92a
Author: Kristian Rietveld <kris@gtk.org>
Date:   Mon Dec 28 09:01:01 2009 +0100

    Start using CGFloat

    Fixes a bunch of compiler warnings.  Since CGFloat does not exist on
    Tiger and earlier, we have added a typedef likewise as was done for
    NSInteger.

 gdk/quartz/gdkcolor-quartz.c   |    8 ++++----
 gdk/quartz/gdkgc-quartz.c      |   20 ++++++++++----------
 gdk/quartz/gdkprivate-quartz.h |   12 ++++++------
 gdk/quartz/gdkwindow-quartz.c  |    2 +-
 gdk/quartz/gdkwindow-quartz.h  |    2 ++
 5 files changed, 23 insertions(+), 21 deletions(-)

commit f3a5bf48d4e3131ce6087afad5e25bdfae1c5084
Author: Kristian Rietveld <kris@gtk.org>
Date:   Sun Dec 27 22:59:51 2009 +0100

    Fix compile warning in gdk_cursor_new_from_pixmap

 gdk/quartz/gdkcursor-quartz.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dd415881beb560cbf09521787698e01a9afc8057
Author: Kristian Rietveld <kris@gtk.org>
Date:   Sun Dec 27 22:56:52 2009 +0100

    initWithContentRect: has a NSUInteger parameter now

    The typedef in place for Tiger and earlier systems should change this
    to unsigned int without problems.

 gdk/quartz/GdkQuartzWindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 98a14e6067f1ec3b35a6bc892b49f79d61332b84
Author: Cody Russell <bratsche@gnome.org>
Date:   Mon Dec 28 09:42:12 2009 -0600

    Add GtkOffscreenWindow to gtk-sections.txt

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

commit dd8e4d588fb5929086efb522b8dd2d447d2e1199
Author: Cody Russell <crussell@canonical.com>
Date:   Mon Dec 28 09:24:12 2009 -0600

    Documentation changes.

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

commit 4681f0b4677baef7b55d6b729883c4ea74a9a12c
Author: Cody Russell <crussell@canonical.com>
Date:   Mon Dec 28 09:23:05 2009 -0600

    Add 'Since 2.20' documentation.

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

commit 09b25f9739b705c786878c05caee3a8c5c2ac9d3
Author: Cody Russell <crussell@canonical.com>
Date:   Sat Dec 19 16:09:54 2009 +0100

    Add documentation note for GtkOffscreenWindow emission of
    damage-event.

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

commit 2158f5926329cf99dcb132ddd970a1d5f2943b99
Author: Cody Russell <crussell@canonical.com>
Date:   Sat Dec 19 13:08:20 2009 +0100

    Add gtk-doc section for GtkOffscreenWindow

 docs/reference/gtk/tmpl/gtkoffscreenwindow.sgml |   49
 -----------------------
 gtk/gtkoffscreenwindow.c                        |   25 ++++++++++++
 2 files changed, 25 insertions(+), 49 deletions(-)

commit 309e48378e5e46a8f0324bf0de73b4d7c0d2f6ec
Author: Cody Russell <crussell@canonical.com>
Date:   Sat Dec 19 12:30:47 2009 +0100

    Add gtk_offscreen_window_get_{pixmap,pixbuf} to gtk.symbols

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

commit 06a53cc482ce20e8ee54e6ea413cf672a6595c1e
Author: Cody Russell <crussell@canonical.com>
Date:   Fri Dec 18 21:27:41 2009 +0100

    Add gtkoffscreenwindow.sgml

 docs/reference/gtk/tmpl/gtkoffscreenwindow.sgml |   49
 +++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

commit 1c92a54983e590fc4ae17e26e7b51e7a191c4da1
Author: Cody Russell <crussell@canonical.com>
Date:   Fri Dec 18 20:08:45 2009 +0100

    Add gtk_offscreen_window_get_pixmap() and
    gtk_offscreen_window_get_pixbuf(), some API docs.

 gtk/gtkoffscreenwindow.c    |   60
 +++++++++++++++++++++++++++++++++++++++++++
 gtk/gtkoffscreenwindow.h    |    2 +
 tests/testoffscreenwindow.c |    2 +-
 3 files changed, 63 insertions(+), 1 deletions(-)

commit 5e76656a6593c6c8684aef4931b4402896b6d656
Author: Cody Russell <crussell@canonical.com>
Date:   Fri Dec 18 14:57:03 2009 +0100

    Add headers

 gtk/gtkoffscreenwindow.c |   22 +++++++++++++++++++++-
 gtk/gtkoffscreenwindow.h |   20 ++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletions(-)

commit 2cd2e03721e6bb47cc487bd69dfb38b67767ed8a
Author: Cody Russell <crussell@canonical.com>
Date:   Fri Dec 18 14:52:36 2009 +0100

    Add offscreen window symbols to gtk.symbols

 gtk/gtk.symbols          |    7 +++++++
 gtk/gtkoffscreenwindow.c |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 7fed1741947a7136282094195cad484fd7d1e5fa
Author: Cody Russell <crussell@canonical.com>
Date:   Fri Dec 18 14:37:12 2009 +0100

    Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h

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

commit 8801d163a645197fd259e02279548dcacfc8c7f6
Author: Cody Russell <crussell@canonical.com>
Date:   Fri Dec 18 14:36:37 2009 +0100

    Add delete-event callback to window, use gtk_widget_queue_draw()
    instead of gtk_widget_draw()

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

commit 8a523393acf46d8e31f5ab0f8bd9a44b2450c6e7
Author: Cody Russell <crussell@canonical.com>
Date:   Fri Dec 18 13:43:11 2009 +0100

    GtkOffscreenWindow implementation for #604901

 gtk/Makefile.am             |    2 +
 gtk/gtk.h                   |    1 +
 gtk/gtkoffscreenwindow.c    |  200
 +++++++++++++++++++++++++++++++++++++++++++
 gtk/gtkoffscreenwindow.h    |   36 ++++++++
 tests/Makefile.am           |    6 ++
 tests/testoffscreenwindow.c |   92 ++++++++++++++++++++
 6 files changed, 337 insertions(+), 0 deletions(-)

commit 74b8191f5589f4f3373ab11e5e9ea0a6606dfe02
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Dec 28 02:09:35 2009 +0100

    Updated Spanish translation

 po/es.po | 2232
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1117 insertions(+), 1115 deletions(-)

commit b2b70e5a8d275c8412709c9f077fb136078cd416
Author: Kristian Rietveld <kris@gtk.org>
Date:   Sun Dec 27 17:01:25 2009 +0100

    Start using NSInteger and NSUInteger

    These have been introduced in Leopard and default to int and
    unsigned int.
    In 64-bit Snow Leopard they are long and unsigned long.  This caused
    issues
    with the getRectsBeingDrawn message which needs a pointer to
    a NSInteger
    (long on 64-bit!) but we passed in an integer.  Surprisingly this
    problem
    was visible when compiling with -O0 (segfault), but *not* when
    compiling
    with -O1.  Other messages were NSInteger is now needed have also been
    adapted.

    Since NSInteger and NSUInteger are not available on Tiger, a define
    has been added to add typedefs for these when they have not been
    defined
    by the system headers.

 gdk/quartz/GdkQuartzView.c    |    3 ++-
 gdk/quartz/gdkcursor-quartz.c |    4 ++--
 gdk/quartz/gdkevents-quartz.c |    2 +-
 gdk/quartz/gdkwindow-quartz.c |    6 +++---
 gdk/quartz/gdkwindow-quartz.h |    8 ++++++++
 5 files changed, 16 insertions(+), 7 deletions(-)

commit 9d1e7b2146a0343210eb734ba2aa2b72f0a2ff24
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Dec 27 00:54:40 2009 +0200

    Updating Estonian translation

 po/et.po | 1123
 +-------------------------------------------------------------
 1 files changed, 7 insertions(+), 1116 deletions(-)

commit 07e8e4bc23213b34296525c6b1f39a2ee0109bf7
Author: Iestyn Pryce <dylunio@gmail.com>
Date:   Thu Dec 24 23:47:44 2009 +0000

    Updated Welsh translation

 po/cy.po | 2799
 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 1250 insertions(+), 1549 deletions(-)

commit da3f12b96571bfc9c6bfbb295c22b8e79cf2a189
Author: Iestyn Pryce <dylunio@gmail.com>
Date:   Thu Dec 24 23:45:52 2009 +0000

    Updated Welsh translation

 po-properties/cy.po | 3598
 +++++++++++++++++++++++++-------------------------
 1 files changed, 1799 insertions(+), 1799 deletions(-)

commit acb6f4ff33bb9eebd8c2b8ba4404d282426e1eeb
Author: Kristian Rietveld <kris@gtk.org>
Date:   Wed Dec 23 08:31:21 2009 +0100

    Fix call to update_prelight()

    Seems like some minus signs sneaked in while diffing and reapplying...
    Fixes regression noted in 480065.

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

commit 270dc0b5826859addb99b8d5ef4336c923820063
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Wed Dec 23 07:59:08 2009 +0700

    Updated Thai translation.

 po/th.po |   39 +++++++++++++++++----------------------
 1 files changed, 17 insertions(+), 22 deletions(-)

commit da113b8312c9ab4a08a171af5bbf35b063e27c9e
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Tue Dec 22 11:18:05 2009 -0300

    Fix a memory leak in gtk_label_compose_effective_attrs()

 gtk/gtklabel.c |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit bda55eaac7bce00d6b83209288df34b30b917871
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 21 22:51:08 2009 -0500

    Forgotten news

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

commit 277b5e5bd8a8717f9f08d34dd482b33928ca66d0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 21 22:26:43 2009 -0500

    Bump version and add dist-bzip2

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

commit 53b9a41b47ef981b9ab812c0a56a371750f6f273
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 21 22:24:59 2009 -0500

    2.19.2

 configure.in                 |    6 +
 m4/introspection.m4          |    2 +
 po-properties/af.po          |  635 +++---
 po-properties/am.po          |  633 +++---
 po-properties/ang.po         |  632 +++---
 po-properties/ar.po          |  635 +++---
 po-properties/as.po          |  635 +++---
 po-properties/ast.po         |  632 +++---
 po-properties/az.po          |  635 +++---
 po-properties/az_IR.po       |  632 +++---
 po-properties/be.po          |  635 +++---
 po-properties/be@latin.po    |  635 +++---
 po-properties/bg.po          |  635 +++---
 po-properties/bn.po          |  635 +++---
 po-properties/bn_IN.po       |  635 +++---
 po-properties/br.po          |  633 +++---
 po-properties/bs.po          |  635 +++---
 po-properties/ca.po          |  635 +++---
 po-properties/ca@valencia.po |  635 +++---
 po-properties/crh.po         |  638 +++---
 po-properties/cs.po          |  635 +++---
 po-properties/cy.po          |  637 +++---
 po-properties/da.po          |  636 +++---
 po-properties/de.po          |  635 +++---
 po-properties/dz.po          |  635 +++---
 po-properties/el.po          |  635 +++---
 po-properties/en_CA.po       |  635 +++---
 po-properties/en_GB.po       |  635 +++---
 po-properties/eo.po          |  632 +++---
 po-properties/es.po          | 3492 +++++++++++++++----------------
 po-properties/et.po          |  634 +++---
 po-properties/eu.po          |  636 +++---
 po-properties/fa.po          |  634 +++---
 po-properties/fi.po          |  635 +++---
 po-properties/fr.po          |  636 +++---
 po-properties/ga.po          |  633 +++---
 po-properties/gl.po          |  635 +++---
 po-properties/gu.po          |  635 +++---
 po-properties/he.po          | 3502 ++++++++++++++++----------------
 po-properties/hi.po          |  635 +++---
 po-properties/hr.po          |  635 +++---
 po-properties/hu.po          |  635 +++---
 po-properties/hy.po          |  633 +++---
 po-properties/ia.po          |  634 +++---
 po-properties/id.po          |  635 +++---
 po-properties/io.po          |  632 +++---
 po-properties/is.po          |  632 +++---
 po-properties/it.po          |  636 +++---
 po-properties/ja.po          |  635 +++---
 po-properties/ka.po          |  635 +++---
 po-properties/kn.po          |  635 +++---
 po-properties/ko.po          |  635 +++---
 po-properties/ku.po          |  632 +++---
 po-properties/li.po          |  635 +++---
 po-properties/lt.po          |  635 +++---
 po-properties/lv.po          |  635 +++---
 po-properties/mai.po         |  635 +++---
 po-properties/mi.po          |  633 +++---
 po-properties/mk.po          |  635 +++---
 po-properties/ml.po          |  635 +++---
 po-properties/mn.po          |  636 +++---
 po-properties/mr.po          |  635 +++---
 po-properties/ms.po          |  635 +++---
 po-properties/nb.po          |  635 +++---
 po-properties/nds.po         |  632 +++---
 po-properties/ne.po          |  635 +++---
 po-properties/nl.po          |  635 +++---
 po-properties/nn.po          |  635 +++---
 po-properties/nso.po         |  635 +++---
 po-properties/oc.po          |  632 +++---
 po-properties/or.po          |  635 +++---
 po-properties/pa.po          |  635 +++---
 po-properties/pl.po          |  635 +++---
 po-properties/ps.po          |  632 +++---
 po-properties/pt.po          |  635 +++---
 po-properties/pt_BR.po       |  635 +++---
 po-properties/ro.po          |  635 +++---
 po-properties/ru.po          |  635 +++---
 po-properties/rw.po          |  635 +++---
 po-properties/si.po          |  632 +++---
 po-properties/sk.po          |  635 +++---
 po-properties/sl.po          | 4759
 ++++++++++++++++++++++--------------------
 po-properties/sq.po          |  636 +++---
 po-properties/sr.po          |  635 +++---
 po-properties/sr@ije.po      |  635 +++---
 po-properties/sr@latin.po    |  635 +++---
 po-properties/sv.po          |  635 +++---
 po-properties/ta.po          |  635 +++---
 po-properties/te.po          |  635 +++---
 po-properties/th.po          |  632 +++---
 po-properties/tk.po          |  634 +++---
 po-properties/tr.po          |  638 +++---
 po-properties/tt.po          |  633 +++---
 po-properties/uk.po          |  635 +++---
 po-properties/ur.po          |  632 +++---
 po-properties/uz.po          |  632 +++---
 po-properties/uz@cyrillic.po |  632 +++---
 po-properties/vi.po          |  635 +++---
 po-properties/wa.po          |  634 +++---
 po-properties/xh.po          |  635 +++---
 po-properties/yi.po          |  635 +++---
 po-properties/zh_CN.po       |  635 +++---
 po-properties/zh_HK.po       |  635 +++---
 po-properties/zh_TW.po       |  635 +++---
 po/af.po                     |  163 +-
 po/am.po                     |  163 +-
 po/ang.po                    |  163 +-
 po/ar.po                     | 2209 ++++++++++----------
 po/as.po                     |  163 +-
 po/ast.po                    |  163 +-
 po/az.po                     |  163 +-
 po/az_IR.po                  |  163 +-
 po/be.po                     |  163 +-
 po/be@latin.po               |  163 +-
 po/bg.po                     |  163 +-
 po/bn.po                     |  163 +-
 po/bn_IN.po                  |  163 +-
 po/br.po                     |  163 +-
 po/bs.po                     |  163 +-
 po/ca.po                     |  163 +-
 po/ca@valencia.po            |  163 +-
 po/crh.po                    |  163 +-
 po/cs.po                     |  163 +-
 po/cy.po                     |  163 +-
 po/da.po                     |  163 +-
 po/de.po                     |  163 +-
 po/dz.po                     |  163 +-
 po/el.po                     |  163 +-
 po/en_CA.po                  |  163 +-
 po/en_GB.po                  |  163 +-
 po/eo.po                     |  163 +-
 po/es.po                     | 2234 ++++++++++----------
 po/et.po                     | 1122 ++++++++++-
 po/eu.po                     |  163 +-
 po/fa.po                     |  163 +-
 po/fi.po                     |  163 +-
 po/fr.po                     |  163 +-
 po/ga.po                     |  163 +-
 po/gl.po                     |  163 +-
 po/gu.po                     |  163 +-
 po/he.po                     | 2237 ++++++++++----------
 po/hi.po                     |  163 +-
 po/hr.po                     |  163 +-
 po/hu.po                     |  163 +-
 po/hy.po                     |  163 +-
 po/ia.po                     |  163 +-
 po/id.po                     |  163 +-
 po/io.po                     |  163 +-
 po/is.po                     |  163 +-
 po/it.po                     |  163 +-
 po/ja.po                     |  163 +-
 po/ka.po                     |  163 +-
 po/kn.po                     |  163 +-
 po/ko.po                     |  163 +-
 po/ku.po                     |  163 +-
 po/li.po                     |  163 +-
 po/lt.po                     |  163 +-
 po/lv.po                     |  163 +-
 po/mai.po                    |  163 +-
 po/mi.po                     |  163 +-
 po/mk.po                     |  163 +-
 po/ml.po                     |  163 +-
 po/mn.po                     |  163 +-
 po/mr.po                     |  163 +-
 po/ms.po                     |  163 +-
 po/nb.po                     | 2209 ++++++++++----------
 po/nds.po                    |  609 +++---
 po/ne.po                     |  163 +-
 po/nl.po                     |  163 +-
 po/nn.po                     |  163 +-
 po/nso.po                    |  163 +-
 po/oc.po                     |  163 +-
 po/or.po                     |  163 +-
 po/pa.po                     |  163 +-
 po/pl.po                     |  163 +-
 po/ps.po                     |  163 +-
 po/pt.po                     |  163 +-
 po/pt_BR.po                  |  163 +-
 po/ro.po                     |  163 +-
 po/ru.po                     |  163 +-
 po/rw.po                     |  163 +-
 po/si.po                     |  163 +-
 po/sk.po                     |  163 +-
 po/sl.po                     | 2810 +++++++++++++------------
 po/sq.po                     |  163 +-
 po/sr.po                     |  163 +-
 po/sr@ije.po                 |  163 +-
 po/sr@latin.po               |  163 +-
 po/sv.po                     |  163 +-
 po/ta.po                     |  163 +-
 po/te.po                     |  163 +-
 po/th.po                     |  163 +-
 po/tk.po                     |  163 +-
 po/tr.po                     |  163 +-
 po/tt.po                     |  163 +-
 po/uk.po                     |  163 +-
 po/ur.po                     |  163 +-
 po/uz.po                     |  163 +-
 po/uz@cyrillic.po            |  163 +-
 po/vi.po                     | 2231 ++++++++++----------
 po/wa.po                     |  163 +-
 po/xh.po                     |  163 +-
 po/yi.po                     |  163 +-
 po/zh_CN.po                  |  163 +-
 po/zh_HK.po                  |  163 +-
 po/zh_TW.po                  |  163 +-
 206 files changed, 54935 insertions(+), 50626 deletions(-)