diff options
author | Sven Neumann <sven@gimp.org> | 2001-10-03 18:28:02 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-10-03 18:28:02 +0000 |
commit | fcb2ec7803e96f6dc0f859cebc004dcc75584c89 (patch) | |
tree | bb75c469c3c71d22580e71a41df6fc8372da7c9c /ChangeLog.pre-1-0 | |
parent | 5c3dee45a584a81d800ffc8291b9169af6d790c0 (diff) | |
download | pango-fcb2ec7803e96f6dc0f859cebc004dcc75584c89.tar.gz |
don't include family name if PANGO_FONT_MASK_FAMILY is not set.
2001-10-03 Sven Neumann <sven@gimp.org>
* pango/fonts.c (pango_font_description_to_string): don't include
family name if PANGO_FONT_MASK_FAMILY is not set.
* pango/pangoft2-fontmap.c: make it compile with DEBUGGING being
defined.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 55a9d76b..5123fde2 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,11 @@ +2001-10-03 Sven Neumann <sven@gimp.org> + + * pango/fonts.c (pango_font_description_to_string): don't include + family name if PANGO_FONT_MASK_FAMILY is not set. + + * pango/pangoft2-fontmap.c: make it compile with DEBUGGING being + defined. + 2001-10-03 Tor Lillqvist <tml@iki.fi> Add the Win32 GDI Pango backend to autoconfiguration: |