# Generated by Makefile. Do not edit.

commit de9de20b47239f14db76b767b71e378488f2226c
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Dec 21 18:57:32 2010 +0100

    Prepare for release 2.91.4

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

commit aa1ceac427d99e70bc2747b4503f6307f4f841e3
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Dec 21 18:33:06 2010 +0100

    Really fix build without libexif
    
    Add changes forgotten in commit ebb9e525. Fixes bug 637648.

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

commit 72e3254ed7f88b4c3b09d0bf98f43482404e8450
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 20 15:22:25 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ebb9e525a84fb169c79908ff646288550f7e480a
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Dec 18 15:35:15 2010 +0100

    Fix build without libexif

 src/eog-image.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 796aae00058655d6f9e796f36fd7420991c657a7
Author: Marek Kašík <mkasik@redhat.com>
Date:   Sat Dec 18 15:19:14 2010 +0100

    Use default page settings when opening print dialog the first time
    
    Use the default page setup the first time after application start.
    Then re-use the last used page setup for rest of the time.
    Fixes bug 549039.

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

commit 3cc45bdc35fbfd14627d266c0344f677d2037dcb
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Dec 18 13:52:04 2010 +0100

    Define EogExifData type using G_DEFINE_BOXED_TYPE macro

 configure.ac        |    2 +-
 src/eog-exif-util.c |   15 +++------------
 2 files changed, 4 insertions(+), 13 deletions(-)

commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Aug 9 00:51:06 2010 +0300

    Wrap ExifData in a EogExifData boxed type
    
    This is for better interaction with bindings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626257

 plugins/statusbar-date/eog-statusbar-date-plugin.c |   10 +++----
 src/eog-exif-util.c                                |   28 +++++++++++++++++++-
 src/eog-exif-util.h                                |   10 ++++++-
 src/eog-image.c                                    |    4 +-
 src/eog-image.h                                    |    3 +-
 src/eog-metadata-reader.c                          |    4 +-
 src/eog-metadata-reader.h                          |    4 +-
 src/eog-properties-dialog.c                        |    4 +-
 src/eog-thumb-view.c                               |    2 +-
 9 files changed, 51 insertions(+), 18 deletions(-)

commit 5f66a42b0f445b181b4612474af43b7304104684
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Aug 9 00:48:08 2010 +0300

    Rename EogDebugSection to EogDebug
    
    Also rename EOG_NO_DEBUG to EOG_DEBUG_NO_DEBUG for clarity
    in bindings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626257

 src/eog-debug.c |   10 +++++-----
 src/eog-debug.h |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 9c10f508e0be7f2036d993eff6e6fbd40aefea76
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Dec 9 19:58:56 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  533 +++++++++++++++++++++++++++++++-------------------------
 po/zh_TW.po |  556 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 599 insertions(+), 490 deletions(-)

commit 6a406bf93969a73159b67eefe125f700a1f82126
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Dec 6 21:55:25 2010 +0100

    Ignore drag&drop requests from a window onto itself
    
    Avoids accidential DnD of an image into the same window (e.g. while
    trying to scroll) and the resulting reload. Fixes bug 585069.

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

commit 75301e4cce11e4b6a5d649f65329e317dc024ef2
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Fri Dec 3 05:40:41 2010 +0200

    Updated Romanian translation

 po/ro.po |  612 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 340 insertions(+), 272 deletions(-)

commit de2cfab8546071c63be52181bdfab9f144f38353
Author: Djavan Fagundes <djavan@comum.org>
Date:   Thu Dec 2 13:45:32 2010 -0200

    Updated Brazilian Portuguese translation for manual

 help/pt_BR/pt_BR.po |  400 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 218 insertions(+), 182 deletions(-)

commit 685ea8bd493b3832f9e245dd2da294ef9edf15c3
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Dec 2 15:30:07 2010 +0100

    Make toolbar editor expand vertically to fully use the dialog's space
    
    Editor only showed a single row of items due to the changed expand
    behaviour in GTK+-3 before.

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

commit 596040f0ec1f3a7db6c888307ce9d521571f58a3
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Dec 1 20:27:27 2010 +0200

    [l10n] Updated Estonian translation

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

commit c5de0715e2607a4fa8f9681eeaf8c0d3d9dca9be
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 29 22:54:44 2010 +0100

    Post-release version bump

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

commit 28b502735a23a883495846991c31391414f27a0f
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 29 22:49:34 2010 +0100

    Prepare for release 2.91.3

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

commit 47709d4be672da5c250de83204f13d118504bdf3
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Nov 29 19:50:36 2010 +0700

    Updated Thai translation.

 po/th.po |  659 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 378 insertions(+), 281 deletions(-)

commit 14c9c1844d95c3248bc40204a79cf7b4274e386c
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 20 14:27:18 2010 +0100

    Fix installing UI data files and Automake warnings

 data/Makefile.am |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit 1bff58f772de4aad8cbf0886e46e1c26e075b54b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 20 14:18:16 2010 +0100

    Respect lockdown setting for page setup again
    
    This apparently got broken when the page setup dialog was merged into
    the general print dialog.

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

commit 99f8997a71a6fecd70512432eb3c481d0dc34d8b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 20 14:11:15 2010 +0100

    Drop GConf dependency
    
    Concludes the GSettings migration. Closes bug 620121.

 configure.ac          |    3 ---
 src/eog-config-keys.h |    2 +-
 src/eog-window.c      |   22 ----------------------
 3 files changed, 1 insertions(+), 26 deletions(-)

commit 653cf389ef92241aa2a66d04b3dad71eeacd4bf3
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 20 14:03:45 2010 +0100

    Convert lockdown settings from GConf to GSettings
    
    Part of bug 620121.

 src/eog-config-keys.h |    8 +++++---
 src/eog-window.c      |   49 +++++++++++++++++++++----------------------------
 2 files changed, 26 insertions(+), 31 deletions(-)

commit 9bc346bc624c7fde7c3cd878b9f35cb65795bb41
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 20 13:07:14 2010 +0100

    Convert background image setting fro GConf to GSettings
    
    Adds dependency on gsettings-desktop-schemas package.
    Part of bug 620121.

 configure.ac          |    6 ++++--
 src/eog-config-keys.h |    3 ++-
 src/eog-window.c      |   10 ++++------
 3 files changed, 10 insertions(+), 9 deletions(-)

commit 9f4b5f4579bb181772c15ad8982178aa40f1ae82
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:01:23 2010 +0100

    Added UG translation

 po/ug.po |   26 ++++----------------------
 1 files changed, 4 insertions(+), 22 deletions(-)

commit d26606d6273427777790e998902d86acd57c3393
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Fri Nov 19 15:58:54 2010 +0100

    Remove any reference to glade* (bug 634942)

 README                   |    4 ++--
 bindings/python/eog.defs |    2 +-
 data/Makefile.am         |    6 +++---
 src/eog-dialog.c         |    8 ++++----
 src/eog-dialog.h         |    4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)

commit 3e2af1c2ba6450075f0315a5230015853b97f87d
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Mon Nov 15 15:21:09 2010 +0100

    Fix build against GNOME 3 platform
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634907

 configure.ac           |    2 +-
 src/eog-file-chooser.c |    2 +-
 src/eog-thumbnail.c    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 77c9d63062e17eb69a8de28be25e67a22ff3ad5d
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Mon Nov 15 22:05:35 2010 +0100

    Revert "Removing any reference to *glade."
    
    This reverts commit 8dcfe6669500a15b11e15321c64d5b8ed756d715.

 README           |    4 ++--
 src/eog-dialog.c |    8 ++++----
 src/eog-dialog.h |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 8dcfe6669500a15b11e15321c64d5b8ed756d715
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Mon Nov 15 21:52:02 2010 +0100

    Removing any reference to *glade.

 README           |    4 ++--
 src/eog-dialog.c |    8 ++++----
 src/eog-dialog.h |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 1519e3c4d830c8917adcc688c45bc7a6b5ef922e
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 21:50:21 2010 +0100

    Added UG translation

 po/ug.po | 3359 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1672 insertions(+), 1687 deletions(-)

commit 46b027696fd73c115efe6d13421105750a0bf86c
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 13 14:08:44 2010 +0100

    Workaround concurrency issue with statusbar-date plugin
    
    Make sure that only an image loading job does autorotation. A metadata
    loading job has no use for this. Works around lost signals when the
    statusbar-date plugin is activated. Works around bug 622161.

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

commit 1564455e2585cfee8dd30d7adbe65715608aee03
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Nov 9 03:20:29 2010 +0100

    Use gtk_paned_new() instead gtk_[h|v]paned_new()

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

commit 77de86634dfe2c817f4d403ced8e9fd8a9cf9d90
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 8 23:24:30 2010 +0100

    Post-release version bump

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

commit 0b7990c56ec3c4e6fc0c706767cf4cdba2daa85c
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 8 23:20:07 2010 +0100

    Prepare for release 2.91.2

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

commit 88407daf16b509dc33256ad11a8941a8eb4e3eb4
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Nov 2 20:20:02 2010 +0100

    Use GRandom as random value generator for random image function
    
    Seems to have a better distribution. At least works better with lower
    image counts. Fixes bug 633764.

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

commit 474b6c1b1e36e69f8f131cbf5d4f05e20f452928
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Nov 1 08:16:41 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |   55 +++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 37 insertions(+), 18 deletions(-)

commit dde2c098d66c92c4bdbeedff77463780711c9b75
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Oct 31 20:25:26 2010 +0100

    Updated Slovenian translation

 po/sl.po |  462 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 262 insertions(+), 200 deletions(-)

commit 931cdd9e3fdc35f94494a40640f3eae694dbfc07
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Oct 31 19:08:43 2010 +0100

    Refactor XDG folders migration
    
    Merges the multiple migration points into a single one.
    Use GIO for moving files which avoids overwriting present stuff.
    Remove old config folder once it's empty. Only migrate files that
    actually belong to eog. Concludes bug 522806.

 src/eog-application.c |   26 ++----------
 src/eog-util.c        |  109 ++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 84 insertions(+), 51 deletions(-)

commit c92e86a6e9816ac5a5a1a97ac6786a06aed9cb81
Author: Sebastian Geiger <sbastig@invisco.de>
Date:   Sat Aug 21 12:44:48 2010 +0200

    Add code for migrating config and cache file to XDG folders
    
    Move files from old config dir into XDG-based config folder.
    Part of bug 522806.

 src/eog-application.c |   33 +++++++++++++++++++++++++--------
 src/eog-util.c        |   32 ++++++++++++++++++++++++++++----
 2 files changed, 53 insertions(+), 12 deletions(-)

commit ad1bb602f3a922681da5b9d6ae9f9cc75c8dc0ff
Author: Sebastian Geiger <sbastig@invisco.de>
Date:   Sat Aug 21 12:11:30 2010 +0200

    Place configuration files into an XDG standard config folder
    
    Just replaces the paths for now. Part of bug 522806.

 src/eog-application.c |   14 ++++++--------
 src/eog-util.c        |    3 +--
 2 files changed, 7 insertions(+), 10 deletions(-)

commit f4c19dfa0db163cac91024db0ed885d614a5ef30
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sun Oct 31 14:40:17 2010 +0900

    Updated Japanese translation

 po/ja.po |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

commit 00075ab25d5bd3656a2f5f89773bd56e091d5b47
Author: Javier Sánchez <jsanchez@deskblue.com>
Date:   Sat Oct 23 23:22:19 2010 +0200

    Make newly saved images user writable
    
    Doesn't occur for existing files only when saving creates a new file.
    Fixes bug #589921.

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

commit 7a6ea9ee0e5e8a2d89fd16f241a693c5a56f3b78
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Oct 23 23:54:33 2010 +0200

    Clear status + titlebar when deleting last image in collection
    
    Fixes bug 632458.

 src/eog-statusbar.c |    4 ++++
 src/eog-window.c    |   20 ++++++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)

commit 29e86493d648f70ee51f54aa53f8915418263ef6
Author: Laco Gubík <lacogubik@gmail.com>
Date:   Mon Oct 25 21:06:28 2010 +0200

    Updated Slovak translation

 po/sk.po | 1449 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 897 insertions(+), 552 deletions(-)

commit ff1e76ae5227ed08f5cb4f2109434972f33b7941
Author: Javier Sánchez <jsanchez@deskblue.com>
Date:   Sat Oct 23 07:49:29 2010 +0200

    Removed all references to gtk_widget_hide_all
    
    gtk_widget_hide_all was removed in the latest version of gtk+.
    Fixes bug #632954.

 src/eog-properties-dialog.c |   16 ++++++++--------
 src/eog-thumb-nav.c         |   16 ++++++++--------
 src/eog-window.c            |    6 +++---
 3 files changed, 19 insertions(+), 19 deletions(-)

commit ea9e37e7dd01bf7f1b7b50472b250a41a758f63b
Author: Javier Sánchez <jsanchez@deskblue.com>
Date:   Sat Oct 23 07:57:55 2010 +0200

    Completely replaced references to GtkComboBoxText widget.
    
    Fixes bug #632608.

 src/eog-print-image-setup.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 39509447bb071829f2df49ba3dee2fd9a4dbd16c
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sat Oct 23 01:04:20 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  518 ++++++++++++++++++++++++++++++-----------------------
 1 files changed, 295 insertions(+), 223 deletions(-)

commit 5c2ac1c49f66731b9c78b9baa44fe38fef5fe480
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Oct 21 18:25:46 2010 +0200

    Added UG translation

 po/ug.po | 1950 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 1413 insertions(+), 537 deletions(-)

commit d6cf404307d69c148a8b8f78ac0d59582882f4ff
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Oct 20 18:21:50 2010 +0200

    Handle combobox text API going away
    
    The combobox text convenience API is replaced by a GtkComboBoxText
    widget in gtk-3. Fixes bug 632608.

 src/eog-print-image-setup.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 608ef5240e87c4d0e182e7748698e2c298ec00c8
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 20 18:17:43 2010 +0200

    Make print preview use the "draw"-signal instead of "expose-event"

 src/eog-print-preview.c |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

commit 7271873d66ba42edc1e635d56d1821ba997f5588
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Oct 20 16:54:38 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  543 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 294 insertions(+), 249 deletions(-)

commit 9e704e7ecbbfe603c38f90508a63411adaf86dc4
Author: Jakob Kramer <jakob.kramer@gmx.de>
Date:   Tue Oct 19 19:30:44 2010 +0200

    [i18n] Updated German translation

 po/de.po |  351 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 189 insertions(+), 162 deletions(-)

commit 02e02c72c660a9db79e791458dd4cae5ad766348
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 18 22:36:41 2010 +0200

    Post-release version bump

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

commit d31abc1ee49162c664a4b9d9a26b89e01ec20d2c
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 18 22:30:22 2010 +0200

    Prepare for release 2.91.1

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

commit 91160984bed34014fcd02b075fa4b72442deec2e
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Oct 17 13:51:49 2010 +0200

    [statusbar-date] Remove resize grip handling
    
    The parent window handles this now.

 plugins/statusbar-date/eog-statusbar-date-plugin.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 05810eafb4781b3313f59e2e52724d6ea4ede118
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Oct 17 13:06:58 2010 +0200

    Make "Best Fit" a toggle action
    
    This should make it clear from the toolbar when the image will be
    rescaled with the window and when not. Fixes bug 616890.

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

commit 9ff7cefd9174267fa6c57bbc4b60133e09cb0931
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 11 20:50:21 2010 +0200

    Make EogScrollView's zoom mode a public property

 src/eog-scroll-view.c |   85 +++++++++++++++++++++++++++++++++++++------------
 src/eog-scroll-view.h |    8 ++++-
 src/eog-window.c      |    3 +-
 3 files changed, 73 insertions(+), 23 deletions(-)

commit f866669251b6efa303725434e51e24c0bcddbf0d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Oct 17 11:55:45 2010 +0200

    Added sl for Slovenian translation

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

commit 33f06002d4c9042d29d80982682cbc54a6663d0d
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sun Oct 17 11:54:53 2010 +0200

    Updated Slovenian translation

 help/sl/sl.po |  995 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 995 insertions(+), 0 deletions(-)

commit 5bb5a0bbbd8a47215828f30d97474d63dc979be4
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Oct 16 22:50:50 2010 +0200

    Support transpose/transverse as lossless JPEG transformations
    
    Also implement a warning message if unsupported transformations
    are used to easier discover such cases in the future. Fixes bug 632290.

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

commit f2a9be530668155e2a6ab31213f230b104f4832b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Oct 16 22:41:56 2010 +0200

    Fix calculation of reference matrices for transpose/transverse
    
    The flip matrices were applied as if the source matrix were an identity
    matrix instead of properly multiplicating them.

 src/eog-transform.c |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

commit 11f5bf78a6299b5625a8e1b5e40449d0815b018f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Oct 16 13:36:25 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  417 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 215 insertions(+), 202 deletions(-)

commit b417c57d846bfa83045de8d74ed35e96ef345e22
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 15 17:29:36 2010 +0200

    Don't try to thumbnail named pipes in the file open dialog
    
    In fact this means all "special" files like sockets and device files.
    This prevents lockups due to file I/O blocking here. Fixes bug 623271.

 src/eog-file-chooser.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit ae87b75f46608db9812ee5cfa0c58a0eddd67324
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Oct 13 07:42:42 2010 +0530

    update  translation: Punjabi

 po/pa.po |  574 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 314 insertions(+), 260 deletions(-)

commit 533e5669f7fcb10f8bcc10874c181c71a9b3af75
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Oct 11 10:47:27 2010 +0200

    Updated Galician translations

 po/gl.po |  571 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 308 insertions(+), 263 deletions(-)

commit b21dd56b9437e53b7ba8abdd96942c1871edc02c
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Oct 9 15:33:37 2010 +0200

    Make sure EogScrollView's adjustment values are always correctly set
    
    Ensures one can only scroll as far as necessary. If one scrolled to far
    the images's last line/column was used for padding. Fixes bug 631710.

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

