diff options
author | Hans Breuer <hans@breuer.org> | 2001-09-21 19:51:32 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-09-21 19:51:32 +0000 |
commit | 2437d8fca72e6da68e08e855034178dcad4c1102 (patch) | |
tree | 5f31dd72200d8c6092f6acba90f3a14bd6a8df7d /ChangeLog.pre-1-0 | |
parent | cab449096df5d3e2029719ab212ea3701e9f3b87 (diff) | |
download | pango-2437d8fca72e6da68e08e855034178dcad4c1102.tar.gz |
updated externals
2001-09-21 Hans Breuer <hans@breuer.org>
* pango/pango.def : updated externals
* pango/makefile.msc : build ft2 backend too.
* pango/pangowin32-fontmap.c
- Convert PangoWin32FamilyEntry into PangoWin32Family deriving
from PangoFontFamily.
- Convert PangoWin32FontEntry into PangoWin32Face deriving
from PangoFontFace.
- Change the list_families() method of the PangoWin32FontMap
to list PangoFontFamily * rather than names.
* pango/pangowin32.c : reflect PangoFontDescription api change
* pango/pangowin32.h : don't include pango.h but only the
required headers
* modules/basic/basic-win32.c : #include "pango-engine.h"
* pango/testfonts.c : reflect recent pango api changes
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 01381a67..e794a853 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,26 @@ +2001-09-21 Hans Breuer <hans@breuer.org> + + * pango/pango.def : updated externals + + * pango/makefile.msc : build ft2 backend too. + + * pango/pangowin32-fontmap.c + - Convert PangoWin32FamilyEntry into PangoWin32Family deriving + from PangoFontFamily. + - Convert PangoWin32FontEntry into PangoWin32Face deriving + from PangoFontFace. + - Change the list_families() method of the PangoWin32FontMap + to list PangoFontFamily * rather than names. + + * pango/pangowin32.c : reflect PangoFontDescription api change + + * pango/pangowin32.h : don't include pango.h but only the + required headers + + * modules/basic/basic-win32.c : #include "pango-engine.h" + + * pango/testfonts.c : reflect recent pango api changes + 2001-09-20 Sven Neumann <sven@gimp.org> * pango/fonts.c (pango_font_description_set_family, |