commit 1a08290908197c74c5e37c098a3631dca4a7dab7
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   2012-06-04

    configure: Create tarball in xz format instead of bz2

M	configure.ac

commit 302102256c3a2bc95435db90634e524a7416af10
Author: Christian Persch <chpe@gnome.org>
Date:	2012-05-13

    libview: Add API to load from streams and gfile

    Add EvJobLoadStream and EvJobLoadGFile to load documents from
    GInputStream and GFile.

    Part of bug #654832.

M	help/reference/libview/libevview-sections.txt
M	libview/ev-jobs.c
M	libview/ev-jobs.h

commit 0d354a120ae745e0b0ba695fd4a9266d971cdafe
Author: Christian Persch <chpe@gnome.org>
Date:	2012-05-13

    docs: Add index for API new in 3.6

M	help/reference/libdocument/libevdocument-docs.xml
M	help/reference/libview/libevview-docs.xml

commit de8535e04e73a855ec160aacef5244ca17d2949b
Author: Christian Persch <chpe@gnome.org>
Date:	2012-05-13

    pdf: Implement EvDocument::load_{stream,gfile}_sync vfunc

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

commit 08a534bfe306cee40cdb46e84c010b20bbe24b9e
Author: Christian Persch <chpe@gnome.org>
Date:	2012-05-09

    libdocument: Add API to load EvDocument from GIO stream and file

    Part of bug #654832.

M	help/reference/libdocument/libevdocument-sections.txt
M	libdocument/ev-document-factory.c
M	libdocument/ev-document-factory.h
M	libdocument/ev-document.c
M	libdocument/ev-document.h

commit 633387d570bc72b473fa3ffd35920f6f86e95d71
Author: Christian Persch <chpe@gnome.org>
Date:	2010-05-05

    libdocument: Keep the GType when closing the module

M	libdocument/ev-module.c

commit faddc075ba3cd9dc875363738fc91bd1da4bcbd1
Author: Christian Persch <chpe@gnome.org>
Date:	2010-03-27

    libdocument: Don't store the GTypeModule in the EvBackendInfo

    Don't keep non-constant data in EvBackendInfo. This will make it easy
    to later add a module cache.

M	libdocument/ev-backend-info.h
M	libdocument/ev-document-factory.c

commit 69b749fcf061701398d3d1c07ceae5bf85e038a1
Author: Christian Persch <chpe@gnome.org>
Date:	2010-03-27

    libdocument: Store the EvBackendInfo as object data on the document

M	libdocument/ev-backend-info.c
M	libdocument/ev-backend-info.h
M	libdocument/ev-document-factory.c

commit 32165b17a28e1315075f4eb725972d15ae9ad109
Author: Christian Persch <chpe@gnome.org>
Date:	2010-02-14

    properties-view: Don't leak the document if it's encrypted

    For encrypted documents, ev_document_load() returns a document *and*
    sets the GError; handle this.

M	properties/ev-properties-main.c

commit 1f59c737e0f6429ca4c0354ed2f82a9da1ff59d6
Author: Christian Persch <chpe@gnome.org>
Date:	2010-02-14

    libdocument: Add GError to ..._new_document_for_mime_type

M	libdocument/ev-document-factory.c

commit e7c9743403f156108c2b70daeae604862b651753
Author: Christian Persch <chpe@gnome.org>
Date:	2012-05-09

    libdocument: Make sure ev_file_get_mime_type fills in error on failure

M	backend/comics/comics-document.c
M	libdocument/ev-file-helpers.c

commit bc3880e5048259aedee75032c37d5bf3922d42cd
Author: Christian Persch <chpe@gnome.org>
Date:	2010-02-13

    libdocument: Don't export EvModule symbols

    EvModule is private API; don't export it.

M	libdocument/ev-document-factory.c
M	libdocument/ev-module.c
M	libdocument/ev-module.h

commit 4cb8ecf9b81e8d101c6e495cb825d1056fae1500
Author: Christian Persch <chpe@gnome.org>
Date:	2012-05-09

    libdocument: Move backends management into ev-document-factory.c

    Remove EvTypeInfo, since it's redundant with EvBackendInfo. So just
    make EvBackendInfo usable from ev-document-factory (internal symbols,
    not exported from libevdocument).

    Remove ev_backends_manager_get_document_module_name, and change
    ev-window-title to use the document class type name instead.
    That code should move to the backend, either directly into the
    document
    classes' get_title method, or a new get_display_title method.

M	help/reference/libdocument/libevdocument-sections.txt
M	libdocument/Makefile.am
A	libdocument/ev-backend-info.c
C053	libdocument/ev-backends-manager.h
libdocument/ev-backend-info.h
D	libdocument/ev-backends-manager.c
M	libdocument/ev-backends-manager.h
M	libdocument/ev-document-factory.c
M	libdocument/ev-document-factory.h
M	libdocument/ev-init.c
M	shell/ev-window-title.c

