commit 8dd2619f439b36bc909996f4e67543bce471cc54
Author: Jordi Mas <jmas@softcatala.org>
Date:   2016-03-15

    Update Catalan translation

M	po/ca.po

commit a488079ea9e10615dba54f2a4d69d4dfc0a49684
Author: Marek Kasik <mkasik@redhat.com>
Date:	2015-12-15

    Fix selection of text on Wayland

    Do not clear selection if update of the primary selection failed.
    This is expected to happen on Wayland and other platforms with no
    primary selection,
    and just leads to the selected text being cleared after any attempt
    to change the
    text selection itself through either mouse/keyboard.

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

M	libview/ev-view.c

commit 5f410069b8675f3f0b9d752c3ddf5374875f5984
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:	2016-03-13

    Updated Finnish translation

M	po/fi.po

commit df8b503552eb298f02c9903cb2f58806deae7351
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2016-03-13

    browser-plugin: manually destroy the search popover on toolbar dispose

    That way if it's still visible the closed signal will not be emited
    during destruction.

M	browser-plugin/EvBrowserPluginToolbar.cpp

commit 00af1fa930af9cc47c5d8df1e1a34c29319a3abd
Author: Stas Solovey <whats_up@tut.by>
Date:	2016-03-08

    Updated Russian translation

M	po/ru.po

commit f67090ad836e70804bd15138f181ce5105872f14
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:	2016-03-06

    Updated Vietnamese translation

    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

M	po/vi.po

commit 78e8afbe496c52bcdeaf9076c914353bb6bb7c62
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	2016-03-05

    Updated Lithuanian translation

M	po/lt.po

commit 9b48b0e2364947acf246d54884a27af914754fcb
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:	2016-03-04

    Updated Ukrainian translation

M	po/uk.po

commit 7b52f0f61ac084f1f47a00831170a365a7a0349a
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2016-03-02

    Updated Hebrew translation

M	po/he.po

commit dcbda72364c0f06f18c5769554dbc73d52151475
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2016-03-02

    Update Arabic translation

M	po/ar.po

commit a645ce1491d01d0fe4b83b2e1cbab361ffbf39de
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:	2016-02-29

    Updated Occitan translation

M	po/oc.po

commit 9fe48d1fca95b0fd896f5266265ea21a418d3973
Author: Tom Schoonjans <Tom.Schoonjans@diamond.ac.uk>
Date:	2016-01-31

    DjVu: support for utf8 filenames on Mac OS X

    Filename encoding on Mac OS X is in UTF-8, which means that DjVu
    documents must be opened with ddjvu_document_create_by_filename_utf8
    instead of ddjvu_document_create_by_filename.

    Implemented using a conditional preprocessor macro as this may affect
    other operating systems.

    Since ddjvu_document_create_by_filename_utf8 was added only in 3.5.22,
    the pkg-config check for djvulibre was changed accordingly.

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

M	backend/djvu/djvu-document.c
M	configure.ac

commit c1fd4d9f6879821cad03717174aefac3322b8339
Author: Marek Černocký <marek@manet.cz>
Date:	2016-02-25

    Updated Czech translation

M	po/cs.po

commit 3a059a5e919f6c0f2d6cc0a91e5cd952d733a62d
Author: Fran Dieguez <fran.dieguez@mabishu.com>
Date:	2016-02-24

    Updated Galician translations

M	po/gl.po

commit 7850b986cf3225369170cdec545844b025bfd12e
Author: Marek Kasik <mkasik@redhat.com>
Date:	2016-02-16

    Recognize multipage DjVu MIME type

    There is new image/vnd.djvu+multipage MIME type for DjVu documents
    in shared-mime-info.
    This MIME type is used if Evince has to guess type of the document.
    Evince states that it doesn't support it in such case.
    This is reproducible if the opened document doesn't have an extension.

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

M	browser-plugin/EvBrowserPluginMain.cpp
M	configure.ac

commit e6e0d29d9fed63599e736003f06428a1aea87121
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2016-02-20

    view: Fix end_page reset after reload a page

    When a document is reloaded, and the accessible end_page is higher
    than the number of pages, it must be re-initialized to the number
    of pages minus one because it refers to elements in an array.

M	libview/ev-view-accessible.c

commit 7c4721a3aee0a8b04035cd1070611d8b6d79c27b
Author: A S Alam <aalam@users.sf.net>
Date:	2016-02-21

    updated Punjabi Translation

M	po/pa.po

commit 51c230fc60714ba511c6e756527a43ccbe613569
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:	2016-02-21

    Updated Thai translation

M	po/th.po

