commit a9ca8bb9f098ecc24dace1a2b3ca65270f4c434f
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 18 23:17:40 2013 +0100

    Prepare for release 3.11.2

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

commit aae3be0031991749d60631080867c403a7fd7348
Author: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date:   Fri Nov 15 09:01:49 2013 +0100

    Prevent redeclaration of typedef 'EogJob'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712354

 src/eog-jobs.h | 4 ++++
 1 file changed, 4 insertions(+)

commit 13c04331362cf2bdc31e85d030f6fda326c44cb6
Author: Wouter Bolsterlee <uws@xs4all.nl>
Date:   Sun Nov 10 14:22:14 2013 +0100

    Updated Dutch translation

 po/nl.po | 625 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 329 insertions(+), 296 deletions(-)

commit 1556122acf5b021476a470944840b3077a37dcdc
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Mon Nov 4 10:59:27 2013 +0200

    Updated Greek translation

 po/el.po | 490 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 260 insertions(+), 230 deletions(-)

commit fb3a5e1ad633716564c2ba4bf58dfca469bf7cee
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Nov 1 15:44:04 2013 +0100

    Updated Galician translations

 po/gl.po | 618 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 326 insertions(+), 292 deletions(-)

commit a85800c5bdf50e8be3b78d2d3e15515315c527c9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 31 20:42:43 2013 +0100

    Updated Slovenian translation

 po/sl.po | 476 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 250 insertions(+), 226 deletions(-)

commit 60c34dcda1d0629764ba2c48a92443b4c20c75a0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Oct 31 18:21:20 2013 +0100

    Updated Spanish translation

 po/es.po | 413 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 222 insertions(+), 191 deletions(-)

commit cee1f77d67767487f6cf12a01f122e2d7f11b275
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 30 20:58:12 2013 +0100

    EogMetadataSidebar: Allow filename to be wrapped at char boundaries
    
    It is possible for this field to contain no "word".
    Enable wrapping at char boundaries as fallback so that such files
    don't cause the sidebar enlarging too much.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700717

 src/eog-metadata-sidebar.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 0e19aed870ee84ac83fcebcec3def2f8d1bf971f
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 30 20:34:29 2013 +0100

    EogCloseConfirmationDialog: Use symbolic icon variant
    
    Other message dialogs do this as well. This brings the close
    confirmation back in sync.

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

commit 4188b5145d989755f8e554fdcde0a7cef4c49a4e
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Wed Oct 30 23:41:25 2013 +0500

    Tajik translation updated

 po/tg.po | 414 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 223 insertions(+), 191 deletions(-)

commit bfe3c4a92ebd7c4e58cadfdcb286f1e087359dc6
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 30 19:32:17 2013 +0100

    EogPropertiesDialog: Make the details view use all available space

 src/eog-properties-dialog.c | 1 +
 1 file changed, 1 insertion(+)

commit 04d53c3c8d475c259c477f627038849ae79dd6ed
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 30 19:27:49 2013 +0100

    EogPropertiesDialog: Separate Exif/XMP-specific widgets from generic ones
    
    This is just renaming a few widgets.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=509406

 data/eog-image-properties-dialog.ui |  8 +++----
 src/eog-properties-dialog.c         | 44 ++++++++++++++++++-------------------
 2 files changed, 26 insertions(+), 26 deletions(-)

commit 5a497db13c81ac3dbe13456724faf9d7431e976a
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 30 19:07:53 2013 +0100

    EogMetadataDetails: Don't install header file
    
    This is not really useful for plugins.

 src/Makefile.am            | 6 ++++--
 src/eog-metadata-details.h | 4 ++++
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 2969a58b0ceeb8c6af1e04c39aa230e72b70ea20
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Oct 30 19:05:12 2013 +0100

    EogExifDetails: Rename to EogMetadataDetails
    
    The widget is not specific to Exif, and is used for XMP as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=509406

 doc/reference/Makefile.am                          |  2 +-
 po/POTFILES.in                                     |  2 +-
 src/Makefile.am                                    | 10 +--
 src/eog-exif-details.h                             | 72 ------------------
 src/{eog-exif-details.c => eog-metadata-details.c} | 88 +++++++++++-----------
 src/eog-metadata-details.h                         | 74 ++++++++++++++++++
 src/eog-properties-dialog.c                        |  8 +-
 7 files changed, 129 insertions(+), 127 deletions(-)

commit 8b8c67d7ed3603cce25ed72482bbbafba8f0d90f
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Oct 28 23:14:42 2013 +0100

    Post-release version bump

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