]> www.fi.muni.cz Git - evince.git/commitdiff
release: 2.91.4 EVINCE_2_91_4
authorCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 23 Dec 2010 18:37:25 +0000 (19:37 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 23 Dec 2010 18:37:36 +0000 (19:37 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ddec0103a34e93a6469f0012ebf340f989997585..c41d8501f4dc6b4f20fa128b1ba4bb900f92dffe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+================
+Evince  2.91.4
+================
+
+New Features and UI Improvements:
+
+    * Port to GtkStyleContext (Carlos Garcia Campos)
+    * Use GAppInfo instead of deprecated gdk_spawn methods (Cosimo
+      Cecchi)
+    * Document filename is not shown in the window title (#386292,
+      José Aliste, Wouter Bolsterlee)
+    * Support for interal bookmarks (#590655, Carlos Garcia Campos)
+    * Add support for xz compressed documents (#636481, Christian
+      Persch)
+    * Add support for .wwf files (they are just PDF documents with
+      another file extension (#636415, Bastien Nocera)
+    * The pixbuf backend has been removed. Evince is a document
+      viewer, not an image viewer. Eog does the latter job much better
+      than evince ever could (Christian Persch)
+
+Documentation:
+
+    * Lots of documentation updates (Tiffany Antopolski)
+
+Bug fixes:
+
+    * Stop the GtkSpinner when the loading window is hidden (#637390,
+      Cristian KLEIN)
+    * Fixes crash when printing operation is cancelled (#635619,
+      Carlos Garcia Campos)
+    * Don't draw a resize grip for Annotation Windows (José Aliste)
+
+Translation updates:
+
+    * Daniel Mustieles (es)
+    * Ivar Smolin (et)
+    * Fran Diéguez (gl)
+    * Yaron Shahrabani (he)
+    * Baurzhan Muftakhidinov (kk)
+    * Erdal Ronahî (ku)
+    * Kjartan Maraas (nb)
+    * Matej Urbančič (sl)
+    * Zeper (ug)
+    * Clytie Siddall (vi)
+    * Chao-Hsiung Liao (zh_HK)
+    * Chao-Hsiung Liao (zh_TW)
+
 ================
 Evince  2.91.3
 ================
index 4057deb453c531f667b06def635d940935bbe412..f4ae133f8a38c652945042c57a73433c911d35af 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[91])
-m4_define([ev_micro_version],[3])
+m4_define([ev_micro_version],[4])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])