]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.8.0
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 12 Mar 2007 21:16:03 +0000 (21:16 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 12 Mar 2007 21:16:03 +0000 (21:16 +0000)
2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Release 0.8.0

svn path=/trunk/; revision=2378

AUTHORS
ChangeLog
NEWS
NOTES
README
configure.ac

diff --git a/AUTHORS b/AUTHORS
index d8da4775def9a3b99fa46b8bd17d220d75f8c281..64fbaefbcf148b6a46620b8e27ab9204290e8118 100644 (file)
--- 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>
index e885ce31804c38750b9c726cedac939ef7965134..1694e1b81e58db5baf3ee1b8a0bfddd8c61d2f61 100644 (file)
--- 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 158503e8b0621c33fb6c335b1267ab434fcc4f9c..96a90f7558c2600bc9bc6b4f0d58fbb184f86a8a 100644 (file)
--- 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 3c7db7a61bc203fbff5476e13ce422b8b121806f..1091d583d6ff8e169763db60c465953c2887e701 100644 (file)
--- 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 922a527cef856432b92818391612cf1cc6203ee4..d112845d1174d333aa6a4092e9b78949af817c2d 100644 (file)
--- 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
 
index 769cb4873190c4fd58cbbd197adce288e8b46c97..8f77b735da22d985eb8e9ca6d31c0f3079e67332 100644 (file)
@@ -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)