commit c4c0b471fd975b65329019ac1094191e5dc207a8 Author: José Aliste Date: 2013-10-29 djvu: Fix a segfault caused by a double free In the case there were missing files in the djvu, there was a double free of the file variable. Fixes bug #710977 M backend/djvu/djvu-document.c commit fc8fe5787276bbc6e375be795f602d33aa85bc1b Author: Nelson Benitez Leon Date: 2013-08-14 libview: fix annotation window focus change after creation Be able to start entering text right after selecting or creating an annotation, also hide text cursor when window goes unfocused (backdrop state). https://bugzilla.gnome.org/show_bug.cgi?id=668446 M libview/ev-annotation-window.c commit 5339558ccebf030edfc2122500a5343f2072214e Author: raama Date: 2013-10-24 shell: Do not open single page pdfs in dual mode by default Single page pdfs will now open in full window even if the default mode is dual mode. This will apply to pdfs that are opened for first time, otherwise user preferences are honored. https://bugzilla.gnome.org/show_bug.cgi?id=547098 M shell/ev-window.c commit 8d3ac1d8de83f3c6d9c51e9ad2c56e000d4bb4e7 Author: Carlos Garcia Campos Date: 2013-10-27 Keep track of the current search result page instead of using the current page In continous mode the page of the current search result might not the the current page. Also make sure that when the search is restarted (the find bar is closed and opened with the same search string) both the view and the sidebar highlight the first match found from the current page. https://bugzilla.gnome.org/show_bug.cgi?id=710778 M help/reference/libview/libevview-sections.txt M libview/ev-view-private.h M libview/ev-view.c M libview/ev-view.h M shell/ev-find-sidebar.c M shell/ev-find-sidebar.h M shell/ev-window.c commit 9237127ab69558ff1a20c569517d4170d068c16a Author: Christian Persch Date: 2013-10-27 debug: Simplify code Use g_parse_debug_string() instead of a handwritten variant, and use debug flags instead of extra env variables. M libdocument/ev-debug.c commit 019abd383a1b80200c5bbaa9aec254769603f830 Author: Dimitris Spingos Date: 2013-10-24 Updated Greek translation M po/el.po commit aad318267851d7661a01f918524161ec596e177f Author: Theppitak Karoonboonyanan Date: 2013-10-15 Updated Thai translation. M po/th.po commit 129e6890b86cbc5cbbfdcca3ad73d56a26f6bbd1 Author: Carlos Garcia Campos Date: 2013-10-11 libview: Do not draw the focus rectangle when the view doesn't have the input focus M libview/ev-view.c commit a183add784c52f09f7f25d77da29880e32b9ee6a Author: Carlos Garcia Campos Date: 2013-10-10 libview: Activate current focused element on space/return key press Form field check and radio buttons are toggled and links are activated. We ignore space key presses for links for consistency with web browsers. Based on patches by Antía Puentes. https://bugzilla.gnome.org/show_bug.cgi?id=706244 M libview/ev-view-private.h M libview/ev-view.c commit df5a00d90bf87c3de817f9991ae76b1e77ab989f Author: Arash Mousavi Date: 2013-10-08 L10N: Updated Persian translations M po/fa.po commit b6d84e4cce1b149f58fd327769b1196ad926ad5e Author: Carles Ferrando Date: 2013-10-06 [l10n] Updated Catalan (Valencian) translation M po/ca@valencia.po commit 67bbdf5f47b386117abad67ed92cefa81f8886f0 Author: Gil Forcada Date: 2013-10-06 [l10n] Update Catalan translation M po/ca.po commit d194e8a45088c8fb97947eb2199f4db6696c1c7f Author: Joanmarie Diggs Date: 2013-10-03 ev-view-accessible: call document_changed_cb when setting the model When an application embedding an EvView reuses that view to display a new document, the content of last page viewed from the previous document is exposed to assistive technologies. In order to get the content of the current document, the user must change pages. This problem resulted from the assumption that the document would be set after the model was set. https://bugzilla.gnome.org/show_bug.cgi?id=709375 M libview/ev-view-accessible.c commit 871da07d8fed5da6448f936a213ae8d63893df86 Author: Carlos Garcia Campos Date: 2013-10-03 docs: Add ev_mapping_list_get symbol to libevdocument-sections.txt Add also since tag to API docs comment and missing g_return macro. M help/reference/libdocument/libevdocument-sections.txt M libdocument/ev-mapping-list.c commit 4dcd29724e89cb11e60cc3534b2b7227424a4772 Author: Christian Persch Date: 2013-10-03 docs: Add index for new libevdocument API in 3.12 M help/reference/libdocument/libevdocument-docs.xml commit 265410def15134b1cab1376b96ba88d333ccf9fd Author: Christian Persch Date: 2013-10-03 Post branch version bump M configure.ac commit fddb9ee047faa1094a086369d59627d5a490c7cc Author: Antia Puentes Date: 2013-09-20 libview: Grab focus for form fields and links on mouse press Rewritten focus annotations in a generic way. https://bugzilla.gnome.org/show_bug.cgi?id=706244 M libview/ev-view-private.h M libview/ev-view.c commit 2de7a658dd94654d508af50d3b82cc7db5ea80ee Author: Antia Puentes Date: 2013-09-20 Added ev_mapping_list_get: returns the EvMapping in the EvMappingList at coordinates (x,y). M libdocument/ev-mapping-list.c M libdocument/ev-mapping-list.h commit 008194379e52a20844a595dc66ad91cc92ca2ddc Author: Rūdolfs Mazurs Date: 2013-10-02 Updated Latvian translation M help/lv/lv.po M po/lv.po commit 9107c9ba582acaeb7b7af36f48d26f82d620f2be Author: Gökhan Gurbetoğlu Date: 2013-09-29 [l10n]Updated Turkish translation M po/tr.po commit 44151ab354dd1b9fd7f2db0fe03ca82c48b9b755 Author: Hannie Dumoleyn Date: 2013-09-25 Update Dutch translation 3.10 M po/nl.po commit b9b007e05cddd61c944a390df717be9b567bf005 Author: Kjartan Maraas Date: 2013-09-24 Updated Norwegian bokmål translation M po/nb.po commit dcb6623a2161917e165fd0bc4c9de06beb7774e2 Author: Carlos Garcia Campos Date: 2013-09-24 release: 3.10.0 M NEWS M configure.ac