summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-08 08:03:18 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-08 08:03:18 +0000
commit1a5c19932e6f69c18334ea3adfbcbedecbc9512b (patch)
treec3aba2eb6ea4291bf691604dba4eaeae42290b44 /ChangeLog
parent06e938a03071c3127abaee9a0a0c4bf28f8416e7 (diff)
downloadpango-1a5c19932e6f69c18334ea3adfbcbedecbc9512b.tar.gz
Bug 330146 – pango-view --help should list available backends Patch from
2006-02-08 Behdad Esfahbod <behdad@gnome.org> Bug 330146 – pango-view --help should list available backends Patch from Antoine Dopffer. * examples/renderdemo.c: Show backends in --help output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5b9d186..a3e168eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-08 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 330146 – pango-view --help should list available backends
+ Patch from Antoine Dopffer.
+
+ * examples/renderdemo.c: Show backends in --help output.
+
2006-02-07 Behdad Esfahbod <behdad@gnome.org>
Bug 330289 – Fix build with gcc 2.95 (pangox.c)