Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlaska Subedi <asubedi@gmail.com>2007-05-14 16:35:51 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-05-14 16:35:51 (GMT)
commitabe946bae0c2b6ed275eaba528cee0d65f7984d1 (patch)
tree42bafa0f82c96e712ee52a331e91831927523ceb /ChangeLog
parentd0ff017ab3775bd296baaacc1eef0760dc18e9a8 (diff)
Implemented printing with djvu. Bug #437998.
2007-05-14 Alaska Subedi <asubedi@gmail.com> * backend/djvu/djvu-document-private.h: * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE), (djvu_document_finalize), (djvu_document_file_exporter_format_supported), (djvu_document_file_exporter_begin), (djvu_document_file_exporter_do_page), (djvu_document_file_exporter_end), (djvu_document_file_exporter_iface_init), (djvu_document_init): Implemented printing with djvu. Bug #437998. svn path=/trunk/; revision=2458
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce7933..b8c0e02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-05-14 Alaska Subedi <asubedi@gmail.com>
+
+ * backend/djvu/djvu-document-private.h:
+ * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
+ (djvu_document_finalize),
+ (djvu_document_file_exporter_format_supported),
+ (djvu_document_file_exporter_begin),
+ (djvu_document_file_exporter_do_page),
+ (djvu_document_file_exporter_end),
+ (djvu_document_file_exporter_iface_init), (djvu_document_init):
+
+ Implemented printing with djvu. Bug #437998.
+
2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/impress/zip.c: