From: Marco Pesenti Gritti Date: Sun, 27 Feb 2005 22:58:04 +0000 (+0000) Subject: Release 0.1.5 X-Git-Tag: EVINCE_0_1_5^0 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=bab5a16571364233e1ea383119fe0e35bbdf993e;p=evince.git Release 0.1.5 2005-02-27 Marco Pesenti Gritti * NEWS: * configure.ac: Release 0.1.5 --- diff --git a/ChangeLog b/ChangeLog index 2e650fe9..90350f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-02-27 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.1.5 + 2005-02-25 Sebastien Bacher * configure.ac: add the french translation. diff --git a/NEWS b/NEWS index c808200a..7ed00181 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +============== +Evince 0.1.5 +============== + +New features + + * Reload menu (Kai Willadsen) + +Interface improvements + + * Support for DnD of files (Carlos Garcia Campos) + * Set the "Previous" and "Next" toolbar + buttons as important (Vincent Noel) + * Make the "best fit" and "fit width" + values act as toggle buttons (Jonathan) + * Autohide the fullscreen button (Kristian Høgsberg) + * Added ellipsis to Print item (Bryan) + * Change the fullscreen toolbar to always be in + the popup window (Jonathan) + * Improved sidebar widget (Carlos Garcia Campos) + * Minimal size for the sidebar (Marco) + * Hide the sidebar if the type doesn't + support thumbnailing and indexing (Jonathan) + * Remember the sidebar size (Carlos Garcia Campos) + +Bug fixes + + * Fix compilation on non-gcc platforms (Marco) + * Fix thumbnails generation (Crispin Flowerday) + * Fix best fit size allocation (Martin) + * Replace newlines in the title by spaces (Martin) + * Get rid of the black flash when resizing the window (Jonathan) + * Sync selection with zoom levels (Marco) + * Fix clipboard operations (Marco) + * Fix a crash when the ps document cannot be opened (Marco) + * Fix postcript page selection (Marco) + * Fix page sizing to be idempotent (Marco) + * Fix page sizing toggle buttons (Marco) + * Fix freezing on document with unrecognized links (Marco) + * Check ghostscript minimal version (Marco) + * Fix rendering of landscape documents (Marco) + * Unescape filenames for display (Marco) + ============== Evince 0.1.4 ============== diff --git a/configure.ac b/configure.ac index b9553f2c..c3a8fe71 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.4) +AC_INIT(evince, 0.1.5) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work