commit 080037d95c0b5dafe19580c017ff528deec50ee7
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	2016-02-20

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit feff531edc6f5b844f4f2a8d358ab5c638b3a449
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2016-02-18

    Check legal boundaries of accessible pages (revisited)

    Keep the accessible view end page under the limits of the document.
    Sometimes when a document is reloaded, it may have less pages making
    the end page higher than the actual number of pages.

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

M	libview/ev-view-accessible.c

commit 5e73b292406c1f9559dc9d8ad71a120a28cbb8d1
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2016-02-16

    Check legal boundaries of accessible pages

    When a document is reloaded, the accessible->priv->children is
    cleaned up and updated with the new document information.
    In specific cases, where the document is smaller, priv->end_page
    will be higher than the current number of pages. Therefore, we
    check the number of pages to avoid access to nonexistent pages
    in priv->children).

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

M	libview/ev-view-accessible.c

commit 73b4b7f2e4fb12bceec5a9eccf6af1ffff0edf32
Author: Sebastian Rasmussen <sebras@gmail.com>
Date:	2016-02-14

    Updated Swedish translation

M	po/sv.po

commit e5403117c0c8d23065d3ea3e7884a57efa542689
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	2016-02-13

    Updated Chinese (Taiwan) translation

M	po/zh_TW.po

commit 2d2c5d23af50051e80f5287c2114fea6b68becc0
Author: Fábio Nogueira <fnogueira@gnome.org>
Date:	2016-02-12

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit c41aa2813fbf7e892c07ead1fd08936c8645aa21
Author: Claude Paroz <claude@2xlibre.net>
Date:	2016-02-08

    Updated French translation

M	po/fr.po

commit cae427b995181b5e611df3472077992f2eec57f1
Author: Jordi Mas <jmas@softcatala.org>
Date:	2016-02-07

    Update Catalan translation

M	po/ca.po

commit 2e8cce10ec69efd2bda590e8a4e4e211509c3b4a
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:	2016-02-07

    Updated Hungarian translation

M	po/hu.po

commit 9b5423cc6438fe744af99e1aaa04833db9b73bf2
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2016-02-07

    Updated Spanish translation

M	po/es.po

commit dc8fd869ff5e18bc70f608aa3d6b4a6eec324fae
Author: Alexander Shopov <ash@kambanaria.org>
Date:	2016-02-06

    Updated Bulgarian translation

M	po/bg.po

commit 2f365c880a1535c2d0e1b7ba9eb2b866ddde6fa9
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2016-02-06

    Updated Polish translation

M	po/pl.po

commit 8e480835daf137e3f0a614d6957b327e722409f8
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	2016-02-06

    Update Latvian translation

M	po/lv.po

commit a934609269c6abbb63c98bccbd46ce22c65838e5
Author: Efstathios Iosifidis <eiosifidis@gnome.org>
Date:	2016-02-06

    Updated Greek translation

M	po/el.po

commit 27e2270361dbbbd5cde7eb10df0e3c39c6ee71a3
Author: Dušan Kazik <prescott66@gmail.com>
Date:	2016-02-06

    Updated Slovak translation

M	po/sk.po

commit f13a812d3dabc7aaebccd40b161ed6dd88592e6a
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:	2016-02-05

    Updated Kazakh translation

M	po/kk.po

commit d60392d38962f48c4085624adfbc3497b8da27ba
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:	2016-02-02

    Updated German translation

M	po/de.po

commit 5a4912bdbbf3c8000e77a093cf366276eeb56283
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2016-02-01

    Bump poppler requirements to 0.33.0

    It is the newer poppler stable release.  It has new API required
    by Evince to handle annotations (since 0.26.0 at least), and it
    has improvements that makes Evince work properly.

    0.33.0 is old enough to keep poppler as sysdep in jhbuild.

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

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

commit 57677bbd4bc905b72ab9e3802881eb7931307767
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2016-02-01

    Add context to strings in the shortcut window

    It helps translators by differentiating the help strings from
    other strings
    in the app that might be identical, and allowing to translate them
    accordingly.

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

M	shell/help-overlay.ui

commit cb3d4b2820d9e6584d4b3df105edb3bae73d6e50
Author: Felipe Borges <felipeborges@gnome.org>
Date:	2016-01-12

    shell: use popover for view-menu and action-menu

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

M	shell/ev-toolbar.c

commit a05ec4a328468c42f3a99d3667fc875c45c3a663
Author: Felipe Borges <felipeborges@gnome.org>
Date:	2015-12-04

    shell: let GtkApplication load the appmenu

    Since bgo#757828 introduced g_application_set_resource_base_path,
    we don't need to use a GtkBuilder to load the appmenu.

    GtkApplication automatically loads menus from the GtkBuilder resource
    located at "gtk/menus.ui", relative to the application's resource
    base path (see g_application_set_resource_base_path ()). The menu
    with the ID "app-menu" is taken as the application's app menu.

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

