diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-15 03:06:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-15 03:06:02 +0000 |
commit | dacd0541b9430958e43610621e117d1be2f3bdb8 (patch) | |
tree | b3729aae3a80d9c193fbbe248bf2d8166cf0ceae /TODO | |
parent | 9f25cf7661d0ec0e1c987c1d4b1d6264e4d63c50 (diff) | |
download | pango-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-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |