Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-12-20 10:12:49 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-12-20 10:12:49 (GMT)
commit945efc9392d4c4b5d6a211ed4ccac376bf8c3066 (patch)
tree497610d7dcad3b409d072946102d0847e3e81692 /ChangeLog
parentb4238df29948d1cbc04dd6fb78bbd0f13f172690 (diff)
Use libspectre, if available, for the ps backend. Fixes bugs #317106,
2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/ps/Makefile.am: * backend/ps/ev-spectre.[ch]: Use libspectre, if available, for the ps backend. Fixes bugs #317106, #499787, #501235, #421879, #445797, #443859 and #486547. svn path=/trunk/; revision=2774
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e5a748..6fe31d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
-2007-12-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * configure.ac:
+ * backend/ps/Makefile.am:
+ * backend/ps/ev-spectre.[ch]:
+ Use libspectre, if available, for the ps backend. Fixes bugs
+ #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
+2007-12-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
* backend/comics/comics-document.c: (comics_document_load):
Cygwin build issue fix.