commit e56e5e28c7ab90a6319995c6c34b033952eab6f8
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   2014-11-16

    pdf: Fix memory leak when adding new text annotations

M	backend/pdf/ev-poppler.cc

commit 51d44a9c55b55531fd85def559d237ed4685bab3
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-12-23

    shell: Do not save n-copies when saving printing settings.

    See https://bugzilla.gnome.org/show_bug.cgi?id=696203

M	shell/ev-window.c

commit f2b3e155b02cbe741dda2b1d903edb78249c6f8b
Author: Boris Egorov <egorov@linux.com>
Date:	2014-11-19

    ui: Fix a typo in action accelerators

    Fixes go-backwards action shortcut.

    Signed-off-by: Boris Egorov <egorov@linux.com>

M	shell/ev-application.c

commit 53928844fee3e0024cbd471faa250deb989e24bc
Author: Boris Egorov <egorov@linux.com>
Date:	2014-11-19

    ui: Bring back show properties dialog shortcut

    https://bugzilla.gnome.org/show_bug.cgi?id=739116

    Signed-off-by: Boris Egorov <egorov@linux.com>

M	shell/ev-application.c

commit d97ffbcfb06db1419d543e975cf10be20183bd47
Author: Boris Egorov <egorov@linux.com>
Date:	2014-11-19

    ui: Fix typo in menu description

    https://bugzilla.gnome.org/show_bug.cgi?id=739046

    Signed-off-by: Boris Egorov <egorov@linux.com>

M	shell/evince-menus.ui

commit 400e6ae18458c0bfbfabf8674ff2c6af9981822d
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
Date:	2014-10-16

    Add = and <Ctrl>= keybindings for zooming in

    Many keyboard layouts have + only reachable via <Shift>=. Make it
    easier for
    users of those layouts to zoom in.

    https://bugzilla.gnome.org/show_bug.cgi?id=738625

M	shell/ev-application.c

commit 921211ea2dfcff79df172e39a380074883e2b1a2
Author: Marek Kasik <mkasik@redhat.com>
Date:	2015-02-11

    recent-view: Check whether load job succeeded

    Check whether document load job succeeded before proceeding its
    metadata.
    This fixes crash when there are no recent files and you are trying
    to open
    password protected PDF file
    (see https://bugzilla.redhat.com/show_bug.cgi?id=1189222).

    https://bugzilla.gnome.org/show_bug.cgi?id=744049

M	shell/ev-recent-view.c

commit 00224d0cc84f74b02a819055382bb71538f9900a
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:	2015-01-29

    Updated German help translation

M	help/de/de.po

commit 8d2c74fe51e3bf3de9349b8fba309fe78cce3c19
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2015-01-28

    Revert "print-operation: Fix centering of documents when printing
    with a manual scale"

    This reverts commit ae7a5715131613955a37419b5da1d6d9f3c1cb1d.

    Fixed the centering of documents when using a manual scale, but
    it broke
    landscape printing, so reverting until we find a proper fix in both
    Evince and GTK+.

M	libview/ev-print-operation.c

commit 73c1237d510f1665e3f6a307462c6ac9cad0f9f3
Author: David King <amigadave@amigadave.com>
Date:	2014-09-26

    Update documentation for removing annotations

    https://bugzilla.gnome.org/show_bug.cgi?id=737435

M	help/C/annotations-delete.page

commit f15ba661b7376370bb0210a09e521e799067e395
Author: Benjamin Steinwender <b@stbe.at>
Date:	2014-12-10

    Updated German translation

M	help/de/de.po

commit 1820802ff261d1ca05acd3c3153918c0fd1c686f
Author: Sebastian Keller <sebastian-keller@gmx.de>
Date:	2014-11-29

    thumbnailer: Use correct maximum size for thumbnail images

    https://bugzilla.gnome.org/show_bug.cgi?id=740877

M	thumbnailer/evince-thumbnailer.c

commit fa73b3b976a8aec415006d7fc99bab84d04650e4
Author: Marek Kasik <mkasik@redhat.com>
Date:	2014-11-19

    Fix configuration with ligbnome-desktop

    A typo caused fail of configuration with enabled
    support for libgnome-desktop.

    https://bugzilla.gnome.org/show_bug.cgi?id=733721

M	configure.ac

commit f2c908cf8a8f8d5d0fbed1bc0871c8bdb531f751
Author: Marek Kasik <mkasik@redhat.com>
Date:	2014-11-18

    Show correct page when next search result requested

    If there are more than 1 results on a page then requesting
    next search result from the same page will not return you
    to the page with the search results if you moved from the
    page in the meantime (when you are not in continuous mode).
    This applies also to previous results.

    https://bugzilla.gnome.org/show_bug.cgi?id=730252

M	libview/ev-view.c

commit aa988afb009307c6b854b5da366d34e0ee2ea763
Author: Marek Kasik <mkasik@redhat.com>
Date:	2014-05-19

    Scroll to the search result selected by user

    Scroll to page on which is the search result selected by user
    when not in continuous mode.

    https://bugzilla.gnome.org/show_bug.cgi?id=730252

M	libview/ev-view.c

commit 48c9899b522767ec0f48c8c33d1630b37ce6e9cf
Author: Daniel Martinez <dmartinez@src.gnome.org>
Date:	2014-11-08

    Update Aragonese translation

M	po/an.po

commit 1a75dc2de0fd605c72888418a14edc9679192977
Author: Timo Jyrinki <timo@debian.org>
Date:	2014-11-03

    Change Finnish translation team web page to l10n.gnome.org

M	po/fi.po

commit 59daf398bc0f1d7895eee3a776b33a9c9310ad21
Author: Alexander Tsoy <alexander@tsoy.me>
Date:	2014-10-26

    configure.ac: workaround quoting issues

    BROWSER_PLUGIN_DIR variable substitution is not portable. In
    particular
    it does not work in dash. Replace it with conditional.

    https://bugzilla.gnome.org/show_bug.cgi?id=739226

M	configure.ac

commit 8875003da7f78a6fbba36fcc70d6ed2d372da7a6
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-10-19

    Fix runtime critical warning when starting in fullscreen mode

    The problem is that when running fullscreen mode we call
    ev_window_update_links_model() to update the page action widget of the
    fullscreen toolbar, but when running directly in fullscreen mode, this
    can happen before the links have been loaded in the sidebar. Since
    ev_window_update_links_model() is also called automatically when the
    links model property changes, we can simply return early in
    ev_window_update_links_model() when the model is NULL and it will be
    called again with a valid model when the links job finishes.

    https://bugzilla.gnome.org/show_bug.cgi?id=737864

M	shell/ev-window.c

commit 24a3d032728ab6cc530fab45d4eb5e232677c928
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	2014-10-10

    tiff: Handle incorrect 0 resolution found in TIFF files

    https://bugzilla.gnome.org/show_bug.cgi?id=646414

M	backend/tiff/tiff-document.c

commit bfa59b72ed0c86192ca9b1f0882ca5119aa7fe12
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-10-19

    Disable toggle-find action for documents not supporting find

    https://bugzilla.gnome.org/show_bug.cgi?id=738262

M	shell/ev-window.c

commit f1cda92d20af974597971873a4da93f4b733ae6c
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-10-14

    release: 3.14.1

M	NEWS
M	configure.ac