commit 4ec61f5ed9cc9dc82e97ed1560d4e2a79d754205
Author: Christian Persch <chpe@gnome.org>
Date:   2012-06-13

    libmisc: Use G_PARAM_STATIC_STRINGS

    This saves some string copies.

M	libmisc/ev-page-action.c

commit 3e9c37f5b8ea616d018d5ea4e447286049d45553
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    shell: Use G_PARAM_STATIC_STRINGS

    This saves some string copies.

M	shell/eggfindbar.c
M	shell/ev-annotation-properties-dialog.c
M	shell/ev-bookmark-action.c
M	shell/ev-bookmarks.c
M	shell/ev-message-area.c
M	shell/ev-progress-message-area.c
M	shell/ev-sidebar-links.c
M	shell/ev-sidebar-page.c
M	shell/ev-sidebar.c

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

    libview: Use G_PARAM_STATIC_STRINGS

    This saves some string copies.

M	libview/ev-annotation-window.c
M	libview/ev-document-model.c
M	libview/ev-loading-window.c
M	libview/ev-print-operation.c
M	libview/ev-timeline.c
M	libview/ev-transition-animation.c
M	libview/ev-view-presentation.c

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

    libdocument: Use G_PARAM_STATIC_STRINGS

    This saves some string copies.

M	libdocument/ev-annotation.c
M	libdocument/ev-attachment.c
M	libdocument/ev-link-action.c
M	libdocument/ev-link-dest.c
M	libdocument/ev-link.c
M	libdocument/ev-transition-effect.c
M	libview/ev-view-presentation.c
M	shell/eggfindbar.c

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

    properties: Remove unused define from CPPFLAGS

M	properties/Makefile.am

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

    shell: Remove unused define from CPPFLAGS

M	shell/Makefile.am

commit 52714fde072a558370372e00342e7e195665509a
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    previewer: Don't dist generated files

M	previewer/Makefile.am

commit 8ec412fdb3711e6bb382b67cc761e771a72c3e46
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    shell: Don't dist generated files

M	shell/Makefile.am

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

    libview: Remove unused define from CPPFLAGS

M	libview/Makefile.am

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

    libview: Don't dist generated files

M	libview/Makefile.am
M	shell/Makefile.am

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

    libdocument: Fix order in LIBADD

M	libdocument/Makefile.am

commit 732f6b54acdeabfcc81d11f31f14ec02dab6c1e0
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    libdocument: Remove unused define from CPPFLAGS

M	libdocument/Makefile.am

commit 67be604528cfa2909ed70336f35d37773359bed1
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    libdocument: Don't dist generated files

M	libdocument/Makefile.am

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

    shell: Use GdkRGBA for annotations

    Use the GdkRGBA API on EvAnnotation, and on GtkColorChooser.

M	shell/ev-annotation-properties-dialog.c
M	shell/ev-annotation-properties-dialog.h
M	shell/ev-window.c

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

    libdocument: Add EvAnnotation API using GdkRGBA

    Add new API to EvAnnotation that uses GdkRGBA, and deprecated the
    GdkColor using one.

    Part of https://bugzilla.gnome.org/show_bug.cgi?id=677983

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

commit 4e762b48a27f31a93c7ba42013cfe0c79ab3ff2e
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    libdocument: Use the new deprecation macros

    Use our own macros instead of G_GNUC_DEPRECATED.

M	libdocument/ev-backends-manager.h

commit 86f3e1b95d65e35f9d66b3924ff4a8855bc78403
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    libdocument: Add deprecation macros

    Add deprecation macros similar to GLIB_DEPRECATED[_FOR].

M	evince-document.h
M	libdocument/Makefile.am
A	libdocument/ev-macros.h

commit 5a7ad5bd062a0c7f576c6645151a55ed5d9babcd
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    docs: Add missing EvAnnotation API to sections.txt

M	help/reference/libdocument/libevdocument-sections.txt

commit 3fbe9a1cdb559290fc432edc7be4c7d6ade35e3b
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-13

    toolbar-editor: Fix compiler warning

    Use g_type_ensure() instead of the volatile GType hack.

M	cut-n-paste/toolbar-editor/egg-toolbars-model.c

commit 171918fbaf52d2330d78d8841d25ffd5f41b9efc
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-12

    thumbnailer: Remove unused code

    The code to overlay an icon is unused since commit
    808285c968d09e3be2a159cd304346c180763d54.

M	thumbnailer/Makefile.am
M	thumbnailer/evince-thumbnailer.c

commit ba06a5e89cc285cf8843650474868d08f21e30b5
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-12

    shell: Use GResource for data files

M	data/Makefile.am
M	shell/Makefile.am
M	shell/ev-application.c
M	shell/ev-application.h
M	shell/ev-window.c
R100	data/evince-toolbar.xml shell/evince-toolbar.xml
R100	data/evince-ui.xml	shell/evince-ui.xml
A	shell/evince.gresource.xml

commit 8c240d93a12cd784b86f77159b7b40b8dc0c2707
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-12

    toolbar-editor: Add methods to load from GResource

