diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-21 19:19:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-21 19:19:50 +0000 |
commit | ebbd946ac65ac1a20a46652b234288280e7ee5fd (patch) | |
tree | 93e204b1cc463b5b3d371406b35dc59dc0c1dda4 /ChangeLog | |
parent | a084f42c0e920e2ac91383b8d98ff54f339d17ac (diff) | |
download | pango-ebbd946ac65ac1a20a46652b234288280e7ee5fd.tar.gz |
A bit of code cleanup.
Fri Jul 21 15:17:26 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (pango_itemize): A bit of code
cleanup.
* pango/pango-attributes.[ch]: Add a new attribute type
PangoAttrShape, for imposing specific shapes on glyphs.
This is used for handling embedded pixmaps and similar
objects.
* pango/pango-layout.c: Hnadle PangoAttrShape.
* pango/pango-context.[ch]:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Fri Jul 21 15:17:26 2000 Owen Taylor <otaylor@redhat.com> + + * pango/pango-context.c (pango_itemize): A bit of code + cleanup. + + * pango/pango-attributes.[ch]: Add a new attribute type + PangoAttrShape, for imposing specific shapes on glyphs. + This is used for handling embedded pixmaps and similar + objects. + + * pango/pango-layout.c: Hnadle PangoAttrShape. + + * pango/pango-context.[ch]: + Fri Jul 21 09:59:10 2000 Owen Taylor <otaylor@redhat.com> * pango/modules.c (process_module_file): Free buffer strings. |