summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-09-15 21:51:36 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-09-15 21:51:36 +0000
commit80aa451c150d17616fe15fc3763095ce3d72466d (patch)
treeba63b855970663fed874743598c72d7a495bd231 /ChangeLog.pre-1-6
parent395402a366778cff95d51809859751f8a995ebff (diff)
downloadpango-80aa451c150d17616fe15fc3763095ce3d72466d.tar.gz
Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table.
2004-09-15 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-fontmap.c (pango_win32_insert_font): Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table. (#149643)
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-64
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 6eff0f05..2077bea4 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,5 +1,9 @@
2004-09-15 Tor Lillqvist <tml@iki.fi>
+ * pango/pangowin32-fontmap.c (pango_win32_insert_font): Ignore
+ fonts in SYMBOL_CHARSET. They don't have any Unicode mapping
+ table. (#149643)
+
* pango/querymodules.c (string_needs_escape, escape_string):
Escape also backslashes. (#152607, Kazuki Iwamoto)