summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-05 03:53:22 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-05 03:53:22 +0000
commitca73084fad58044f6219fce2e5d0c497f4bbeac0 (patch)
tree2d11693734771c7211b33cb8e3da78e09adb4f23 /ChangeLog
parentd75a6af20ecaf1cfb76c723b2e626d850e0d6d1e (diff)
downloadpango-ca73084fad58044f6219fce2e5d0c497f4bbeac0.tar.gz
Bug 324408 – tab can result in 0 characters
2006-02-04 Behdad Esfahbod <behdad@gnome.org> Bug 324408 – tab can result in 0 characters * pango/pango-layout.c (shape_tab): Make sure there is at least an space-width of space between tab-aligned text and the text before it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3e0f3c8..ab231f8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-02-04 Behdad Esfahbod <behdad@gnome.org>
+ Bug 324408 – tab can result in 0 characters
+
+ * pango/pango-layout.c (shape_tab): Make sure there is
+ at least an space-width of space between tab-aligned text
+ and the text before it.
+
+2006-02-04 Behdad Esfahbod <behdad@gnome.org>
+
Bug 329528 – implement --wrap in examples/renderdemo.c
Patch from Antoine Dopffer.