summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-09-04 20:52:53 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-09-04 20:52:53 +0000
commit35c7e319f8272d7894dbcec0543ab6f6fb14cd80 (patch)
tree0dbdd4e523ab04bd4d9e51d6ee9b40c65397f770 /ChangeLog
parentd07a3d5fb64bef2af4ceb86bbc7cdef25aedd9ba (diff)
downloadpango-35c7e319f8272d7894dbcec0543ab6f6fb14cd80.tar.gz
Render only valid glyphs. Fix by Florent Duguet. Don't know if this is
2002-09-05 Tor Lillqvist <tml@iki.fi> * pango/pangowin32.c (pango_win32_render): Render only valid glyphs. Fix by Florent Duguet. Don't know if this is quite the correct way to fix the problem of default glyphs (ugly boxes) showing up, maybe invalid glyphs never should get this far, but be noticed earlier?
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d82b165..f7ae1c6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-05 Tor Lillqvist <tml@iki.fi>
+
+ * pango/pangowin32.c (pango_win32_render): Render only valid
+ glyphs. Fix by Florent Duguet. Don't know if this is quite the
+ correct way to fix the problem of default glyphs (ugly boxes)
+ showing up, maybe invalid glyphs never should get this far, but be
+ noticed earlier?
+
2002-09-04 Tor Lillqvist <tml@iki.fi>
* pango/pango-utils.c: G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on