commit e1b23e070ae22ff12a73a3e2ea07e6a8f08d2998
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 28 23:10:51 2013 +0100

    Update for release 3.11.1

 NEWS | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 4e0d34351c941cf0d8ea4573ee5766525afd5687
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 28 21:39:08 2013 +0100

    EogCloseConfirmationDialog: Really fix GtkStock usage
    
    This was incomplete in commit f0a2faf9.

 src/eog-close-confirmation-dialog.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 6701f4e8b778122491e94f59a5c70ebd632c799f
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 28 21:09:42 2013 +0100

    EogPreferencesDialog: Make the colorbuttons align more nicely
    
    Adjust spacing to labels so both colorbuttons are likely to be aligned.

 data/eog-preferences-dialog.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4d438b259fa73c9bd8c8e081c75a273b4e0b3f01
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 28 20:57:56 2013 +0100

    configure: Drop unneeded check for Sunkeysym header
    
    eog doesn't use any of these defined keyboard codes anymore.

 configure.ac | 7 -------
 1 file changed, 7 deletions(-)

commit e834eec552cebffea9d57a00269d0512074fb9ee
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 28 20:54:50 2013 +0100

    Remove long replaced toolbar definition
    
    This lives in eog-toolbar.xml now.

 data/eog-ui.xml | 12 ------------
 1 file changed, 12 deletions(-)

commit 305d2c52a38c0291a3e06055bcfad82d2d1a6e6c
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 28 20:46:54 2013 +0100

    Overhaul batch save as dialog
    
    - Make the XML fit for recent Glade versions
    - Replace deprecated GtkTables with GtkGrids
    - Fix the filename preview's size extending behaviour
    - Remove stock buttons

 data/eog-multiple-save-as-dialog.ui | 477 +++++++++++++-----------------------
 1 file changed, 167 insertions(+), 310 deletions(-)

commit 8f83ae4397bf7a477a154e5712b799fa43c60187
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Oct 27 12:55:27 2013 +0100

    Use intltool's GSettings support
    
    Necessary to be able to build the AppData XML in the same folder.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708757

 configure.ac                         |   4 +-
 data/Makefile.am                     |   8 +--
 data/org.gnome.eog.gschema.xml.in    | 133 +++++++++++++++++++++++++++++++++++
 data/org.gnome.eog.gschema.xml.in.in | 133 -----------------------------------
 po/POTFILES.in                       |   2 +-
 po/POTFILES.skip                     |   1 -
 6 files changed, 140 insertions(+), 141 deletions(-)

commit 44866d5177903e79d0fb1b9f2e313ae087bc3358
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Sep 25 15:55:12 2013 +0100

    Add an AppData file
    
    See http://people.freedesktop.org/~hughsient/appdata/ for details.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708757

 data/Makefile.am        |  8 ++++++++
 data/eog.appdata.xml.in | 23 +++++++++++++++++++++++
 po/POTFILES.in          |  1 +
 3 files changed, 32 insertions(+)

commit 99e05c3a8f215b9fd38715ebaad2b7e0d1efd756
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Sun Oct 27 13:44:22 2013 +0500

    Tajik translation updated

 po/tg.po | 478 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 242 insertions(+), 236 deletions(-)

commit 788142761773e538e647a840f3b6363f8b2aae4d
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Sun Oct 27 02:49:37 2013 +0200

    Updated Hebrew translation

 po/he.po | 482 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 245 insertions(+), 237 deletions(-)

commit a633e6c442e8e7ac7ab278fb7698895572d9189a
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 25 18:12:00 2013 +0200

    Raise version to cleary mark this as development version again
    
    Release 3.11.1 will be next.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 74c9c1617292823f86fd00bd94c01614b9db33b6
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 25 17:57:37 2013 +0200

    Raise GTK+ dependency for GtkRevealer
    
    GtkRevealer came with GTK+ 3.9.0.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2fbff4bbbda33441c841cca3a6723579e9298c6b
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 25 17:51:55 2013 +0200

    EogWindow: Use GtkOverlay and GtkRevealer for fullscreen toolbar
    
    Allows removing the previous hack using an overlaid popup window.
    Also produces a nice animation when showing/hiding the toolbar and
    makes the toolbar not hide the sidebar.

 src/eog-window.c | 76 +++++++++++++++++++-------------------------------------
 1 file changed, 25 insertions(+), 51 deletions(-)

