diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2001-08-09 06:56:52 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-08-09 06:56:52 +0000 |
commit | eb4984114ef89078036aa4df08fb3f497fb8f498 (patch) | |
tree | 1ec864a7e0954bc38f8d5dd4e535886681944259 /ChangeLog.pre-1-0 | |
parent | 94d2ab7165c8ce889cfd6d237c74b96031ffdb9a (diff) | |
download | pango-eb4984114ef89078036aa4df08fb3f497fb8f498.tar.gz |
ogh, forgot the changelog
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index f197f0b3..e8fd708a 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -6,7 +6,14 @@ * pango/pangowin32-fontmap.c: * modules/basic/basic-win32.c: * pango/pangowin32.def: - + Large rewrite of the win32 backend to use real glyph indexes + instead of unicode codes. Also drops the subfont thing, thereby + simplifying the code immensely. This looses some functionality, + but i will add that back soon using global (non backend-specific) + aliases. + This is the first cut, and is not perfect. It still has some issues + and imperfections, but it so clearly better than the current + imlementation that I'm checking it in anyway. 2001-08-04 Alexander Larsson <alexl@redhat.com> |