Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3CECCA647A for ; Sun, 26 Jan 2014 13:18:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 902F414A2B5; Sun, 26 Jan 2014 13:18:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9952414A29B for ; Sun, 26 Jan 2014 13:17:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pezSdQ2f7FmZ for ; Sun, 26 Jan 2014 13:17:56 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BC13614A298 for ; Sun, 26 Jan 2014 13:17:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7066196; Sun, 26 Jan 2014 13:17:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 26 Jan 2014 13:17:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/evince3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140126131756.7066196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Jan 26 13:17:56 UTC 2014 Modified Files: pkgsrc/print/evince3: Makefile Makefile.common PLIST distinfo Log Message: Update to 3.10.3, mostly from Patrick Welche. Changes (skipping translation updates): ================ Evince 3.10.3 ================ Bug fixes: * Fix a regression in accessibility code causing the wrong page to be used when caret navigation is enabled (#711862, Alejandro Piñeiro) ================ Evince 3.10.2 ================ Bug fixes: * Fix the size of buttons in the toolbar (#709005, Yosef Or Boczko, Carlos Garcia Campos) * Fix page size always reported as 0x0 in properties dialog (#711093, Carlos Garcia Campos) * Fix a crash in djvu backend due to a double free (#710977, José Aliste) * Fix annotation window focus change after creation (#668446, Nelson Benitez Leon) * Fix content exposed to assistive technologies when document changes in EvView (#709375, Joanmarie Diggs) ================ Evince 3.10.0 ================ Bug fixes: * Fix a typo in EV_VIEW_PRESENTATION macro definition (Cosimo Cecchi) ================ Evince 3.9.90 ================ Bug fixes: * Unescape the output basename for print to file (#705848, Aakash Goenka) ================ Evince 3.9.5 ================ New features and improvements: * Enable/disable the caret navigation with F7 (#702079, Antia Puentes) * Add 'Automatic' zoom mode to the zoom selector (Carlos Garcia Campos) * Use toggle menu items for zoom modes in zoom selector drop-down menu to make it possible to know the zoom mode currently in use (Carlos Garcia Campos) * Implement text selections in EvViewAccessible (#704335, Antia Puentes) * More performance improvements in text selections (Carlos Garcia Campos) * Implement ATK interfaces to expose text attributes (#639932, Antia Puentes) Bug fixes: * Fix a crash in ev_view_accessible_get_link() when the given link index is out of range (#705155, Antia Puentes) * Clear the cached data in EvViewAccessible when the current page or document are updated (#704621, Antia Puentes) * Update API doc files (Christian Persch) * Fix several compile warnings (Christian Persch) * Fix the index/offset of the links returned by EvViewAccessible (#704616, Joanmarie Diggs) * Cache also the URI and document info when loading from a GFile (#704685, Alessandro Campagni) * Fix selections starting/ending in page margins (Carlos Garcia Campos) * Fix the number of selections returned by EvViewAccessible (#704396, Antia Puentes) * Fix the caret offset returned by EvViewAccessible when caret navigation is enabled (#704396, Antia Puentes) * Update the page number and zoom level when page and zoom selectors are unfocused (#704138, Carlos Garcia Campos) * Use MiB instead of Mb in cache size gsettings documentation (#704155, Carlos Garcia Campos) * Disable history action while history is frozen (#704184, Carlos Garcia Campos) ================ Evince 3.9.4 ================ New features and improvements: * Add a find sidebar to show search results with some more context (#566827, Sergey Pushkin, José Aliste, Carlos Garcia Campos) * Zoom selector has been moved to the right of the toolbar, close to the other view options (#701696, Carlos Garcia Campos) * Implement text selection in djvu backend (#448739, #703108, Jonas Danielsson) * Add 'cursor-moved' signal to notify when the caret cursor has been moved (#702078, Antia Puentes) * Keep the offset inside a line when moving the caret between lines (#702075, Antia Puentes) * Position the caret cursor at beginning/end of the line when clicking outside the line (Carlos Garcia Campos) * Implement text selection with the keyboard when caret navigation is enabled (#702073, Antia Puentes) * Notify about caret navigation errors using the error bell (#702650, Antia Puentes) * Set history button arrow icons according to locale's text direction (#702585, Yosef Or Boczko) * Several performance improvements when selecting text (Carlos Garcia Campos) * Emit the AtkText 'text-caret-moved' and 'text-selection-changed' signals in EvViewAccessible (#701732, Antia Puentes) Bug fixes: * Fix selection of overlapping text (#703024, Jason Crain) * Fix a crash when selecting more than one page (#702874, Carlos Garcia Campos) * Fix a crash due to an infinite loop resolving hyphenations in find results sidebar (Carlos Garcia Campos) * Don't draw the caret cursor when the view is not focused (Carlos Garcia Campos) * Do not show the caret cursor when there are active selections (#702761, Carlos Garcia Campos) * Clear the selection when cursor is moved (Carlos Garcia Campos) ================ Evince 3.9.3 ================ New features and improvements: * Make the history behave more like a web browser (Christian Persch) * Add a fallback implementation of text selection for backends that implement get_selection_region but not render_selection (#669022, Jason Crain) * Initial implementation of caret navigation added to libview (#638905, #702076, #702068, Antia Puentes, Carlos Garcia Campos) * Add a GSetting to set a custom page cache size (#642683, Jonas Danielsson) Bug fixes: * Fix memory corruption in EvHistory implementation (#697397, Christian Persch) * Fix drag and drop of selected text after zooming with a selection (#702406, Jason Crain) * Fix a crash when searching with a negative current page (#683172, Germán Poo-Caamaño) * Fix race condition in sidebar-thumbnails (#701900, aakash) * Use horzontal/vertical GtkBoxes instead of deprecated GtkHBox/GtkVBox (Christian Persch) * Fix runtime critical warning for links with NULL action (Christian Persch) * Fix -Wstrict-prototypes warnings (Christian Persch) * Remove obsolete g_type_init calls (Christian Persch) * Fix crash on corrupted PDF with no pages (#701302, Germán Poo-Caamaño) ================ Evince 3.9.2 ================ New features and improvements: * Forward key events received in the toplevel window to the focused widget (#676040, José Aliste) * Use the document filename as output basename when printing to a file (#700466, Jonas Danielsson) * Enable GDK_SMOOTH_SCROLL events for EvView (#674098, Xiao-Long Chen) * Show the document URI in the error message when it fails to open (#697900, Pietro Battiston) * Allow to browse all files from Save Image dialog by adding more filters to the file chooser (#523071, Jonas Danielsson) * Added Shift+Enter shortcut to search backwards (#641797, Ondrej Danko) * Make shortcuts for find next/previous work even when the fin bar is closed (#625225, Jonas Danielsson) * Add support for file identifiers to DJVU backend (#619410, José Aliste) * Add support for page labels to DJVU backend (#619407, José Aliste) * Use ellipsis character in translatable strings (#695597, Gökçen Eraslan) Bug fixes: * Make annotation windows always accept input focus (#668446, José Aliste, Florian Echtler) * Fix capitalization in a menu item (#699108, Adam Dingle) * Fix typo in PostScript printer error message (#695597, Gökçen Eraslan) * Fix zoom and position of FitR link destinations (#695524, Simon Budig) * Update the search string when the document is reloaded (#694143, aakash) * Fix --find command line option to actually show the find bar (#604327, Carlos Garcia Campos) * Forward EvView key events to the focused form field, so that it's possible to move between words with CTRL+Left/Right in text form fields instead of rotating the view (#699630, Carlos Garcia Campos) * Do not update the history while searching to prevent the find bar from begin closed unexpectedly (#697194, Carlos Garcia Campos) * Fix document to view coordinates transformation to take page borders into account. This makes search results, form fields, annotations and other items to be correctly placed on the view (Carlos Garcia Campos) Documentation: * Update gtk-doc API files adding new symbols and removing the ones that no longer exist (#697152, Cosimo Cecchi) * Update the man page (Marek Kasik) ================ Evince 3.8.0 ================ New features and improvements: * Remove the NoDisplay=true from Evince desktop file (#634245, Kalev Lember) Bug fixes: * Fix desktop file keyword translations (#696310, Kalev Lember) ================ Evince 3.7.92 ================ New features and improvements: * Use the page frame from the theme instead of our own (#691333, Germán Poo-Caamaño) * Improved the performance of search (#667569, Germán Poo-Caamaño) * Add desktop file for print preview (#694482, William Jon McCann) * Add API to allow changing the page of a presentation (#693749, William Jon McCann) Bug fixes: * Disable view presentation if there is no document (#685591, Lubos Koudelka) * Fixed and improved several API doc comments (Germán Poo-Caamaño) ================ Evince 3.7.90 ================ New features and improvements: * Add support for activation actions of form fields (José Aliste) * Add navigation history buttons to the toolbar (#169903, Carlos Garcia Campos) * Show accelerators in the view menu (#692960, Juanjo Marín) Bug fixes: * Show as much text as possible for index tree (#676593, Germán Poo-Caamaño) * Unescape location URI in properties dialog (#693794, Germán Poo-Caamaño) * Fix rendering of editable choice form fields (José Aliste) * Fix rendering of the first visible page while resizing (José Aliste) * Use initial rotation to render pages in DJVU backend (#667266, José Aliste) ================ Evince 3.7.5 ================ New features and improvements: * Use DPI of pages to compute scaling factor in DJVU documents (#580891, José Aliste) * Show accelerators in gear menu (#692960, Carlos Garcia Campos) * Show the gear menu with F10 (#692909, Carlos Garcia Campos) * Improve the scrolling performance (#692988, Cosimo Cecchi) * Add a lot of missing introspection annotations to libview and libdocument (#691354, Cosimo Cecchi) * Make document links accessible with Orca by implementing the AtkHypertext interface (#639403, Carlos Garcia Campos) Bug fixes: * Fix a crash when failed to connect to D-BUS daemon (#691672, Brennan Shacklett) * Fix the font color of annotation popup windows (#677471, Carlos Garcia Campos) * Move x11 dependency to xsmp support (#692591, Quentin Glidic) * Add missing include to libdocument main public header (#692778, William Jon McCann) * Make introspection build against the internal libevdocument (#692136, Alban Browaeys) * Several fixes in gtk-doc comments (#691354, Cosimo Cecchi) ================ Evince 3.7.4 ================ The UI has been re-designed to follow the GNOME 3 style: * The main menu has been removed. * A new toolbar has been added with a gear menu and view menu containing the previous main menu items. * The zoom control has now an entry that always shows the current zoom factor and allows to enter custom zoom factors in addition to the predefined ones. * In the page selector, the entry and the total pages label are linked to look like the same widget. * The find bar has also been re-designed and moved to the top of the main view. * The toolbar in fullscreen mode is now automatically hidden. * The view and thumbnail frames can now be styled with CSS. New features and improvements: * The font properties dialog now shows a message to inform whether any of the non-embedded font is one of the 14 standard fonts (#527222, Alban Crequy) * Migrate from libgnome-keyring to libsecret (#679855, Stef Walter) * Add a new layout mode that automatically determines if dual page mode should be used when the window is large enough. It's not used by Evince yet, but it's available to libview users (#689468, William Jon McCann) * Make EvLink:link-action and EvLinkAction:dest object properties instead of pointers to be properly refcounted (#691214, William Jon McCann) * A new 'Automatic' zoom mode has been added to libview. It's not used by Evince yet, but it's available to libview users (#689468, William Jon McCann) * Best fit mode has been renamed to Fit Page (#689468, William Jon McCann) * Make can-zoom-in and can-zoom-out properties of EvView (#690510, William Jon McCann) * Move the limits on zoom handling to libview (#690510, William Jon McCann) * Set a default value of 50MB for the pixbuf cache in EvView (#689674, William Jon McCann) * Add keywords to the desktop file to make gnome-shell search more pleasant and useful (#687604, Matthias Clasen) Bug fixes: * Fix a11y support by not using AtkFactory to create the EvViewAccessible anymore (#685828, Carlos Garcia Campos, Daniel Garcia ) * Fix empty pages in DJVU document to be white instead of black (#669017, José Aliste) * Use new libtool syntax in configure (Javier Jardón) * Remove obsolete autoconf macros (Javier Jardón) * Fix the error message shown when postscript is not supported by the selected printer (#683528, José Aliste) * Fix the computation of the scale factor in fit page mode to make sure scrollbars are never shown (#665856, José Aliste) Documentation: * Added documentation for saving Current Settings as Default in the FAQ section of help pages (#689238, Sindhu S) ================ Evince 3.7.1 ================ New features and improvements: * Add application menu (#674937, Christian Persch) * Set maximum width for page numbers in index to improve the visibility of the table of contents (#660113, Germán Poo-Caamaño) * Use GtkOverlay to show the loading message (Carlos Garcia Campos) * Use custom cell renderers for the thumbnails icon view to fix the huge selection rectangle around thumbnails (#646055, Carlos Garcia Campos) * Hold the application while printing is in progress (Christian Persch) * Add 2DGraphics category to the desktop file (#686062, Alexandre Rostovtsev) Bug fixes: * Show always the offline help using Yelp (#682423, Robert Ancell) * Remove xi:includes referencing obsolete files in documentation (#686060, Alexandre Rostovtsev) * Use custom CSS for EvView to make sure the background is not white as Adwaita currently does, because it breaks the page frames (Carlos Garcia Campos) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/evince3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/evince3/Makefile.common cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/evince3/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/evince3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.