summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-18 19:57:16 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-18 19:57:16 +0000
commita3e5dbf6e73e9edea2b3f5bbcfd54d792b78f976 (patch)
tree1e45c8ab96c058e179537f12511e2b2c6ab44c59 /ChangeLog
parentdc1a29694287012dd5ec8795d8d5e987c26e6181 (diff)
downloadpango-a3e5dbf6e73e9edea2b3f5bbcfd54d792b78f976.tar.gz
Bug 356194 – more pango_get_log_attrs problems
2006-09-18 Behdad Esfahbod <behdad@gnome.org> Bug 356194 – more pango_get_log_attrs problems * pango/break.c (tailor_break): New function. Simply calls the script_break() function of the language engine, if any. * pango/break.c (pango_break): Call pango_default_break() unconditionally. Call tailor_break() on top of the result to tailor it using the language engines, if any. * pango/break.c (tailor_segment): Call tailor_break() on the segment, and make sure the log_attrs for the first position are not corrupted. * pango/break.c (pango_get_log_attrs): Call pango_default_break() on the entire paragraph, and call tailor_segment on each segment. * pango/pango-engine.h: Update docs about *script_break()'s behavior.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 687d6ae0..ed1a93f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2006-09-18 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 356194 – more pango_get_log_attrs problems
+
+ * pango/break.c (tailor_break): New function. Simply calls the
+ script_break() function of the language engine, if any.
+
+ * pango/break.c (pango_break): Call pango_default_break()
+ unconditionally. Call tailor_break() on top of the result to tailor
+ it using the language engines, if any.
+
+ * pango/break.c (tailor_segment): Call tailor_break() on the segment,
+ and make sure the log_attrs for the first position are not corrupted.
+
+ * pango/break.c (pango_get_log_attrs): Call pango_default_break() on
+ the entire paragraph, and call tailor_segment on each segment.
+
+ * pango/pango-engine.h: Update docs about *script_break()'s behavior.
+
2006-09-15 Behdad Esfahbod <behdad@gnome.org>
Bug 355820 – pango_get_log_attrs broken