From: Nickolay V. Shmyrev Date: Thu, 19 Jan 2006 22:03:13 +0000 (+0000) Subject: Final update for release 0.5.0 X-Git-Tag: EVINCE_0_5_0^0 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=0e64a52ffe2f12194d1a969a8449aca07f4c0d93;p=evince.git 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 5d740070..ac98d2b1 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 61864194..119c7fd9 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 f4da9614..93d80326 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 aa237aea..0fed805e 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