From a10ab04f03d676d1b7a36f69ac2f4828afc0511d Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 4 Oct 2010 18:47:11 +0200 Subject: [PATCH] [release] 2.91.0 --- NEWS | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 18614792..4abbd490 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,65 @@ +================ +Evince 2.91.0 +================ + +New Features and UI Improvements: + + * Add timestamp parameter to SyncView D-Bus method (#630576, José + Aliste) + * Port to gtk3 (Christian Persch) + * Layer actions are now supported for PDF document (Carlos Garcia + Campos) + * Add 'Open Containing Folder' action to the File menu (#627443, + Federico Mena Quintero) + * Make "Shrink to Printable Area" default option for Page Scaling + (Marek Kasik) + * Change gsettings schema path from /apps/evince to + /org/gnome/evince (Christian Persch) + * A D-Bus signal is now emitted when document is loaded (#626561, + José Aliste) + * XPS Documents are now supported (#321868, Carlos Garcia Campos) + * Evince daemon can spawn an evince instance when finding a + document (#625971, José Aliste) + +Bug fixes: + + * Fix a crash when synctex backward search fails (#630845, José + Aliste) + * Don't show an empty tooltip for links that don't have tooltip + text (Carlos Garcia Campos) + * Fix build with --disable-dbus (#629498, Didier Roche) + * Fix a crash during selection when evince is built with gtk2 + (Carlos Garcia Campos) + +Translation updates: + + * Khaled Hosny (ar) + * Damyan Ivanov (bg) + * Gil Forcada (ca) + * Marek Černocký (cs) + * Kenneth Nielsen (da) + * Christian Kirbach (de) + * Michael Kotsarinis (el) + * Bruce Cowan (en_GB) + * Ivar Smolin (et) + * Milan Bouchet-Valat (fr) + * Gabor Kelemen (hu) + * Dirgita (id) + * Francesco Marletta (it) + * Shushi Kurose (ja) + * Baurzhan Muftakhidinov (kk) + * Aurimas Černius (lt) + * Wouter Bolsterlee (nl) + * Piotr Drąg (pl) + * Duarte Loreto (pt) + * Lucian Adrian Grijincu (ro) + * Andrej Žnidaršič (sl) + * Miloš Popović (sr@latin) + * Милош Поповић (sr) + * Dr.T.Vasudevan (ta) + * Chao-Hsiung Liao (zh_HK) + * Chao-Hsiung Liao (zh_TW) + ================ Evince 2.31.90 ================ diff --git a/configure.ac b/configure.ac index 93a27fa7..aad2f5e2 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # ***************************************************************************** m4_define([ev_major_version],[2]) -m4_define([ev_minor_version],[33]) +m4_define([ev_minor_version],[91]) m4_define([ev_micro_version],[0]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) -- 2.43.0