commit 10f17139ed47ebc194ece30e6632ba441463de75
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Oct 9 20:56:46 2010 +0200

    Remove resize grip handling
    
    Latest GTK+ can handle this automatically for any window.
    Raise GTK+ dependency version to catch the required GTK changes.

 configure.ac        |    2 +-
 src/eog-statusbar.c |   12 ------------
 src/eog-statusbar.h |    3 ---
 src/eog-window.c    |   25 -------------------------
 4 files changed, 1 insertions(+), 41 deletions(-)

commit 91ea4ede99cf78a2663a145cefe5ba3f715c1e16
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Oct 7 14:19:55 2010 +0200

    Updated Spanish translation

 po/es.po |  353 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 173 insertions(+), 180 deletions(-)

commit ec3c660b166b23d90140ebdefd02a969c3719d42
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Oct 7 08:39:32 2010 +0200

    Updated Hebrew translation.

 po/he.po |  556 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 301 insertions(+), 255 deletions(-)

commit 349676e43252477219d07cad279861bd9484d94d
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 6 21:18:49 2010 +0200

    Check if an editor has been set before comparing it to other apps
    
    Fixes critical warnings if no editor application has been set.

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

commit b5e6b7d31181ab87f788921f751a6550bddb5bcf
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sun Feb 14 20:48:13 2010 -0500

    Bug 609958 - add "Edit Image" toolbar button
    
    Add a conditionally-enabled "Edit Image" toolbar button.  The toolbar is
    only enabled if a specific image editor is specified in GSettings.

 configure.ac                         |    1 +
 data/org.gnome.eog.gschema.xml.in.in |    5 ++
 src/eog-config-keys.h                |    1 +
 src/eog-window.c                     |  121 ++++++++++++++++++++++++++++++++++
 4 files changed, 128 insertions(+), 0 deletions(-)

commit 35ea437d25c94cbd7c0c61c7a4c3094a239048d8
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Sep 13 18:38:14 2010 +0300

    Don't create thumbnails out of outdated image pixbufs
    
    Fixes bug #614634 - EOG prevents the Desktop thumbnails to be updated

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

commit 50390e87fe4f14f3a68ca93b3048127c15244750
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Sep 13 18:35:42 2010 +0300

    Add eog_image_is_file_changed()

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

commit c1cc23e3c776c9b05b255c7127b4932d2d076b4e
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Sep 13 18:35:24 2010 +0300

    Store the changed status of an image file

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

commit 0094e371c453d7f57bec7f502c86a99889df2f54
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 4 23:11:29 2010 +0200

    Post-release version bump

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

commit 5f1e407910accf4be69f256dd55d6d87af5d4afa
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 4 23:08:07 2010 +0200

    Prepare for release 2.91.0

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

commit 07ec6f14d55cd990dd27661c2bf38c934d54d36f
Author: Simos Xenitellis <simos@gnome.org>
Date:   Thu Sep 30 14:45:07 2010 +0300

    l10n: Updated Greek translation for eog

 po/el.po |  559 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 330 insertions(+), 229 deletions(-)

commit 8be6bfaa2f41e5ffd798f5c96e012ff286d0b31a
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Sep 28 16:15:49 2010 +0300

    Remove call to gdk_window_clear()
    
    This doesn't exist anymore, and it's not needed, since the surface is
    clean before ::draw is emitted.

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

commit e300daf3ad2743199cab0263d945e3bf732a05b3
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Sep 28 16:02:55 2010 +0300

    Connect to the ::draw signal instead of the removed ::expose-event

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

commit c976adaa1322140ebb8d33d5be379ed47a45c4e5
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Sep 28 16:02:16 2010 +0300

    Pass a cairo context to gtk_paint_focus()

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

commit c798458f657ed73a4a82e3f9c78813200bb31899
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Sep 28 16:01:46 2010 +0300

    Bump GTK+ requirement
    
    We need to fix eog for all the changes that are to land with 2.90.8

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

commit eda89edd1a6be308896fc5bb40b41c77dfd5df2c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Sep 28 15:50:26 2010 +0300

    Drop GtkObject use
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630686
    
    Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>

 src/eog-sidebar.c    |    8 +++-----
 src/eog-thumb-view.c |   10 +++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

commit 04cb8b2948d49dea2459e8bbca088011e46c3206
Author: Gil Forcada <gforcada@gnome.org>
Date:   Mon Sep 27 20:33:02 2010 +0200

    Updated Catalan translation

 po/ca.po |  511 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 291 insertions(+), 220 deletions(-)

commit 22a65acf2ed91886d7c00824409949bf745a0682
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Sep 27 10:32:41 2010 +0200

    Updated Basque language

 po/eu.po |  473 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 269 insertions(+), 204 deletions(-)

commit a7d3085013d86dcfb75e95df64d1e39065646dee
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Sun Sep 26 16:43:43 2010 +0300

    Updated Bulgarian translation

 po/bg.po |  608 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 323 insertions(+), 285 deletions(-)

commit 2e7c4b47cda1e31459e3eb12b571cd4d3ae27d03
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Sep 23 13:31:43 2010 +0300

    Updated Arabic translation

 po/ar.po |  263 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 139 insertions(+), 124 deletions(-)

commit c6c8fa03240958e73105df603adc1af0ca6d16c2
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Sep 20 17:04:19 2010 +0900

    Updated Japanese translation

 po/ja.po |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 04623ee8ba2af676349f53e246c13a241d690a20
Author: Priit Laes <plaes@plaes.org>
Date:   Sun Sep 19 20:37:16 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

commit 0034712463f772016dd405113e7051ca54618a80
Author: Yuri Myasoedov <ymyasoedov@src.gnome.org>
Date:   Sun Sep 19 21:02:24 2010 +0400

    Updated Russian translation

 po/ru.po |  717 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 356 insertions(+), 361 deletions(-)

commit 4018f3efbff0a43a2a54c57ce80d390e8b14bb3a
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun Sep 19 18:30:49 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |  629 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 358 insertions(+), 271 deletions(-)

commit 68413b42908b4c17b3f850bac71867e1ac3ce3a9
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Sep 19 11:56:12 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 8f84b54e34d66a86624aabb5586f4cb69d6d333a
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sat Sep 18 20:34:05 2010 +0200

    Updated French translation

 po/fr.po |  491 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 268 insertions(+), 223 deletions(-)

commit abb3647201abe463aace3cc7252fbbf0f5f60854
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Sep 17 19:45:26 2010 +0200

    Updated Spanish translation

 po/es.po |  549 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 304 insertions(+), 245 deletions(-)

commit 9d1b7483ae47e5db65c254342b5b8fb55f26c249
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Thu Sep 16 22:50:13 2010 +0300

    Updated Lithuanian translation (thanks Aurimas Cernius).

 po/lt.po |  677 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 385 insertions(+), 292 deletions(-)

commit f0eb1a0db70b5cc1af83b257a62f0d7103c92fe7
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Thu Sep 16 17:57:54 2010 +0200

    [l10n] Updated Italian translation

 po/it.po |  502 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 285 insertions(+), 217 deletions(-)

commit da709e96e7536cbd7b1b22a24e40457e2edf65d8
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Thu Sep 16 21:35:45 2010 +0900

    Updated Japanese translation.

 po/ja.po |  537 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 302 insertions(+), 235 deletions(-)

commit 22987f7594382effb97f98080ef0a47a31d32b0a
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Wed Sep 15 20:30:36 2010 +0200

    Updated Danish translation

 po/da.po |  251 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 133 insertions(+), 118 deletions(-)

commit 4f8def2160c053d910c15f53ace97ab7431c4bee
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Sep 15 16:28:47 2010 +0300

    Plug leaked glist in EogWindow

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

commit 6aff895cc42d08aca91657ab7bb85a99c2ea1899
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Sep 15 16:28:04 2010 +0300

    Minor optimization
    
    GList should always be prepended and reversed later.

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

commit 4746be007c48962e40154965dd41952d9278a230
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Sep 15 11:53:07 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

commit 503792113ce4262919c4d886713e885d1ad7bd08
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Wed Sep 15 13:55:25 2010 +0600

    Initial translation to Kazakh

 po/LINGUAS |    1 +
 po/kk.po   | 1404 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1405 insertions(+), 0 deletions(-)

commit 2a77eca2bc44237f1fb2918ba57834209efa0717
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Sep 14 23:44:58 2010 +0200

    [l10n] Updated German translation

 po/de.po |  267 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 141 insertions(+), 126 deletions(-)

commit f53dcbb275a06bc224a9bdb26084b6d1e768931a
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 7eb19f2bffe29ebcda5575e7927cb58b4bd35bac
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 d4174ac084accda573e9e345c380dc3b0d63d170
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 face399a1a1898b9fa6c82456ed85084a23c83f9
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 7429d93233f2c2af98f2dc091be49e170f252e79
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 e090c281cddae35bf22a6093e0de6b123159f800
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 12 17:06:11 2010 +0200

    Updated Danish translation

 po/da.po |  636 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 356 insertions(+), 280 deletions(-)

commit ba89d0480214d4a6c8651299e534a923da5e0c3c
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Sep 10 23:48:41 2010 +0100

    Updated Portuguese translation

 po/pt.po |  660 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 367 insertions(+), 293 deletions(-)

commit f6f67169a51cf304dafa641e50168686c9accdc0
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Sep 10 23:01:49 2010 +0200

    Remove has_separator attribute from GtkBuilder files
    
    Fixes warnings about unsupported properties due to recent
    deprecations in GTK+.

 data/eog-image-properties-dialog.ui |    1 -
 data/eog-multiple-save-as-dialog.ui |    1 -
 data/eog-preferences-dialog.ui      |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

commit cbe0fc08f4a02f3d12b946db7d78995d05e4cfb9
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Sep 10 22:49:34 2010 +0200

    Set version to 2.91.0.
    
    Make it uneven to show it's a development version.

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

commit c4f204aee4640b3997d3e30d67f6f292da935078
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Sep 10 21:04:47 2010 +0200

    Fix GDK_DISPLAY() usage.
    
    It has been removed in latest GTK+.

 cut-n-paste/totem-screensaver/totem-scrsaver.c |   51 ++++++++++++++---------
 1 files changed, 31 insertions(+), 20 deletions(-)

commit 01593dc2f1ada3c07d7681f489fb0d2bf9562de7
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Sep 10 20:49:26 2010 +0200

    Make GtkDialog-usage compatible with GTK+-2.90.7

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

commit 29d46b3c3125c27544c888d03591571679dfd0a7
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Sep 10 20:45:47 2010 +0200

    Update GDK keysym names to be compatible with GTK+-2.90.7

 configure.ac            |    2 +-
 src/eog-print-preview.c |    8 ++++----
 src/eog-scroll-view.c   |   24 ++++++++++++------------
 src/eog-sidebar.c       |    8 ++++----
 src/eog-window.c        |   30 +++++++++++++++---------------
 5 files changed, 36 insertions(+), 36 deletions(-)

commit 3ff454bb5b6ab74d7a046dd098e02ad5215489f9
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 5f03aaec0715abb9048b43291caa11c40c945a87
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 0879551dabc58de31cd37ee09bb7a0a6da369e5d
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 1598fb646b4e1218df065ed0937926d761e3a8be
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 59343f86c198a6e25fcdb372d8a333b40a0e0e8e
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 05a00504e896e00592f8f49525141474ae1755c5
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 f9ba7f06d73fcd901691e5fa375d87a3a9981cd6
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 3 16:42:31 2010 +0300

    Simplify create_surface_from_pixbuf()

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

commit 2be68aaee33e3e6732e512a22d9ee5b681e95cc5
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Aug 25 12:32:31 2010 +0300

    Improve the rendering of scaled images
    
    Not using CAIRO_CONTENT_ALPHA added a black border to images, when
    painted scaled. Also, a extend mode of CAIRO_EXTEND_PAD, clipped to
    the image rectangle, prevents the image borders to be drawn blending
    out with the background.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit 9e6f9ee6ea2c0ca4338445a55ff3c6175ca6f623
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Aug 18 02:02:53 2010 +0300

    Honour the antialiasing-in and antialiasing-out EogScrollView properties
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit 793ede27dd4cd0aa73d5e84cc478641e25424f54
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Aug 18 02:02:01 2010 +0300

    Replace GdkInterpType with cairo_filter_t in EogScrollView
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit bb9d00011e07e9ad68b5e4968a2c1e68596c5684
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Aug 17 18:27:52 2010 +0300

    Remove unneeded code
    
    Actually, #ifdef it out and comment it. It's nice code anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit 8654e7de549d8edf34c14f3f0a655d8773b1e433
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Aug 17 16:05:46 2010 +0300

    Fix the SVG rendering
    
    Take the transformation bits from the existing code and use them to
    add proper svg rendering support.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit f0410a55778e719da8f2b62f0e5060bb128f028e
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Aug 17 00:03:38 2010 +0300

    Enable double-buffer in EogScrollView
    
    Now that we rely on cairo, there is no reason to try to be über-smart.
    Enabling double-buffer fixes the flickering and the slowness with huge
    images.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit 919929eea1d63380f773f9c0a339a32149e592ba
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Aug 16 23:14:39 2010 +0300

    Fully rely on cairo to render the image in EogScrollView
    
    This is an initial patch to showcase how EogScrollView performs when
    we discard all the internal optimizations and rely on cairo to render
    the image. In general, performance is quite good, with a few caveats:
    
    - Rendering svg is broken (librsvg is not building because of the
      changes in API in GTK+ 3)
    - There is flickering in the rendering of the background for images
      with an alpha channel
    - Images bigger than 4096×4096 seems to be quite slow (at least with
      an nvidia card)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit 648302091b5517b5da96c4277fbee8f13c125938
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Aug 16 17:23:50 2010 +0300

    Use gdk_window_create_similar_surface() for EogScrollView
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit 889f275e38d0a7dcf062f5c63b8efaebaa1ca14f
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Aug 13 14:23:29 2010 +0300

    Store a cairo_surface_t in EogScrollView for the GdkPixbuf to be rendered
    
    Using this later during the rendering should improve performance.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

commit 4f432e981a956cd157ae3f190b9c7850a6f180d9
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Aug 13 00:27:50 2010 +0300

    Factor out the code to store a pixbuf in EogScrollView
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626795

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

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

    Update Simplified Chinese translation.

 po/zh_CN.po |  518 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 252 insertions(+), 266 deletions(-)

commit 421c6b058f68d98127738d4d41ddb629412120a6
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Sep 5 16:50:13 2010 +0200

    Updated Arabic translation

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

commit 70fc6554484985eae1088633e03c8bd5796a0fd2
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Sep 3 23:58:18 2010 +0200

    Updated French translation

 po/fr.po |  418 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 200 insertions(+), 218 deletions(-)

commit babc471a19fc18bb9a854c46e56b6ad88c86613a
Author: drtv <vasudeven@git.gnome.org>
Date:   Fri Sep 3 16:16:39 2010 +0530

    Updated Tamil translation

 po/ta.po |  437 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 224 insertions(+), 213 deletions(-)

commit d67c7b883a67df15b47190c5774c0179bd6e54e9
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
Date:   Thu Sep 2 09:45:27 2010 +0200

    [l10n] Updated German translation

 po/de.po |  475 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 243 insertions(+), 232 deletions(-)

commit 5765c89d55e1389bc239910c4ca739f392945fa4
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 be90940a63721b94a127e230bf6de9ea4f1379b5
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Aug 31 22:25:07 2010 +0700

    Updated Indonesian translation

 po/id.po |  413 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 221 insertions(+), 192 deletions(-)

commit d4b03c3a1d50f6111edb3823a2477085f71d8625
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Tue Aug 31 15:58:35 2010 +0700

    Updated Indonesian translation

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

commit 2370d59efc7d32855cbda32068a1f0a591ce6d05
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 4435a75616e2e82186ef731c9ae6cbc76e1314b6
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 29 13:19:10 2010 +0200

    Updated Hungarian translation

 po/hu.po |   65 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 33 insertions(+), 32 deletions(-)

commit e8eb34bb9877f0db525a1dbc1be7193ff909ab1e
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Aug 29 13:18:55 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

commit 625106acbeb4c7b185f17f8a59e21b658a8627d7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Aug 27 18:21:16 2010 +0100

    Bug 628148 — Miscellaneous string fixes

 data/org.gnome.eog.gschema.xml.in.in |   14 +++++++-------
 src/eog-window.c                     |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 6c8d6c0e5b61b8ed85d0b0717a098e43ebb7d2a4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Aug 27 18:15:17 2010 +0100

    Update British English translation

 po/en_GB.po |  613 ++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 338 insertions(+), 275 deletions(-)

commit 9cdfbf6875bd5e8a92fa4a69eb9a0f7192f71159
Author: Ivar Smolin <okul@linux.ee>
Date:   Fri Aug 27 17:15:21 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |  102 ++++++++++++++++++++-----------------------------------------
 1 files changed, 34 insertions(+), 68 deletions(-)

commit 5fa16fe1f8e29b75af6fc1e352922c70ffc6f1bc
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Aug 26 03:32:14 2010 +0200

    Updated Hungarian translation

 po/hu.po |  443 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 248 insertions(+), 195 deletions(-)

commit a269705a2456f1910c9a1530694c49db28a93679
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Aug 23 23:06:36 2010 +0200

    Update Czech translation by Adrian Gunis

 po/cs.po |  477 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 271 insertions(+), 206 deletions(-)

commit eb267a2ac60d17c6982f94b4b75e751b5f6640ed
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Aug 19 18:55:52 2010 +0200

    Updated Arabic translation

 po/ar.po |  595 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 334 insertions(+), 261 deletions(-)