commit 57c87893cd208960daa1373c2b7c98279e07c394
Author: Christian Persch <chpe@gnome.org>
Date:	2012-05-09

    Revert "Add ev_job_load_new_with_data() to load files from data
    in memory."

    This reverts commit 5316652b49fe97ef69e51d6a5a0a0cec45a9f41e.

M	backend/pdf/ev-poppler.cc
M	libdocument/ev-document-factory.c
M	libdocument/ev-document-factory.h
M	libdocument/ev-document.c
M	libdocument/ev-document.h
M	libview/ev-jobs.c
M	libview/ev-jobs.h

commit df46a24a7d52b217182f01be995721255941128e
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-06-02

    Do not remove unexistent files from recent menu

    The problem is that gtk_recent_info_exists() does a stat on the
    file to
    check whether it exists, and thta causes a problem on locally mounted
    remote or external file systems. So, I think it's better to have
    unexitent files in the recent menu (which is unlikley) than slowing
    down
    evince startup.

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

M	shell/ev-window.c

commit afb9799ca6f5db9bc55ead17c3bdce52330b1620
Author: Pavol Klačanský <pavol@klacansky.com>
Date:	2012-05-29

    Updated Slovak translation

M	po/sk.po

commit 69ca7330631113212e335f3ef51369ceb74505e0
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2012-05-25

    Updated Hebrew translation.

M	po/he.po

commit 4cf70944ef5bba70d28215a835aabf78837c5616
Author: Alban Browaeys <prahal@yahoo.com>
Date:	2012-05-24

    libview: introspection - build against internal libevdocument

M	libview/Makefile.am

commit 334eeefed683b8f1d762fbb565b998b46cf46a7f
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	2012-05-23

    Updated French translation

M	po/fr.po

commit d9c711694a817c487d0a262877264cd46e284c64
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-05-23

    Updated Slovenian translation

M	po/sl.po

commit 706d7d68e48bef2ba1359149aa0f409998524ac6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-05-21

    Updated Spanish translation

M	po/es.po

commit 6c4098f1241e99ab609e928c5050d8868d3a1bc6
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-05-20

    Updated Galician translations

M	po/gl.po

commit f514feacb7d56fe756ea1723c2792fa1e29e570a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-05-19

    Updated Norwegian bokmål translation

M	po/nb.po

commit c8b3fd2c717d418ab6d26e44751ad1a6af545273
Author: Adrian Johnson <ajohnson@redneon.com>
Date:	2012-05-12

    pdf: include substitute font name and file in font list

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

commit 901880a4c28fe7924a81ea9f6fa3ff61f4bcc9c2
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	2012-05-18

    Updated Latvian translation

M	po/lv.po

commit e2491863fd8b3dbf81f3bacc9875508c16daeb51
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	2012-05-17

    Updated Serbian translation

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

commit 6ab24b4fb5a557d357d7c447950e19745b4a7cf1
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	2012-05-16

    Updated French translation

M	po/fr.po

commit 57b05938181708aa9492953d3e6d60445e5a450e
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	2012-05-16

    Updated French translation

M	po/fr.po

commit d703c4b8e6dfb62b6092df8e48518c4be4a5be66
Author: Aleksej Kabanov <ak099@mail.ru>
Date:	2012-05-16

    Updated Russian translation

M	po/ru.po

commit 426e229d89d764979ebb0fc07fae52720ddae80e
Author: Luca Ferretti <lferrett@gnome.org>
Date:	2012-05-09

    l10n: updated Italian translation

M	po/it.po

commit 926d8b0b81b9347a315622c906ba958fcb29366f
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:	2012-05-08

    [l10n] Update Japanese translation

M	po/ja.po

commit 2e2923ee89a691e6d43f4fce4f87cd3f40edfbeb
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:	2012-05-08

    [l10n] Update Japanese translation

M	po/ja.po

commit 17be7a69b8406a338e1b823e15af48e66272d782
Author: Alexander Shopov <ash@kambanaria.org>
Date:	2012-05-07

    Updated Bulgarian translation

M	po/bg.po

commit e29f36fee9c7229725e2e645ca097cacc4725d9b
Author: Gil Forcada <gforcada@gnome.org>
Date:	2012-05-06

    [l10n] Updated Catalan translation

M	po/ca.po

commit 7be20feed0ac9eed1b44b6d00c3bdea8206ad8ce
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-05-05

    Updated Galician translations

M	po/gl.po

commit 10aa0007dfa97e909813c0a02de51c7d5f528236
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2012-05-05

    Updated Hebrew translation.

M	po/he.po

