2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
* NEWS:
* configure.ac:
Release 0.2.0
* ps/ps-document.c: (setup_pixmap):
Remove debug code
+2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * NEWS:
+ * configure.ac:
+
+ Release 0.2.0
+
+ * ps/ps-document.c: (setup_pixmap):
+
+ Remove debug code
+
2005-04-05 Kristian Høgsberg <krh@redhat.com>
* backend/ev-page-cache.c (ev_page_cache_next_page):
+==============
+Evince 0.2.0
+==============
+
+Code changes
+
+ * Use poppler glib api
+
+Interface improvements
+
+ * Rewrite most of the backend code to use threads and make
+ the interface more responsive
+
+New features
+
+ * Use page labels as page numbers (Jhonatan)
+
==============
Evince 0.1.9
==============
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(evince, 0.1.9)
+AC_INIT(evince, 0.2.0)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
pixmap_width = floor (width * scale);
pixmap_height = floor (height * scale);
- g_print ("%f %f %f %d %d\n", width, height, scale, pixmap_width, pixmap_height);
-
if(gs->bpixmap) {
int w, h;