summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2001-08-09 06:56:52 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-08-09 06:56:52 +0000
commiteb4984114ef89078036aa4df08fb3f497fb8f498 (patch)
tree1ec864a7e0954bc38f8d5dd4e535886681944259 /ChangeLog.pre-1-8
parent94d2ab7165c8ce889cfd6d237c74b96031ffdb9a (diff)
downloadpango-eb4984114ef89078036aa4df08fb3f497fb8f498.tar.gz
ogh, forgot the changelog
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-89
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index f197f0b3..e8fd708a 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -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>