]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.1.2
authorMarco Pesenti Gritti <marco@gnome.org>
Tue, 1 Feb 2005 15:55:30 +0000 (15:55 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Tue, 1 Feb 2005 15:55:30 +0000 (15:55 +0000)
2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>

        * NEWS:
        * configure.ac:

        Release 0.1.2

ChangeLog
NEWS
configure.ac

index be281d12b124500a52fc47830473bfe467222598..54c1a318b59c44f33dc57b6d1ce53e91b0842100 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.1.2
+
 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
 
        * shell/ev-view.c: (set_document_page):
diff --git a/NEWS b/NEWS
index c9e5f519d28fba9d309d88b6bb6a4bb9fe15b537..22eccbd73ec5b26171427f88c65b2cd98fb3e00f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+==============
+Evince   0.1.2
+==============
+
+New features
+
+       * Make search really work (Marco)
+
+Interface improvements
+
+       * Show password state in the view (Jonathan)
+       * add GTK_SHADOW_IN to the scrolled window (Martin)
+       * make sure the selected thumbnail stays visible (Martin)
+       * Remove history buttons from the toolbar (Marco)
+
+Bug fixes
+
+       * Fix CID fonts with freetype 2.1.9 (Marco)
+       * Fix inverted up/down buttons (Marco)
+
 ==============
 Evince   0.1.1
 ==============
index 3c046f842af459d16ae3f12bc70aef1ab9b43099..11ec7000edb11b4aa0d442a8f9e35577553a841c 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(evince, 0.1.1)
+AC_INIT(evince, 0.1.2)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work