From 0e64a52ffe2f12194d1a969a8449aca07f4c0d93 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Thu, 19 Jan 2006 22:03:13 +0000 Subject: Final update for release 0.5.0 * NEWS: * README: Final update for release 0.5.0 * shell/Makefile.am: Remove disable deprecated until we'll require libgnome-2.13.7 and port to GOption argument parsing. See bug 327518. --- diff --git a/ChangeLog b/ChangeLog index 5d74007..ac98d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-01-20 Nickolay V. Shmyrev + + * NEWS: + * README: + + Final update for release 0.5.0 + + * shell/Makefile.am: + + Remove disable deprecated until we'll require libgnome-2.13.7 + and port to GOption argument parsing. See bug 327518. + 2006-01-19 Jani Monoses * comics/comics-document.c: (comics_document_save): diff --git a/NEWS b/NEWS index 6186419..119c7fd 100644 --- a/NEWS +++ b/NEWS @@ -26,10 +26,13 @@ Bug Fixes: * Printing of multiple copies start to work * Crash on structured ps document * Improved session handling + * Vertical and horizontal scrolling on selection Translations: - * bn, id, it, ku, pt, ro + * be, bg, bn, ca, cs, de, en_CA, es, et, eu, fi, fr, gl, gu + hu, it, ku, lt, nb, nl, no, ro, ru, sr, sv, th, vi, zh_CN, zh_HK, zh_TW + * nl for documentation. ============== Evince 0.4.0 diff --git a/README b/README index f4da961..93d8032 100644 --- a/README +++ b/README @@ -13,3 +13,4 @@ GhostScript for Postscript viewing [ http://www.cs.wisc.edu/~ghost/ ] Evince Optional Backend Libraries ================================================== DjVuLibre for DjVu viewing [ http://djvulibre.djvuzone.org/ ] +Rar for viewing CBR comics [ http://www.rarsoft.com/ ] \ No newline at end of file diff --git a/shell/Makefile.am b/shell/Makefile.am index aa237ae..0fed805 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -10,8 +10,7 @@ INCLUDES= \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(SHELL_CFLAGS) \ - $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED) + $(WARN_CFLAGS) bin_PROGRAMS=evince -- cgit v0.9.1