commit 5559074d2896c29fa197e2cbb5e7d0ae17a86348
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Sep 14 21:40:18 2010 +0200

    Update for Release 2.31.92

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

commit 0ce5a883d3ae721db1ccb9343fec21aacd8b092d
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Sep 14 19:09:13 2010 +0100

    Updated British English translation

 po/en_GB.po |  257 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 136 insertions(+), 121 deletions(-)

commit 8f5a6aed3a092d8c149c7ae5df5d5018a30a12a7
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Sep 14 19:43:53 2010 +0700

    Updated Indonesian translation

 po/id.po |  292 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 141 insertions(+), 151 deletions(-)

commit 97afcca52fc56ff29a4ebcbec4445fa56018e283
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Sep 14 14:31:17 2010 +0200

    Updated Hungarian translation

 po/hu.po |  257 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 136 insertions(+), 121 deletions(-)

commit 5aa2bb6ea81191961916cca5de5d37c49c59c444
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 10 17:53:19 2010 +0300

    Ask the user whether to reload an externally modified image
    
    Fixes bug 534348 - eog should suggest to reload a modified file

 src/eog-window.c |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)

commit fa9d92a82bbc45379cd6bcd5dbeabe6683597791
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 10 17:52:41 2010 +0300

    Emit ::file-changed when a image in a a monitored directory changes

 src/eog-list-store.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit bb1cb9e580666b423a22c0a9d3ab946d48b08f07
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 10 17:51:37 2010 +0300

    Add a EogImage::file-changed signal
    
    This is going to be useful to broadcast changes in the underlying file

 doc/reference/eog-sections.txt |    1 +
 src/eog-image.c                |   23 +++++++++++++++++++++++
 src/eog-image.h                |    4 ++++
 3 files changed, 28 insertions(+), 0 deletions(-)

commit 451cab1e63535baadf75250bc2bbd723f0dced12
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 10 17:58:46 2010 +0300

    Fix a typo in EogImage:next-frame signal definition

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

commit a9e5987337d47d478fa1f697439b83701b1abe64
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 12 17:06:24 2010 +0200

    Updated Danish translation

 po/da.po |  468 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 264 insertions(+), 204 deletions(-)

commit 0cc4f2db8872f29398e9c50f50583165c8471c03
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Sep 11 16:45:24 2010 +0700

    Updated Indonesian translation

 po/id.po |  289 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 159 insertions(+), 130 deletions(-)

commit b4e1bb85e6c135e67ea43cecd8199d31f8d38f1e
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Sep 10 23:47:30 2010 +0100

    Updated Portuguese translation

 po/pt.po |  489 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 273 insertions(+), 216 deletions(-)

commit 6a3b29e8711c9064bfff27a390668d00e37c1830
Author: Petr Kovar <pknbe@volny.cz>
Date:   Fri Sep 10 20:20:02 2010 +0200

    Update Czech translation by Adrian Gunis

 po/cs.po |  248 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 125 insertions(+), 123 deletions(-)

commit cd8eaa9deb19005c3ac24a50069e5b0cecd84608
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 9 16:00:49 2010 +0300

    Don't show the side pane on show_all()
    
    This was causing the gconf key to be toggled on always on eog startup,
    making the side pane visible regardless of the previously set
    preference.
    
    Fixes bug #613056 - Side pane always shown at startup when plug-in is activated

 src/eog-window.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 55cb21069a85a054365edc9225303bfa73dae3ab
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 9 02:21:12 2010 +0300

    Show original filename instead of "eog-wallpaper.png" in the info bar
    
    When copying over non-persistent files, the info bar was showing
    "eog-wallpaper.png" as the name of the recently copied image to the
    user. Since this is an internal detail, show the original filename
    instead.

 src/eog-window.c |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

commit 13dc369d50f83b14417e23a101417fbc612286a9
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 9 02:09:40 2010 +0300

    Plug a couple of leaks

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

commit 2d214cd5d051bba6d0fda5cfd719b1c405267cad
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 9 01:37:49 2010 +0300

    Copy also wallpapers in unmountable media
    
    Fixes bug #625384 - Background setting doesn't work as expected

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

