+2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * NEWS:
+ * configure.ac:
+
+ Release 0.3.2
+
+ * cut-n-paste/recent-files/Makefile.am:
+
+ Fix make distcheck
+
2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
* pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
+==============
+Evince 0.3.2
+==============
+
+New Features:
+
+ * Multi page tiff support
+ * Document properties
+ * Document rotation
+ * Gnome vfs support
+
+Interface Improvements:
+
+ * Faster dvi rendering
+ * More compact layout for documents with different page formats
+ * Stock icons for all toolbar editor items
+ * Multiple selection in the open dialog
+ * Loading progress feedback
+ * Multiple column thumbnails
+ * Expand links when specified by the document
+ * Several new handy keybindings
+ * Ellipsize recent items labels
+
+Bug Fixes:
+
+ * Fix rendering of several postscript documents
+ * Fix reloading of postcript documents
+ * Fix a lot of memory leaks
+ * Fix compilation on gcc 4
+ * Several minor fixes
+
==============
Evince 0.3.1
==============
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(evince, 0.3.1)
+AC_INIT(evince, 0.3.2)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
-POPPLER_REQUIRED=0.3.2
+POPPLER_REQUIRED=0.3.3
PKG_CHECK_MODULES(LIBEVPRIVATE, gtk+-2.0 >= 2.4.0)
PKG_CHECK_MODULES(TOOLBAR_EDITOR, gtk+-2.0 >= 2.4.0 libgnomeui-2.0 >= 2.4.0)
librecent_la_SOURCES = $(EGG_FILES)
-EXTRA_DIST = update-from-egg.sh
-
EGGDIR=$(srcdir)/../../../libegg/libegg/recent-files
regenerate-built-sources:
EGGFILES="$(EGG_FILES)" EGGDIR="$(EGGDIR)" $(top_srcdir)/cut-n-paste/update-from-egg.sh