Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 67183A665C for ; Sat, 8 Nov 2014 11:29:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1778614A187; Sat, 8 Nov 2014 11:29:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6BA014A184 for ; Sat, 8 Nov 2014 11:28:44 +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 cAtxTwCJzkZv for ; Sat, 8 Nov 2014 11:28:43 +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 A5EE314A181 for ; Sat, 8 Nov 2014 11:28:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9A3C698; Sat, 8 Nov 2014 11:28:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 8 Nov 2014 11:28:43 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/print/evince3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20141108112843.9A3C698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: prlw1 Date: Sat Nov 8 11:28:43 UTC 2014 Modified Files: pkgsrc/print/evince3: Makefile Makefile.common PLIST buildlink3.mk distinfo Log Message: Update evince3 to 3.14.1 In this version, reading documents has been simplified by the removal of the page next/previous buttons from the toolbar(!) https://bugzilla.gnome.org/show_bug.cgi?id=732289 Highlights from the release notes: - New features and improvements: * Added a allow-links-change-zoom GSetting to be able to not allow links to change the zoom mode or level (#729249, Eduard Beutel) * Set accessible name for File and View toolbar buttons (#734912, Alejandro Pineiro) * Add a separator after New Window entry in app menu (Michael Catanzaro) * Remove multi-screen support, since it's currently unsupported by GDK/GTK+ (#701883, Giselle Machado) * Add support for removing annotations (#649044, Jose Aliste, German Poo-Caamano, Giselle Machado, Carlos Garcia Campos) * Add pan gesture to switch pages in non-continuous mode (Carlos Garnacho) * Add pinch/zoom gesture to handle document zooming (Carlos Garnacho) * Add initial implementation of a browser plugin (Carlos Garcia Campos) * Show the filename as a subtitle of the headerbar (Jose Aliste) * Add recent view shown when evince is opened without a document to replace the recetn menu list (#633501, German Poo-Caamano, Carlos Garcia Campos) * Use a GtkPopover for the zoom selector menu (Carlos Garcia Campos) * Move Next-Page and Previous-Page buttons from the heqader bar to the view menu (#732289, Jose Aliste) * HiDPI support (#723431, Owen W. Taylor, German Poo-Caamano, Carlos Garcia Campos) * Use open-menu-symbolic for the gear menu (Daniel Mustieles) * Improve efficiency of methods to get start and end indices of a EvLinkAccessible (#732340, Joanmarie Diggs) * Make Home/End scroll to the start/end of the document (#724273, Antia Puentes) * Expose an accessible name for form field push buttons (#733919, Joanmarie Diggs) * Cycle through form fields with tab button (#503706, Andrey Pustovalov, Carlos Garcia Campos) * Port to GMenu (Lars Uebernickel, Carlos Garcia Campos) * Use a GtkHeaderBar instead of a GtkToolbar (#711078, Yosef Or Boczko, Carlos Garcia Campos) * Add appdata files for Evince backends (#731708, Carlos Garcia Campos, Igor Gnatenko) * Add an appdata file for Evince (#708760, Christian Persch) * Make the about dialog non modal and move it to the app menu (Carlos Garcia Campos) * Add keybindings to go back/forward in history (#509029, Anuj Khare) * Expose links, images and form fields as AtkObject children of the page (#728475, Joanmarie Diggs) * Update ATK_STATE_SHOWING when the visible page range changes (#728664, Joanmarie Diggs) * Implement AtkComponent interface for pages (#728673, Joanmarie Diggs) * Expose every page individually to accessibility (#724965, Alejandro Pineiro) * Show fullscreen toolbar only when moving the mouse to the top of the screen (#696643, Giselle Machado) * Add API to libview to specify rendered output in pixels instead of as a scale (#723431, Owen W. Taylor) * Use cairo surfaces instead of GdkPibufs to render thumbnails (#723431, Owen W. Taylor, Carlos Garcia Campos) - Bug fixes: * Use the new support for RTL icons in GtkIconTheme (#737211, Yosef Or Boczko) * Fix a crash in accessibility when opening a document with no pages (#731046, Joanmarie Diggs) * Fix a crash when a new document is added to the window (#737365, Carlos Garcia Campos) * Fix a crash when opening the context menu in a non PDF document. (#737197, Jose Aliste) * Fix emission of EvPageCache::page-cached signal (Jose Aliste) * Use embedded page setup in the print dialog of the browser plugin (Carlos Garcia Campos) * Fix a memory leak in the pixbuf cache when reloading a page while the render job is running (#735758, Giselle Reis) * Initialize EvPageAccessible children once the page has been cached (#733747, Alejandro Pineiro) * Fix the size of the annotation window icons (#735110, Giselle Reis) * Don't use deprecated gtk_button_new_from_stock (#735562, Jose Aliste) * Fix runtime critical warning (#735561, Jose Aliste) * Build fix in C++11 mode (#735466, Ting-Wei Lan) * Fix centering of documents when printing with a manual scale (#734788, Carlos Garcia Campos) * Bring back page borders with recent GTK+ (Carlos Garcia Campos) * Emit accessible focused-changed signals for form fields (#733662, Joanmarie Diggs) * Emit accessible state-changed signals for form fields (#733748, Joanmarie Diggs) * Make annotation internal names unique (#649044, Giselle Machado) * Fix several memory leaks (Carlos Garcia Campos) * Fix the MIME type list of desktop files (#732216, Carlos Garcia Campos) * Set the main window was transient parent of the annotation properties dialog (#732114, Giselle Machado) * Use annotation RGBA API instead of the deprecated color API (#732095, Giselle Machado) * Fix rotation direction in DJVU backend (#731786, Marek Kasik) * Update the annotation poup window color and opacity when the annotation is updated (#725571, Giselle Machado) * Prevent jumps to last page when autoscrolling (#725389, Marek Kasik) * Fix centering when shrinking to printable area but not scaling (Carlos Garcia Campos) * Fallback to thumbnails page in sidebar when the current page is no longer supported by the document after a reload, and enable the pages that become supported (#628617, Giselle Machado) * Ensure text is available in page cache when requested by accessibility (#724965, Alejandro Pineiro) * Update the caret cursor when jumping to a find result (#728996, Joanmarie Diggs) * Fix shift+click text selection (#728189, Joanmarie Diggs) * Fix a crash when saving a copy (#727536, Debarshi Ray) * Fix enable caret navigation question message (#727062, Carlos Garcia Campos) * Fix a crash during the build with introspection enabled (#726812, Gustau Perez) * Fix warning message shown when the requested format is not supported by printer (#724044, Marek Kasik) * Allow printing to all formats supported by backend (#724044, Marek Kasik) * Fix gtk-doc build (#731061, Ting-Wei Lan) - Many many ranslation updates For full details see: https://git.gnome.org/browse/evince/tree/NEWS?h=3.14.1 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/evince3/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/evince3/Makefile.common cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/evince3/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/evince3/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/evince3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.