diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-11 06:14:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-11 06:14:28 +0000 |
commit | b1c021842d26d5674a51f802f29e2a8496767c55 (patch) | |
tree | 58e8cf4cbaa464eaf728fc38e7aa1bbfb1cb24c3 /ChangeLog.pre-1-2 | |
parent | 11884d20295c2aea6dfeb8a915dd02b48ec60d9c (diff) | |
download | pango-b1c021842d26d5674a51f802f29e2a8496767c55.tar.gz |
Add style selector, rewrite family selector to use list_families().
Thu Feb 10 19:57:27 2000 Owen Taylor <otaylor@redhat.com>
* examples/viewer.c: Add style selector, rewrite family
selector to use list_families().
* libpango/pango-context.[ch] libpango/pango-font.h libpango/pangox.c
libpango/fonts.c: Add calls to list families, modify list_fonts()
call to take an optional "family" parameter for the purpose of
listing the fonts within a family.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 6dc6b5c1..caf182ba 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,13 @@ +Thu Feb 10 19:57:27 2000 Owen Taylor <otaylor@redhat.com> + + * examples/viewer.c: Add style selector, rewrite family + selector to use list_families(). + + * libpango/pango-context.[ch] libpango/pango-font.h libpango/pangox.c + libpango/fonts.c: Add calls to list families, modify list_fonts() + call to take an optional "family" parameter for the purpose of + listing the fonts within a family. + Wed Feb 9 14:04:35 2000 Owen Taylor <otaylor@redhat.com> * TODO: updates. |