commit cba4bc36887462d9438de50bb2f2f1280563c21f Author: Jeremy Bicha Date: 2016-09-03 Fix typo in Spanish translation header M po/es.po commit d4134e988eb18238644a3a53f7a7ae74e461b858 Author: Arash Mousavi Date: 2016-09-13 [l10n] update Persian translations M po/fa.po commit 364b340d59a232d600c58e49942172af30e0407d Author: Bastien Nocera Date: 2016-09-12 comics: Fix mime-type comparisons The comics backend was using string equality to match mime-types. This doesn't work when the mime-type has changed, and the old name is now simply an alias. Use g_content_type_is_a() instead. https://bugzilla.gnome.org/show_bug.cgi?id=770903 M backend/comics/comics-document.c commit 71b1323aa848adfb8139db7fddae0d68c1bd1ba1 Author: Bastien Nocera Date: 2016-09-12 comics: Add application/vnd.comicbook+zip support application/vnd.comicbook+zip is the new mime-type for ".cbz" files. Other mime-types are still available as aliases of that type. https://bugzilla.gnome.org/show_bug.cgi?id=770903 M configure.ac commit f92399a635ea7b881aba84ac2a0e02727fe6b18b Author: GNOME Translation Robot Date: 2016-09-12 Updated Scottish Gaelic translation M po/gd.po commit c960c7a0a698b61873a8ec07d078a049f4afeb8e Author: Tom Tryfonidis Date: 2016-09-12 Updated Greek translation M po/el.po commit cace21158f853db50d6d26ff9d9d2aa090f9f6be Author: Ask Hjorth Larsen Date: 2016-09-12 Updated Danish translation M po/da.po commit 932b22ba7f9f793e81399ae3992dcae1dd0f876c Author: Jose Aliste Date: 2016-07-26 libview: Do not create annotation window twice. Currently, in button_release_event we always create the annotation window. Since there is a chance that draw event will show the annotation windows (and in that case creates annotation windows if they don't exist) then the annotation window will be created twice. This causes a leak because we only destroy one of these windows... and also when removing annotations with the window open we don't destroy the window (we destroy a window which is already hidden). The solution here is to check in button_release wether a window has been already created for the annotation, and only if not, create the new annotation window. https://bugzilla.gnome.org/show_bug.cgi?id=769200 M libview/ev-view.c commit faf913ab6b2886e3252cf0500c5dc87476ee97dd Author: Fran Dieguez Date: 2016-09-09 Updated Galician translations M po/gl.po commit dfda9469cb95c7937bc5553157effc5c053c88c0 Author: Anders Jonsson Date: 2016-09-08 Updated Swedish translation M po/sv.po commit 308e54d455bac98ee4b147d0d3efefb83bf5aaea Author: Ting-Wei Lan Date: 2016-09-06 browser-plugin: Replace gdkwayland.h include with gdk.h GDK_WINDOWING_WAYLAND macro is defined in gdkconfig.h, not gdkwayland.h, so including gdk.h is sufficient. This also fixes build on systems not supporting Wayland. https://bugzilla.gnome.org/show_bug.cgi?id=770924 M browser-plugin/EvBrowserPluginMain.cpp commit 6d47b45cc494f2d998cb732899a801eda2081660 Author: Carlos Garcia Campos Date: 2016-09-07 Revert "browser-plugin: Replace gdkwayland.h include with gdk.h" This reverts commit bf7a4fcdf6211e11d94dfe9fed82113d92e24eb7. It broke the build in gnome continuous. M browser-plugin/EvBrowserPluginMain.cpp commit bf7a4fcdf6211e11d94dfe9fed82113d92e24eb7 Author: Ting-Wei Lan Date: 2016-09-06 browser-plugin: Replace gdkwayland.h include with gdk.h GDK_WINDOWING_WAYLAND macro is defined in gdkconfig.h, not gdkwayland.h, so including gdk.h is sufficient. This also fixes build on systems not supporting Wayland. https://bugzilla.gnome.org/show_bug.cgi?id=770924 M browser-plugin/EvBrowserPluginMain.cpp commit 44541ab2d334d516a1a78ae1a320800ea29c4d29 Author: David King Date: 2016-09-06 Update British English translation M po/en_GB.po commit 3068fc18b80beaa4e6afe4b79e9268764dc1d0a0 Author: Carlos Garcia Campos Date: 2016-09-05 browser-plugin: Do not claim we support loading documents in Wayland The plugin requires XEmbed, so when running on wayland we should return with an error from NP_Initialize and NULL as the list of supported MIME types in NP_GetMIMEDescription. M browser-plugin/EvBrowserPluginMain.cpp commit 0556b47c6c688bdadf183ec5cd3901d73796d3ea Author: Aurimas Černius Date: 2016-09-04 Updated Lithuanian translation M po/lt.po commit 702c7c6473570152992de9ff019ee6bff85da96b Author: Eric R. Schulz Date: 2016-09-03 Fix memory leak in ev_sidebar_thumbnails_document_changed_cb() Clear the loading icon hash table if it already exists. https://bugzilla.gnome.org/show_bug.cgi?id=770070 M shell/ev-sidebar-thumbnails.c commit 688e78cf779b52e095cd5c601d102c55e7cccf3e Author: Baurzhan Muftakhidinov Date: 2016-09-04 Updated Kazakh translation M po/kk.po commit 6b36108db2906743ec7e5b3ead2a88168c14d56a Author: Jason Crain Date: 2016-08-04 Fix scaling calculation in ev-spectre.c Since the change to specify rendering output in pixels instead of a scale, the scaling passed to spectre_render_context_set_scale has the width and height swapped for rotated documents. This fixes the scaling calculation. https://bugzilla.gnome.org/show_bug.cgi?id=755776 M backend/ps/ev-spectre.c commit f30aed7dbfb82a0d7d78f3c5c9b54f39b1316e6c Author: Marek Kasik Date: 2016-08-10 libview: Check number of pages when processing button events Check whether there are some pages in the opened document when processing button events to avoid crash. https://bugzilla.gnome.org/show_bug.cgi?id=769700 M libview/ev-view.c commit 68b2f98c5e326645ba44949225fa7c5cbed8a55f Author: Eric R. Schulz Date: 2016-08-18 Fix memory leak in EvJobThumbnail Call cairo_surface_destroy() on job->thumbnail_surface. https://bugzilla.gnome.org/show_bug.cgi?id=770069 M libview/ev-jobs.c commit a4299bc38fbda89e1f6bf2cffb4344141d7dc2f2 Author: Rūdolfs Mazurs Date: 2016-08-28 Update Latvian translation M po/lv.po commit 94afe98cf459942e7266f2abc9797c549120177b Author: Мирослав Николић Date: 2016-08-27 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 0ade759142d1ee648471f183779caef2bd8b47e2 Author: Matej Urbančič Date: 2016-08-26 Updated Slovenian translation M po/sl.po commit a0cbd728249b7eddf8c13a87af770853249075a0 Author: Trần Ngọc Quân Date: 2016-08-25 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân M po/vi.po commit b57d701c3c51322d18fd0087414f8a0dc5c39c3d Author: Piotr Drąg Date: 2016-08-23 Updated Polish translation M po/pl.po commit ff0dadb4f8d5c0371485858747afbf5a78843093 Author: Andika Triwidada Date: 2016-08-18 Updated Indonesian translation M po/id.po commit 978aecae02dd41209fbe82657b7e80794c762f6d Author: Gustavo Marques Date: 2016-08-14 Updated Brazilian Portuguese translation M po/pt_BR.po commit 9fcf38d286fea0d22de363468aeaf1d364830875 Author: Jordi Mas Date: 2016-08-14 Update Catalan translation M po/ca.po commit 1086c2be62dd86369d9655bb875caf24eb6f1e14 Author: Jiri Grönroos Date: 2016-08-12 Updated Finnish translation M po/fi.po commit c9f65b0d930c038c4cf4dc3b29c9f8e48f830b11 Author: Marek Cernocky Date: 2016-08-11 Updated Czech translation M po/cs.po commit eb7ccf32a7077c1957db9ab92c4831354a5e6513 Author: Yosef Or Boczko Date: 2016-08-09 Updated Hebrew translation M po/he.po commit e775d0de79fe96c9d398afa747525c06ef6b4dbe Author: Dušan Kazik Date: 2016-08-08 Updated Slovak translation M po/sk.po commit 2a02871fc2cdba68f9f421eb0b2dfacab1458c5f Author: Fabio Tomat Date: 2016-08-07 Updated Friulian translation M po/fur.po commit 6f43e3973876a43dac9029a60ac4a32a60dc9a5d Author: Balázs Úr Date: 2016-08-04 Updated Hungarian translation M po/hu.po commit 662419c8a52d0277e118fec932a633d9cc0be8d2 Author: Daniel Mustieles Date: 2016-08-02 Updated Spanish translation M po/es.po commit 30a119f65a3a40b8a9a38db2cf3ef2b1dd71ebc6 Author: Franco Della-Monica Date: 2016-08-02 Updated German translation M po/de.po commit d412e276f998657dde50da2ccae31714850da8c1 Author: Alexandre Franke Date: 2016-07-27 Updated French translation M po/fr.po commit 886ca185391397f2dc7adac46cf737257f11695d Author: Alexandre Franke Date: 2016-07-27 Updated French translation (cherry picked from commit b45c5514eaba86c3c75f8c2f9c42db8b02964fb7) M po/fr.po commit 2602cd379c6b3f9d2e4f8c37f1cef2d92ff5b9fe Author: Alexandre Franke Date: 2016-07-27 Updated French translation (cherry picked from commit ea78600fef82f727c0487c611a553d18aebdbbe6) M help/fr/fr.po commit a9efbe3b77213ee540aaf75b8a9e3a797f31f8e0 Author: Tiago Santos Date: 2016-07-27 Updated Portuguese translation M po/pt.po commit 387e4e4324e2efdc42df6ee1242a75ce87d4b355 Author: Jose Aliste Date: 2016-07-19 view: use a hashtable to map annots to their popups. This prevents a crash when using "Open Copy" function because the popup is set to a window widget which is a child of another EvView. https://bugzilla.gnome.org/show_bug.cgi?id=760299 M libview/ev-view-private.h M libview/ev-view.c commit e056a36e35fac63000b5ce493ccf3955c2cc6bb4 Author: Fabio Tomat Date: 2016-07-25 Updated Friulian translation M po/fur.po commit 1c212738f0a8b9189e1e51002585ed4cdfda9f26 Author: Carlos Garcia Campos Date: 2016-07-19 release: 3.21.4 M NEWS M configure.ac