diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-01-15 06:12:19 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-01-15 06:12:19 +0000 |
commit | 08be81c00f4fce735979e6a684eeade00c1ce328 (patch) | |
tree | 5fc105b5c494741d01e484fbb43fb737cb777ccd /ChangeLog.pre-1-0 | |
parent | a26b023b2859fed3e178a92e3d93c71672644e7d (diff) | |
download | pango-08be81c00f4fce735979e6a684eeade00c1ce328.tar.gz |
Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bit
Sat Jan 15 01:06:45 2000 Owen Taylor <otaylor@redhat.com>
* libpango/pangox.c libpango/pangox.h libpango/fonts.c
libpango/glyphstring.c modules/basic/basic.c:
Eliminate PangoCFont; For X, encode charset into upper
16 bits of 32 bit glyph IDs. Revise X core <=> module
interfaces to support this change.
Remove support for X_XLFD_FONT_RANGES, which has been
disavowed by its proponents, in favor of checking metrics
to figure out if the relevant characters are there.
Rework operation of basic module to be faster and simple.
* modules/Makefile.am: temporarily comment out Tamil and
Hangul modules until I finish mucking with the
X font interfaces.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 04ac995c..bf398ac7 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,28 @@ +Sat Jan 15 01:06:45 2000 Owen Taylor <otaylor@redhat.com> + + * libpango/pangox.c libpango/pangox.h libpango/fonts.c + libpango/glyphstring.c modules/basic/basic.c: + + Eliminate PangoCFont; For X, encode charset into upper + 16 bits of 32 bit glyph IDs. Revise X core <=> module + interfaces to support this change. + + Remove support for X_XLFD_FONT_RANGES, which has been + disavowed by its proponents, in favor of checking metrics + to figure out if the relevant characters are there. + + Rework operation of basic module to be faster and simple. + + * modules/Makefile.am: temporarily comment out Tamil and + Hangul modules until I finish mucking with the + X font interfaces. + +Fri Jan 14 12:08:43 2000 Owen Taylor <otaylor@redhat.com> + + * examples/HELLO.utf8: Add Pango properly spelled. + + * **/Makefile.am: make dist fixes. + Thu Jan 13 17:49:45 2000 Owen Taylor <otaylor@redhat.com> * TODO: Updated. |