summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-09-15 21:49:06 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-09-15 21:49:06 +0000
commitc61784038f5de8c33fc897530327e030f5e539e1 (patch)
tree24ac4e014f0588e8f3fc4f7736ffd614e57157d6 /ChangeLog
parent401b96c0df68cd854ee883951bda2f8cb1969760 (diff)
downloadpango-c61784038f5de8c33fc897530327e030f5e539e1.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. (#152473)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f1f41cb..4aba9bff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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. (#152473)
+
* pango/querymodules.c (string_needs_escape, escape_string):
Escape also backslashes. (#152607, Kazuki Iwamoto)