diff options
author | stanton <stanton> | 1998-11-25 01:48:53 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-11-25 01:48:53 (GMT) |
commit | 91c0328c5184429b33265fe3b55b60d05603c00c (patch) | |
tree | 22957db4a307b0356a2668de35e1dbbbf0bbfef4 /ChangeLog | |
parent | d6d454eb95123bbc72b2b817b3e5738c255b7ddd (diff) | |
download | tk-91c0328c5184429b33265fe3b55b60d05603c00c.zip tk-91c0328c5184429b33265fe3b55b60d05603c00c.tar.gz tk-91c0328c5184429b33265fe3b55b60d05603c00c.tar.bz2 |
Fixed font display bug (#846)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..7d4500d --- /dev/null +++ b/ChangeLog @@ -0,0 +1,7 @@ +1998-11-24 <stanton@GASPODE> + + * unix/tkUnixFont.c (TkpGetNativeFont): On some X servers, + XQueryLoadFont will always return a font, even if the name is + meaningless. This prevents Tk from parsing the font name, so now + we perform a quick sanity check on the name before letting X have + it. [Bug: 846] |