From 1f97ef57c2b6bce0a4c1340182d47725874a4ff6 Mon Sep 17 00:00:00 2001
From: "Nickolay V. Shmyrev" <nshmyrev@yandex.ru>
Date: Mon, 12 Mar 2007 21:16:03 +0000
Subject: [PATCH] Release 0.8.0

2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* NEWS:
	* configure.ac:

	Release 0.8.0


svn path=/trunk/; revision=2378
---
 AUTHORS      |  2 +-
 ChangeLog    |  7 +++++++
 NEWS         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 NOTES        |  8 --------
 README       |  7 ++++++-
 configure.ac |  2 +-
 6 files changed, 63 insertions(+), 11 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index d8da4775..64fbaefb 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 e885ce31..1694e1b8 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 158503e8..96a90f75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+==============
+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 3c7db7a6..1091d583 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 922a527c..d112845d 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 769cb487..8f77b735 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)