diff options
author | James Henstridge <james@daa.com.au> | 2001-09-20 12:01:52 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2001-09-20 12:01:52 +0000 |
commit | dcedbae1f26c84d87c48e55bc934025bdabdea9c (patch) | |
tree | fd55753eda92bd1ed27755319b5d1dc3ebd5ca84 /ChangeLog.pre-1-8 | |
parent | ac2f15f7238021cbfd2ad7b324b707bbea19e76f (diff) | |
download | pango-dcedbae1f26c84d87c48e55bc934025bdabdea9c.tar.gz |
fix rule so that flags get registered as flags and rather than enums
2001-09-20 James Henstridge <james@daa.com.au>
* pango/Makefile.am (s-enum-types-c): fix rule so that flags get
registered as flags and rather than enums (enums still get
registered as enums).
* pango/pango-font.h: add get_type routine to header.
* pango/fonts.c (pango_font_metrics_get_type): add get_type()
routine.
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 75dcf64e..545d19ae 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,14 @@ +2001-09-20 James Henstridge <james@daa.com.au> + + * pango/Makefile.am (s-enum-types-c): fix rule so that flags get + registered as flags and rather than enums (enums still get + registered as enums). + + * pango/pango-font.h: add get_type routine to header. + + * pango/fonts.c (pango_font_metrics_get_type): add get_type() + routine. + Wed Sep 19 19:28:52 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-fontmap.c: Remove pango_font_map_free_families, |