]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.29.3 EVINCE_2_29_3
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 30 Nov 2009 19:22:07 +0000 (20:22 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 30 Nov 2009 19:22:07 +0000 (20:22 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 32a4e4278103b3dc7cdd3e859cc9104e34e76fa7..28de1b2a9958bdaf58391682dc03960467d1cc20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+================
+Evince  2.29.3
+================
+
+New Features and UI Improvements:
+
+    * Add inverted colors view mode (#321823, Juanjo Marín, Carlos
+      Garcia Campos)
+    * Add options to open/save attachment annotations to context menu
+      (Carlos Garcia Campos)
+
+Bug fixes:
+
+    * Fix infinite loop when scrollbar visibility changes in fit-with
+      mode (Carlos Garcia Campos)
+    * Do not resize the window when zoom in/out with CTRL+Scroll
+      (#602798, Carlos Garcia Campos)
+    * Keep scroll position when reloading (#602445, Carlos Garcia
+      Campos)
+    * Make "p" and "n" accels unsensitive while searching (Carlos
+      Garcia Campos)
+
+Translation updates:
+
+    * Jorge González (es)
+    * Ivar Smolin (et)
+    * Yaron Shahrabani (he)
+    * Nils-Christoph Fiedler (nds)
+    * Matej Urbančič (sl)
+    * Tao Wei (zh_CN)
+
 ================
 Evince  2.29.2
 ================
index f7090384426b0b983c1c3b5d5d326d50a7e5f4b0..e7daa9558e16b542328a3157f99f8d5083b83b9a 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[29])
-m4_define([ev_micro_version],[2])
+m4_define([ev_micro_version],[3])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])