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