commit ecef65ddba6aa294cdb03ded736b77084149d102
Author: Милош Поповић <gpopac@gmail.com>
Date:   Mon Aug 16 14:22:43 2010 +0200

    Updated Serbian translation

 po/sr.po       |  516 ++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po |  516 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 522 insertions(+), 510 deletions(-)

commit c858ff5d9dbd467e5e283b694c04f07fdfaabf46
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Aug 14 21:40:01 2010 +0800

    Sync zh_CN.po from gnome-2-32.

 po/zh_CN.po |  585 ++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 323 insertions(+), 262 deletions(-)

commit 8a9237692a572ef230ffc25593b3d673b15de9f1
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Aug 12 22:08:00 2010 +0300

    Use cairo recommended rowstride for the surface in EogPrintPreview

 src/eog-print-preview.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit f8704ad41fc4f75aaf489c55e121103b77861ccb
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Aug 12 02:13:38 2010 +0300

    Use the new license-type property in GtkAboutDialog
    
    Bump the GTK+ version requirement for this.

 configure.ac     |    2 +-
 src/eog-window.c |   23 +----------------------
 2 files changed, 2 insertions(+), 23 deletions(-)

commit f9ebc7b72f1c53dce3f472771767130eb5a52bcc
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Aug 12 02:12:32 2010 +0300

    Update the copyright years in the about dialog

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

commit 887e6c96159bb14c03106d45eb964a10734db90b
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Aug 12 01:58:24 2010 +0300

    Use GDK_BLANK_CURSOR for the hidden cursor
    
    No need to use a GdkBitmap for this.

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

commit 165f3032de5384ab4073b0433b70a9aa7411b14d
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Aug 11 19:05:54 2010 +0200

    Stop having EogWindow react on focus-in event in fullscreen
    
    There appears to be no actual use case for doing this.
    Fixes the toolbar appearing after regaining focus (e.g. after deleting
    an image or ALT+TABing). Fixes bug 626569.

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

commit e25919b9a67e60dad1650e1377a30242e0d7a5fb
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Aug 11 21:15:55 2010 +0700

    Updated Indonesian translation

 po/id.po |  210 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 111 insertions(+), 99 deletions(-)

commit 3c1e6e5ec856bc4f76c82e52ffc9594cea02f164
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Aug 9 00:43:18 2010 +0300

    Fix typo in docs

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

commit 399d49129aa794d588968f2d4f26477a6069524b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Aug 8 17:19:57 2010 +0200

    Make image area background black by default
    
    Said to improve focussing on the image and avoiding interference from
    the UI. Fixes bug 616450.

 data/org.gnome.eog.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ed86bde5420559b0624bfaff5c881e934b3d96a3
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Aug 8 17:16:22 2010 +0200

    Make button text descriptive when setting image as wallpaper
    
    Fixes bug 625352.

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

commit b0f0746c7f2987dc587301ceef7d414da7ab66d0
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Aug 7 00:21:26 2010 +0200

    Correct EogScrollView's background color preference order
    
    The override-color needs preference over the other colors.
    The background color can't be forced to black for fullscreen otherwise.

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

commit 804eb812579a1ffab82554a81892df237f430b2c
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Aug 5 01:24:57 2010 +0300

    Bump version to 2.90.0
    
    Now that 2.31.x continues in the gnome-2-32 branch

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

commit bf3ddd1bc432fec076e9629e11d3a0085532783c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Aug 4 20:09:08 2010 +0200

    Updated Slovenian translation

 po/sl.po |  496 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 268 insertions(+), 228 deletions(-)

commit 60cc058195e361be27f21b936f6e6e3fde1d7e02
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 4 14:09:10 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  332 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 168 insertions(+), 164 deletions(-)

commit bfb867b46e27c3eee171a1c94c10f23e5ea2a368
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Wed Aug 4 10:50:18 2010 +0700

    Updated Indonesian translation

 po/id.po | 1808 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 1186 insertions(+), 622 deletions(-)

commit 40f3da287b0d9f4b95f2a1a4370e891affb7642a
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Aug 4 14:25:51 2010 +0530

    update Punjabi Translation by A S Alam

 po/pa.po |  638 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 330 insertions(+), 308 deletions(-)

commit eb0c094e950fce2084165140deac8f1c64e8c46f
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Tue Aug 3 19:49:50 2010 +0300

    Updated Romanian translation

 po/ro.po |  620 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 337 insertions(+), 283 deletions(-)

commit 47d1020caa0c4776d13e88215c75244f224ab80f
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Jul 31 09:52:20 2010 +0300

    [l10n] Updated Estonian translation

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

commit 7c69b182662f43636b1027fa395f9372593e39bb
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 23:04:38 2010 +0200

    Make the image-gallery-position GSetting an enum

 data/org.gnome.eog.gschema.xml.in.in |    4 ++--
 src/eog-window.c                     |   10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 22:54:28 2010 +0200

    Have GSettings use enum for transparency style
    
    Removes quite a bit of code. Makes it unavailable for
    gsettings-data-convert though.

 data/eog.convert                     |    1 -
 data/org.gnome.eog.gschema.xml.in.in |    4 +-
 src/eog-preferences-dialog.c         |   59 +++++++++++++--------------------
 src/eog-scroll-view.c                |   35 +-------------------
 4 files changed, 27 insertions(+), 72 deletions(-)

commit 28a38946c4871ee00305a4a6c0cf9e48c36e530b
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 22:53:43 2010 +0200

    Use GSettings enum support

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

commit 736a634a376c650810da3d79651c3b1319568663
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 22:14:43 2010 +0200

    Remove old GConf parameter from distcheck params

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

commit 310b9fa32ec018c891fc432de1b80fb5185dd8f0
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 22:11:52 2010 +0200

    Remove GConf schemas from translations

 po/POTFILES.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e81ac67ce4bd7dc1746022a5b9df9c3758eb35c9
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 22:01:05 2010 +0200

    Don't hardcode GConf as GSettings backend
    
    This is not really needed anymore and we also want to use features
    of dconf soon.

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

commit e98adab7da3209c9f193d0df019d5516f82ed967
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 22:00:05 2010 +0200

    Remove unneeded GConf schemas
    
    They wont't be used anymore.

 configure.ac        |   13 +--
 data/Makefile.am    |   17 ---
 data/eog.schemas.in |  274 ---------------------------------------------------
 3 files changed, 3 insertions(+), 301 deletions(-)

commit 1edaea8623e58c7b37d4e2da11c8c905bfe51ca9
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 28 21:36:03 2010 +0200

    Add conversion file for gsettings-data-convert
    
    Uses key names from the last stable series for older keys. So if you
    changed your settings since commit ea47 or eog-2.31.4 your settings will
    not be ported over.

 data/Makefile.am |    4 ++++
 data/eog.convert |   31 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

commit 7a85a0a1520b9f21fa44c8e8bd7253624770ca14
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Jul 28 12:28:37 2010 +0300

    Updated Hebrew translation.

 po/he.po |  294 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 149 insertions(+), 145 deletions(-)

commit 0ca29e6bde34e23882fe18df4672817573157659
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Jul 27 23:13:34 2010 +0200

    [i18n] Updated German translation

 po/de.po |  294 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 149 insertions(+), 145 deletions(-)

commit 2873692edb6021c0aed6e193e12d06d13814fab3
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 27 17:52:08 2010 +0200

    Updated Galician translations

 po/gl.po |  296 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 150 insertions(+), 146 deletions(-)

commit a43eabdb5b4a771710a9a87779366070256f9176
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Jul 26 20:59:35 2010 +0200

    Updated Spanish translation

 po/es.po |  297 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 150 insertions(+), 147 deletions(-)

commit 764758f77cbdcd65a1e9b66d502f975aa41ac782
Author: Eleanor Chen <chenyueg@gmail.com>
Date:   Mon Jul 26 23:01:06 2010 +0800

    Update Simplified Chinese translations.

 po/zh_CN.po |  318 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 161 insertions(+), 157 deletions(-)

commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 26 12:39:58 2010 +0200

    Allow disabling the save-on-close confirmation dialog
    
    Activating this option reverts eog to the behaviour of before
    the dialog was introduced and changes will simply be discarded.
    GSettings option only at the moment. Fixes bug #625226.

 data/org.gnome.eog.gschema.xml.in.in |    4 ++++
 src/eog-config-keys.h                |    1 +
 src/eog-window.c                     |    7 ++++++-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit d670f6e23a6d6a640f830c4a1bebaf928a983f23
Author: drtv <vasudeven@git.gnome.org>
Date:   Sun Jul 25 15:06:35 2010 +0530

    Updated Tamil translation

 po/ta.po |  523 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 288 insertions(+), 235 deletions(-)

commit 8c0e09a2433199d96b784fd5d2aed3508eb7f3b3
Author: Xandru Armesto <xandru@softastur.org>
Date:   Fri Jul 23 18:19:41 2010 +0200

    Updated asturian translation

 po/ast.po | 1188 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 694 insertions(+), 494 deletions(-)

commit af3c9a45dcbf2adccdbcd3d9816fca65a2e0263c
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jul 22 19:40:19 2010 +0200

    Don't try to set the scrollview's parent's shadow-type property
    
    With commit e41b97bb the parent switched from a GtkFrame to a GtkHPaned
    which doesn't have that property.

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

commit 80674c0f4ea6c23afc7872db8365f072046187e4
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jul 22 19:38:00 2010 +0200

    Remove now unnecessary GTK_CHECK_VERSION switches
    
    We use GTK+-3 and and would always pass each of these checks now.

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

commit 1b66c6acb2c0ca775d294e72ef542f7a91538ba1
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 21 22:48:04 2010 +0200

    Disable Python plugins since they don't work with GTK+-3 yet
    
    Porting to libpeas is likely a better approach than waiting for
    PyGTK-3 as introspection will then hopefully relieve us from
    hand-maintaining the Python API.

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

commit e580844febda5f1cbffabc8412e7889250cb827c
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Tue Jul 13 07:51:38 2010 +0200

    Request a dark theme variant
    
    GTK+-3.0 introduces the possibility for applications to request
    dark theme variants, aimed mainly at display centric applications
    like movie players or viewers.
    Eog obviously fits the bill, so it should follow Totem's lead ...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624262

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

commit d166ba737cf86d5e17d896c44ef42e0863616b0c
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 21 22:31:57 2010 +0200

    Update eog.pc for GTK+-3
    
    Depend on the correct GTK version and remove the unneeded GConf
    dependency as plugins needing it should depend in it themselves.

 data/eog.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 18ae8aafc996693998cd093ce71ed9ccccd1b884
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jul 21 22:24:26 2010 +0200

    Adapt to recent GTK+-3 API changes in GtkNotebook
    
    Once version 2.90.6 is out the GTK_CHECK_VERSION switch can go out
    and eog instead depend on that version in configure.

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

commit 82785ea392f4d5eea0c0048cc16ed3386d28567e
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Tue Jul 13 07:51:32 2010 +0200

    Compile against GTK+-3.0
    
    Replace the removed GdkRegion API with the corresponding
    cairo_region_t API and switch the build to GTK+-3.0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624261

 configure.ac          |   12 ++++++------
 src/eog-scroll-view.c |    9 ++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

commit 8dddacf02b46d83824c56d0a7f51dde2056eebb2
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 19 21:44:32 2010 +0200

    Add gtk-doc annotations to the new properties

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

commit bfef239942645fff4a5efe71d801ccb92a185cf7
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 19 21:38:02 2010 +0200

    Set zoomed out antialiasing using a GSettings binding
    
    Moved to EogScrollView from EogWindow.

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

commit 15917972d9a60fc185b1cc9a7b4e304952c49d2d
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 19 21:32:04 2010 +0200

    Set zoomed in antialiasing using a GSettings binding
    
    Again less work for EogWindow.

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

commit e7243a9ddad0f31f8759aadbd92ad551781b8480
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 19 21:10:40 2010 +0200

    Handle EogScrollView's instance initialization in the right function
    
    Moves most of the other stuff done in eog_scroll_view_new
    over to eog_scroll_view_init.

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

commit a3042084fab9da4ed2c5418716044368eda135ef
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jul 18 23:53:03 2010 +0200

    Mark startup-flags property as GFlags which it actually is.
    
    Instead of using some strange guchar magic.

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

commit d974945341b974d602a9f42565fdc47a61c9eda7
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jul 18 23:45:11 2010 +0200

    Don't assert when accessing unknown EogWindow properties
    
    Use G_OBJECT_WARN_INVALID_PROPERTY_ID to emit a warning instead.

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

commit 0c327b7ec802a07f53da04f5dc484e646548b552
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jul 18 23:41:55 2010 +0200

    Determine gallery position and size using a GSettings binding
    
    Prepare everything for the use of GSettings' enum support for this.

 src/eog-window.c |   94 +++++++++++++++++++++++++++++++++--------------------
 src/eog-window.h |    7 ++++
 2 files changed, 65 insertions(+), 36 deletions(-)

commit f4726d4facf7a2ebb616ba46ec20f12f1084cdde
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jul 18 20:44:47 2010 +0200

    [i18n] Updated German translation

 po/de.po |  256 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 119 insertions(+), 137 deletions(-)

commit ec93e7f2c26a09a69dbc93241a50badccb0f6b21
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jul 18 19:52:40 2010 +0200

    Add gtk-doc annotations to the new properties in EogScrollView

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

commit acdafc3563c5c88d3c2d2a25e4602d774dad92fa
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jul 18 19:46:06 2010 +0200

    Set transparency style using GSettings
    
    Another callback less from EogWindow.
    This will be migrated to use GSetting's enum support soon.

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

commit a7d7b35fc1eb92e17901ec9e9054db0f35f2ad80
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jul 18 19:25:59 2010 +0200

    Reflect transparency color API changes in Python bindings

 bindings/python/eog.defs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 2a4e4c30e4a41a1f4b7b452243a56851cdebe442
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jul 18 19:22:06 2010 +0200

    Set transparency fill color using GSettings
    
    Saves some callbacks from EogWindow.

 src/eog-scroll-view.c |   69 +++++++++++++++++++++++++++++++++++++------------
 src/eog-scroll-view.h |    3 +-
 src/eog-window.c      |   58 +++--------------------------------------
 3 files changed, 58 insertions(+), 72 deletions(-)

commit c10376c1f39dbaa43ede116831861adf72e19645
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jul 18 18:27:05 2010 +0200

    Fixed headers in galician translation file

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

commit da215f780c5885d24e51c01b7da48ede713e97b0
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jul 18 18:25:31 2010 +0200

    Fixed headers in galician translation file

 po/gl.po |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

commit e41b97bbb5dc56cb49cbda638081f4312dd39df4
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Tue Jul 13 07:51:09 2010 +0200

    Remove frame around image view
    
    Quoting Hylke Bons:
    "[...] it doesn't have a purpose and only causes visual clutter."
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614807

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

commit 47fd09997d07d968bab511cd5b84900fbc923ea5
Author: Sense Hofstede <qense@ubuntu.com>
Date:   Sun Jul 18 02:13:40 2010 +0200

    Updated Frisian translation and added it to the LINGUAS file

 po/LINGUAS |    1 +
 po/fy.po   | 1430 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1431 insertions(+), 0 deletions(-)

commit ee24db099553b7b1e1b92f11ed48c03f53f91269
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jul 17 15:30:18 2010 +0200

    Updated French translation
    
    Contributed by Laurent Coudeur and Claude Paroz

 po/fr.po |  523 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 281 insertions(+), 242 deletions(-)

commit 2871e19740c29f2b26b8e6c6413d237417cfcada
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Jul 14 20:38:24 2010 +0800

    Update Simplified Chinese help figures.

 help/zh_CN/figures/eog_start_window.png          |  Bin 13260 -> 20708 bytes
 help/zh_CN/figures/eog_toolbar_editor_window.png |  Bin 0 -> 37628 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit bcc9545c697caceef9600823cd3da913ee662ab1
Author: 朱涛 <bill_zt@sina.com>
Date:   Wed Jul 14 20:38:05 2010 +0800

    Update Simplified Chinese help translation.

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

commit 2de563a9e73a8fe9f93735d8af74a3a9f7cbfc2c
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Jul 14 19:50:10 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  506 +++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po |  512 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 545 insertions(+), 473 deletions(-)

commit 2d9d10ea7f89d5092c4b8901ea31ad00337157bf
Author: Eleanor Chen <chenyueg@gmail.com>
Date:   Wed Jul 14 11:27:56 2010 +0800

    Update Simplified Chinese translations.

 po/zh_CN.po |  720 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 371 insertions(+), 349 deletions(-)

commit 6ef8f1fdd381ba79cad3ade0218aa78adbab861b
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 13 03:36:33 2010 +0300

    Updated Hebrew translation.

 po/he.po |  224 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 116 insertions(+), 108 deletions(-)

commit 1661d1a28020ae8ea02d3f817261b2edbb0bc45d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jul 11 16:26:57 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  233 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 121 insertions(+), 112 deletions(-)

commit cd55b85e3371e071ca7209e7f88c295cdb641b91
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jul 7 18:01:11 2010 +0200

    Updated Galician translations

 po/gl.po |  234 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 121 insertions(+), 113 deletions(-)

commit 5874f54949ec72a5ed28b61feb5c3008d1532663
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Jul 7 17:13:34 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit cf491e411ecacd1498c14c3fe6a579b1a84e8bf5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jul 6 05:17:25 2010 +0200

    Updated Spanish translation

 po/es.po |  224 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 117 insertions(+), 107 deletions(-)

commit 6a7b1bde17eccc47b1af09b2022586926f7b9f42
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 5 21:57:27 2010 +0200

    Re-add P as shortcut to pause the slideshow
    
    Happens in the KeyEvent handler as it's not working when linking the
    shortcut key to the PauseSlideshow action. Fixes bug #553283.

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

