commit 805e461b8874006a221890847ab79d38c41d28bf
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jan 11 23:37:25 2010 +0100

    Prepare for release 2.29.5

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

commit 15cc51ef3ab524025611e7e4dcfee78450efad6d
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Sun Jan 10 16:09:02 2010 +0200

    Update Ukrainian translation

 help/uk/uk.po |  214 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 109 insertions(+), 105 deletions(-)

commit e9ab49afe4efe94e54b8302136f92226fa4db6c1
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jan 9 23:49:58 2010 +0100

    Improve compatibility with GSEALed GtkWidget
    
    First steps to GSEAL-compatibility of eog's "core".
    Handles some GtkWidget-related seals.

 src/eog-error-message-area.c |    4 +-
 src/eog-plugin-manager.c     |    5 ++-
 src/eog-print-preview.c      |   18 +++++++------
 src/eog-properties-dialog.c  |   10 ++++----
 src/eog-scroll-view.c        |   55 +++++++++++++++++++++--------------------
 src/eog-sidebar.c            |    4 +-
 src/eog-window.c             |   29 +++++++++++----------
 7 files changed, 65 insertions(+), 60 deletions(-)

commit 9533661e753a77e19716ae7a791ef66739cb08ed
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 9 17:58:44 2010 +0100

    Updated Swedish translation

 po/sv.po |  606 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 326 insertions(+), 280 deletions(-)

commit 8cc898563d13b185f60c4d2c36eedfa7aff55307
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jan 9 00:11:53 2010 +0100

    Fix critical warning
    
    We called eog_is_animation() in a location where it was possible the
    passed image wasn't set.

 src/eog-scroll-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 238a42350bd066686aee46f72a3017862b493d2f
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jan 8 22:24:34 2010 +0100

    Remove EogMessageArea from the API docs

 doc/reference/eog-docs.sgml.in |    1 -
 doc/reference/eog-sections.txt |   24 ------------------------
 2 files changed, 0 insertions(+), 25 deletions(-)

commit b0c6f3dfb537a8f855c268f91a788eaf5ce7bdba
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jan 8 22:21:23 2010 +0100

    Remove now unneeded EogMessageArea widget

 bindings/python/eog.defs     |  112 --------
 bindings/python/eog.override |    1 -
 src/Makefile.am              |    2 -
 src/eog-error-message-area.c |    1 -
 src/eog-message-area.c       |  636 ------------------------------------------
 src/eog-message-area.h       |   99 -------
 src/eog-window.c             |    3 +-
 7 files changed, 1 insertions(+), 853 deletions(-)

commit cdcf54b123c3f2ac9274dfe9cd0559909b42b320
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jan 8 22:06:56 2010 +0100

    Use GtkInfoBar instead of our custom message area widget
    
    GTK+ ships with the GtkInfoBar message area widget since version 2.18.
    Use that instead of our own copy of gedit's widget which was also the
    base for GtkInfoBar.

 src/eog-error-message-area.c |   24 +++++++++++++-----------
 src/eog-window.c             |    4 ++--
 2 files changed, 15 insertions(+), 13 deletions(-)

commit 8024648adaa4cf059e023909731e82838385abba
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Jan 7 22:35:24 2010 +0100

    Updated French translation
    
    Contributed by Laurent Coudeur and Claude Paroz

 po/fr.po |  553 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 290 insertions(+), 263 deletions(-)

commit be03516a57f0456636223e1b42af0969e0913a19
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 6 16:00:32 2010 +0100

    Updated Spanish translation

 po/es.po |  585 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 328 insertions(+), 257 deletions(-)

commit b9f70011788a7394df8b5503357bd65377119912
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Tue Jan 5 18:15:34 2010 +0200

    Update Ukrainian translation

 po/uk.po |  601 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 339 insertions(+), 262 deletions(-)

commit a15dd42053d5ef43495da747321ddbebd080d2fd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 5 16:09:20 2010 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  479 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 243 insertions(+), 236 deletions(-)

commit 36f6627b43776776b199a109ab982996b8d12905
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Jan 1 14:02:35 2010 +0000

    Remove Pango markup from translatable strings where possible
    
    Use GtkBuilder attributes on labels instead. Fixes bug #605852.

 data/eog-image-properties-dialog.ui |  120 +++++++++++++++++++++++------------
 data/eog-multiple-save-as-dialog.ui |   30 +++++++---
 data/eog-preferences-dialog.ui      |   24 +++++---
 3 files changed, 118 insertions(+), 56 deletions(-)

commit 7dd5435f7640a9bdeced67f4a6f66c90327eb18a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Jan 1 13:54:30 2010 +0000

    Miscellaneous string fixes
    
    Various string fixes, including capitalisation, punctuation and terminology
    fixes. Proper Unicode ellipsis characters have been introduced, as well as
    proper multiplication symbols. Fixes bug #605851.

 data/eog.schemas.in         |   29 ++++++++++++++---------------
 src/eog-print-image-setup.c |    2 +-
 src/eog-window.c            |   16 ++++++++--------
 src/main.c                  |    4 ++--
 4 files changed, 25 insertions(+), 26 deletions(-)

commit ae756b809595a96bf687436a0e2aa3a754d856bf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Jan 1 13:47:26 2010 +0000

    Updated British English translation

 po/en_GB.po |  349 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 204 insertions(+), 145 deletions(-)

commit 34fec6b71cead8ab09ca2ebc4d16d79acbbcc803
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Dec 30 19:55:02 2009 +0100

    Reuse the last path used for Save As in the single-file Save As dialog
    
    If the path that was last used for Save As is still existing reuse it
    the next time. If it's not or it's the first Save As operation of the
    session the old behaviour (using the source path) is applied.
    Fixes bug #604230.

 src/eog-window.c |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

commit 7f76e382a911f71a8e834f2c4bf74570b8ca9c9a
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Thu Dec 24 12:50:00 2009 +0700

    po/vi.po: Updated Vietnamese translation

 po/vi.po |  545 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 341 insertions(+), 204 deletions(-)

commit acae4185ff648807f0f4a638eaf057d389f75130
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Dec 16 12:22:04 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

commit 3e31c95abb26cd780aacc3c296a95023b05824c8
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Mon Dec 14 01:44:12 2009 +0100

    Updated LowGerman translation

 po/nds.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8d0bae91544599515da8222d4ddd92732eb05085
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Mon Dec 14 01:35:35 2009 +0100

    Added LowGerman translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 802d7e5d8f8c94d3f60afe1428eea237d4ff1748
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Mon Dec 14 01:35:28 2009 +0100

    Added LowGerman translation

 po/nds.po | 1343 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1343 insertions(+), 0 deletions(-)

commit f4766644dd558a1c5c6a149226a4ab3d4c81796b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Dec 13 11:53:01 2009 +0100

    Fix compiler warning

 src/eog-close-confirmation-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3793023b1bb6ec41890f7c84c488370cc1a1c655
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Dec 8 17:58:05 2009 +0100

    Updated Spanish translation, fixed typo

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

commit 96f98ee67b782e907cbdf1917bf76568edf5182e
Author: Yair Hershkovitz <yairhr@gmail.com>
Date:   Sun Dec 6 08:52:03 2009 +0200

    Updated Hebrew translation

 po/he.po |  352 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 204 insertions(+), 148 deletions(-)

commit 996fd335c7c4450216658afa6f9bc02cdaebfc5c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Dec 4 21:50:37 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  278 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 147 insertions(+), 131 deletions(-)

commit 453ec626bb9af69482c3cf9c3ac8668764a72016
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Dec 1 13:48:40 2009 +0100

    Post-release version bump

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