commit fe888cb779e3e5b7220ca2a6a190be75f24b0b9b
Author: Volker Sobek <reklov@live.com>
Date:	2012-05-03

    evince-previewer: Use primary-toolbar style class

    Use GTK_STYLE_CLASS_PRIMARY_TOOLBAR for the toolbar in
    evince-previewer.

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

M	previewer/ev-previewer-window.c

commit 48e937ccfab0e2320c339034ee8bd9c5335c7a89
Author: Marek Černocký <marek@manet.cz>
Date:	2012-05-04

    Updated Czech translation

M	po/cs.po

commit 083086fdf50366fb869e323dc71a1f4496193c94
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	2012-05-04

    Updated Telugu Translation

M	po/te.po

commit 3a10507a4e74a42a199d043fa7387228ad8b09c7
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	2012-05-04

    Updated Telugu Translation

M	po/te.po

commit f6d0e51394f6df1c1e5e72f8b4a7d904c3f4836f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-05-03

    Updated Norwegian bokmål translation

M	po/nb.po

commit 9092dfb4c2c365d1ec18353dab9ec5c16bf5cf45
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2012-05-03

    Updated Arabic translation

M	po/ar.po

commit ee05e2a9fd21d3c9e02505ea5f058f1d25577e22
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-05-03

    Updated Spanish translation

M	po/es.po

commit 4f1a3c313ada28f2ada6d8bb01393812db2c04bf
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	2012-05-03

    Updated Hungarian translation

M	po/hu.po

commit 529987fe3d3ab7c9647a09febe22b01aab485acf
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:	2012-05-02

    Updated German translation

M	po/de.po

commit 8652c61ea91698f7d3a5e11a467eca3b0ec4ac26
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-05-02

    Copy document metadata to the new file when saving a copy

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

M	libview/ev-jobs.c

commit fd2b09adf5171df9351832a663e122cb4caab427
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-05-02

    libdocument: Add ev_file_copy_metadata()

    Helper function to call g_file_copy_attributes() with
    G_FILE_COPY_ALL_METADATA for the given uris.

M	help/reference/libdocument/libevdocument-sections.txt
M	libdocument/ev-file-helpers.c
M	libdocument/ev-file-helpers.h

commit 6c3b7cd1a044d665aeaf34ced9137b6712924ee2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2012-05-02

    Correctly capitalize TIFF

M	backend/tiff/tiffdocument.evince-backend.in

commit 721ff8fac10d549fc8ba8cd32aad981d6e4e44b3
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2012-05-02

    Updated Polish translation

M	po/pl.po

commit af43c87a3066d143838a661dae41380aae2b9f21
Author: Jonh Wendell <jwendell@gnome.org>
Date:	2012-05-02

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 51e744d575a74510a27204729e433d7e417d5c83
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-05-02

    Updated Spanish translation

M	po/es.po

commit 5316652b49fe97ef69e51d6a5a0a0cec45a9f41e
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2012-04-26

    Add ev_job_load_new_with_data() to load files from data in memory.

    * libview/ev-jobs.h b/libview/ev-jobs.[h|c]: Add data and data_length
    struct
    fields. Add ev_job_load_new_with_data() to set them.
    ev_job_load_run(): Call the new ev_document_load_from_data()
    function instead
    of ev_document_load(), if data is set.
    * libdocument/ev-document-factory.[h|c]:
    Add ev_document_factory_get_document_from_data(), using the same
    strucure as
    the existing ev_document_factory_get_document(uri). Note that this
    does not
    yet support compressed data.
    * libdocument/ev-document.[h|c]: Add a load_data() vfunc.
    Add ev_document_load_from_data(), calling that vfunc, like the
    existing
    ev_document_load().
    * backend/pdf/ev-poppler.cc: Add pdf_document_load_data(),
    implementing
    the EvDocument load_data vfunc.

    Original patch by Murray Cumming <murrayc@murrayc.com>

M	backend/pdf/ev-poppler.cc
M	libdocument/ev-document-factory.c
M	libdocument/ev-document-factory.h
M	libdocument/ev-document.c
M	libdocument/ev-document.h
M	libview/ev-jobs.c
M	libview/ev-jobs.h

commit f2f9097ea87e2f0d15241ac0ee95099a219b7539
Author: Justin Lecher <jlec@gentoo.org>
Date:	2012-04-30

    Fix underlinking with >=glib-2.32 detected by gold linker

    As descripted in bug 675129, recent changes in pkg-config files
    drop necessary libs from linking, more accurate gio-2.0 droppes
    gmodule-no-export-2.0.

    Readd gmodule-no-export-2.0 at all necessary places.

    Signed-off-by: Justin Lecher <jlec@gentoo.org>

M	configure.ac

commit d814a1caa2cc784344a516001c5544b26a3c0eec
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	2012-04-30

    Add missing translatable files to POTFILES.in

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