commit cc27fe8575eb92cb13fc0ae4e5ae7e514b58b6e7
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 5 21:42:00 2010 +0200

    Add toolbar button to pause the slideshow
    
    Basically switches between standard fullscreen and slideshow.
    Fixes bug #618886.

 data/eog-ui.xml  |    2 ++
 src/eog-window.c |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

commit 81f93b598e10b747bac692af4512599898efa814
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jun 28 23:44:31 2010 +0200

    Post-release version bump

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

commit 822fbc1e2762f62e71bf2391d28d4b0d47947d7a
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jun 28 23:39:43 2010 +0200

    Update for release 2.31.4

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

commit 21ced20430078aaa283b7925ce282ebb54e05e5d
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 27 14:16:07 2010 +0200

    Switch EogPropertiesDialog netbook mode using a GSettings binding

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

commit c630747b02a9589a993c28d244448cdc291131e8
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 26 18:10:43 2010 +0200

    Add API docs for EogScrollView's new properties

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

commit 8c7cf9f8938673eda2843be650b558084b44303e
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 26 17:59:17 2010 +0200

    Switch scrollwheel zoom setting with GSettings
    
    Drops another simple value-forwarding signal callback from EogWindow.

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

commit 0cadaebd5c7561991eceaf3ed9af32f50e63b1e9
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 26 17:47:05 2010 +0200

    Bind zoom multiplier to GSettings instead of setting it by hand
    
    Another callback less in EogWindow.

 src/eog-scroll-view.c |   17 ++++++++++++++++-
 src/eog-window.c      |   32 ++------------------------------
 2 files changed, 18 insertions(+), 31 deletions(-)

commit 0a898703a9a19589e049a73d21c91898b0dbc51e
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 26 17:19:06 2010 +0200

    Have the ThumbNav's scrollbuttons bound to the GSettings key
    
    One signal callback less in EogWindow.
    The setting is not updated on changes to the property (eg. by plugins).

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

commit 330c8b841a4f8d9af9b11c76e0d5eb01dce9837c
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Jun 26 12:22:09 2010 +0200

    Updated Catalan translation

 help/ca/ca.po |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

commit c88808f4c06872c904da52595c6f8550da87f1e3
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jun 23 23:18:02 2010 +0200

    Avoid walking string arrays from GSettings when converting to GSLists
    
    The arrays are returned NULL-terminated by GSettings. Making use of this
    we don't need to walk the array first to get it's size when converting
    it to a GSList.

 src/eog-plugin-engine.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 643d8f405a2cfcb2a7fae702591aab7b3077a209
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jun 23 23:06:47 2010 +0200

    Remove pre-GLib-2.25.8 compatibility code
    
    We depend on 2.25.9 now so these won't be needed any longer.

 src/eog-plugin-engine.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit 4c340931764d65bd53a4ed53082f92302e942fc4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jun 22 23:01:53 2010 +0200

    Updated Spanish translation

 po/es.po |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit 2ceb16357b385525b60babef6279ddb7d1185d46
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jun 22 21:11:44 2010 +0200

    Updated Spanish translation

 po/es.po |   32 +++++++-------------------------
 1 files changed, 7 insertions(+), 25 deletions(-)

commit 5f1a6c32e8b88029803d9d2356bef4c402a3dc0d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Jun 21 10:32:44 2010 +0300

    Updated Hebrew translation

 po/he.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 77c60139d5c7e1ddd51c8d553a642af6683ea0c6
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jun 19 19:26:14 2010 +0300

    Updated Hebrew translation.

 po/he.po |  513 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 258 insertions(+), 255 deletions(-)

commit 3d34c9e9242209c769417db4f4f9a2d6bf0a58e7
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Jun 19 17:49:53 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 34 insertions(+), 35 deletions(-)

commit f28fa11035fbbb3715641e9924313547e32d1fb2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jun 19 12:24:29 2010 +0200

    Added Norwegian bokmål translation

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

commit ad75397562e3e253dac29846351259274cefc16d
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jun 18 22:56:03 2010 +0200

    Update POTFILES.in to include eog-application.c
    
    The recent totem-scrsaver updates introduced a translatable string here.

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b222bb232cf40336145c7450a8dc51536eab939e
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jun 18 22:45:36 2010 +0200

    Depend on GIO 2.25.9 for latest GDBus patches

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

commit 0ceccc72264ec27d56689846af88e73759cad2aa
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Fri Jun 18 15:42:34 2010 +0000

    Adapt to GDBus API change

 cut-n-paste/totem-screensaver/totem-scrsaver.c |   77 ++++++++++++-----------
 1 files changed, 40 insertions(+), 37 deletions(-)

commit 63b4670443d0900f3203bd8ca2cd3fd84c82f9e9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 13 13:31:40 2010 +0100

    Update totem-scrsaver from upstream
    
    Update from recent evince and totem changes, port to libgdbus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621439

 configure.ac                                   |    2 +-
 cut-n-paste/totem-screensaver/totem-scrsaver.c |  382 ++++++++++++++----------
 cut-n-paste/totem-screensaver/totem-scrsaver.h |   24 +-
 po/POTFILES.in                                 |    1 -
 src/eog-application.c                          |    5 +-
 5 files changed, 242 insertions(+), 172 deletions(-)

commit 523ed9e67749b94baee6d77c4273d1abb2cc7229
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Jun 18 21:25:11 2010 +0200

    Updated Galician translations

 po/gl.po |  272 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 136 insertions(+), 136 deletions(-)

commit e636f3d7af15a0a902d492a4e35a25b71b26f320
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jun 17 07:27:38 2010 +0200

    Updated Spanish translation

 help/es/es.po |  163 +++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 106 insertions(+), 57 deletions(-)

commit 3fbb4d82b360d94217cb02dd6455bd5c2e2ae269
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Wed Jun 16 23:33:09 2010 +0300

    Add Finnish help translation by Jukka Heikkilä.

 help/Makefile.am                              |    2 +-
 help/fi/fi.po                                 | 1510 +++++++++++++++++++++++++
 help/fi/figures/eog_save_as_window.png        |  Bin 0 -> 25648 bytes
 help/fi/figures/eog_start_window.png          |  Bin 0 -> 14190 bytes
 help/fi/figures/eog_toolbar_editor_window.png |  Bin 0 -> 22618 bytes
 5 files changed, 1511 insertions(+), 1 deletions(-)

commit 68238a695a7b256d8db8a356d940ce636ede0fc7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jun 16 06:21:25 2010 +0200

    Updated Spanish translation

 po/es.po |  116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 101 insertions(+), 15 deletions(-)

commit f6be24f5b3d2c015946c07a5d61f6fa03cf94e1e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jun 16 06:17:18 2010 +0200

    Updated Spanish translation

 po/es.po |  534 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 252 insertions(+), 282 deletions(-)

commit 548e96ae2ef33d2ee58454cd00eab1a8e813f8e7
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Jun 15 18:47:18 2010 +0300

    Fix build without libjpeg
    
    AM_CONDITIONAL calls should be called always, otherwise configure
    gets confused.
    
    Fixes bug #621616.

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

commit 5d25772d45cee96633d8804e5e13211253db1621
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jun 13 23:35:33 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  434 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 231 insertions(+), 203 deletions(-)

commit 009a8205ccee9446a703b864e6baf81febe9b080
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 13 21:14:35 2010 +0200

    Updated German doc translation

 help/de/de.po |  580 ++++++++++++++++++++++++++++++---------------------------
 1 files changed, 309 insertions(+), 271 deletions(-)

commit 47b84374f549e7c8b84497ad47a883c0a363dc77
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 13 20:49:16 2010 +0200

    Updated German translation

 po/de.po |  563 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 317 insertions(+), 246 deletions(-)

commit 7d202bcf8df2563cd965b65930ff7a1ea32436bd
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 13 13:27:29 2010 +0200

    Rename "Image Collection" to "Image Gallery"
    
    This is more fitting. Based on propsal by Allan Day. Fixes bug #618304.

 data/eog-toolbar.xml                               |    2 +-
 data/eog-ui.xml                                    |    4 +-
 data/eog.schemas.in                                |   20 ++--
 data/gtkrc                                         |    4 +-
 data/icons/16x16/Makefile.am                       |    2 +-
 ...-image-collection.png => eog-image-gallery.png} |  Bin 611 -> 611 bytes
 data/icons/22x22/Makefile.am                       |    2 +-
 ...-image-collection.png => eog-image-gallery.png} |  Bin 653 -> 653 bytes
 data/icons/24x24/Makefile.am                       |    2 +-
 ...-image-collection.png => eog-image-gallery.png} |  Bin 638 -> 638 bytes
 data/icons/32x32/Makefile.am                       |    4 +-
 ...-image-collection.png => eog-image-gallery.png} |  Bin 1141 -> 1141 bytes
 ...-image-collection.svg => eog-image-gallery.svg} |    0
 data/icons/scalable/Makefile.am                    |    2 +-
 ...-image-collection.svg => eog-image-gallery.svg} |    0
 data/org.gnome.eog.gschema.xml.in.in               |   14 +-
 help/C/eog.xml                                     |   18 +-
 src/eog-config-keys.h                              |    6 +-
 src/eog-thumb-nav.c                                |    2 +-
 src/eog-window.c                                   |  164 ++++++++++----------
 src/eog-window.h                                   |    2 +-
 src/main.c                                         |    8 +-
 22 files changed, 129 insertions(+), 127 deletions(-)

commit 0365c8aa6b6ffb7e75af91234bfeb3aa651bb52a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 13 01:42:34 2010 +0200

    Updated Galician translations

 po/gl.po |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit d47a84c1eb94518e9f82ab084964588344316570
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Jun 12 19:08:28 2010 +0200

    Updated Galician translations

 po/gl.po |  236 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 118 insertions(+), 118 deletions(-)

commit cd8d7e15cca41fa2234a8c2c87944d722ff6dfb4
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Jun 12 19:06:36 2010 +0200

    Updated Galician translations

 po/gl.po |  390 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 213 insertions(+), 177 deletions(-)

commit 573d5af2fe62d32972cce7b6089aabf6f34a79b5
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jun 9 23:18:12 2010 +0200

    Support using a sealed GDK library
    
    Only works reliable as of GDK-2.21.2 due to API changes in that
    version.

 cut-n-paste/toolbar-editor/egg-editable-toolbar.c |   14 ++++++++++++++
 src/eog-window.c                                  |    5 +++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit ff509b7df8fd17abceceb2baa37ef4d45b301461
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 12 18:52:53 2010 +0200

    Make GSettings key description match the GConf one
    
    Saves one wrong translation.

 data/org.gnome.eog.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea478326b68a8eba0a119eec92ac5374c00fe2b3
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 12 18:52:12 2010 +0200

    Make GConf keys match the new GSettings keys

 data/eog.schemas.in |   58 +++++++++++++++++++++++++-------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

commit 6cb2ce2c72ce91f4f56d9110d7326e5ede86d7f9
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 12 18:48:54 2010 +0200

    Make forgotten GSettings keys use the key macros

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

commit afac01c63d764fc1b111698ef0b76473e8cfc96d
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 12 18:46:28 2010 +0200

    Make GSettings keys follow the new naming conventions
    
    This caused build failures for other modules, so we had to do it now.
    Fixes bug #621370.

 data/Makefile.am                     |    3 +--
 data/org.gnome.eog.gschema.xml.in.in |   26 +++++++++++++-------------
 src/eog-config-keys.h                |   24 ++++++++++++------------
 3 files changed, 26 insertions(+), 27 deletions(-)

commit 41a34c8a7389d238b7e7fb936fe8c430ff4e4311
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Wed Jun 9 18:30:37 2010 +0200

    Add Esperanto translation

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

commit 1bc159046d15a445ff4f0fc64243704436a242c4
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Wed Jun 9 18:30:35 2010 +0200

    Add Esperanto translation

 po/eo.po | 1427 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1427 insertions(+), 0 deletions(-)

commit 36657892fb847228d0b0f614c19b03c2441f32ee
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jun 7 22:51:56 2010 +0200

    Post-release version bump

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

commit f2aaad9d04254543486b9016001fc421d3776a0b
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jun 7 22:49:51 2010 +0200

    Readd GConf schema definition to tarball
    
    At least until we don't use GConf anymore.

 data/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 02caffcf23cf4d2e802f32fbe57f875b724b70de
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jun 7 22:46:03 2010 +0200

    Prepare for release 2.31.3

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

commit ddc6aba85b8df524e918fa37e88bd5be8797a068
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Jun 7 16:12:44 2010 +0300

    Updated Hebrew translation.

 po/he.po |  403 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 220 insertions(+), 183 deletions(-)

commit 3377dc887ccf8caab4bc69fc69d2320c6e947628
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Jun 7 10:48:33 2010 +0300

    Estonian translation updated

 po/et.po |   48 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 31 insertions(+), 17 deletions(-)

commit caf81e8f9e27419dd8ec96ebaaf616b669e04977
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 6 22:07:08 2010 +0200

    Allow setting a user-defined background color
    
    This allows the user to have another color instead of the theme defined
    color as background. For now requires a loaded image until we can
    finally fix bug 538279. Fixes bug 502992.

 data/eog-preferences-dialog.ui       |  595 ++++++++++++----------------------
 data/org.gnome.eog.gschema.xml.in.in |   10 +
 src/eog-config-keys.h                |    2 +
 src/eog-preferences-dialog.c         |   15 +-
 src/eog-scroll-view.c                |   93 +++++-
 src/eog-scroll-view.h                |    2 +-
 6 files changed, 316 insertions(+), 401 deletions(-)

commit 4087bc9130b489935a6460061d166ef23524bf7f
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 6 16:41:26 2010 +0200

    [GSettings] Fix whitespace errors

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

commit 2ef93aa989530950c675a336661475afd29cd1e6
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 6 16:31:31 2010 +0200

    [GSettings] Remove more unneeded gconf-client.h includes

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

commit 1207e0f363e06f977eb6f9fb82519f9d421845ad
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 6 16:16:19 2010 +0200

    [GSettings] Remove now obsolete gconf_client_add_dir call

 src/eog-config-keys.h |    1 -
 src/eog-window.c      |    4 ----
 2 files changed, 0 insertions(+), 5 deletions(-)

commit edd73fd3f31d7e9e10729546643b4a06a9d58572
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 6 16:12:26 2010 +0200

    [GSettings] Port EogPluginEngine to GSettings
    
    Reuses the GSettings list helpers from gedit by Ignacio Casal Quinteiro,
    modified to empty lists. Also has a temporary workaround for an API
    change in the upcoming glib-2.25.8 which can go out again once we can
    hard-depend on that version.

 src/eog-config-keys.h   |    2 +-
 src/eog-plugin-engine.c |  150 +++++++++++++++++++++++++++++------------------
 2 files changed, 93 insertions(+), 59 deletions(-)

commit 8a554fc717522b12b79260c82ad6328760cfcf8e
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jun 6 14:44:09 2010 +0200

    [GSettings] Turn settings keys into preprocessor macros again

 src/eog-config-keys.h        |   49 +++++++++++---------
 src/eog-preferences-dialog.c |   43 ++++++++---------
 src/eog-window.c             |  105 +++++++++++++++++++++++++-----------------
 3 files changed, 109 insertions(+), 88 deletions(-)

commit 68f8d67f01435f840a8fbff976e056f091b6c436
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 5 17:17:03 2010 +0200

    [GSettings] Hook GSettings schema into intltool
    
    These translations seem to be of no use yet, but we avoid possibly
    losing the former GConf schema translations this way.

 configure.ac                         |    1 +
 data/org.gnome.eog.gschema.xml       |  114 ----------------------------------
 data/org.gnome.eog.gschema.xml.in.in |  114 ++++++++++++++++++++++++++++++++++
 po/POTFILES.in                       |    1 +
 po/POTFILES.skip                     |    1 +
 5 files changed, 117 insertions(+), 114 deletions(-)

commit 5090409a75274ac091901c9afe7d02d06e9e1ad2
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 5 16:57:10 2010 +0200

    [GSettings] Migrate EogWindow to GSettings as fas as currently possible
    
    This is a dumb migration. It's not taking any advantage of
    GSettings' advanced features yet, as the task was to get it running
    first. Next would be moving several settings onto EogScrollView itself.
    Also some settings still use GConf as they belong to other packages.

 src/eog-window.c |  431 ++++++++++++++++++++----------------------------------
 1 files changed, 156 insertions(+), 275 deletions(-)

commit dd7c43457ac1602e49e43a4d79ad26dd09aeaad8
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Jun 5 12:45:30 2010 +0200

    [GSettings] Call glib-compile-schemas with allow-any-name parameter for now
    
    This needed as our schema keys are not yet following the new naming
    scheme. Until we've fixed them we need to override this error check.

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

commit 667693ec829779ae96cb2c9b2fb0e692796c1d2e
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 30 22:52:07 2010 +0200

    [GSettings] Convert EogPreferencesDialog to GSettings

 src/eog-preferences-dialog.c |  287 ++++++++++--------------------------------
 src/eog-preferences-dialog.h |    4 +-
 src/eog-window.c             |    3 +-
 3 files changed, 69 insertions(+), 225 deletions(-)

commit e5dd87f49e311b11681c84b06254ff2bc675d676
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 30 22:49:10 2010 +0200

    [GSettings] Add GSettings schema file

 configure.ac                   |    1 +
 data/Makefile.am               |   13 +++--
 data/org.gnome.eog.gschema.xml |  114 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 124 insertions(+), 4 deletions(-)

commit 7ad810cd28733d3288665dbdc77ef582ec321fb2
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 30 15:00:47 2010 +0200

    [GSettings] Use the gconf GSettings backend
    
    At least until the whole desktop is migrated.

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

commit a288a19e78bcf23edd60b6d07250f198f792326b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 30 15:00:10 2010 +0200

    [GSettings] Bump GLib and GConf requirements for GSettings migration
    
    GConf 2.31+ is only needed for the corresponding backend
    until the whole desktop is converted.

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

