summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-02-20 10:23:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-02-20 10:23:13 (GMT)
commite6b3ee423b2024f0b7dcefe5bbef2c3c489f17b2 (patch)
tree249708349966bc2001fcb647c6883edaf9a925f0 /ChangeLog
parent1e2ffa0e1da236e9b7bea4917525d5f1a9ecb786 (diff)
downloadtk-e6b3ee423b2024f0b7dcefe5bbef2c3c489f17b2.zip
tk-e6b3ee423b2024f0b7dcefe5bbef2c3c489f17b2.tar.gz
tk-e6b3ee423b2024f0b7dcefe5bbef2c3c489f17b2.tar.bz2
Removed potentially fatal FMR in Unix font handling. No test because any
test would be very platform- and build-specific. [Bugs #618872 and #689357]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c99d93..f3f805c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-02-20 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * unix/tkUnixFont.c (CanUseFallback): Added argument, passed
+ through from callers to FindSubFontForChar(), so that pointers
+ into the old subfont table to be updated when that table is
+ reallocated, avoiding a (sometimes fatal) FMR.
+ [Bugs #618872 and #689357]
+
2003-02-19 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXKeyEvent.c: fix for uninitialized var warning.