M	cut-n-paste/toolbar-editor/egg-toolbars-model.c
M	cut-n-paste/toolbar-editor/egg-toolbars-model.h

commit 45be4867d85a973edc749057ff3be8224118ad05
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-12

    previewer: Use GResource for data files

M	data/Makefile.am
M	previewer/Makefile.am
M	previewer/ev-previewer-window.c
R100	data/evince-previewer-ui.xml	previewer/previewer-ui.xml
A	previewer/previewer.gresource.xml

commit 119e6ac9adb83d773e171abc0d5bce874d365962
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-12

    build: Add configure check for glib-compile-resources

M	configure.ac

commit a60eb022c0f1f8129b6bc3a26c0a91c4b89de451
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-08

    thumbnailer: Remove glib < 2.32 compat code

M	thumbnailer/evince-thumbnailer.c

commit bfc10e3c480836d3970a470c10e93e6d39615eb5
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-08

    dvi: Remove glib < 2.32 compat code

M	backend/dvi/dvi-document.c

commit 7f35eae6d538f700a780cebbe9e75bc354b54057
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-08

    shell: Remove glib < 2.32 compat code

M	shell/main.c

commit a4079892143cd926b2aec6dc3c127533ed2a85ca
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-08

    previewer: Remove glib < 2.32 compat code

M	previewer/ev-previewer.c

commit 940ecee46adbbb14b7a6065f1dddcf2468b8393c
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-08

    libview: Remove glib < 2.32 compat code

M	libview/ev-job-scheduler.c

commit 4094b78f243c1f8a24db5872db675ba902fc75e5
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-08

    libdocument: Remove glib < 2.32 compat code

M	libdocument/ev-document.c

commit b8d461a58a6d01b23a1b48426ae58db80ce83b02
Author: Christian Persch <chpe@gnome.org>
Date:	2012-06-08

    build: Require glib 2.32

M	configure.ac

commit b60416cbe615335a97e59c5d6c41e0ed420e55de
Author: José Aliste <jaliste@gnome.org>
Date:	2012-06-21

    document: Fix crash on ev_document_add_filters.

    See https://bugzilla.gnome.org/show_bug.cgi?id=678563.
    Fix proposed by Christian Persch.

M	libdocument/ev-document-factory.c

commit 707a274b93562373919694f5c7a25f5d414bc604
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-06-22

    Updated Greek translation

M	po/el.po

commit b3495518b9cf9cc2c682a28b42735df0d451e9b0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-06-22

    Updated Slovenian translation

M	po/sl.po

commit 9d94fb1b1b5b18835d0ae0107e526fc1bb1c145e
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:	2012-06-14

    Assamese translation reviewed

M	po/as.po

commit 9e8cb6a1aea98b8df7e937cdfc66e83cbf2a665e
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-06-14

    Updated Galician translations

M	po/gl.po

commit b183f7c3169f1fd0ce207276d3a83d7113ba2c06
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2012-06-12

    Updated Arabic translation

M	po/ar.po

commit d58bfbae556a63636feee14ed08b4adcd812f1be
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-06-11

    Updated Norwegian bokmål translation

M	po/nb.po

commit f441290f0b3266530a18f8deebd1b826833d9238
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-06-11

    Fix GCC error

    In case we don't have a recent enough poppler, return the enum value
    instead of zero, or GCC will complain about immplcitly casting an
    int to
    an enum.

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

M	backend/pdf/ev-poppler.cc

commit f11be45a9c14337c303873caac57d0e6a03cce0c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-06-11

    Updated Spanish translation

M	po/es.po

commit f00a1a3a157be93b469d36c31d45bb87d2bd19ae
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:	2012-06-11

    Updated Russian translation

M	po/ru.po

commit 54728196fc320ee4ee4ce2f5c8e379bec28dcfaf
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-06-10

    djvu: Implement EvDocumentFind::get_supported_options

    To claim it supports case sensitive search.

M	backend/djvu/djvu-document.c

commit 7d6de6a973462661a5e78e1b9def038396e10802
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-06-10

    pdf: Implement find options

    It requires new poppler API.

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

commit 164737de3fdff61217ef5947a1f1b8580c11344b
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-06-10

    Run find job with the options set in the find bar

M	shell/ev-window.c

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

    eggfindbar: Add find options popup menu

    Remove the case sensitive toolbar item, and use a popup menu triggered
    by search entry primary icon for find options. Add also whole
    words only
    option.

M	shell/eggfindbar.c
M	shell/eggfindbar.h

commit 8c14e6b34e3e73518d4a4e607b6c27e86100b6d2
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-06-10

    libview: Use ev_document_find_find_text_with_options() when running
    find job

M	libview/ev-jobs.c
M	libview/ev-jobs.h

commit 378277b5125489df417eb57729e04c8ad79ca0dc
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2012-06-10

    libdocument: Add API to find text with options

M	libdocument/ev-document-find.c
M	libdocument/ev-document-find.h

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

    release: 3.5.2

M	NEWS
M	configure.ac