commit 0ac09ea58b240285b7e57ff1498b23a8b704b882
Author: Sira Nokyoongtong <gumaraa@gmail.com>
Date:   Fri Jun 4 21:02:55 2010 +0700

    Updated Thai translation.

 po/th.po |  664 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 333 insertions(+), 331 deletions(-)

commit b9c1cb99bf7b6df3c9d7af00996fdc704732e45f
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jun 3 23:30:39 2010 +0200

    Move Python.h include into the right spot
    
    Python.h is required to be included before any standard header.
    Also it's not needed in its old position, but is in its new.
    This fixes compiler warnings about redefining _POSIX_C_SOURCE.

 src/eog-python-module.c |    4 ++++
 src/eog-python-module.h |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)

commit d1fb2e4b8f74b4944af86347654dd57e22358230
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 30 22:52:28 2010 +0200

    Remove unneeded gconf-client.h include

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

commit c8c35a264eddbc68197d76dc58de17960ec5366d
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jun 3 23:06:04 2010 +0200

    Possibly delete the SVG background when changing the background color
    
    If the transparency is set to show the viewing area's background color
    while changing the area's color the SVG background needs to be updated.
    To achieve this it's simply deleted. The next redraw, which will be
    triggered by changing the view's background color, will recreate it.

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

commit 6d72a53126dd881fac55280b27b06be659335696
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jun 3 23:01:34 2010 +0200

    Delete SVG background when changing transparency settings
    
    This has it recreated with the correct transparency settings on the next
    redraw (which is triggered directly afterwards). Fixes wrong SVG display
    when changing the transparency settings with an image loaded.

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

commit b065620dbed2101c40fbf97e1e0f18e99dd9825d
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jun 3 21:07:52 2010 +0200

    Fix API docs about new background color property

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

commit 81c54cef2b4017b1a510e4d4d3d163799e8540fb
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jun 3 17:20:18 2010 +0200

    Cleanup the updating code for the two bg color fields in EogScrollView
    
    Looks a lot cleaner now.

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

commit c42a931817a07554379d90c44d5923b358a9998b
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Jun 3 16:52:27 2010 +0200

    Add fallback background color support to EogScrollView
    
    This allows to temporarily set the view's background color and fallback
    to a predetermined default or the theme's color. Necessary to make the
    color user settable and still allowing us to override it, e.g. for the
    fullscreen mode.

 src/eog-scroll-view.c |  146 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/eog-scroll-view.h |    5 +-
 src/eog-window.c      |    5 +-
 3 files changed, 150 insertions(+), 6 deletions(-)

commit 2f6bd8b2bb348c8875157d6fd5b4dfae76686e79
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu May 27 17:32:58 2010 +0300

    Updated Hebrew translation.

 po/he.po |  284 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 144 insertions(+), 140 deletions(-)

commit 4aee935ab8a3794dae3b02b1f3d3fbb1f7cb763d
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue May 25 21:14:16 2010 +0200

    Post-release version bump

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

commit 6c5d8107af975db20f738f0f57fe7ccfb7fdf9f8
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue May 25 21:06:08 2010 +0200

    Prepare for release 2.31.2

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

commit a7744868630186234e1918739d937391ba790667
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun May 23 14:23:20 2010 +0200

    Dutch translation updated by Wouter Bolsterlee

 po/nl.po |  282 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 144 insertions(+), 138 deletions(-)

commit 3dde1e5ebc0364851b561e9243a26717df947a72
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Mon May 17 13:23:02 2010 -0400

    Update Shavian translation

 po/en@shaw.po |  209 ++++++++++++++++++---------------------------------------
 1 files changed, 65 insertions(+), 144 deletions(-)

commit acf50a975145771c9de3158fba0080bca5806333
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri May 14 20:15:12 2010 +0200

    Updated Slovenian translation

 po/sl.po |  450 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 226 insertions(+), 224 deletions(-)

commit ef490b69f6edddc4b3ed739feefa0302f07a59d9
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Fri May 14 00:26:59 2010 +0300

    Updated Belarusian translation

 po/be.po | 2311 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 1038 insertions(+), 1273 deletions(-)

commit 5078ea5e0a38c898c26f35fa8b22568f19ca72c6
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu May 13 21:37:41 2010 +0200

    Finish making EogScrollView GSEAL-compatible.
    
    Eog should be completely GSEAL-compatible now.
    Completes bug 606883.

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

commit 7dd81d8d4b1a67a89cb33880df48a63a464db4dd
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu May 13 21:22:45 2010 +0200

    Make the easy parts of EogScrollView GSEAL-compatible
    
    Part of bug 606883.

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

commit 2fc271e3b0c918ee07608efc96bc9e7890be56be
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu May 13 15:08:46 2010 +0200

    Constify transform lookup table

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

commit c2647d86d7a79d276fae4c395cdf52075d96205f
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:42 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po |  923 ++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 614 insertions(+), 309 deletions(-)

commit 8680c068d6c9b4513b10cdc3c42bd8a8ea0b96dd
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Wed May 12 12:15:15 2010 +0530

    Updated Oriya Translation

 po/or.po |  825 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 493 insertions(+), 332 deletions(-)

commit 15d23daf9b43d9cb632033518ec88458b26d61e8
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 9 22:16:12 2010 +0200

    Make EogPluginEngine GSEAL-compatible
    
    Has a workaround for the different behaviour of gtk_window_get_group()
    that makes sure that the configure dialog and its parent share a window
    group of their own as before. Not sure if it's needed.
    Part of bug 606883.

 src/eog-plugin-engine.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit d53d169824923c4851f8b2abac520be10846415e
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 9 21:19:25 2010 +0200

    Make EogThumbNav GSEAL-compatible
    
    Part of bug 606883.

 src/eog-thumb-nav.c |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

commit fd8fac07cfc426d4b419155874e2417c118de92f
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 9 14:37:00 2010 +0200

    When generating the settings directory also create it's parents
    
    Fixes warnings and unsaved toolbars when ~/.gnome2 does not exists yet.
    Also set the directory permissions less permissive by default.
    See: http://mail.gnome.org/archives/eog-list/2010-May/msg00003.html

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

commit 6a7a94e6ded816050e1eb002a77f047a955891f0
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 3 22:22:55 2010 +0200

    Post-release version bump

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

commit 30e3348dc261a96d35347b6c8983cfdba49e1324
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 3 22:18:40 2010 +0200

    Prepare for 2.31.1

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

commit 3f5ee79db7689bfa2a2ad4d813efdeb8e8d95dc3
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 3 00:26:13 2010 +0200

    Generate separator pixbuf using an offscreen window

 cut-n-paste/toolbar-editor/egg-editable-toolbar.c |   75 ++-------------------
 1 files changed, 7 insertions(+), 68 deletions(-)

commit f10411901ad9b8d3a87f7e8ef4312d016a76407d
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Apr 14 17:24:49 2010 +0200

    Make libegg code and EogWindow GSEAL-compatible. See bug 606883.

 configure.ac                                      |    2 +-
 cut-n-paste/toolbar-editor/egg-editable-toolbar.c |   50 +++++++++++----------
 cut-n-paste/toolbar-editor/egg-toolbar-editor.c   |    8 ++--
 src/eog-window.c                                  |   24 ++++++++++
 4 files changed, 55 insertions(+), 29 deletions(-)

commit db5f8cf7eaf39337a9d0a03069e4e7d852125908
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat May 1 21:35:44 2010 +0200

    Updated Galician translation

 po/gl.po |  201 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 102 insertions(+), 99 deletions(-)

commit 41e9d8bf5adbfdb0b8bf72b1b96394e4c1d358ce
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 1 19:25:07 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  292 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 144 insertions(+), 148 deletions(-)

commit 15123149313ccfcc423d45238308d155ec1a31c7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Apr 29 17:39:30 2010 +0200

    Updated Spanish translation

 po/es.po |  201 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 102 insertions(+), 99 deletions(-)

commit e633cf790c20e4d6ae692c307b9106cdb98746c8
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Apr 29 17:28:47 2010 +0300

    Estonian translation updated

 po/et.po |   40 +++++++++++++++++++++++-----------------
 1 files changed, 23 insertions(+), 17 deletions(-)

commit 92207fdf7a2148e13e890b8ab1aa32e02a6436b8
Author: Gabriel Corvalan Cornejo <just.the.boss@gmail.com>
Date:   Wed Apr 28 22:34:56 2010 +0200

    Make strings during image opening consistent with menu item
    
    The menu item talks about opening an image. So should the file open
    dialog and the status while the image is opened. (bug 614497)

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

commit f55ae89b086d864e0c47af1432fda6d6c8ca42dc
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Apr 28 20:25:24 2010 +0200

    Reorder menu items to make menus more intuitive and less confusing
    
    Based on a proposal by Hylke Bons. Most visible change is the 'File'
    menu now being more specifically called as 'Image' now as that's what
    we're talking about in this case.
    Also the action names were adjusted to be in line with the others.
    This causes custom toolbars to loose these items on the first start.
    (bug 614457)

 data/eog-toolbar.xml |    8 +++---
 data/eog-ui.xml      |   57 +++++++++++++++++++++++------------------------
 src/eog-window.c     |   59 ++++++++++++++++++++++++-------------------------
 3 files changed, 61 insertions(+), 63 deletions(-)

commit 6c3ee0d11b05e8bd40038834999f492ffb22e682
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Thu Apr 22 22:54:03 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  735 ++++++++++++++++++++++++++++++-----------------------
 1 files changed, 416 insertions(+), 319 deletions(-)

commit 0d9a230e81c2b33ef0fac744601483c3c5083826
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Thu Apr 22 16:24:58 2010 +0530

    Updating Assamese translations.

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

commit cf9e24cd77513db9384c875494ea00d5657a8525
Author: Shankar Prasad <sprasad@git.gnome.org>
Date:   Thu Apr 22 12:34:46 2010 +0530

    Updated Kannada translations

 po/kn.po |  692 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 398 insertions(+), 294 deletions(-)

commit 871c2c2c97bc5bb3ada342c8ef27c310f4d22847
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Apr 18 15:42:57 2010 +0200

    Add simple printing support for SVGs
    
    Use librsvg to draw the SVGs to the cairo context during printing.
    Should improve print quality quite a bit. Fixes bug 518055.

 src/eog-print.c |   31 ++++++++++++++++++++++++-------
 1 files changed, 24 insertions(+), 7 deletions(-)

commit 1e488a50cfd86c056bc4128a83d50e8b92b373ea
Author: Hiroyuki Ikezoe <poincare@ikezoe.net>
Date:   Sat Apr 10 17:00:48 2010 +0900

    Use rsvg_handle_set_base_uri to resolve relative path.
    
    (bug 615344)

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

commit 21caf5f03041e236157e967bf2c07832b5ba551b
Author: Hiroyuki Ikezoe <hiikezoe@gnome.org>
Date:   Sun Apr 18 14:12:17 2010 +0200

    Render SVGs using librsvg when filtering is enabled
    
    Redraws scaled SVGs correctly instead of just showing a scaled and
    filtered pixbuf. Note that depending on the filters used by the image
    rendering can be quite slow at large zoom factors. Fixes bug 108435.

 configure.ac            |   18 ++++
 src/eog-image-private.h |    6 ++
 src/eog-image.c         |   68 +++++++++++++-
 src/eog-image.h         |   10 ++
 src/eog-scroll-view.c   |  226 ++++++++++++++++++++++++++++++++++++++++++-----
 src/eog-transform.c     |   11 +++
 src/eog-transform.h     |    2 +
 src/main.c              |    6 ++
 8 files changed, 320 insertions(+), 27 deletions(-)

commit e89ebc3220f2cab15c998af8891d93c2499afe72
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Apr 17 22:12:54 2010 +0200

    Updated Galician translations

 po/gl.po |  258 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 130 insertions(+), 128 deletions(-)

commit d0b25ee106aefd325445ebd755c2ef95ecddeb40
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Apr 17 19:00:52 2010 +0200

    Updated Spanish translation

 po/es.po |  255 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 130 insertions(+), 125 deletions(-)

commit a662d6822112fd173b7ce9a803e7e4a593a26b18
Author: Hylke Bons <hylkebons@gmail.com>
Date:   Sat Apr 17 17:58:12 2010 +0200

    Merge smaller SVG variants of eog's logo into a single one-canvas SVG
    
    (bug 615356)

 data/icons/16x16/Makefile.am               |    1 -
 data/icons/16x16/apps/eog.svg              |  339 ---------
 data/icons/22x22/Makefile.am               |    1 -
 data/icons/22x22/apps/eog.svg              |  530 --------------
 data/icons/32x32/Makefile.am               |    1 -
 data/icons/32x32/apps/eog.svg              |  537 ---------------
 data/icons/scalable/Makefile.am            |    5 +
 data/icons/scalable/apps/eog-onecanvas.svg | 1025 ++++++++++++++++++++++++++++
 8 files changed, 1030 insertions(+), 1409 deletions(-)

commit 62ff42f013a17135e12b4f02480bdbaa80cf288b
Author: Hylke Bons <hylkebons@gmail.com>
Date:   Sat Apr 17 16:15:41 2010 +0200

    Add 256x256 high resolution app icon
    
    This is going to be used by gnome-shell's ALT+TAB switcher for example.
    (bug 615356)

 configure.ac                    |    1 +
 data/icons/256x256/Makefile.am  |    7 +++++++
 data/icons/256x256/apps/eog.png |  Bin 0 -> 47467 bytes
 data/icons/Makefile.am          |    2 +-
 4 files changed, 9 insertions(+), 1 deletions(-)

commit e39dae81cbe687bfd10c4c854e4defd871841486
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Apr 17 16:08:29 2010 +0200

    Add --version command line parameter
    
    (bug 615531)

 src/main.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 07e1128a516ceea68add62808a7cc4bb9a5d325d
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Apr 14 21:20:57 2010 +0200

    Make silent build more silent
    
    eggtypebuiltins were still built verbosely

 cut-n-paste/toolbar-editor/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d8ab8cb6e4ba80962003b75f2aaa50d17d4ad48a
Author: Hylke Bons <hylkebons@gmail.com>
Date:   Wed Apr 14 20:48:44 2010 +0200

    Force-show icons for recent file list in File menu
    
    (bug 614405)

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

commit cffc41e7b0f255cdaf82052dad83ff1539599fdb
Author: Marek Kasik <mkasik@redhat.com>
Date:   Fri Apr 2 15:00:26 2010 +0200

    Embed page setup in the print dialog
    
    This patch activates paper size combo and orientation combo in the
    Page Setup tab in the print dialog. It removes "Page Setup..." from
    the file menu. It also actualize paper size in Image Settings each
    time it changes. (bug 614451)

 data/eog-ui.xml             |    1 -
 src/eog-print-image-setup.c |   31 ++++++++++++++++++++++++++++++
 src/eog-print-image-setup.h |    5 ++++
 src/eog-print.c             |    7 +++++-
 src/eog-window.c            |   44 +------------------------------------------
 5 files changed, 43 insertions(+), 45 deletions(-)

commit 30986c8d4c95ec804c6e93251fa69c3ff371bbe6
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Apr 14 20:43:18 2010 +0200

    Post-branch version bump

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

commit 55583e9f2cdbe39dbfeb1c09c6c4d2a852342552
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Apr 14 20:25:36 2010 +0200

    Fix msgfmt errors that prevent branching
    
    Mark strings fuzzy that prevent creating a new branch.
    The affected strings are not used anyway, so there's no impact to users.

 po/ug.po |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1f519331070f4fc7f2f3f01a54880db18defa8c0
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Wed Apr 14 13:54:13 2010 +0200

    Occitan translation update

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

commit 7f06d2bd3e0d895fd8b3f8cc4241830a5c31777b
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Wed Apr 14 13:53:27 2010 +0200

    Occitan translation update

 po/oc.po |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 88bace02ff11500600088264e6df7703a1ed9d39
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Wed Apr 14 13:51:59 2010 +0200

    Occitan translation update

 po/oc.po | 1000 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 619 insertions(+), 381 deletions(-)

commit 3e60de77b38ad35fed4336666af3b12e6532d1ca
Author: Ani Peter <apeter@redhat.com>
Date:   Wed Apr 14 14:57:56 2010 +0530

    Updated Malayalam Translation

 po/ml.po |  687 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 410 insertions(+), 277 deletions(-)

commit 6ba8f5bc495dd2da1edac7447149c20018df10f8
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Apr 13 23:57:44 2010 +0200

    Fix typo preventing build with libjpeg-6

 jpegutils/transupp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f9ee2fc69f19b864af3e3eadfed005a7d31c52a9
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Apr 13 23:16:29 2010 +0200

    Update to latest git.mk from Pango

 git.mk |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit a9fda91a1482ba9efb99e439ead89fe0972f032e
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Apr 13 23:06:39 2010 +0200

    Ship header forgotten in last commit
    
    Forgot to add this header with commit 620ee28f.

 jpegutils/jpegint-8a.h |  407 ++++++++++++++++++++++++++++++++++++++++++++++++
 jpegutils/jpegint.h    |    7 +
 2 files changed, 414 insertions(+), 0 deletions(-)

commit 620ee28f8896e7a195c0a6169abd251d9e82da25
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Apr 13 22:55:06 2010 +0200

    Fix lossless JPEG rotation when using libjpeg-8
    
    This is mostly a port of the corresponding patch for gThumb by
    Paolo Bacchilega (bug 612809). Since it's needed by the newer transupp
    we also ship the internal jpegint.h header as done by digiKam to
    workaround distros that do not ship it by default. Fixes bug 615387.

 configure.ac                            |   17 +
 jpegutils/Makefile.am                   |   15 +-
 jpegutils/{README => README.6b}         |    0
 jpegutils/README.8a                     |  325 +++++++
 jpegutils/{transupp.c => transupp-6b.c} |    2 +-
 jpegutils/{transupp.h => transupp-6b.h} |    0
 jpegutils/transupp-8a.c                 | 1609 +++++++++++++++++++++++++++++++
 jpegutils/transupp-8a.h                 |  215 ++++
 jpegutils/transupp.h                    |  162 +---
 src/eog-image-jpeg.c                    |    5 +-
 10 files changed, 2189 insertions(+), 161 deletions(-)

