commit 5240575eb5c0324fdd7adcf2accd431dc2670797
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   2015-04-29

    Fix make distcheck

    Remove EggFindBar symbols from the documentation.

M	help/reference/shell/evince-docs.xml
M	help/reference/shell/evince-sections.txt
M	help/reference/shell/evince.types

commit 5e8cb5a359db432722e0928d15a45e2f1b007dd9
Author: José Aliste <jaliste@src.gnome.org>
Date:	2015-04-28

    shell: Never save n-copies in the print-settings file

    By default gtk_print_settings_to_key_file save all settings. When
    fixing
    https://bugzilla.gnome.org/show_bug.cgi?id=696203 we re-introduced
    https://bugzilla.gnome.org/show_bug.cgi?id=488806 for the number
    of copies.
    This happens because the code that saves the document print settings
    in the evince
    metadata deletes the document print settings from the key file. Thus,
    the fix for bug #696203 is not stricty correct because we still
    need to delete n-copies from the key_file. This patch fixes that.

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

M	shell/ev-window.c

commit b2e9dca192dc64af1b0b2945d4b6dc6c163da97f
Author: Jakub Steiner <jimmac@gmail.com>
Date:	2015-03-26

    icon: provide a symbolic variant of the app icon

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

M	configure.ac
M	data/icons/scalable/Makefile.am
A	data/icons/scalable/apps/Makefile.am
A	data/icons/scalable/apps/evince-symbolic.svg

commit f4b8f6d00c03b1c2e883861ef5a9f400a887a50b
Author: Daniel Martinez <dmartinez@src.gnome.org>
Date:	2015-04-27

    Update Aragonese translation

M	po/an.po

commit aaaeb3e666770766f184d7fdf46f659bae0f3850
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2015-04-26

    Updated Hebrew translation

M	po/he.po

commit f7d87a40a875d2a6a771e6beca62cb93d9a5d5d8
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:	2015-04-08

    browser-plugin: Add search support

    Add a search button to the toolbar, that shows a popover with a
    EvSearchBox.

M	browser-plugin/EvBrowserPlugin.cpp
M	browser-plugin/EvBrowserPlugin.h
M	browser-plugin/EvBrowserPluginToolbar.cpp

commit 275374f3033ddc9c22ae86e66758656b64440996
Author: Marek Černocký <marek@manet.cz>
Date:	2015-04-25

    Updated Czech translation

M	po/cs.po

commit 7a7a88ce22facdff2994590557390b222bd77b21
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2015-04-23

    Updated Spanish translation

M	help/es/es.po

commit 204d543efd35f0925b537a27c088c3d0d7a319b2
Author: Giselle Machado <gisellemnr@src.gnome.org>
Date:	2014-06-25

    Annotation window color is not sensitive to theme

    The annotation window color should be the
    annotation color and the system should not change
    it.

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

    Also removing a redundant set_border_width (the
    same method is called again 7 lines below).

M	libview/ev-annotation-window.c

commit 49912625255ed3022eef7068650924b6f8b9efc4
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2015-04-18

    pdf: Use poppler_annot_markup_set_popup_rectangle() if available

    This way we don't create a new popup annotation every time we save the
    window position.

M	backend/pdf/ev-poppler.cc
M	configure.ac

commit 0bf74fc2d3a279894aa24fa36168412725605643
Author: Philipp Reinkemeier <philipp.reinkemeier@offis.de>
Date:	2015-02-20

    pdf: Added support to save popup rectangles to pdf backend

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

M	backend/pdf/ev-poppler.cc

commit 231505d59df489da5511000b2a447a89d58476a2
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2015-04-13

    Updated Greek help translation

M	help/el/el.po

commit 74161bcb383d6d20e0b621bde8f12a1372f5b7d9
Author: Philipp Reinkemeier <philipp.reinkemeier@offis.de>
Date:	2015-03-18

    ev-view: Create an EvAnnotationWindow for EvAnnotationMarkups
    allowing this

    Depending on the property can-have-popup of EvAnnotationMarkup,
    EvView will dynamically create an EvAnnotationWindow with some
    default dimension and location, if no EvAnnotationWindow existed
    when creating the EvAnnotationMarkup from the backend.

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

M	libview/ev-view.c

