Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog7
-rw-r--r--NEWS48
-rw-r--r--NOTES8
-rw-r--r--README7
-rw-r--r--configure.ac2
6 files changed, 63 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index d8da477..64fbaef 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
The Xpdf software and documentation are
-copyright 1996-2003 Glyph & Cog, LLC.
+Copyright 1996-2003 Glyph & Cog, LLC.
Martin Kretzschmar <m_kretzschmar@gmx.net>
Marco Pesenti Gritti <marco@gnome.org>
diff --git a/ChangeLog b/ChangeLog
index e885ce3..1694e1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS:
+ * configure.ac:
+
+ Release 0.8.0
+
2007-03-10 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
diff --git a/NEWS b/NEWS
index 158503e..96a90f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,52 @@
==============
+Evince 0.8.0
+==============
+
+Features and UI Imporovements:
+
+ * Thumbnails for postscript documents (Carlos Garcia Campos)
+ * Copy of compressed document is saved compressed (Carlos Garcia Campos)
+
+Bug Fixes:
+
+ * Properly handle PostScript page orientation (Carlos Garcia Campos)
+ * Do not render thumbnails when sidebar thumbnail page is not visible
+ on startup (Carlos Garcia Campos)
+ * Warning when document has one page (Carlos Garcia Campos)
+ * djvu backend builds on Mac (Carlos Garcia Campos)
+ * Allow deleting in goto window in presentation mode (Carlos Garcia Campos)
+
+Translations:
+
+ Ankit Patel (gu)
+ Changwoo Ryu (ko)
+ Christian Kintner (de)
+ Clytie Siddall (vi)
+ Daniel Nylander (sv)
+ Djihed Afifi (ar)
+ Duarte Loreto (pt)
+ Erdal Ronahi (ku)
+ Funda Wang (zh_CN)
+ Gabor Kelemen (hu)
+ Gil Forcada (ca)
+ Gintautas Miliauskas (lt)
+ Ihar Hrachyshka (be)
+ Ivar Smolin (et)
+ Kjartan Maraas (nb)
+ Matic Žgur (sl)
+ Maxim Dziumanenko (uk)
+ Mişu Moldovan (ro)
+ Nickolay V. Shmyrev (ru)
+ Raphael Higino (pt_BR)
+ Takeshi Aihana (ja)
+ Thierry Randrianiriana (mg)
+ Wadim Dziedzic (pl)
+ Woodman Tuen (zh_HK)
+ Woodman Tuen (zh_TW)
+ Yuval Tanny (he)
+ Игор Несторовић (sr)
+
+==============
Evince 0.7.2
==============
diff --git a/NOTES b/NOTES
index 3c7db7a..1091d58 100644
--- a/NOTES
+++ b/NOTES
@@ -66,12 +66,4 @@ THOUGHTS ON HISTORY:
* We should avoid duplicate entries in history. If we'll activate entry
that already exists (have the same title) we can just move it to the top.
-
-
-
-
-
-
-
-
diff --git a/README b/README
index 922a527..d112845 100644
--- a/README
+++ b/README
@@ -1,6 +1,11 @@
Evince
==================================================
-Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. For more general information about Evince please visit our website at http://www.gnome.org/projects/evince/
+Evince is a document viewer capable of displaying
+multiple and single page document formats like PDF
+and Postscript. For more general information about
+Evince please visit our website at
+
+http://www.gnome.org/projects/evince/
This software is licensed under the GPL
diff --git a/configure.ac b/configure.ac
index 769cb48..8f77b73 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.57)
-AC_INIT([Evince],[0.7.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.8.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
AM_CONFIG_HEADER(config.h)