diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-01-07 04:54:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-01-07 04:54:28 +0000 |
commit | 93968e4379a2893e3e8ddcbd24702100e8e91c0f (patch) | |
tree | abef3743d95cb735bf88d83877bdd046f7338c2e /ChangeLog.pre-1-10 | |
parent | 61b674ffd7dc481289d1b73b79048a7ee6f2da8b (diff) | |
download | pango-93968e4379a2893e3e8ddcbd24702100e8e91c0f.tar.gz |
Adapt to new g_utf8_to_ucs4() prototype.
Sat Jan 6 20:23:54 2001 Owen Taylor <otaylor@redhat.com>
* modules/arabic/arabic-x.c (arabic_engine_shape): Adapt
to new g_utf8_to_ucs4() prototype.
* modules/basic/basic-ft2.c: Include pango-engine.h
* pango/pangoft2.h: Don't include pango.h, which would
pull in pango-enums.h and thus break module building,
just include neeeded pango-layout.h
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index bd2b35cc..3d8150ce 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,14 @@ +Sat Jan 6 20:23:54 2001 Owen Taylor <otaylor@redhat.com> + + * modules/arabic/arabic-x.c (arabic_engine_shape): Adapt + to new g_utf8_to_ucs4() prototype. + + * modules/basic/basic-ft2.c: Include pango-engine.h + + * pango/pangoft2.h: Don't include pango.h, which would + pull in pango-enums.h and thus break module building, + just include neeeded pango-layout.h + Fri Jan 5 16:12:37 2001 Owen Taylor <otaylor@redhat.com> * modules/arabic/{arabic-xft,arabic}.c pango/{pango-context.c,pangoft.c,pangox.c}: |