Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-07-01 07:44:23 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-07-01 07:44:23 (GMT)
commit1b167536f9277df8953cc30a531c1c17eab10382 (patch)
tree144f3b6065a7e19f679148406cc20f7a2ee738b4 /ChangeLog
parent83dc7cff581241907168d6f61ce25f798b8c442f (diff)
Require libgnomeprint >= 2.5.1. Thanks to Colin Slater
* configure.ac: Require libgnomeprint >= 2.5.1. Thanks to Colin Slater <kiltedaco@gmail.com> * djvu/djvu-document.c: (djvu_document_get_orientation), (djvu_document_set_orientation), (djvu_document_get_page_size), (rotate_pixbuf), (djvu_document_render_pixbuf), (djvu_document_document_iface_init): * dvi/dvi-document.c: (dvi_document_get_orientation), (dvi_document_set_orientation), (dvi_document_get_page_size), (rotate_pixbuf), (dvi_document_render_pixbuf), (dvi_document_document_iface_init): Dvi and djvu backends are ported to new API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09c3de7..0afe222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-07-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * configure.ac:
+
+ Require libgnomeprint >= 2.5.1. Thanks to Colin Slater
+ <kiltedaco@gmail.com>
+
+ * djvu/djvu-document.c: (djvu_document_get_orientation),
+ (djvu_document_set_orientation), (djvu_document_get_page_size),
+ (rotate_pixbuf), (djvu_document_render_pixbuf),
+ (djvu_document_document_iface_init):
+ * dvi/dvi-document.c: (dvi_document_get_orientation),
+ (dvi_document_set_orientation), (dvi_document_get_page_size),
+ (rotate_pixbuf), (dvi_document_render_pixbuf),
+ (dvi_document_document_iface_init):
+
+ Dvi and djvu backends are ported to new API
+
Fri Jul 1 00:10:15 2005 Jonathan Blandford <jrb@redhat.com>
* backend/ev-selection.c: (ev_selection_get_selection_region),