summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-15 03:06:02 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-15 03:06:02 +0000
commitdacd0541b9430958e43610621e117d1be2f3bdb8 (patch)
treeb3729aae3a80d9c193fbbe248bf2d8166cf0ceae /TODO
parent9f25cf7661d0ec0e1c987c1d4b1d6264e4d63c50 (diff)
downloadpango-dacd0541b9430958e43610621e117d1be2f3bdb8.tar.gz
Start of attribute lists.
Mon Feb 14 22:04:38 2000 Owen Taylor <otaylor@redhat.com> * libpango/pango-attributes.[ch]: Start of attribute lists.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7b7b505c..95aa928d 100644
--- a/TODO
+++ b/TODO
@@ -63,6 +63,12 @@ Documentation
General
=======
+* PangoAttrList currently takes the policy of "most recent wins"
+ when multiple attributes of the same type are present for a range.
+ It would map better on the TkText tag-based API if attributes
+ also had a depth/priority and "most recent wins" only applied
+ for attributes of the same priority.
+
* Add a "make test" target to examples/, add environment variables
to point to module and font alias files, remove the code that
loads these from the current directory. (There are security