]> www.fi.muni.cz Git - evince.git/commitdiff
release: 2.91.92 EVINCE_2_91_92
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 21 Mar 2011 17:13:37 +0000 (18:13 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 21 Mar 2011 17:13:37 +0000 (18:13 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 36d9382ad41d561ede16e64f6532dcbdf6f4058d..b8ffc8c350fc85706c6fc570202bef04f12bae7b 100644 (file)
--- 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
 ================
index 028bbe3e4d15d1139998408b395d00aa1050e064..0b97315a2161946653591a15cccb7620396ba016 100644 (file)
@@ -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])