commit 49d1fd34a460962f199298883175f8d0d1074c74
Author: Philipp Reinkemeier <philipp.reinkemeier@offis.de>
Date:	2015-03-18

    pdf: Set can-have-popup property to markup annotations when created

    When the pdf backend creates EvAnnotations from poppler pdf
    annotations,
    this property is set accordingly (following the PDF spec).

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

M	backend/pdf/ev-poppler.cc

commit e39e492585602485af62b47a52fcbf6205b5aac0
Author: Philipp Reinkemeier <philipp.reinkemeier@offis.de>
Date:	2015-03-18

    libdocument: Added can-have-popup property to EvAnnotationMarkups.

    This patch adds a property can-have-popup to EvAnnotationMarkup.

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

M	libdocument/ev-annotation.c
M	libdocument/ev-annotation.h

commit 8b4fc1d0e7016492f5ba9e5d6cb8e412b30af2e5
Author: Trinh Anh Ngoc <atw1990@gmail.com>
Date:	2015-04-10

    Simplify UI code

    Simplify the code added in bug #739836. Use border-width instead of
    margins in the sidebar, and remove all shadow in from
    GtkScrolledWindows
    instead of using custom CSS for that. These changes don't affect
    the UI.

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

M	shell/ev-find-sidebar.c
M	shell/ev-sidebar-annotations.c
M	shell/ev-sidebar-attachments.c
M	shell/ev-sidebar-bookmarks.c
M	shell/ev-sidebar-layers.c
M	shell/ev-sidebar-links.c
M	shell/ev-sidebar-thumbnails.c
M	shell/ev-sidebar.c
M	shell/evince.css

commit 11d85daf1b58547e69839adc1731d9b2a4eee97a
Author: boisjaune <yannick.voglaire@gmail.com>
Date:	2014-10-23

    Add shortcuts for Continuous and Dual modes

    The "Continuous" and "Dual" menu entries are among the few that do
    not have a shortcut.
    This patch adds the shortcut 'c' to toggle the Continuous mode,
    and the sortcut 'd' to toggle the Dual mode.
    Together with the existing shortcuts 'f' and 'w', they allow to
    quickly change between different layouts.

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

M	shell/ev-application.c

commit d37358b195190f298f9e1a2593398110c63a8d4b
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:	2015-04-07

    Remove EggFindBar and use GtkSearchBar with EvSearchBox instead

M	po/POTFILES.in
M	shell/Makefile.am
D	shell/eggfindbar.c
D	shell/eggfindbar.h
M	shell/ev-window.c

commit 16314cd5901dc3ec00a744feb123fb311056b32b
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:	2015-04-07

    libmisc: Add EvSearchBox widget

    It's a simple search box containing also the evince search logic.

M	configure.ac
M	libmisc/Makefile.am
A	libmisc/ev-search-box.c
A	libmisc/ev-search-box.h
M	po/POTFILES.in

commit 64a171e1a9f1873ef9756b3217c34a0dff5132f3
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:	2015-04-09

    Added Icelandic translation

M	po/LINGUAS
A	po/is.po

commit 6f9f364968a09de3057e75c29697cce4e6e716f5
Author: Stas Solovey <whats_up@tut.by>
Date:	2015-04-09

    Updated Russian translation

M	po/ru.po

commit da03d7d20acda9fb616818daf7cbf4a185f68078
Author: Gábor Kelemen <kelemeng@openscope.org>
Date:	2015-04-07

    Updated Hungarian translation

M	help/hu/hu.po

commit 52f73550670453a8e35c977eb9c1f764eb00a271
Author: Marek Černocký <marek@manet.cz>
Date:	2015-04-02

    Udated Czech translation

M	help/cs/cs.po

commit 391ec2a4d5052f401040eb9c4cb71310b981b03e
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	2015-04-01

    Fix typos in documentation

M	help/C/annotations.page
M	help/C/synctex-search.page

commit 7de2fb94cfc8a5c70d2446744254bd6c45aa616b
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:	2015-03-27

    Updated Esperanto translation

M	po/eo.po

commit a7be712a6e04f3d03a930716997ac6efcbc1ed31
Author: Jordi Mas <jmas@softcatala.org>
Date:	2015-03-23

    Update Catalan translation

M	po/ca.po

commit 948139d6b9003da9be983b8adca14ed835bab6e6
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2015-03-23

    Update Arabic translation

M	po/ar.po

commit 5dccf4313101108a631808ab5174d412d9225f18
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2015-03-23

    release: 3.16.0

M	NEWS
M	configure.ac