]> www.fi.muni.cz Git - evince.git/commitdiff
release: 2.91.6 EVINCE_2_91_6
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 31 Jan 2011 14:49:33 +0000 (15:49 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 31 Jan 2011 14:49:33 +0000 (15:49 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ff1e91cf3b6234a0cf1e07c3c8e2beb7bc666dce..138a3d3a62e7e136b2161954f1a4d6f2a5edbedd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+================
+Evince  2.91.6
+================
+
+New Features and UI Improvements:
+
+    * Add support for external links in presentation mode (#628711,
+      Carlos Garcia Campos)
+
+Documentation:
+
+    * Fix a few minor mistakes in the manual (#640345, Christian
+      Kirbach)
+
+Bug fixes:
+
+    * Move to next/previous page with media keys in presentation mode
+      too (#625560, Carlos Garcia Campos)
+    * Remember the current page when document is reloaded in
+      presentation mode (#637594, Carlos Garcia Campos)
+    * Check all extensions when saving an image to avoid adding the
+      extension twice (#637461, Carlos Garcia Campos)
+    * Prevent the sidebar to get the focus when selected thumbnail
+      changes (#639408, Daniel Garcia)
+    * Make sure a11y is initialized before checking whether it's
+      enabled (#639850, Carlos Garcia Campos, Daniel Garcia)
+    * Call gdk_notify_startup_complete() when acting as remote to
+      prevent a hung startup notification when opening a document for
+      the second time (#640115, David Benjamin)
+    * Fix rendering issue with some fonts in dvi backend (José Aliste)
+
+Translation updates:
+
+    * Khaled Hosny (ar)
+    * Krasimir Chonov (bg)
+    * Christian Kirbach (de)
+    * Mario Blättermann (de)
+    * Michael Kotsarinis (el)
+    * Jorge González (es)
+    * Iñaki Larrañaga Murgoitio (eu)
+    * Fran Diéguez (gl)
+    * Torstein Adolf Winterseth (nb)
+    * A S Alam (pa)
+
 ================
 Evince  2.91.5
 ================
index 96dc841d161d8a51198f7a0292e15894bd09d25e..1620da959bbfef36182209c1bbac272f71d35eb5 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[91])
-m4_define([ev_micro_version],[5])
+m4_define([ev_micro_version],[6])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])