summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-4
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r--ChangeLog.pre-1-49
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index f197f0b3..e8fd708a 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -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>