]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.1.5 EVINCE_0_1_5
authorMarco Pesenti Gritti <marco@gnome.org>
Sun, 27 Feb 2005 22:58:04 +0000 (22:58 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Sun, 27 Feb 2005 22:58:04 +0000 (22:58 +0000)
2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>

        * NEWS:
        * configure.ac:

        Release 0.1.5

ChangeLog
NEWS
configure.ac

index 2e650fe9dd0d648d0ef5865ab765f1309dcff1da..90350f0ad5bba4a58ae33ef42831503c37996a0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.1.5
+
 2005-02-25  Sebastien Bacher  <seb128@debian.org>
 
        * configure.ac: add the french translation.
diff --git a/NEWS b/NEWS
index c808200a01f37de85a5fb75437982f6bd9f3c601..7ed0018117b12d041af5a6521247cbe0f3e0f83b 100644 (file)
--- 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
 ==============
index b9553f2c5dc6bba70bcef99829e9963d3485818a..c3a8fe717df07477c786211db1d3388fba1311d2 100644 (file)
@@ -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