From: Marco Pesenti Gritti Date: Tue, 1 Feb 2005 15:55:30 +0000 (+0000) Subject: Release 0.1.2 X-Git-Tag: EVINCE_0_1_3~15 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=c4e713b6194d03019fb1ee04c563fc0ef08260ac;p=evince.git Release 0.1.2 2005-02-01 Marco Pesenti Gritti * NEWS: * configure.ac: Release 0.1.2 --- diff --git a/ChangeLog b/ChangeLog index be281d12..54c1a318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-02-01 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.1.2 + 2005-01-30 Marco Pesenti Gritti * shell/ev-view.c: (set_document_page): diff --git a/NEWS b/NEWS index c9e5f519..22eccbd7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +============== +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 ============== diff --git a/configure.ac b/configure.ac index 3c046f84..11ec7000 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.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