Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-02-27 22:58:04 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-02-27 22:58:04 (GMT)
commitbab5a16571364233e1ea383119fe0e35bbdf993e (patch)
tree37945a6643b36369fd923583b0ccebce3f8406a9
parent27a0b5a1dfc9b11983b2413497dd885f237d4dab (diff)
Release 0.1.5
2005-02-27 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.5
-rw-r--r--ChangeLog7
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
3 files changed, 51 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e650fe..90350f0 100644
--- 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 c808200..7ed0018 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,47 @@
==============
+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 b9553f2..c3a8fe7 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