M	shell/ev-application.c
M	shell/ev-toolbar.c
M	shell/ev-window.c
M	shell/evince-menus.ui
M	shell/evince.gresource.xml

commit 972e6fabda63200baf9c1c246b8e71815645c0e4
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:	2016-01-11

    thumbnailer: Call setlocale in main function

    It is required to correctly show translated messages on some locales.

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

M	thumbnailer/evince-thumbnailer.c

commit a0b9d0ed8667854da2a3516f4ecb72b54df4bb47
Author: Richard Hughes <richard@hughsie.com>
Date:	2016-01-25

    Add a missing tag to the AppData file

M	evince.appdata.xml.in

commit e37489b0cfbd08cd061c84ff699e88f8675aeb2b
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:	2016-01-25

    Updated Hungarian translation

M	po/hu.po

commit 570c2f4e4c347f14717f92f7b571c5814917b20b
Author: Richard Hughes <richard@hughsie.com>
Date:	2016-01-22

    Add the kudos to the AppData file

M	evince.appdata.xml.in

commit c4d3f39d4bb847dd22b269f3f6172e362ca05b38
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	2016-01-17

    Updated Lithuanian translation

M	po/lt.po

commit 628cdcbf2fb3b6285cf20a32256684cbebf1bbf7
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2016-01-15

    Updated Hebrew translation

M	po/he.po

commit 4c6b5492256000c94b8fc45a0921b21294c43710
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2016-01-10

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 605e290b793e112278d3ba4ae48611e78190a2a5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:	2015-09-30

    Add a systemd user unit corresponding to the D-Bus session service

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

M	data/Makefile.am
A	data/evince.service.in
M	data/org.gnome.evince.Daemon.service.in

commit 4405f3ee574f2c3fd1a1b67baf2d4fbc6aed2661
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2016-01-08

    shell: Add meaning for 'Outline' in the sidebar for translators

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

M	shell/ev-sidebar-links.c

commit 57d782d11fe2b48f98848696dc6e497eb7ab3e85
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:	2016-01-06

    Updated Finnish translation

M	po/fi.po

commit cfada0e51570542b4984b209bc962b347a879e77
Author: Gustavo Marques <gutodisse+gnome@gmail.com>
Date:	2016-01-05

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit e25a56713fea7b9337bfca310b616d3b586266bd
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:	2015-12-29

    Updated German translation

M	po/de.po

commit a4c7e279c3f8b8009b2f288308892f1d2069c233
Author: Tom Tryfonidis <tomtryf@gnome.org>
Date:	2015-12-29

    Updated Greek translation

M	po/el.po

commit 850260a91a00ff8c23402255582e55b2344799f9
Author: Marek Černocký <marek@manet.cz>
Date:	2015-12-24

    Updated Czech translation

M	po/cs.po

commit e7b474d688d8d43989ad7f3a2e9963b27d813864
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2015-12-10

    Updated Spanish translation

M	po/es.po

commit 217b70f01df2730096e7e84de600f148cef91170
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:	2015-12-09

    Updated Kazakh translation

M	po/kk.po

commit f0e5c5153966527aa0c16d018e568c2c72617776
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:	2015-12-07

    Updated Finnish translation

M	po/fi.po

commit d84f82d7414e802fd28b975ca670c91c2ab02ab4
Author: Dušan Kazik <prescott66@gmail.com>
Date:	2015-12-06

    Updated Slovak translation

M	po/sk.po

commit 54e594696612a850c853842ab8b119b4e4b10e92
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	2015-12-05

    Updated Portuguese translation

M	po/pt.po

commit d71419ffdac7990d097361012bf843b94dfa7bf0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2015-12-03

    Updated POTFILES.in

M	po/POTFILES.in

commit 4ba43fd4fffbee095ff345060f2e63a108508262
Author: Sebastian Rasmussen <sebras@gmail.com>
Date:	2015-12-02

    Updated Swedish translation

M	po/sv.po

commit 282b2f849ad34a470aadb551271d4f0575193fef
Author: Jaakko Hannikainen <jgke@jgke.fi>
Date:	2015-12-02

    ev-view: Add Shift+Space keybinding to go back in presentation mode

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

M	libview/ev-view-presentation.c

commit 6e454ee8f362fcce647ec875406451b4f5cd394f
Author: Felipe Borges <felipeborges@gnome.org>
Date:	2015-11-11

    shell: Add shortcuts help window

    Use GTK+'s new shortcut window to document our shortcuts.
    See: https://wiki.gnome.org/Initiatives/GnomeGoals/ShortcutWindows

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