commit 9c1de12ccb106a54d8555281155a800725244d1c
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Tue Apr 13 12:27:06 2010 +0530

    Typos corrected

 po/bn_IN.po |   42 +++++++-----------------------------------
 1 files changed, 7 insertions(+), 35 deletions(-)

commit 9b2d8c5d186e2c7b1379b11c92ce2245b1669867
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Tue Apr 13 12:05:39 2010 +0530

    Typos corrected

 po/bn_IN.po |  702 +++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 424 insertions(+), 278 deletions(-)

commit 9cd3607bb481ed0e16c6f9dd2a89fb2f1b53dfc7
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Apr 13 09:49:49 2010 +0530

    Updated Marathi Translations

 po/mr.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 9698c9de5c7b9a6219d0a97da38b9972400c8700
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sat Apr 10 21:55:21 2010 +0300

    Updated Lithuanian translation

 po/lt.po |   96 +++++++++++++++++++++++++++++--------------------------------
 1 files changed, 46 insertions(+), 50 deletions(-)

commit 5777a486416cd63fb4dc78ea0d2d8426c97c24a5
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Apr 6 14:16:39 2010 +0700

    Updated Thai translation.

 po/th.po |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 16ebac9877c836a44d5145d2e1b7fca455409e6d
Author: Anita Reitere <nitalynx@gmail.com>
Date:   Mon Apr 5 18:11:37 2010 +0300

    Updated Latvian translation.

 po/lv.po |  773 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 466 insertions(+), 307 deletions(-)

commit 77aa9d1900538d8eee3a62d736cb0433316877f3
Author: Jordi Serratosa <jordis.lists@gmail.com>
Date:   Thu Apr 1 21:45:45 2010 +0200

    Fixes to Catalan translation

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

commit 021b9aa48630eae14e10eb8a10d9ad3f155bc645
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Apr 1 19:05:18 2010 +0530

    Updated Telugu Translations

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

commit 2c75691b3c0a50049bbe66ddae34711eedefb45e
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Thu Apr 1 18:20:59 2010 +0530

    Updated Marathi Translations

 po/mr.po |  295 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 163 insertions(+), 132 deletions(-)

commit 8190fd06910e70506ff8a7287c43267f3ac9a415
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Apr 1 18:04:11 2010 +0530

    Updated Telugu Translations

 po/te.po |  680 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 409 insertions(+), 271 deletions(-)

commit 98672a01280338078ac5a06a9b66663c99470bef
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Wed Mar 31 19:49:12 2010 +0200

    Dutch translation updated by Wouter Bolsterlee

 po/nl.po | 1109 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 444 insertions(+), 665 deletions(-)

commit 62c8626fd1da1a652e2e4f802d1cfe000d732610
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Mar 29 23:52:53 2010 +0200

    Post-release version bump

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

commit 15a2915dad0f88cf4097d062bd0dfd32153c1652
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Mar 29 23:51:21 2010 +0200

    Update for 2.30.0

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

commit 8d0ac7f2d3573121ff81a702904b6b6e1521b07d
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sun Mar 28 15:38:20 2010 +0600

    Updated Bengali translation

 po/bn.po |  107 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 53 insertions(+), 54 deletions(-)

commit 41de56165b6af3c4cde53dd8ddc3bbe0ae6af95e
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Mar 28 10:52:01 2010 +0200

    Updated Danish translation

 po/da.po |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 0811afe631135a9eb40a7889bf053b51c0bcd261
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Mar 27 16:01:43 2010 +0100

    Updated Basque language

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

commit bba51ad1dda283a90d8bbc47cb01c8d389670efc
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Mar 27 15:38:41 2010 +0100

    Updated Basque language

 po/eu.po |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)

commit 0927cc788169cf8a753f279d7dc2e0a6fd164a18
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Mar 27 19:45:31 2010 +0600

    Updated Bengali translation

 po/bn.po |  565 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 297 insertions(+), 268 deletions(-)

commit c1bbba508a128b2e9b06f6f7467813c54f3f062d
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 13:35:23 2010 +0200

    Updated Ukrainian translation

 po/uk.po |  300 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 140 insertions(+), 160 deletions(-)

commit 065056f7bf922cef925337721531840b36c3196d
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Mar 24 17:32:40 2010 +0530

    Updated Gujarati Translations

 po/gu.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit b7705afb0d677db872d17df87ac2101099528111
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Mar 24 17:20:44 2010 +0530

    Updated Gujarati Translations

 po/gu.po |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 6cbfd5bcb6ea7f104c51c8f0b945aefb8722fd6e
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Mar 23 20:32:46 2010 +0200

    Updated Lithuanian translation.

 po/lt.po |  613 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 357 insertions(+), 256 deletions(-)

commit a368826009d3dc4ab347499c02261e7228065ee7
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Mar 22 17:38:01 2010 +0100

    Updated Basque language

 po/eu.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 8b86f7e805a20d59d82e2bc5217fcd330644b062
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Mar 22 15:57:26 2010 +0200

    Estonian translation updated

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

commit 639326a268634b35d05bf692f8e021daa3524ae0
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Fri Mar 19 23:46:59 2010 +0100

    Updated Italian translation

 po/it.po |  611 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 329 insertions(+), 282 deletions(-)

commit c35c7592fab25c687fada80c97180dc424bdce0a
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Mar 18 00:27:35 2010 +0000

    Updated Portuguese translation

 po/pt.po |  665 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 376 insertions(+), 289 deletions(-)

commit 76157831fc26b4c0d1c4abc9acdc91fcf029a9aa
Author: A S Alam <aalam@users.sf.net>
Date:   Mon Mar 15 07:25:01 2010 +0530

    updating for Punjabi by A S Alam

 po/pa.po |  642 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 386 insertions(+), 256 deletions(-)

commit 26159767eb5c3a58bbde1844884931bcf8da220b
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Mon Mar 15 00:10:57 2010 +0100

    Updated Danish translation

 po/da.po |  623 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 358 insertions(+), 265 deletions(-)

commit 625824fc09130ffa06cf245329a00c5fb3e0174e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 14 03:32:06 2010 +0900

    Updated Korean translation

 po/ko.po |  642 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 372 insertions(+), 270 deletions(-)

commit 6c3c76d6c3a0f097ea0f4fa005d97e98e70a8524
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Mar 13 12:30:17 2010 +0100

    Updated Swedish translation

 po/sv.po |  288 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 150 insertions(+), 138 deletions(-)

commit daaa858441dbd8295b88713c3ebc8db64056ff8f
Author: Gil Forcada <gforcada@gnome.org>
Date:   Wed Mar 10 15:07:46 2010 +0100

    Updated Catalan translation

 po/ca.po |  651 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 359 insertions(+), 292 deletions(-)

commit 37f2b2524e586dc4444c28b46861cb70c3be0abd
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Wed Mar 10 15:45:58 2010 +0200

    Updated Finnish translation

 po/fi.po |  698 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 387 insertions(+), 311 deletions(-)

commit d025360cfe9592459b675f2922a90d50c4ead66e
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Mar 7 20:51:47 2010 +0100

    Mark EogCloseConfirmationDialog's functions as internal

 src/eog-close-confirmation-dialog.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit cef2bbf0efc316b75ce7f4d06f860d07ff087c7f
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Sun Mar 7 17:12:32 2010 +0100

    Updated Serbian translations

 po/sr.po       |  707 ++++++++++++++++++++++++++++++++++----------------------
 po/sr@latin.po |  707 ++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 856 insertions(+), 558 deletions(-)

commit 0f95dbe9387eecdda26379c2bc21f03d9801c5e4
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Mar 6 21:46:41 2010 +0100

    Updated Hungarian translation

 po/hu.po |  594 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 323 insertions(+), 271 deletions(-)

commit ec9a39d0ff355dd57a727688cde2bc37e240b6e1
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Mar 6 11:14:14 2010 +0100

    Updated Basque language

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

commit 2d7ca03c6cfe212a44e5b2576ee7c9baa6167dcb
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Fri Mar 5 09:08:16 2010 +0100

    Updated Basque language

 po/eu.po |  598 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 334 insertions(+), 264 deletions(-)

commit 314329487bdc2c39f0b791508250a97c4f8ee8de
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Feb 28 22:42:40 2010 +0100

    Updated French translation

 po/fr.po |  270 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 144 insertions(+), 126 deletions(-)

commit 0088c6e56a3fdf14f4578dad9720261245cdf16c
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sun Feb 28 21:59:51 2010 +0900

    Updated Japanese translation.
      Original update by Hideki Yamane (Debian-JP).
        http://l10n.gnome.org/vertimus/eog/master/po/ja
      Merged bug report by SUGITA Toshinori.
        https://bugzilla.gnome.org/show_bug.cgi?id=611279

 po/ja.po |  771 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 473 insertions(+), 298 deletions(-)

commit 2e3c931c31993cb51ee35b67cfebd0bf12d127e2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 27 14:43:14 2010 +0100

    Updated Polish translation

 po/pl.po |  634 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 352 insertions(+), 282 deletions(-)

commit 08b05b059971697e527544637878e3eed03f0804
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Feb 27 20:23:04 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |   13 ++++++-------
 po/zh_TW.po |   13 ++++++-------
 2 files changed, 12 insertions(+), 14 deletions(-)

commit f80cb854f215a2cc59782337fc6bea35b1a384b8
Author: Liel Fridman <lielft@gmail.com>
Date:   Sat Feb 27 00:09:19 2010 +0200

    Updated Hebrew translation

 po/he.po |  582 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 306 insertions(+), 276 deletions(-)

commit 965770938bf0681ba4f89a4800756731c43fcdd8
Author: Thanos Lefteris <alefteris@gmail.com>
Date:   Thu Feb 25 00:40:52 2010 +0200

    Updated Greek translation

 po/el.po |  712 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 425 insertions(+), 287 deletions(-)

commit 4cbf235122ebed0ba4247a8e8aeec7341efaf859
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Feb 24 14:05:30 2010 +0000

    Updated British English translation

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

commit d4b79c16b4c31a8aab1d52f189a6127b2ee642a4
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Feb 23 08:59:56 2010 +0200

    Updated Bulgarian translation

 po/bg.po |  242 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 131 insertions(+), 111 deletions(-)

commit 84fe63eaffc954d996fba99a6ad4c2a17254d668
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Feb 22 23:36:26 2010 +0100

    Post-release version bump

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

commit ba50484d88a1b791aa1d49507742b2de01483db9
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Feb 22 23:28:02 2010 +0100

    Prepare for release 2.29.91

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

commit b50cd2f99d948bc94fed9d58a21b3a3d25fe1612
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Feb 12 17:41:33 2010 +0100

    Explicitly link to libX11
    
    Explicitly links eog to libX11 if necessary. Should fix linker errors
    using non-recursive linkers. Includes fallback for X11 distributions
    without pkg-config support. Fixes bug #609184.

 configure.ac                              |   24 ++++++++++++++++++++++++
 cut-n-paste/totem-screensaver/Makefile.am |    3 +++
 src/Makefile.am                           |    9 ++++++++-
 3 files changed, 35 insertions(+), 1 deletions(-)

commit ef29f7cd409e8f0708196c7eef7beff7b6df9dbd
Author: Maciej Piechotka <uzytkownik2@gmail.com>
Date:   Mon Feb 22 23:03:26 2010 +0100

    Fix missing stdlib.h includes
    
    Fixes build failures and warnings with more strict compiler settings.
    See bug#610692.

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

commit a331097b8ea87868b6c5c4ad0f7ec064d7dc5035
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Mon Feb 22 17:17:24 2010 +0530

    Updated Assamese translations

 po/as.po |  709 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 368 insertions(+), 341 deletions(-)

commit 1322905ee44d07312bbd994bb5e344acdb353b13
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Sun Feb 21 17:54:18 2010 +0200

    Updated Russian translation from Alexander Saprykin

 po/ru.po |  637 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 356 insertions(+), 281 deletions(-)

commit 3599e0635c415bcff33514e4cf77069eba6bddcc
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 18 08:39:16 2010 +0530

    updated Tamil translation

 po/ta.po |  329 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 144 insertions(+), 185 deletions(-)

commit 6890308e08c580625f56d6742f9c6dd9478637ef
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Feb 15 22:19:01 2010 +0100

    Fix typos in API comments
    
    Spotted by gtk-doc-1.13.

 src/eog-application.c       |    4 ++--
 src/eog-print-image-setup.c |    2 +-
 src/eog-thumb-view.c        |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 5116d814b7d42d33c88cd211f3e0f308d5bec72f
Author: Vladimir Melo <vmelo@gnome.org>
Date:   Sun Feb 14 11:02:51 2010 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  213 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 116 insertions(+), 97 deletions(-)

commit 814b952a14400db8c6bead95ae3b9e937efc1b89
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Feb 13 00:08:50 2010 +0200

    Update Romanian translation

 po/ro.po |  658 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 379 insertions(+), 279 deletions(-)

commit cc5d36604d5a90b03a7328f6484c4b7d8de9cf54
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Fri Feb 12 10:38:35 2010 +0100

    Updated Galician Translation

 po/gl.po |  667 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 370 insertions(+), 297 deletions(-)

commit 64156898d4ee346b6ea0c73f66d266f7cb732461
Author: Petr Kovar <pknbe@volny.cz>
Date:   Thu Feb 11 22:04:16 2010 +0100

    Update Czech translation by Adrian Gunis

 po/cs.po |  585 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 326 insertions(+), 259 deletions(-)

commit d4782d40fd43e7ffc3c57588767ad62fbc798ac5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Feb 11 15:00:39 2010 +0100

    Updated Slovenian translation

 po/sl.po |  272 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 146 insertions(+), 126 deletions(-)

commit eab8f052b248faa98b46629d1200d51091badd89
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Feb 10 21:55:31 2010 +0100

    Updated Norwegian bokmål translation

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

commit 01cfc78d6139ffe49ddc6152294139a93c07b271
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Feb 10 07:55:39 2010 +0100

    Updated Spanish translation

 po/es.po |   32 +++++++++++++++-----------------
 1 files changed, 15 insertions(+), 17 deletions(-)

commit 2ef52cd26f3fa035150b037161fb6f6666f6e44a
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Feb 10 00:38:35 2010 +0200

    Updated Arabic translation

 po/ar.po |  249 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 134 insertions(+), 115 deletions(-)

commit 0b8a7aca612af015fa627a5d1f01b80b2e69623e
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Feb 9 20:34:44 2010 +0100

    Post-release version bump

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

commit 260a5440f50173dbad61a3117a8d4f1c77f8c273
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Feb 9 20:27:11 2010 +0100

    Prepare for release 2.29.90
    
    We missed 2.29.6 (Oops!), so version number had to be adjusted.

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

commit 6cebe233786101783ae3e649bc3241e9c490ef22
Author: Daniel Macks <dmacks@netspace.org>
Date:   Mon Feb 8 12:31:07 2010 +0100

    Explicitly link to GThread
    
    Should fix linker errors related to GThread on systems that don't
    recursively resolve linked libraries like OS X. See bug #609184.

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

commit 2afc8080568c8778e33c0b42475d5a6864662a83
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Feb 8 14:07:03 2010 +0700

    Updated Thai translation.

 po/th.po |  638 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 362 insertions(+), 276 deletions(-)

commit 7b338b986c612593002a87186f3957202769b54a
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Feb 7 19:57:02 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  628 ++++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po |  628 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 680 insertions(+), 576 deletions(-)

commit ab7c60cf183dbe5955eb8f966294cf32a9adda19
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Feb 7 12:13:30 2010 +0200

    Updating Estonian translation

 po/et.po |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

commit 8470c2f8232be89a76141047a20a41833d4c8068
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Feb 6 13:01:46 2010 +0000

    [window] Update about dialog with new maintainers

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

commit 0c7fa22735fc0137d416e39eece9676e2dde38db
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Feb 6 12:51:18 2010 +0000

    MAINTAINERS: maintainers are now Claudio and Felix
    
    Thanks for all the good work guys!

 MAINTAINERS |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 444e57447fd1c7e5d738950743f547cb41c65a90
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Feb 5 20:18:55 2010 +0100

    Updated Spanish translation

 po/es.po |  321 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 141 insertions(+), 180 deletions(-)

commit 19e1f0dde875863c819ecd8eec3d7c46e559a6d7
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Feb 5 18:39:27 2010 +0100

    Updated German translation

 po/de.po |  241 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 132 insertions(+), 109 deletions(-)

commit f2de185ed25c03d2bf1f60d7311448b26f7ee027
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Feb 5 16:06:11 2010 +0100

    Cleanup random image patch
    
    This adds a mnemonic to the random image menu entry and actually makes
    it visible in the application. It also removes the short label of the
    action as it can't be used in the toolbar for now anyway since we don't
    have a fitting icon.

 data/eog-ui.xml  |    2 ++
 src/eog-window.c |    7 ++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 9221716bc34aa8cf78293b89160920260018fe48
Author: Quinten Lansu <knight666@gmail.com>
Date:   Fri Feb 5 15:54:05 2010 +0100

    Make it possible to select a random image from the collection
    
    This allows the user to crawl randomly through his collection.
    Patch posted to eog-list:
    http://mail.gnome.org/archives/eog-list/2009-December/msg00003.html

 src/eog-thumb-view.c |    9 +++++++++
 src/eog-thumb-view.h |    3 ++-
 src/eog-window.c     |   21 +++++++++++++++++++++
 3 files changed, 32 insertions(+), 1 deletions(-)