commit 7cf4c491f6da479a7131bdcf89d569862f2c450c
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 9 01:36:29 2010 +0300

    Add eog_util_file_is_persistent()
    
    This method checks whether a file is native and in a non-unmountable
    location.

 doc/reference/eog-sections.txt |    1 +
 src/eog-util.c                 |   28 ++++++++++++++++++++++++++++
 src/eog-util.h                 |    3 +++
 3 files changed, 32 insertions(+), 0 deletions(-)

commit b76e82d6ddd25b9fb872f9bc6015f0789884cc96
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 7 18:47:00 2010 +0200

    Updated Polish translation

 po/pl.po |  463 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 257 insertions(+), 206 deletions(-)

commit e40005e07fda9b679fe64886a48a333e8d61bd8c
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Sep 6 13:22:08 2010 +0800

    Update Simplified Chinese help translation.

 help/zh_CN/zh_CN.po | 2156 ++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 1619 insertions(+), 537 deletions(-)

commit dbe1424de7395af686c2f22cc00a687ccb656f75
Author: Dean Lee <xslidian@lidian.info>
Date:   Mon Sep 6 13:19:50 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |   76 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 39 insertions(+), 37 deletions(-)

commit 81ea3ea49865f7679caed124610a4518dcabf643
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Sep 5 16:48:47 2010 +0200

    Updated Arabic translation

 po/ar.po |   57 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 28 insertions(+), 29 deletions(-)

commit c492ea6adaa425e19b31324b17536acc8cc12f88
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 4 19:56:51 2010 +0200

    Updated Slovenian translation

 po/sl.po |   68 ++++++++++++++++++++++---------------------------------------
 1 files changed, 25 insertions(+), 43 deletions(-)

commit 0b766b5f2349c0aa38fde360e8f87c2131628126
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Sep 3 23:48:06 2010 +0200

    Updated French translation

 po/fr.po |   60 +++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 31 insertions(+), 29 deletions(-)

commit 095cbcc8ffbfb2e74a023dd224aed95f04db29b9
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Sep 3 07:43:22 2010 +0530

    update for Punjabi

 po/pa.po |  100 +++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 61 insertions(+), 39 deletions(-)

commit 1a0f4850274d02f7dfc150fd757a4068811c7623
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Sep 3 01:33:31 2010 +0200

    Updated Swedish translation

 po/sv.po |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit 9da69b291105cd0dfc7cb492965a9978f2dbbafb
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Sep 2 17:57:11 2010 +0300

    Updated Hebrew translation.

 po/he.po |   76 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 39 insertions(+), 37 deletions(-)

commit 021d8639ab17889c0d14e62c6c6dde3ab3fe1644
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Sep 2 12:31:01 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |   53 ++++++++++++++++++++++++++---------------------------
 1 files changed, 26 insertions(+), 27 deletions(-)

commit c04cfe960d1aac06f82e78ec60d7d3d340b6ca2c
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
Date:   Thu Sep 2 09:22:23 2010 +0200

    [l10n] Updated German translation

 po/de.po |  485 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 274 insertions(+), 211 deletions(-)

commit 780c6267217f12cddad41c1c19b35ffafe842dda
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Tue Aug 31 22:52:44 2010 +0300

    l10n: Updated Greek translation for eog

 po/el.po |  726 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 335 insertions(+), 391 deletions(-)

commit 9e1478a34d695cd5b86ffdfb448725466087ba6c
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Aug 31 18:18:59 2010 +0100

    Updated British English translation

 po/en_GB.po |   76 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 39 insertions(+), 37 deletions(-)

commit 69015ca29b279974ca758bc1e84cc583d357c32d
Author: Милош Поповић <gpopac@gmail.com>
Date:   Tue Aug 31 01:59:58 2010 +0200

    Updated Serbian translation

 po/sr.po       |  109 ++++++++++++++++++++++++++++++++++---------------------
 po/sr@latin.po |  109 ++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 134 insertions(+), 84 deletions(-)

commit 7cb14bdb2a0046ec7f6d0268ddcb85e0edddb289
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Aug 30 22:55:07 2010 +0200

    Post-release version bump

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