]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.9.3
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 30 Jul 2007 17:18:43 +0000 (17:18 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Mon, 30 Jul 2007 17:18:43 +0000 (17:18 +0000)
2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
* configure.ac:
* NEWS:
Release 0.9.3

svn path=/trunk/; revision=2600

ChangeLog
NEWS
configure.ac

index 0a21ca81d493346a149e2ecfa225e5ff162fcde4..6b49bff1eb58e63d2e61d1ffd6ad9496bab921a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * NEWS:
+
+       Release 0.9.3
+       
 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * libdocument/ev-document-info.h:
diff --git a/NEWS b/NEWS
index b86fe5e9ba7befd95030f3bc88924c908efa27e4..9a938c80028dba9f594e670c0eda5f0ad70671e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+==============
+Evince   0.9.3
+==============
+
+New Features and UI Improvements:
+
+    * Use new GTK+ tootlips (Carlos Garcia Campos)
+    * Printing multiple pages per sheet (Carlos Garcia Campos)
+
+Bug fixes:
+
+    * Fix a crash when tooltip message is NULL (Nickolay V. Shmyrev)
+    * Do not block while enumerating printers in preview mode (Christian Persch)
+    * Added UNIX-like key bindings hjkl (Cosimo Cecchi)
+    * Show new pages as soon as they are rendered even if other page 
+      elements like forms, images or links are not ready yet (Carlos Garcia Campos)
+    * Provide different options in the print dialog depending on document 
+      type backend capabilities (Carlos Garcia Campos)
+
+Translations:
+
+    Jorge González (es)
+    Iñaki Larrañaga Murgoitio (eu)
+    Ilkka Tuohela (fi)
+    Gabor Kelemen (hu)
+    Arangel Angov (mk)
+    Wouter Bolsterlee (nl)
+    Funda Wang (zh_CN)
+
 ==============
 Evince   0.9.2
 ==============
index 83f1d68120e2c4f062ff9bae6dd9bc5df414c302..e49be7166cbdea279c12ed735ee121f6c8441d13 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([Evince],[0.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.9.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 AM_CONFIG_HEADER(config.h)