commit f66267b549656172a083608691fe29eb6e7ae51a Author: Carlos Garcia Campos Date: 2014-09-03 release: 3.13.91 M NEWS M configure.ac commit 29e79feffe33861656101518d44b6d987fddbbdd Author: Yosef Or Boczko Date: 2014-09-03 Updated Hebrew translation M po/he.po commit 6cff2324f69e74ad32026aa5e62f0cc6a9566a40 Author: Carlos Garcia Campos Date: 2014-09-03 libview: Check if links are allowed to change zoom in every goto_fit method I find it easier to read this way. M libview/ev-view.c commit 5d8ef0fa9518100a8e8c3212b1990e738682e70c Author: Eduard Beutel Date: 2014-08-30 Add allow-links-change-zoom setting When enabled links are not allowed to change the current zoom mode and level. https://bugzilla.gnome.org/show_bug.cgi?id=729249 M data/org.gnome.Evince.gschema.xml.in M help/C/movingaround.page M libview/ev-view-private.h M libview/ev-view.c M libview/ev-view.h M shell/ev-window.c commit 939c434131e6ef96d2054d990e2a6b764578e68b Author: Giselle Reis Date: 2014-08-30 libview: fixing memory leak The memory leak was caused by a g_signal_connect which was never disconnected. This patch makes sure the signal is disconnected and the job is cancelled before creating another rendering job. It additionally introduces a helper function to cleanly finalize the job. M libview/ev-pixbuf-cache.c commit 18b1da2cf3303ae1fc0bb2e5b4d41da3d1c64e4b Author: Sweta Kothari Date: 2014-09-03 Updated gujarati translations M po/gu.po commit ff026902817842171bf9689b75318ce052600236 Author: Andika Triwidada Date: 2014-09-03 Updated Indonesian translation M po/id.po commit 5616ca5284a4bf790a8f99fbf3f4721d7b37edfa Author: Alejandro Piñeiro Date: 2014-09-01 a11y: set accessible name for two buttons at EvToolbar Specifically: * "File options" button * "View options" button https://bugzilla.gnome.org/show_bug.cgi?id=734912 M shell/ev-toolbar.c commit a95ae78c6c662cddff6d064c1e47b8faa11cc47d Author: Michael Catanzaro Date: 2014-09-01 app menu: add separator after New Window Help, About, and Quit should be in their own section at the bottom, according to our draft HIG. Also, Quit is not optional, but I guess we'd best discuss that.... M shell/evince-menus.ui commit ee92710fa581b1e4b9862c3e197aaa8c1028c3d9 Author: Daniel Mustieles Date: 2014-09-01 Updated Spanish translation M po/es.po commit 7ccfb40014d7b00bc50f45b9e0ef0515fbd67673 Author: Alejandro Piñeiro Date: 2014-07-25 EvPageAccessible: use page-cached signal to initialize children https://bugzilla.gnome.org/show_bug.cgi?id=733747 M libview/ev-page-accessible.c commit da5eba80d267a62e1aed3fed2b2ba056c7f6c80c Author: Alejandro Piñeiro Date: 2014-07-25 EvPageCache: new signal "page-cached" Notifies when the data of a page gets cached https://bugzilla.gnome.org/show_bug.cgi?id=733747 M libview/ev-page-cache.c commit 240c21f4cd8466d48b406b9881e3585d3cb672b5 Author: Chao-Hsiung Liao Date: 2014-08-31 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit 620bb73ad3ad0974882172996bfaccde708db597 Author: Giselle Reis Date: 2014-08-20 libview: removing ev_annotation_window_get_icon_size With the modifications on how the size of the icon is set, this function is no longer used. M libview/ev-annotation-window.c commit 63d0b4b3f281ddb42750d384066856934aed9ade Author: Giselle Reis Date: 2014-08-20 libview: setting annotation window icons sizes After a gtk update, the sizes of the icons on the annotation window (close and resize handles) are 48x48. This patch fixes this by using GtkIconTheme to force the loading of the icon on a different size than the file. https://bugzilla.gnome.org/show_bug.cgi?id=735110 M libview/ev-annotation-window.c commit 6756cfb83137cdf9ba95918be1b339ecc38a0bd3 Author: Giselle Machado Date: 2014-08-04 shell: removes multi-screen support Display-screen relation in GTK 3.10 is 1:1 (see https://mail.gnome.org/archives/gtk-list/2013-September/msg00021.html) Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=701883 M shell/ev-application.c commit fe97079c59ead2a66ad9bf345af9f7ad8d4abd9a Author: Enrico Nicoletto Date: 2014-08-29 Updated Brazilian Portuguese translation M po/pt_BR.po commit 00a5eeee3cb1db9d702d9368f9d50a012fa8463b Author: Alexandre Franke Date: 2014-08-28 Updated French translation M po/fr.po commit 371c72774691d74e23748a0bb35ea5874007a0c0 Author: Tom Tryfonidis Date: 2014-08-28 Updated Greek translation M po/el.po commit 8ba35e01fcffed5f0bb41d96c40a05902567130f Author: Daniel Korostil Date: 2014-08-28 Updated Ukrainian translation M po/uk.po commit 6810f1f7cd5c61ab4d07c9dc2910de618cd32ebb Author: Yosef Or Boczko Date: 2014-08-28 Updated Hebrew translation M po/he.po commit 899a57efce49864e0146a3c8c8f8d5e806da6ac3 Author: Nilamdyuti Goswami Date: 2014-08-28 Updated Assamese translation M po/as.po commit f7fc32cbb9d1de0a2f3b8880cbb31c576006107c Author: José Aliste Date: 2014-08-27 shell: Don't use gtk_button_new_from_stock This is deprecated in 3.10 https://bugzilla.gnome.org/show_bug.cgi?id=735562 M shell/ev-sidebar-bookmarks.c commit 527bee9e076bc95773e6f27f249103568e51a0de Author: José Aliste Date: 2014-08-27 shell: Call setup_bookmarks only when bookmarks is not NULL This fixes a EV_IS_BOOKMARK warning because without this patch we call setup_bookmarks with a NULL parameter when the window is created https://bugzilla.gnome.org/show_bug.cgi?id=735561 M shell/ev-window.c commit cbcd1d10c1c068bf66206ec522eb1f9cb7ac0f57 Author: José Aliste Date: 2014-08-26 shell: set toolbar to Normal Mode in set_document setting the toolbar to normal mode will correctly show widgets inside the toolbar https://bugzilla.gnome.org/show_bug.cgi?id=735446 M shell/ev-window.c commit 6197eba6c42a6d4513fa758e15d11dcdc4389f55 Author: Ting-Wei Lan Date: 2014-08-27 Fix build when using C++11 mode https://bugzilla.gnome.org/show_bug.cgi?id=735466 M backend/pdf/ev-poppler.cc commit 43539a1252d5bda0785237637b9fbbb6a3d86fdc Author: Marek Černocký Date: 2014-08-25 Updated Czech translation M help/cs/cs.po commit a4cdc2a1fa62d87191353f0e4688657c763b8cbe Author: Fran Diéguez Date: 2014-08-25 Updated Galician translations M po/gl.po commit 695291fed2ada0a9f1f8146105e21360504db5b3 Author: Marek Černocký Date: 2014-08-23 Updated Czech translation M po/cs.po commit 16adad4ac3bcada7aac0b2c092fdd861e27f4111 Author: Enrico Nicoletto Date: 2014-08-21 Updated Brazilian Portuguese translation M po/pt_BR.po commit 9e0d9e581bf422ed3fe3aafa897c0b051974bf41 Author: Claude Paroz Date: 2014-08-21 Updated French translation M po/fr.po commit a09c8afdad7f01c22bdda900f03a629f5d54ec6f Author: Jiro Matsuzawa Date: 2014-08-20 l10n: Update Japanese translation M po/ja.po commit bfbf525b481e52e8d648380523ef3453d7753c39 Author: Chao-Hsiung Liao Date: 2014-08-19 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit d399dfa682ea5264df9109ac07870168a15205a2 Author: Daniel Mustieles Date: 2014-08-19 Updated Spanish translation M po/es.po commit fbf6e94fdebd1d7ec7c7585321a5c45037a73fab Author: ngoswami Date: 2014-08-18 Updated Assamese translation M po/as.po commit fedae8dfbca5d1429a8018b3356ea7a330f5c392 Author: Yosef Or Boczko Date: 2014-08-18 Updated Hebrew translation M po/he.po commit 19dc8f5f7988875861a077d24e762b8477fa8b34 Author: Lasse Liehu Date: 2014-08-17 Finnish translation update M po/fi.po commit 5c2745487e4fb43d2469842e37e5d1e22ac63657 Author: Tom Tryfonidis Date: 2014-08-17 Updated Greek translation M po/el.po commit d6d20f5681ce5dff083e90058cb7d2d2a6171f1e Author: Kjartan Maraas Date: 2014-08-16 Updated Norwegian bokmål translation. M po/nb.po commit b393865ebef42ea11577d0b591bef0f108b82527 Author: Kjartan Maraas Date: 2014-08-16 Updated Norwegian bokmål translation from Åka Sikrom. M po/nb.po commit 3e00e4edba9899b91ed370a84f2609f984b0f6d1 Author: Aurimas Černius Date: 2014-08-15 Updated Lithuanian translation M po/lt.po commit 8741bf3e34c84741ecf3d18212791bc71d7b2290 Author: Carlos Garcia Campos Date: 2014-08-15 release: 3.13.90 M NEWS M configure.ac