]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 0.5.1 EVINCE_0_5_1
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 27 Feb 2006 22:20:30 +0000 (22:20 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 27 Feb 2006 22:20:30 +0000 (22:20 +0000)
* NEWS, configure.ac:

Update for release 0.5.1

ChangeLog
NEWS
configure.ac

index e5f25a7c1f468d021de06f201decbb9027f90c3d..87cccbfcf5d588fdb8555d13c989bee1bfc568b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+       
+       * NEWS, configure.ac:
+       
+       Update for release 0.5.1
+
 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
 
        * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
        Add keybindings for percision-scrolling of display area. 
        Fix for the bug #314072.
 
-2006-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
-
-       * shell/ev-view.c: (add_scroll_binding_keypad),
-       (ev_view_binding_activated), (ev_view_class_init):
-
 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * data/evince.desktop.in.in:
diff --git a/NEWS b/NEWS
index 119c7fd9ec8a0087ed76ec0b548f7998433cbd3c..fce97269c4aa612a3e6a20373ca75544da29421d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+==============
+Evince   0.5.1
+==============
+
+New Features:
+
+    * Evince can search text in DJVU files
+
+Interface improvements:
+
+    * Odd pages are placed to the right in dual page mode
+
+Bug Fixes:
+
+    * Produce thumbnails for comic books and carefully work with
+      unzip
+    * Correctly interoperate with DBUS 0.60
+    * Ghostscript interpreter is checked in runtime
+    * PS mime types are listed in desktop file
+    * It's possible to add sidebar checkbutton on toolbar
+    * It's possible to print in inverse order
+    * Filechooser now will ask for overwrite confirmation
+    * Search now takes account for scrolling
+    * It's allowed to scroll view from find entry
+    * Evince don't jump to find result if window was scrolled during search
+    * It's now clear what page the toolbar page number applies to
+
+Translations:
+
+    * bg ca cs cy da el en_CA es et eu fi gl gu he hu ja lt nb nl no pl
+      pt_BR pt ru sq sr th vi zh_CN zh_HK zh_TW
+    * Spanish docs are updated and we have Bulgarian translation now
+    
+Thanks:
+
+    Ricardo Markiewicz, Rostislav Raykov, Stanislav Slusny, 
+    Francisco Javier F. Serrador, Antoine Dopffer, Michael Hofmann, 
+    Gary Coady, Luca Ferretti, Carlos Garcia Campos, Eduardo de Barros Lima,
+    Christopher Aillon and all translators.
+
 ==============
 Evince   0.5.0
 ==============
index 7f330552f718483e0b1abec090d6745c5343e6b5..3f5bb1382063d80b5e66fbffebf83ac91fa75684 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.5.0)
+AC_INIT(evince, 0.5.1)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AM_CONFIG_HEADER(config.h)