commit 0f7988cf16c8181d1b984130034556c59a1fa690
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 23 18:57:47 2013 +0200

    Add more debug output to initial window size calculation
    
    Should help debugging the common problems here.

 src/eog-window.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 32858a5a3d78b235e7fb2abf25497f3ceec01741
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Oct 25 16:40:12 2013 +0200

    Updated Spanish translation

 po/es.po | 478 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 242 insertions(+), 236 deletions(-)

commit d050ee9a7bcc8ccaab0ac233576bd6e09225555d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 24 21:09:23 2013 +0200

    Updated Slovenian translation

 po/sl.po | 475 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 241 insertions(+), 234 deletions(-)

commit ccdd01142cd17f8f8568888caf807c8b4643e65d
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Thu Oct 24 15:30:33 2013 +0300

    Updated Greek translation

 po/el.po | 527 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 266 insertions(+), 261 deletions(-)

commit ae8107fedee8da359c0559b931dd794e6828cf76
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Oct 19 00:44:05 2013 +0200

    EogWindow: Fix GtkStock usage
    
    Stop using the GtkStock interface and self-select text and icon.

 src/eog-window.c | 61 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 33 insertions(+), 28 deletions(-)

commit c19345e9cd56ea372eaab7bf20b7de3d2fcfa892
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Oct 3 16:42:44 2013 +0200

    EogScrollView: Convert to GtkGrid
    
    GtkTable is deprecated.

 src/eog-scroll-view.c | 33 ++++++++++++++-------------------
 src/eog-scroll-view.h |  4 ++--
 2 files changed, 16 insertions(+), 21 deletions(-)

commit 2ad01250cb10a76a3d4c1c12141d4fefdc012437
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 18 23:44:15 2013 +0200

    Modernize configure.ac
    
    - Require libtool 2.2
      Nobody seems to use libtool 1.x anymore, allows dropping more deprecated
      libtool macros
    - AC_HELP_STRING -> AS_HELP_STRING
    - AC_TRY_CPP/LINK -> AC_PREPROC/LINK
    - Try making the indentation more consistent

 configure.ac | 147 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 73 insertions(+), 74 deletions(-)

commit 3a8850d8832ff589c7191c85d0bbc2900f78a76b
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 18 22:08:43 2013 +0200

    Remove deprecated autoconf macros
    
    GNOME_COMMON_INIT is deprecated since 2010 and definetely obsolete in
    eog since commit 08aca771ca.
    AC_ISC_POSIX is not needed anymore on modern systems.

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit 8bbfd20d0bce00a63d58b6a05702a8afd19548c7
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 18 21:35:27 2013 +0200

    Update git.mk
    
    Revision 651d03e8 from https://github.com/behdad/git.mk

 git.mk | 68 +++++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 47 insertions(+), 21 deletions(-)

commit 16a36728e9a6794e4cd07fe586d5eb208f897e9b
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 18 21:17:02 2013 +0200

    Fix automake deprecation warnings
    
    INCLUDE is deprecated since 2001.
    Use the equivalent AM_CPPFLAGS variable.

 jpegutils/Makefile.am | 2 +-
 plugins/Makefile.am   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b8b1314f7190863fca8c70f2682fc122b9f89357
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Oct 18 21:13:52 2013 +0200

    Update gtk-doc Makefile template
    
    Should fix an automake warning about deprecated variables.
    Raise required minimum version for XML parameter. It's probably also been
    a while since someone tested against gtk-doc 1.9.

 configure.ac                                       |  4 +-
 doc/reference/Makefile.am                          | 47 +++++++++++++++-------
 .../{eog-docs.sgml.in => eog-docs.xml.in}          |  0
 3 files changed, 34 insertions(+), 17 deletions(-)

commit 4a54515f46b1166d168859479dd6718cc30d590e
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Oct 13 15:18:31 2013 +0200

    Some fixes

 help/cs/cs.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f54afe33a4082dc5db2afe9d09c4347f10351f36