2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
* NEWS:
* configure.ac:
Release 0.1.3
+2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
+
+ * NEWS:
+ * configure.ac:
+
+ Release 0.1.3
+
2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
* shell/ev-application.c: (ev_application_open):
+==============
+Evince 0.1.3
+==============
+
+Code changes
+
+ * Beginnings of continuous viewing (Jonathan)
+
+New features
+
+ * Support eps (Marco)
+ * Support gzipped ps (Marco)
+
+Bug fixes
+
+ * Fix the postscript view (Marco)
+ * Fix image view (Jeff Muizelaar)
+ * Fix a warning when opening documents without
+ thumbnails (Martin)
+ * Fix crashes when searched word is not found (Marco)
+ * Fix a crash when changing page with keys (Marco)
+
==============
Evince 0.1.2
==============
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(evince, 0.1.2)
+AC_INIT(evince, 0.1.3)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work