summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-03 06:21:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-03 06:21:49 +0000
commit891b984fc26e0f2422a6c5c13d5b310dc7c2f7e9 (patch)
treeef651ed3c746e47dd08fc1accf97d5649454d835 /ChangeLog.pre-1-2
parentbbdb12a9e6894109259286050464da44904d21d8 (diff)
downloadpango-891b984fc26e0f2422a6c5c13d5b310dc7c2f7e9.tar.gz
Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), add
Sun Nov 17 23:28:26 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-glyph-item.[ch] pango/pango-layout.h: Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), add pango_glyph_item_split(), pango_glyph_item_apply_attrs(). * pango/pango-attributes.[ch]: Add pango_attr_list_filter(), pango_attr_iterator_get_attrs(). * pango/pango-layout.c: Remove attributes that don't affect shaping before shaping, shape and then add them back. Fixes the infamous "underscores break arabic shaping" bug (#83058) * pango/pango-item.h: Remove an extraneous include. * pango/pango-layout.c (imposed_shape): Fix bytes/chars problem for glyph->log_clusters. * pango/pango-layout.c (cluster_end_index) * pango/pango-layout.c (pango_layout_iter_next_cluster): Fix confusion between global indices and run-relative indices. * docs/tmpl/glyphs.sgml: Improve docs for log_clusters. * docs/*: Document new API and PangoOTRuleset
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r--ChangeLog.pre-1-239
1 files changed, 28 insertions, 11 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index e59bd516..50a8df2c 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,31 @@
+Sun Nov 17 23:28:26 2002 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-glyph-item.[ch] pango/pango-layout.h:
+ Rename PangoLayoutRun to PangoGlyphItem (with a
+ typedef for compat), add pango_glyph_item_split(),
+ pango_glyph_item_apply_attrs().
+
+ * pango/pango-attributes.[ch]: Add
+ pango_attr_list_filter(), pango_attr_iterator_get_attrs().
+
+ * pango/pango-layout.c: Remove attributes that don't
+ affect shaping before shaping, shape and then add
+ them back. Fixes the infamous "underscores break
+ arabic shaping" bug (#83058)
+
+ * pango/pango-item.h: Remove an extraneous include.
+
+ * pango/pango-layout.c (imposed_shape): Fix bytes/chars
+ problem for glyph->log_clusters.
+
+ * pango/pango-layout.c (cluster_end_index)
+ * pango/pango-layout.c (pango_layout_iter_next_cluster): Fix
+ confusion between global indices and run-relative indices.
+
+ * docs/tmpl/glyphs.sgml: Improve docs for log_clusters.
+
+ * docs/*: Document new API and PangoOTRuleset
+
2002-11-29 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/xft-fonts.sgml:
@@ -83,17 +111,6 @@ Thu Nov 21 00:26:40 2002 Owen Taylor <otaylor@redhat.com>
Check for 0.10, since we need that for
--output-format=xml.
-Sun Nov 17 23:28:26 2002 Owen Taylor <otaylor@redhat.com>
-
- * pango/pango-layout.c (imposed_shape): Fix bytes/chars
- problem for glyph->log_clusters.
-
- * pango/pango-layout.c (cluster_end_index)
- * pango/pango-layout.c (pango_layout_iter_next_cluster): Fix
- confusion between global indices and run-relative indices.
-
- * docs/tmpl/glyphs.sgml: Improve docs for log_clusters.
-
2002-11-12 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32-fontcache.c (free_cache_entry,