commit 3b6d3ae232a5add2f11b7e8e852d7975ecf31cfe
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Dec 16 23:00:34 2013 +0100

    Prepare for release 3.11.3

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

commit 0f1bf1c33d8644cba270f0865b7cbe8d47ceebe2
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Mon Dec 9 15:51:06 2013 -0600

    app menu: standardize Help/About/Quit
    
    Use "About" instead of "About Image Viewer"
    
    https://wiki.gnome.org/Design/HIG/ApplicationMenus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720144

 data/eog-app-menu.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ae405f187935eb656d110a4bb421dacf9cdc34a6
Author: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>
Date:   Mon Dec 9 08:06:09 2013 +0200

    Finnish translation update

 po/fi.po | 634 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 325 insertions(+), 309 deletions(-)

commit cdda72568d1e217f682a77a9857aff163d40ab16
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Dec 6 00:14:41 2013 +0100

    Raise GTK+ dependency to 3.10.6
    
    This is to avoid a bug in previous GTK versions that caused
    the window to be too small and unnecessary scale images down.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690236

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

commit de5abd6eec8e531dc4a095ef902bcd1ce9220198
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Dec 3 12:30:46 2013 +0500

    Tajik translation updated

 po/tg.po | 126 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 62 deletions(-)

commit 6234908eed68d1bbe92c84796012fae4f32be026
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Mon Dec 2 22:20:06 2013 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 624 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 332 insertions(+), 292 deletions(-)

commit c84128ab33b2751b2456f27e518ecbd515581dbf
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Dec 1 15:19:30 2013 +0100

    EogWindow: Export current image over D-Bus
    
    This exports the current image and collection size through the state
    of a custom action. The state is read-only.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712350

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

commit 58f8a7bbefd838b96d3632bb3762b7729e98817a
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 27 22:20:27 2013 +0100

    EogWindow: Export zoom and rotation functions on the D-Bus
    
    Wrap the corresponding GtkActions as GActions making them available
    on the D-Bus as per-window action.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712350

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

commit 7926f086011b95b4f9aea168862998d35095642a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Nov 26 11:57:12 2013 +0100

    Updated Spanish translation

 po/es.po | 126 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 62 deletions(-)

commit 5ce723fec170c2eca89103d79742578462b0ac9e
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Thu Nov 21 12:56:30 2013 -0500

    EogWindow: export some actions on the bus
    
    Expose a few useful actions in GAction form so that they can be hit from
    D-Bus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712350

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

commit 7e0493275d0503f2d621edb4ac57893eb643e7e3
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 25 19:57:08 2013 +0100

    EogFileChooser: Remove deprecated GtkStock usage

 src/eog-file-chooser.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit e370c598356692ed1d6adbb3465b47fd84cf7999
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Sat Nov 23 20:22:02 2013 +0200

    Updated Greek help translation

 help/el/el.po | 1584 +++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 976 insertions(+), 608 deletions(-)

commit bbe4a87a73327dbce3f8e3249f038592e77398d0
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Nov 22 23:52:58 2013 +0100

    EogWindow: Drop deprecated GtkStyle usage
    
    The call to gtk_widget_set_style was actually useless since
    commit f9a5ec65.

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

commit 7d2cf4d8986ccf5bde28c612502c489af216ba9a
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Nov 22 23:25:12 2013 +0100

    EogPropertiesDialog: Allow RGBA for transparent background color
    
    Now that it is supported in EogScrollView there's no reason not
    to allow setting an alpha value for the color.

 data/eog-preferences-dialog.ui |  6 ++++--
 src/eog-preferences-dialog.c   | 38 ++++++++++++++++++--------------------
 2 files changed, 22 insertions(+), 22 deletions(-)

commit 823a4cdf43d23fc7da3bdea5dfcfc3cb5c711c63
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Nov 22 23:22:39 2013 +0100

    EogScrollView: Switch to GdkRGBA for background and transparent colors
    
    This allows passing the colors more or less directly to cairo
    without having to convert it from and to the GdkColor format.

 src/eog-scroll-view.c | 137 ++++++++++++++++++++++----------------------------
 src/eog-scroll-view.h |   8 +--
 2 files changed, 65 insertions(+), 80 deletions(-)

commit ef0feee32abc6824da71275857514ad85d8df6e0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Nov 21 21:14:15 2013 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 613 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 320 insertions(+), 293 deletions(-)

commit 9da99605e21afb5eb26c37ebcd666e12de1b03b7
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 18 23:21:38 2013 +0100

    Post-release version bump

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