summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
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]