From: Nickolay V. Shmyrev Date: Mon, 27 Feb 2006 22:20:30 +0000 (+0000) Subject: Update for release 0.5.1 X-Git-Tag: EVINCE_0_5_1^0 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e3e78a0e6f0ccebb92e288cac0551cde3cbb183a;p=evince.git Update for release 0.5.1 * NEWS, configure.ac: Update for release 0.5.1 --- diff --git a/ChangeLog b/ChangeLog index e5f25a7c..87cccbfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-27 Nickolay V. Shmyrev + + * NEWS, configure.ac: + + Update for release 0.5.1 + 2006-02-24 Ricardo Markiewicz * backend/ev-document-misc.c: (ev_document_misc_paint_one_page): @@ -200,11 +206,6 @@ Add keybindings for percision-scrolling of display area. Fix for the bug #314072. -2006-01-24 Nickolay V. Shmyrev - - * shell/ev-view.c: (add_scroll_binding_keypad), - (ev_view_binding_activated), (ev_view_class_init): - 2006-01-21 Nickolay V. Shmyrev * data/evince.desktop.in.in: diff --git a/NEWS b/NEWS index 119c7fd9..fce97269 100644 --- 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 ============== diff --git a/configure.ac b/configure.ac index 7f330552..3f5bb138 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.5.0) +AC_INIT(evince, 0.5.1) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h)