From 2ff34dc68c82e425cff25ee52cf9260b52bb6ad3 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 15 May 2006 22:23:30 +0000 Subject: [PATCH] Update for release 0.5.3 * NEWS: * configure.ac: Update for release 0.5.3 --- ChangeLog | 7 +++++++ NEWS | 39 +++++++++++++++++++++++++++++++++++++-- configure.ac | 4 ++-- 3 files changed, 46 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e426d7a..6860181b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-16 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.5.3 + 2006-05-13 Michael Plump * configure.ac: diff --git a/NEWS b/NEWS index 1dd9e7d1..f3fdfe06 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,46 @@ +============== +Evince 0.5.3 +============== + +New Features: + + * Evince supports attachments in PDF files + * We require gtk 2.8 and djvulibre 3.5.17 now + * Links system is reworked allowing named links + +Interface imporovements: + + * Esc closes properties dialog + * Cursor is hidden in presentation mode + * Find previous item is added to the menu + +Bug Fixes: + + * GOption port and po/LINGUAS work + * Fixed mime type detection by file contents + * Several memory leaks were found + * Crash on exit related to thumbnailer + * Current page is selected more intelligently + * Work around libtool build bug is created + +Translations: + + * es gu zh_HK zh_TW gu es gu es zh_CN gu gl bg gu nb et gu nl gl gu + nl gu no vi gl nn fi dz et et br vi ro bn et + +Thanks: + + Michael Plump, Carlos Garcia Campos, Wouter Bolsterlee, Francisco + Javier F. Serrador, Kjartan Maraas and especially all translators. + ============== Evince 0.5.2 ============== Bug Fixes: - * View don't jump on scrolling. - * In presentation mode we scroll by one page. + * View don't jump on scrolling + * In presentation mode we scroll by one page Translations: diff --git a/configure.ac b/configure.ac index 88ed5662..5b57ea2f 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.2) +AC_INIT(evince, 0.5.3) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) @@ -15,7 +15,7 @@ AC_PROG_CC AM_PROG_CC_STDC AC_PROG_CXX AC_STDC_HEADERS -IT_PROG_INTLTOOL([0.34.90]) +IT_PROG_INTLTOOL([0.35.0]) AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums]) -- 2.43.0