From 0708c4d93445c00b9a373fe0a93d805de2018614 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 21 Mar 2011 18:13:37 +0100 Subject: [PATCH] release: 2.91.92 --- NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 36d9382a..b8ffc8c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +================ +Evince 2.91.92 +================ + +Bug fixes: + + * Save contents of text form fields when they loss the focus + (#624921, José Aliste) + * Disable "open containing folder" action when no document is + loaded (#644613, Carlos Garcia Campos) + * Give the keyboard focus to the view when sidebar is closed + (#645109, Carlos Garcia Campos) + * Fix document loading when filename contains some characters + like brackets (#644604, Dennis Sheil) + * Another fix for buffer overwrite in dvi-backend (#643882, Scott + Reeves) + * Use TIFFOpenW on windows (#644928, Hib Eris) + * Remove all widgets from the View when reloading the document + (#632087, José Aliste) + * Use the primary-toolbar style class for the window toolbar + (#644118, Cosimo Cecchi) + * Add .png extension when saving images using DnD (#643709, Wouter + Bolsterlee) + * Update totem-screensaver code from totem sources (#642946, + Carlos Garcia Campos) + +Documentation: + + * Relocate help images to fix documentation build (#645410, + Frederic Crozat) + * Updated information about opening a document (Tiffany + Antopolski) + +Translation updates: + + * Michael Kotsarinis (el) + * Bruce Cowan (en_GB) + * Jorge González (es) + * Arash Mousavi (fa) + * Fran Diéguez (gl) + * Gabor Kelemen (hu) + * Changwoo Ryu (ko) + * Rudolfs (lv) + * Piotr Drąg (pl) + * Henrique P. Machado (pt_BR) + * Duarte Loreto (pt) + * Simion Ruxandra (ro) + * Yuri Myaseodov (ru) + * Miloš Popović (sr@latin) + * Милош Поповић (sr) + * Korostil Daniel (uk) + * 朱涛 (zh_CN) + * 甘露 (Gan Lu) (zh_CN) + ================ Evince 2.91.90 ================ diff --git a/configure.ac b/configure.ac index 028bbe3e..0b97315a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version],[2]) m4_define([ev_minor_version],[91]) -m4_define([ev_micro_version],[90]) +m4_define([ev_micro_version],[92]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) -- 2.43.0