Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-01-19 22:03:13 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-01-19 22:03:13 (GMT)
commit0e64a52ffe2f12194d1a969a8449aca07f4c0d93 (patch)
tree59df4a2c8f6a95f4943297afaa3f196ca30f5e12
parentf693b48e9ca24fec37c190cdb90682c67e8e6c28 (diff)
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.
-rw-r--r--ChangeLog12
-rw-r--r--NEWS5
-rw-r--r--README1
-rw-r--r--shell/Makefile.am3
4 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d74007..ac98d2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-01-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * 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 <jani.monoses@gmail.com>
* 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