Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-07-30 17:18:43 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-07-30 17:18:43 (GMT)
commita3e377719b084ff6681e5eb86d30ff3de7cfe240 (patch)
tree1cf62ddc38e8d5963c86a22126a90b8d128d31d1
parente17522f07726a89adbe1a2402ae4920b2a8b4f38 (diff)
Release 0.9.3
2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * NEWS: Release 0.9.3 svn path=/trunk/; revision=2600
-rw-r--r--ChangeLog7
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
3 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a21ca8..6b49bff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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:
* libdocument/ev-document.h:
* shell/ev-page-action.h:
diff --git a/NEWS b/NEWS
index b86fe5e..9a938c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
==============
+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
==============
diff --git a/configure.ac b/configure.ac
index 83f1d68..e49be71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)