M	shell/Makefile.am
M	shell/ev-application.c
M	shell/ev-toolbar.c
M	shell/ev-window.c
M	shell/evince.css
M	shell/evince.gresource.xml
A	shell/help-overlay.ui

commit 91ac78bc587eb2ac931136c9da9609b142410209
Author: Giselle Reis <gisellemnr@src.gnome.org>
Date:	2015-07-29

    Selecting text from annotation notes

    Clicking and dragging the mouse inside an
    annotation note should select the text. Clicking
    and dragging the mouse on the title bar should
    move the window.

    This commit fixes
    https://bugzilla.gnome.org/show_bug.cgi?id=749727

M	libview/ev-annotation-window.c

commit c648cb2aa38c5004fc091d0067d63aa3beee748f
Author: Jürn Brodersen <juern.brodersen@googlemail.com>
Date:	2015-07-28

    comics: Fixed special characters in path to cbz

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

M	backend/comics/comics-document.c

commit 5e9067d92c42011bec09e7a638bd42a8a396d123
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2015-12-02

    appdata: Add kudos to addp data files

M	backend/comics/evince-comicsdocument.metainfo.xml.in.in
M	backend/djvu/evince-djvudocument.metainfo.xml.in.in
M	backend/dvi/evince-dvidocument.metainfo.xml.in.in
M	backend/pdf/evince-pdfdocument.metainfo.xml.in.in
M	backend/ps/evince-psdocument.metainfo.xml.in.in
M	backend/tiff/evince-tiffdocument.metainfo.xml.in.in
M	backend/xps/evince-xpsdocument.metainfo.xml.in.in

commit 3194031c0d82d83284633e3bab9a681c7afb0dee
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	2015-11-30

    Updated Portuguese translation

M	po/pt.po

commit cdbca4b02b4bbb077b64c3ff4f0b84c09e78f0ae
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2015-11-26

    shell: Fix css style for ev-loading-message

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

M	shell/evince.css

commit caa9b3d29c4a05be5f20c82f46730fa3e3fc0d93
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2015-11-27

    Updated Greek translation

M	po/el.po

commit 90b1d4f8874aeb2bf4b20eb2a996316deb250a02
Author: Bastien Nocera <hadess@hadess.net>
Date:	2015-11-24

    libview: Fix warning with no document loaded

    When switching to the view in gnome-documents or gnome-books,
    the EvView
    would get a focus event before the document was loaded, where we'd try
    to access structures that were only there if the document was loaded.

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

M	libview/ev-view.c

commit bf45fe7c7a4057b87cd24ec0b4be6a04e1e6dbd9
Author: Bastien Nocera <hadess@hadess.net>
Date:	2015-01-29

    build: Fix unbalanced quote in configure script

M	configure.ac

commit 84bfbd0584785e4833afc46224851d5718cadc8c
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2015-11-19

    Updated Hebrew translation

M	po/he.po

commit 2d71b15fbfef0d71e3b342cafc6dd8fc4ffced49
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:	2015-11-18

    Move symbolic app icon to symbolic folder

    It's the cool new place to put symbolic icons.

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

commit 9efbaf96741939ccf7a285c11fba3e427f9b144b
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:	2015-11-18

    Fix installation of symbolic app icon

M	data/icons/scalable/apps/Makefile.am

commit 04374167ac7116df9eaea0a0713ec1db7178e05f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2015-11-17

    Updated Spanish translation

M	po/es.po

commit 858227e917c7ce2cc32810f334ca496a318892ff
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:	2015-11-16

    Updated Kazakh translation
    (cherry picked from commit 51f49453eaac88967128c85a9c3e6bc5cb1ff5a1)

M	po/kk.po

commit 351fbff35b8eb5703a75c146087c373b8b78796c
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:	2015-11-16

    Updated Scottish Gaelic translation

M	po/gd.po

commit 357c1bdacd7237ef9638815e438bb90d582b9a8e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2015-11-16

    Updated Norwegian bokmål translation.

M	po/nb.po

commit feed704d4fd59038b244895ab2e6693b3e1d597a
Author: liushuyu <liushuyu_011@126.com>
Date:	2015-11-14

    update zh_CN translation

M	po/zh_CN.po

commit 79e31e87ab68b91177c29e35d38d49c7f77cf0d9
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:	2015-11-08

    Updated Hungarian translation

M	po/hu.po

commit b934f9d7302bb84dc9b4da3ebac982e731d628a4
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:	2015-11-07

    Updated Finnish translation

M	po/fi.po

commit c4856b2436f3e596a1029c9eda1533dd295c3554
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	2015-11-05

    Updated Portuguese translation

M	po/pt.po

commit ba78b5cb7e47d0ec4feea759493408b34ade685b