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(-)