From 10422d31c57018ef172949466fbd9196d5ea8035 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 06 Apr 2005 09:15:35 +0000 Subject: Release 0.2.0 2005-04-06 Marco Pesenti Gritti * NEWS: * configure.ac: Release 0.2.0 * ps/ps-document.c: (setup_pixmap): Remove debug code --- diff --git a/ChangeLog b/ChangeLog index 8d83d0c..a554834 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-04-06 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.2.0 + + * ps/ps-document.c: (setup_pixmap): + + Remove debug code + 2005-04-05 Kristian Høgsberg * backend/ev-page-cache.c (ev_page_cache_next_page): diff --git a/NEWS b/NEWS index 9441194..46ffe1d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,21 @@ ============== +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 ============== diff --git a/configure.ac b/configure.ac index 3a88ccc..1b1a431 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ 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 diff --git a/ps/ps-document.c b/ps/ps-document.c index 9ff165b..c857a21 100644 --- a/ps/ps-document.c +++ b/ps/ps-document.c @@ -372,8 +372,6 @@ setup_pixmap (PSDocument *gs, int page, double scale) 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; -- cgit v0.9.1