]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.29.5 EVINCE_2_29_5
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 11 Jan 2010 17:27:15 +0000 (18:27 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 11 Jan 2010 17:27:15 +0000 (18:27 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 58603995454a7f1d92b5f2527abe232e93636790..2d24aaf70c2f34320a2a20dce8648b5825c097a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+================
+Evince  2.29.5
+================
+
+New Features and UI Improvements:
+
+    * Make Home/End keys go to first/last page in presentation mode
+      too (#358462, Carlos Garcia Campos)
+    * Allow finish presentation by clicking on end page (#309364,
+      Carlos Garcia Campos)
+    * Add custom print tab to printing dialog with several page scale
+      options (#599468, #599470, #599547, Adrian Johnson)
+    * Add support for remote files in evince thumbnailers (#605218,
+      Carlos Garcia Campos)
+    * Add evince icon to the windows executable (#596401, Hib Eris)
+
+Bug fixes:
+
+    * Fix transition of pages with duration=0 in presentation mode
+      (Carlos Garcia Campos)
+    * Fix vertical white line shown in presentation mode with
+      documents with black background (#438760, Carlos Garcia Campos)
+    * Fix fickering and blank screen issues when changing pages fast
+      in presentation mode (#602738, Carlos Garcia Campos)
+    * Fix printing on Windows (#604705, Hib Eris)
+    * Disable text selection in presentation mode (#605554, Carlos
+      Garcia Campos)
+    * Make comics backend also compile on Windows (#605146, Hib Eris)
+    * Remove comics_regex_quote() in favor of always using
+      g_shell_quote() (#605092, Juanjo Marín)
+    * Properly redrawn properties view when document is reloaded
+      (#605169, Carlos Garcia Campos)
+
+Translation updates:
+
+    * Khaled Hosny (ar)
+    * Jorge González (es)
+    * Kjartan Maraas (nb)
+    * Matej Urbančič (sl)
+    * Daniel Nylander (sv)
+    * Theppitak Karoonboonyanan (th)
+    * Maxim Dziumanenko (uk)
+
 ================
 Evince  2.29.4
 ================
index 750f9a5f65827647c7538618e1193714f9c7d0c2..35e34e935fda261f962c53515afb9472143afc8a 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[29])
-m4_define([ev_micro_version],[4])
+m4_define([ev_micro_version],[5])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])