diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-20 10:23:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-20 10:23:13 (GMT) |
commit | e6b3ee423b2024f0b7dcefe5bbef2c3c489f17b2 (patch) | |
tree | 249708349966bc2001fcb647c6883edaf9a925f0 /ChangeLog | |
parent | 1e2ffa0e1da236e9b7bea4917525d5f1a9ecb786 (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |