2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
* NEWS:
* configure.ac:
Release 0.1.2
+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):
+==============
+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
==============
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