summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-01-17 23:32:16 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-17 23:32:16 +0000
commit4f4abbdc8fc0cd0547b0df81eb6f7bb3c77dee7e (patch)
tree23842ce1acae401fd7d3891bdc84384651eb60a3 /ChangeLog.pre-1-8
parent620fb9ffc8ce07446ab341630e37900d7c9c102b (diff)
downloadpango-4f4abbdc8fc0cd0547b0df81eb6f7bb3c77dee7e.tar.gz
back away from the strict charset model to having subfonts arbitrarily
Mon Jan 17 18:29:39 2000 Owen Taylor <otaylor@redhat.com> * libpango/pangox.[ch] modules/basic/basic.c: back away from the strict charset model to having subfonts arbitrarily indexed. The charset-index model didn't allow proper fallbacks. Add a function pango_x_list_subfonts() function that lists subfonts in the proper order for a given list of charsets. (segfaults currently, will fix pronto)
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index f7025d72..646a3e3e 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,14 @@
+Mon Jan 17 18:29:39 2000 Owen Taylor <otaylor@redhat.com>
+
+ * libpango/pangox.[ch] modules/basic/basic.c: back away from
+ the strict charset model to having subfonts arbitrarily indexed. The
+ charset-index model didn't allow proper fallbacks.
+
+ Add a function pango_x_list_subfonts() function that lists
+ subfonts in the proper order for a given list of charsets.
+
+ (segfaults currently, will fix pronto)
+
Sat Jan 15 03:17:35 2000 Owen Taylor <otaylor@redhat.com>
* pango/glyphstring.c pango/mapping.c pango/pangox.c