commit f71a40269ae3b3ec3400e4d5352c064a6a7ffed5
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Feb 5 15:29:17 2010 +0100

    Ask before showing Appearance capplet after setting wallpaper
    
    This displays an info bar asking if the user actually wants to edit the
    style of his wallpaper. The info bar is hidden either by answering it or
    by selecting the next image. Confirming the question still opens the
    Appearance capplet as before. Fixes bug #606935.

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

commit 20400bfe00c20e4efb1b18eef714007b376b27f1
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Feb 4 19:19:15 2010 +0100

    Sync screensaver code with latest upstream
    
    Import latest screensaver inhibitor code from Totem's trunk.
    Keep our local modifications mostly alive for now.

 cut-n-paste/totem-screensaver/totem-scrsaver.c |   91 ++++++++++++++++-------
 cut-n-paste/totem-screensaver/totem-scrsaver.h |    6 +-
 2 files changed, 67 insertions(+), 30 deletions(-)

commit 1ec9b08149e7dce8fed82c67542fda2446809a29
Author: Michel Recondo <michel@recondo.com.br>
Date:   Thu Feb 4 10:33:14 2010 -0300

    Updated Brazilian Portuguese Translation

 po/pt_BR.po |  588 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 319 insertions(+), 269 deletions(-)

commit b6aa6dd2209b09850a03bde1765e059b432eb6ed
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jan 29 21:37:54 2010 +0100

    Make EogWindow GSEAL-compatible as far as possible
    
    There are some GTK_WIDGET_REALIZED calls left for which there's no
    replacement yet in GTK+.

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

commit d7a07bd0985e9540f869ebdfc6b4a950828c1df4
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jan 29 21:15:14 2010 +0100

    Make EogPluginManager GSEAL-compatible

 src/eog-plugin-manager.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit b5cacd8f5c843053b204064eba9ab6a828490b00
Author: Alexander Shopov <ash@contact.bg>
Date:   Thu Jan 28 09:06:47 2010 +0200

    Updated Bulgarian translation

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

commit 3a415fd073421c26a5e49b36d7cb6d10c54bdfbf
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Thu Jan 28 09:00:52 2010 +0200

    Updated Bulgarian translation

 po/bg.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 5daf0a0939c9d7ce4d7f3e1ad5e2e35cbdeec458
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Thu Jan 28 09:00:52 2010 +0200

    Updated Bulgarian translation

 po/bg.po |  538 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 287 insertions(+), 251 deletions(-)

commit 41d7aa05eb230a9019ea252a29b1d6f526358288
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Jan 27 18:23:45 2010 +0200

    Updating Estonian translation

 po/et.po |  238 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 126 insertions(+), 112 deletions(-)

commit 0bd003034f58093eff92037a78fd484005110301
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Wed Jan 27 20:05:41 2010 +0600

    Updated Bengali translation

 po/bn.po |  876 ++++++++++++++++----------------------------------------------
 1 files changed, 220 insertions(+), 656 deletions(-)

commit 456b121b4f75889ec58f70a72d8b18908a76d4e8
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Jan 25 15:13:41 2010 +0530

    Updated Gujarati Translations

 po/gu.po |  302 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 161 insertions(+), 141 deletions(-)

commit 405a7483a5073c730c32678ae58b8900fce5e0e0
Author: Aron Xu <aronxu@gnome.org>
Date:   Sun Jan 24 15:33:10 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  579 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 282 insertions(+), 297 deletions(-)

commit a81e4600e1d64609d5afd754ad4cb27097271b64
Author: vasudeven <agnihot3@gmail.com>
Date:   Sun Jan 24 09:38:13 2010 +0530

    updated Tamil translation

 po/ta.po |  600 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 354 insertions(+), 246 deletions(-)

commit 04dbab668c78e251fe66f112d63ab68a9ed4694a
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Fri Jan 22 02:42:56 2010 +0600

    Updated Bengali translation

 po/bn.po | 2379 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 1798 insertions(+), 581 deletions(-)

commit f46f50c88f6cff3b46643bd33eea3807c2c0c819
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
Date:   Wed Jan 20 13:52:33 2010 +0100

    Updated German translation

 po/de.po |  594 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 324 insertions(+), 270 deletions(-)

commit 5d2fa608fc2ba92d4f12dab69d754c7d3ff969c0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 19 14:15:31 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

commit 35e354e9530e1915c0bca0653af378788c2369a7
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Jan 17 13:58:55 2010 +0100

    Make EogCloseConfirmationDialog GSEAL-compatible

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

commit 1fb61f05ff2a59e3bb579b8731c263c4308ca722
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Jan 15 19:29:03 2010 +0100

    Updated Slovenian translation

 po/sl.po |  624 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 316 insertions(+), 308 deletions(-)

commit ac6f518e1870af98dc47389d695f7773debe3dda
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jan 13 22:15:14 2010 +0100

    Make EogPrintPreview GSEAL-compatible

 src/eog-print-preview.c |   50 ++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 26 deletions(-)

commit f0837c4a76e5c95a140776e4421b3e094c306024
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Jan 13 19:53:48 2010 +0100

    Make EogSidebar GSEAL-compatible

 src/eog-sidebar.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit 327f1b3c20e46bce6dfdb2a4b7f6a8daf7191593
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 13 19:10:14 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   46 +++++++++++++++++-----------------------------
 1 files changed, 17 insertions(+), 29 deletions(-)

commit 574cd7d56ce64f49e0904fde5cfe2e9a9795e99a
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Tue Jan 12 16:03:56 2010 +0200

    Updated Arabic translation

 po/ar.po |  541 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 278 insertions(+), 263 deletions(-)

commit 59a9cf3289fcd5fe84091ddf841de344ded340bd
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jan 11 23:40:44 2010 +0100

    Post-release version bump

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

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(-)

commit 3f8d698bebc1899cc61fd232044a41b2051977a9
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Dec 1 13:42:38 2009 +0100

    Update for 2.29.3

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

commit a84ad69aac7ac4c9274037bfc8968c455590dfd4
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Dec 1 13:26:23 2009 +0100

    Avoid warnings in CloseConfirmDlg when thumbs are not loaded
    
    This is merely a workaround until we find the real fix. This avoids the
    warnings when some thumbnails of changed images are not loaded (e.g.
    because the collection is hidden).  Instead a generic icon is shown.

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

commit 74268d4bac49d5c15268c9375f8b853e5b860df6
Author: Tao Wei <weitao1979@gmail.com>
Date:   Mon Nov 30 16:42:24 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po |  250 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 127 insertions(+), 123 deletions(-)

commit 8cbf69edca2c35c7ac81f150b6cb2c9653498cd2
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Nov 27 21:33:23 2009 +0100

    Remove unneeded variable
    
    The variable 'next_state' was a lost carry-on from the JPEG reader,
    which was the base for the PNG reader. It was never used here and was
    even faulty in one case.
    
    'chunk_len' was likely used during initial development of the PNG reader
    but was never in the final version.

 src/eog-metadata-reader-png.c |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

commit 17d4f73537c4b3792b693cc643c50b0fd7544510
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Nov 26 07:49:32 2009 +0200

    Updated Arabic translation

 po/ar.po |  263 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 150 insertions(+), 113 deletions(-)

commit 659403e321ef02fca024342773042c96300a16d6
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Nov 22 12:32:59 2009 +0100

    Raise gtk+ dependency to 2.17.5
    
    This version is needed for commit d6b1a635 due to the accessor to the
    activatable property of the ToggleCellRenderer.

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

commit d6b1a6351ccb2e87ecdbfb071120247bfc79b79b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Nov 22 12:23:51 2009 +0100

    Add func to get the close confirmation dialog in an insensitive state
    
    This state is special therein that it is not making the whole dialog
    insensitive, but only the buttons and the checkbox column in the
    treeview. That way the main window doesn't need to be made insensitive
    during saving to avoid interaction. Alltogether this should improve the
    situation visually quite a bit.

 src/eog-close-confirmation-dialog.c |   18 +++++++++++++++++-
 src/eog-close-confirmation-dialog.h |    1 +
 src/eog-window.c                    |    3 +--
 3 files changed, 19 insertions(+), 3 deletions(-)

commit aca371d4aafafc3290a770a29516bbf95f9c256e
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Nov 22 12:17:14 2009 +0200

    Updating Estonian translation

 po/et.po |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

commit 206d79cd0d8c0dabc907dd9e1c3aab39e6a3ab13
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Nov 21 20:50:26 2009 +0800

    Correct a typo

 po/zh_CN.po |  457 +++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 291 insertions(+), 166 deletions(-)

commit 71b38a132362e79581a86aa68d8d0d1ce7492411
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Nov 17 21:36:43 2009 +0100

    Post-release version bump

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

commit 51226113da011a49faa56516c4ea95cddd0a533d
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Nov 17 21:26:21 2009 +0100

    Update for release 2.29.2

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

commit 478928adeb7b49506cac094014ffdd6d1b119324
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Nov 17 08:28:03 2009 +0100

    Updated Slovenian translation

 po/sl.po |  335 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 185 insertions(+), 150 deletions(-)

commit 2acd79bddaf91bf39b01a80821dc7ee1c64dcb49
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Nov 15 23:03:07 2009 +0100

    Updated Spanish translation

 po/es.po |  264 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 152 insertions(+), 112 deletions(-)

commit 295675deeaf0506c38190e9d4e8f95ece9cf0f8f
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Nov 15 21:18:11 2009 +0100

    Keep the dialog alive during saving to lock the main window
    
    Make both window and dialog insensitive to avoid any further change to
    the images during longer save operations.

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

commit 90f583ced89d53c851edd29acf6316c96fb8d660
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Nov 15 21:03:44 2009 +0100

    Reword save confirm dialog and hook it into intltool
    
    Makes the secondary labels sound a bit less dramatic.

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

commit b53f8c99ea0a3265e746a0711449dd8b2720170b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Nov 15 20:52:39 2009 +0100

    Update copyright year in the save conirmation dialog sources

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

commit c7e758832bc1db897c01cce32e04735c01b879ae
Author: Marcus Carlson <marcus@mejlamej.nu>
Date:   Sun Nov 15 20:50:11 2009 +0100

    Add dialog asking wheter to save changes on exit
    
    The dialog used is based on the one used by gedit. It allows to
    decide for every changed image. Fixes bgo#322243.

 src/Makefile.am                     |    2 +
 src/eog-close-confirmation-dialog.c |  648 +++++++++++++++++++++++++++++++++++
 src/eog-close-confirmation-dialog.h |   71 ++++
 src/eog-window.c                    |  152 ++++++++-
 4 files changed, 863 insertions(+), 10 deletions(-)

commit 62f1a9c1a05208cf28f9c26f248d15883e6dc8fd
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Sun Nov 15 20:20:49 2009 +0100

    Don't use LOCALMODLIBS in configure
    
    LOCALMODLIBS is supposed to be used only when linking the interpreter.
    Fixes build problems with certain python configs and bgo#600893.

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

commit 380767cac05ec7c994621c7a7441bd942aa1eb55
Author: Antón Méixome <meixome@mancomun.org>
Date:   Fri Nov 13 11:23:54 2009 +0100

    Updated Galician Translation

 po/gl.po |  296 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 159 insertions(+), 137 deletions(-)

commit a107a3666666be4763fdf79f513260b158dd6f2b
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
Date:   Sun Nov 8 12:02:13 2009 +0000

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po | 1192 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1193 insertions(+), 0 deletions(-)

commit b8efaa708248e7e8f20043078765564cb35053bb
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Nov 7 10:11:05 2009 +0200

    Updated Bulgarian translation

 po/bg.po |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 2bb4170beeeba0bd50b9bac1d66ef70f29236ac2
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Nov 7 10:06:56 2009 +0200

    Updated Bulgarian translation

 po/bg.po |  256 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 139 insertions(+), 117 deletions(-)

commit 4f4e3ffa04e2c48d2f3786bf2d908a6db56aae82
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Oct 27 22:54:55 2009 +0100

    Post-release version bump

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

commit 47dc25cc1dc5f567f5fb3e6829edead9ea9ef978
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Oct 27 23:49:45 2009 +0100

    Prepare for Release 2.29.1

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

commit f8e7122d306020a1d6eaa21fd13aa684c3ddb173
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Oct 27 13:17:29 2009 +0530

    Updated Tamil translation

 po/ta.po |  332 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 174 insertions(+), 158 deletions(-)

commit 24f960d26cdfc4b69f690eba3cd02dd69bc46bf8
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Oct 27 13:15:38 2009 +0530

    Updated Tamil translation

 po/ta.po |   28 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)

commit 230e7f1d9181de5296a396d52d9a41b67baffe4f
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Oct 25 20:21:29 2009 +0100

    Update git.mk

 git.mk |  174 +++++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 90 insertions(+), 84 deletions(-)

commit 53d23233729079bf5e9c00eb9b50d173ab81fb9e
Author: Raoul Berger <contact@raoulito.info>
Date:   Thu Oct 22 19:16:46 2009 +0200

    Fix mem leak when rotating animations

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

commit 8871921af177bc83bd65cc3e8d8a84bada52576e
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Oct 19 15:08:31 2009 +0200

    Updated Czech translation by Adrian Gunis
    
    Reviewed by: Petr Kovar.

 po/cs.po |  266 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 145 insertions(+), 121 deletions(-)

commit f7cc7ba9c2eb2d12c96ef3a509519e4fc00bdc4f
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Oct 18 17:44:24 2009 +0200

    Prepare development branch

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

commit a8133caa982f783c615eec8c8aa7eb6b0e5a9a95
Author: Raoul Berger <contact@raoulito.info>
Date:   Sun Oct 18 17:31:12 2009 +0200

    Add support for animated images
    
    Plays animated images in eog as supported by GdkPixbufAnimation.
    Fixes bgo#335093.

 src/eog-image-private.h |    3 +
 src/eog-image.c         |  139 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/eog-image.h         |    7 +++
 src/eog-scroll-view.c   |   31 ++++++++++-
 4 files changed, 177 insertions(+), 3 deletions(-)

commit 10d243bb8e6f5d0ea4e8005b49851498153efe4d
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Oct 15 13:14:34 2009 +0530

    Complete Translation for Punjabi

 po/pa.po |  281 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 149 insertions(+), 132 deletions(-)

commit 376ffe828bc48df79a41ac6dc97dc44d5741e270
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Oct 13 14:56:55 2009 +0200

    Updated Slovenian translation

 po/sl.po |  272 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 150 insertions(+), 122 deletions(-)

commit 7cc64dad66df4b71c0bf162db05b14894598dc7d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Oct 13 02:35:05 2009 +0200

    Small update

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

commit 011d68548f93cfe2fcf20c51075d4d5f71389472
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 12 16:23:00 2009 +0200

    Set sensitivity for Save and Undo on image load
    
    They were disabled before which made it impossible to do changes to an
    image, switch to another, switch back and try to save/undo the changes.
    Respect lockdown settings for Save.

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

commit bab906c52f31e96e4b7311cd04fd8e92299a8791
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 12 16:08:27 2009 +0200

    Fix arrow key behavior without collection in RTL locales
    
    Left/Right arrows are simply mapped to Up/Down. This makes sure this
    mapping gets inverted in RTL locales. Fixes bgo#566104.

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

commit c790e8f6a65d4854ecbd0a2b2c05036c78792b26
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Oct 12 09:13:57 2009 +0200

    Fix previous commit

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

commit 646f59bff50231fce27a365cc8bb7524a25f60dd
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Oct 12 09:10:32 2009 +0200

    Updated Italian translation

 po/it.po |  250 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 139 insertions(+), 111 deletions(-)

commit 089402401b9c8f6123c58f019fb3564aea81e444
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Sun Oct 11 14:49:52 2009 +0300

    Updated Russian translation

 po/ru.po |  562 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 331 insertions(+), 231 deletions(-)

commit e180037074fb74143b767282afaee256baa52f78
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Oct 11 12:46:43 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |  319 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 169 insertions(+), 150 deletions(-)

commit 4d37adc13e3ebe010f86ae9a31f59b5ad967d260
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun Oct 11 00:04:30 2009 +0200

    Updated German translation

 po/de.po |  260 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 143 insertions(+), 117 deletions(-)

commit e941e58e6d4c4f1f34f1bb4bb3ff263ff3d41ae2
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Oct 10 21:58:37 2009 +0200

    Updated Hungarian translation

 po/hu.po |  261 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 142 insertions(+), 119 deletions(-)

commit bd249b2ec8dab2355a6d34fe13108bb19fefa63e
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Oct 10 16:08:45 2009 +0300

    Updating Estonian translation

 po/et.po |   60 +++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 33 insertions(+), 27 deletions(-)

commit 2667d9e607102f762294e3c2b2dd1382ae53fe64
Author: Wancharle Sebastião Quirino <wancharle@gmail.com>
Date:   Sat Oct 10 08:25:08 2009 -0300

    Updated the Brazilian Portuguese translation.

 po/pt_BR.po |  264 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 144 insertions(+), 120 deletions(-)

commit cc032f145727c4182e24ac4f2de3c3f1299e7ac8
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Oct 10 12:47:01 2009 +0200

    Minor Arabic fix

 help/ar/figures/eog_save_as_window.png |  Bin 35751 -> 35692 bytes
 po/ar.po                               |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 38f7d373e90b9d062050a8a6446230dd1e5ee7d8
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Oct 10 12:35:26 2009 +0200

    Updated Arabic translation

 help/ar/ar.po                                 | 1196 +++++++++++++++++++------
 help/ar/figures/eog_save_as_window.png        |  Bin 28773 -> 35751 bytes
 help/ar/figures/eog_start_window.png          |  Bin 18496 -> 16121 bytes
 help/ar/figures/eog_toolbar_editor_window.png |  Bin 25066 -> 31158 bytes
 4 files changed, 925 insertions(+), 271 deletions(-)