M	po/POTFILES.in

commit aabc96938d66ebf5cef863d74a4f9548eaf93a8e
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:	2012-04-30

    [l10n] Updated German doc translation

M	help/de/de.po

commit df0bee73615912475d318c4772581af760dc833a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-04-22

    Removed deprecated GTK_POLICY_AUTOMATIC

M	cut-n-paste/toolbar-editor/egg-toolbar-editor.c
M	libview/ev-annotation-window.c
M	libview/ev-view.c
M	previewer/ev-previewer-window.c
M	shell/ev-properties-fonts.c
M	shell/ev-properties-license.c
M	shell/ev-sidebar-annotations.c
M	shell/ev-sidebar-bookmarks.c
M	shell/ev-sidebar-links.c

commit 58f979ccac2ada1f88b485a32dd431d8dabbec27
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:	2012-04-14

    Updated Slovenian translation

M	po/sl.po

commit 5fca7608aef24b89e0bfbe9f17485e722e6af632
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-04-14

    Updated Slovenian translation

M	po/sl.po

commit 35019e15029e281d753f4d54632145e5132c1da0
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:	2012-04-14

    Updated Latvian translation for help.

M	help/lv/lv.po

commit 1ef20bfbc46722ce75e4234e7acf8450dc570a42
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	2012-04-13

    Updated French doc translation

M	help/fr/fr.po

commit 82169ba67cbd6091a60a47bea2ab4e7ceb9017d7
Author: Daniel Martinez Cucalon <dmartinez@src.gnome.org>
Date:	2012-04-13

    Updated Aragonese translation

M	po/an.po

commit f68791ed82c73d0ea083f62a4300c367bd880adf
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-04-10

    Updated Galician translations for doc

M	help/gl/gl.po

commit 3727e2c9a92f22697c13c41b7a3ae3a5ba17760e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	2012-04-10

    Updated Hungarian help translation

M	help/hu/hu.po

commit 315ab407a3d235173cc031e9ee7c8b59f5fc13ec
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	2012-04-10

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit df79711a745ebd0b7dbbbfa1a00dc0b021f5d1e3
Author: Jordi Serratosa <jordis@softcatala.cat>
Date:	2012-04-10

    [l10n] Fixes on Catalan translation

M	po/ca.po

commit 4603ec43db00cf302dc1c9b8a46b35192e5cc0f4
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:	2012-04-09

    Updated Slovenian translation

M	help/sl/sl.po

commit ef6d1fc7f6d38bbe940665132e9a52f67c676443
Author: justin <justin@jdjlab.com>
Date:	2012-04-09

    Fix a crash when running with Broadway GDK backend

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

M	shell/ev-application.c

commit efcce7e8e42ffdc0acc93623365da111810672dc
Author: Adrian Bunk <bunk@stusta.de>
Date:	2012-04-07

    configure.ac: remove remnants of Hildon support

    It was mostly a nop since there is no Hildon code in the tree,
    and Hildon was anyway GTK+ 2 only.

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

M	configure.ac

commit b2dcdb036dd1d70fac3b6b356281e78a746fca69
Author: Adrian Bunk <bunk@stusta.de>
Date:	2012-04-07

    configure.ac: Remove old workaround to build with deprecated symbols

    This was supposed to be deleted when the GTK+ requirement
    was bumped to >= 2.19.7.

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

M	configure.ac

commit ea8515012adaa833d6336b380bf6758074fc4fbe
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-04-01

    Updated Spanish translation

M	help/es/es.po

commit bc09bbfcec44a077a57b1849a1aa62b165d4cf3f
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:	2012-04-01

    Updated Russian translation

M	help/ru/ru.po

commit 599658c889cb621a85ec7cc6ac45d6ef2519b061
Author: Andika Triwidada <andika@gmail.com>
Date:	2012-04-01

    [l10n] Updated Indonesian translation

M	po/id.po

commit d024c18818ac2864ae80194f6eaef82bc3bbf0b8
Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
Date:	2012-03-31

    docs: added pages to get involved section and license info.

    Also updated the help/Makefile.am

A	help/C/develop.page
A	help/C/documentation.page
A	help/C/license.page
A	help/C/translate.page
M	help/Makefile.am

commit 36fee458fe34f02ea8133fc421cc5bb869cb6a43
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	2012-03-27

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit e1bdbbaa8f257e7dd8b8e4ac17d9211206bf823d
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:	2012-03-26

    Updated Slovenian translation

M	help/sl/sl.po

commit 8e5de217636a3091df162a4c70fe1dc68a678b61
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:	2012-03-26

    Updated Slovenian translation

M	help/sl/sl.po

commit 12675877dc2ad543581bb782820d8531792fb885
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-03-26

    release: 3.4.0

M	NEWS
M	configure.ac