commit aa32c3254014cb060dff9fe10dbdd32417914d26
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Oct 10 11:59:12 2009 +0200

    Updated Arabic translation

 po/ar.po |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

commit 2e1c0143565812264250e62ed4e38c368cf028f7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Oct 10 10:54:24 2009 +0200

    Updated Spanish translation

 po/es.po |  323 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 171 insertions(+), 152 deletions(-)

commit 4491cf5d64374e41ded5fdeef5593b3122c7704b
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Oct 10 00:05:54 2009 +0200

    Minor fix to Catalan translation

 po/ca.po |  244 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 133 insertions(+), 111 deletions(-)

commit 45512b79af27089db2d6d8b3a3356cf614be1c8a
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Oct 9 19:42:22 2009 +0200

    Updated French translation

 po/fr.po |  259 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 142 insertions(+), 117 deletions(-)

commit 5c0a4f8192e17bcd64853162dc1335a1dc4b5f48
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Oct 9 19:13:36 2009 +0200

    Updated Swedish translation

 po/sv.po |  342 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 175 insertions(+), 167 deletions(-)

commit b9b42eeab629a05c3e162eb8f2caca7b2830ae6b
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Oct 9 17:21:22 2009 +0200

    Updated Arabic translation

 po/ar.po |  269 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 149 insertions(+), 120 deletions(-)

commit f3902a4159d04bcb2f80203507178e7b01970575
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Oct 9 19:06:28 2009 +0200

    Make statusbar strings translatable
    
    Fixes #597059. Makes statusbar message and image counter translatable.

 src/eog-statusbar.c |   12 +++++++++++-
 src/eog-window.c    |   19 ++++++++++++-------
 2 files changed, 23 insertions(+), 8 deletions(-)

commit ec87c9b2919995503122b966c900de8156d10e32
Author: Josh Lee <jleedev@gmail.com>
Date:   Thu Oct 8 13:28:45 2009 +0200

    Fix slideshow display with invalid timer values
    
    Timer values smaller than 1 (only settable by hand in GConf) should stop
    the automatic image switching. This fixes broken image view in those
    cases. Fixes bgo#597754.

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

commit 00ff0cf6c523dac1cbb5ec869c78ef0f598a008a
Author: Denis ARNAUD <darnaud@src.gnome.org>
Date:   Mon Oct 5 06:19:53 2009 +0200

    Updated breton translation

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

commit 90295b612ef85dfca4f94a20efe4c48efccf530e
Author: Joan Duran <jodufi@gmail.com>
Date:   Fri Oct 2 00:28:13 2009 +0200

    Updated Catalan translation

 po/ca.po |  425 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 250 insertions(+), 175 deletions(-)

commit 18da0a94d357d12d5b6e80669bf39dfbfb51f07f
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Sep 22 23:00:29 2009 +0200

    Pre-init conditionally used pointers on stack
    
    This is to avoid problems (eg. crashes) in case the stack is not clean.

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

commit cf06700f8d2d45c3d582e2dc071c8fce72db468c
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Sep 22 22:57:39 2009 +0200

    Remove unused variables and unnecessary assignments

 plugins/reload/eog-reload-plugin.c |    3 ---
 src/eog-properties-dialog.c        |    1 -
 2 files changed, 0 insertions(+), 4 deletions(-)

commit 213a4c70f34cb4319ee39422569fbdb533456d09
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Sep 21 17:41:44 2009 +0200

    Post-release version bump

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

commit 8743a2f863e4c7edc0e075af197a355ee0852a31
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Sep 21 17:37:53 2009 +0200

    Update for Release 2.28.0

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

commit e9deee52d8a5cdec316843307ebbbf807d285fda
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Mon Sep 21 13:08:13 2009 +0530

    Updating Assamese translations

 po/as.po |  533 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 304 insertions(+), 229 deletions(-)

commit 8199af0725f975f5c920ed2ed4a8d2fe4498eaf9
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Mon Sep 21 00:03:17 2009 +0200

    Updated Danish translation

 help/da/da.po |  720 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 359 insertions(+), 361 deletions(-)

commit e76786389211eebfe73f9d234893fa7d9ba83df1
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Sep 18 14:10:02 2009 +0200

    Updated Slovenian translation

 po/sl.po |  518 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 240 insertions(+), 278 deletions(-)

commit ea0da4220b46512abe7bc41daad0c07effaeb102
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu Sep 17 22:37:40 2009 +0530

    Upadated Oriya Translation

 po/or.po |  264 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 134 insertions(+), 130 deletions(-)

commit caaf518e5c795320cf6d904f8bcdae912178ad92
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Sep 16 17:26:39 2009 +0300

    Added Ukrainian translation

 po/uk.po |  341 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 189 insertions(+), 152 deletions(-)

commit f312803660a1455d0ac1a0164fc3a859ff7b9d59
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Wed Sep 16 16:21:46 2009 +0530

    hindi update by Rajesh Ranjan

 po/hi.po |  425 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 246 insertions(+), 179 deletions(-)

commit b1b2d5fd8b16d20b4a78bafd85f74399addc9d36
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Wed Sep 16 15:21:40 2009 +0530

    Updated Bengali India Translation

 po/bn_IN.po |   55 +++++++++++++++++++++++++++++++------------------------
 1 files changed, 31 insertions(+), 24 deletions(-)

commit a2464be0252f2dda780c2d5e5fa9d904b23370c5
Author: Adi Roiban <adi@roiban.ro>
Date:   Tue Sep 15 00:01:35 2009 +0300

    Updated Romanian translation

 po/ro.po |  583 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 361 insertions(+), 222 deletions(-)

commit a99a97d7b98f69fead677bda14a54b3d83a2070c
Author: Astur <malditoastur@gmail.com>
Date:   Mon Sep 14 16:41:54 2009 +0200

    Added Asturian translation

 po/LINGUAS |    1 +
 po/ast.po  | 1394 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1395 insertions(+), 0 deletions(-)

commit ba377a3d0741b1303efd41b1cab9fe2f9f3855e0
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:01:54 2009 +0200

    Updated Danish translation

 po/da.po |  418 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 246 insertions(+), 172 deletions(-)

commit 62f6e109060de427e37282407b6b1e26027a810b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 23:53:24 2009 +0100

    Updated British English translation

 po/en_GB.po |  435 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 254 insertions(+), 181 deletions(-)

commit c717837f9b8b75cafcb081b5ed9611a85d0d5ead
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Fri Sep 11 18:49:21 2009 +0530

    Updated Gujarati Translations

 po/gu.po |  426 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 248 insertions(+), 178 deletions(-)

commit e1a959345967e2036e529286a30f184c0a7491da
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Sep 11 14:45:47 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po |  247 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 119 insertions(+), 128 deletions(-)

commit 4b9fcfcae1cdd2f2bf128cd936d6bab74041a460
Author: Ani <peter.ani@gmail.com>
Date:   Fri Sep 11 14:30:04 2009 +0530

    Updated Malayalam Translations

 po/ml.po |  440 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 257 insertions(+), 183 deletions(-)

commit f834c7501ada3c7c3812b361ad94c12ed7e23bc6
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Sep 11 07:23:44 2009 +0530

    Updating Translation for Punjabi

 po/pa.po |  396 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 228 insertions(+), 168 deletions(-)

commit cf30dd5202e445ae461824da11821cc5c5af48af
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Thu Sep 10 18:31:49 2009 +0300

    Updated Greek translation.

 help/el/el.po | 1274 +++++++++++++++++++++++++++++++++++++++++++++------------
 po/el.po      |  342 +++++++++-------
 2 files changed, 1201 insertions(+), 415 deletions(-)

commit 92bbab51e73942bafaf90158dfccceb971a99d1c
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Thu Sep 10 14:10:24 2009 +0300

    Updated Lithuanian translation.

 po/lt.po |  377 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 215 insertions(+), 162 deletions(-)

commit 1f8510da7c8790ec95648eed641784031a82a936
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Sep 10 15:46:11 2009 +0530

    Updated Telugu Translation

 po/te.po |  506 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 271 insertions(+), 235 deletions(-)

commit 336d8807341caf617a39a07abcde64865dcc3ffe
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Wed Sep 9 14:03:47 2009 +0530

    Updated Marathi Translations

 po/mr.po |  443 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 251 insertions(+), 192 deletions(-)

commit 97c9c36cc7e71706c50f599c34297bfef04b2e33
Author: Denis ARNAUD <darnaud@src.gnome.org>
Date:   Wed Sep 9 06:06:56 2009 +0200

    Updated breton translation

 po/br.po |  381 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 196 insertions(+), 185 deletions(-)

commit 5d158eec52b733df7d2b2da54fb8d743ad0f8677
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Sep 8 12:28:43 2009 +0200

    Post-release version bump

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

commit c57516a5e8ed7ef5d8760afcd5588ca07046a70e
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Sep 8 12:17:05 2009 +0200

    Update for Release 2.27.92

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

commit a3723c53bd30d65cd91a443387fb463131e0abe5
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Sep 8 11:47:13 2009 +0200

    Compare collate keys case-sensitively when sorting the image list
    
    Fixes broken image order in some locales (eg. cs_CZ). Fixes bgo#594403.

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

commit ec41a2a8c1db6d8bdb3cf953c7309c3e3fd2940e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Sep 5 19:04:05 2009 +0200

    Hungarian translation updated

 po/hu.po |  445 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 258 insertions(+), 187 deletions(-)

commit b92c806ff87a6846a49a0e405367ee8cf985ba51
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue Sep 1 10:48:22 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po |  459 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 272 insertions(+), 187 deletions(-)

commit c472da8747ab6ffbf2f3f98b7af5e5fe6c6885de
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Mon Aug 31 16:50:19 2009 +0530

    Updated Bengali India Translations

 po/bn_IN.po |  435 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 252 insertions(+), 183 deletions(-)

commit b314ba281a3799410dce7bb71a33d47116a6663b
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Sun Aug 30 06:37:46 2009 +0300

    Updated Turkish translation from Askin Yollu.

 po/tr.po |  690 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 404 insertions(+), 286 deletions(-)

commit bddc830b4ec5cac8633849da395d2d96f55f3503
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 30 07:55:02 2009 +0900

    Update Korean translation

 po/ko.po |  413 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 225 insertions(+), 188 deletions(-)

commit de6c0ca0dd173ca590b13ed5c9229b389ffda56c
Author: Davide Falagna <davide.falagna@alice.it>
Date:   Fri Aug 28 14:42:06 2009 +0200

    Updated Italian translation

 po/it.po |  446 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 261 insertions(+), 185 deletions(-)

commit e5919d15240cde5fcdb824b643a848a73e4e4c88
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Fri Aug 28 03:13:50 2009 +0200

    Updated Serbian translation

 po/sr.po       |  412 +++++++++++++++++++++++++++++++++----------------------
 po/sr@latin.po |  412 +++++++++++++++++++++++++++++++++----------------------
 2 files changed, 494 insertions(+), 330 deletions(-)

commit 09fd5393fb8f9e48289735a80960976a57a12ec8
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Aug 26 10:50:43 2009 +0200

    Updated Basque language

 po/eu.po |  257 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 128 insertions(+), 129 deletions(-)

commit 881fa5a4ad4f9ecd7a6d0f5415f063086813a614
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Aug 25 20:00:21 2009 +0200

    Don't try to autorotate before the metadata was loaded
    
    Autorotation would fail in that case. As it is only performed once for
    each image a simple image dimension query could prevent autorotation
    entirely for an image. Fixes bgo#592945.
    
    Closes: http://bugzilla.gnome.org/show_bug.cgi?id=592945

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

commit 3c501d254c968bcd955194a6881c7b5bb8868c34
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Aug 25 19:56:17 2009 +0200

    Fix check if only the image dimensions need to be loaded
    
    The check was assuming that if there's more requested than only image
    dimensions. This breaks with the image collection tooltips which don't
    request image data but Exif data in addition to the dimensions.

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

commit f54d50e992ed57bb06ea433de65d9cce8d129463
Author: Denis Arnaud <darnaud@src.gnome.org>
Date:   Tue Aug 25 04:58:26 2009 +0200

    Updated breton translation and added br in LINGUAS

 po/LINGUAS |    1 +
 po/br.po   | 1288 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1289 insertions(+), 0 deletions(-)

commit b04ccc996dfe73a52d4b6f5bace88728c61cf8f3
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Aug 25 00:29:06 2009 +0100

    Updated Portuguese translation

 po/pt.po |  433 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 252 insertions(+), 181 deletions(-)

commit 0dcd4b684c76c094b065851cecb99a69fc8a4599
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Aug 25 00:06:42 2009 +0200

    Post-release version bump

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

commit 8e72af0a4681585e871c25697f36d2d87063feb5
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Aug 25 00:02:30 2009 +0200

    Update for Release 2.27.91

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

commit 66d71ddf5d7129a02bcee28931ba6e8d8d592289
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Aug 24 18:08:42 2009 +0200

    Don't access Exif data unconditionally, even in EogImage itself
    
    This could lead to a race condition with broken Exif data when having
    certain plugins like the statusbar-date plugin enabled.
    This hopefully fixes bgo#590693.

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

commit bc010e9885f3be9f50f37366e4f6fd6910c103db
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Aug 24 17:59:25 2009 +0200

    Fix critical warnings in last commit
    
    Avoids critical warnings because we forgot that g_app_info_get_icon
    can return NULL in commit 7bba458.

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

commit 7bba45892744820d252fd981029ee93a22fec21e
Author: Marcus Carlson <gnomebugzilla@mejlamej.nu>
Date:   Mon Aug 24 17:47:15 2009 +0200

    Make "Open with" menu look similar to Nautilus's
    
    Removes the duplicate "Open with..," prefix for menu entries and
    displays the application icon if available. This will make the menu look
    more like the "Open with" list in nautilus (not identical though).
    
    Closes: http://bugzilla.gnome.org/show_bug.cgi?id=592649 (bgo#592649).

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

commit c3defb14a992bce58018c16872b22f9aa32fc25f
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Aug 23 12:33:34 2009 +0700

    Updated Thai translation.

 po/th.po |  416 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 244 insertions(+), 172 deletions(-)

commit fb24fbe8e4234a6a55afca55180c254512ac24a4
Author: Adrian Guniš <andygun696@gmail.com>
Date:   Thu Aug 20 22:14:51 2009 +0200

    Update Czech translation

 po/cs.po |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

commit fdf87686a8330f3632d102ac1ed8a6384d7f0ea8
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Aug 20 22:54:23 2009 +0300

    Updated Arabic translation

 po/ar.po |  291 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 142 insertions(+), 149 deletions(-)

commit 17a79876415702dfa64e37b1c4e3cb9f9cd3dd38
Author: Antón Méixome <meixome@mancomun.org>
Date:   Wed Aug 19 14:50:57 2009 +0200

    Updated Galician Translation

 po/gl.po |   27 ++++++++++++++++++++-------
 1 files changed, 20 insertions(+), 7 deletions(-)

commit 1efb4057a91ff6c6407ba4c809c58369baeeb450
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Aug 19 00:32:56 2009 +0300

    Updated Bulgarian translation

 po/bg.po |  418 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 246 insertions(+), 172 deletions(-)

commit ebb800f8dc28472774bf87b57e41510e2dda441d
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 17 22:29:18 2009 +0200

    Updated Polish translation

 po/pl.po |  617 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 366 insertions(+), 251 deletions(-)

commit aba6e4b6ddad8cd8cfcc1c74ee41d8ab2ffe38d0
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Aug 15 15:19:20 2009 +0200

    Updated French translation
    
    Contributed by Laurent Coudeur and Claude Paroz

 po/fr.po |  420 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 251 insertions(+), 169 deletions(-)

commit 6c9d310d60326be246bfed0ab9d357753e8348ad
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Sat Aug 15 02:01:20 2009 -0600

    Updated Irish translation

 po/ga.po |  807 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 533 insertions(+), 274 deletions(-)

commit 06de0332fa6e6723e53891a81cb7a3ca01b3095d
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Fri Aug 14 00:34:06 2009 +0300

    Updated Finnish translation

 po/fi.po |  338 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 185 insertions(+), 153 deletions(-)

commit e890698c1a770d6efcb7e27d4b1c4335349d2c83
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Aug 12 20:43:05 2009 +0200

    Post-release version bump

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

commit e03da70dd745f016b906d431f928aa5cebd7c0f7
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Aug 12 20:36:23 2009 +0200

    Update for Release 2.27.90

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

commit d31866afb98d8d01691bbf958bae3e40224af397
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Aug 12 20:18:09 2009 +0200

    Only put commits into autogenerated log that are not in the old ones
    
    The autogenerated ChangeLog only needs to contain the commits that have
    not been entered in the old ChangeLog files. This means everything
    before commit 3b9b307 can be filtered out. Also detect renames as such.

 Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 83e4007766533ff1b6d2fa4c56f22921cd59b63d
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Wed Aug 12 15:05:44 2009 +0530

    Updated Oriya Translation

 po/or.po |  611 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 311 insertions(+), 300 deletions(-)

commit f2b2d6c8b2a9808fbdc1e8dcaf26805f42dc9e09
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Aug 11 00:18:12 2009 +0100

    [build] Autogenerate ChangeLog on distcheck

 Makefile.am  |   14 ++++++++++++++
 configure.ac |    3 ++-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit 7ed8e2ce643ca57ffb2954d2a669f6b3b4c1c326
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 22:37:13 2009 +0100

    Add ChangeLog with commit message instructions

 ChangeLog |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

commit 3b9b3078297cbcf594f8f0c9e2331a4f62018b6e
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 22:36:23 2009 +0100

    Rename ChangeLog to ChangeLog.pre-git

 ChangeLog => ChangeLog.pre-git |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
