summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-13 23:28:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-13 23:28:33 (GMT)
commit8c77a45120b2bbaa5354a2b6c7f8833c89e489d7 (patch)
treeb8eac637376576f827f9746b3c412a722f4e78c3 /ChangeLog
parent13e70fa49b33490f764d8115cfe58eeda303a2c8 (diff)
downloadtk-8c77a45120b2bbaa5354a2b6c7f8833c89e489d7.zip
tk-8c77a45120b2bbaa5354a2b6c7f8833c89e489d7.tar.gz
tk-8c77a45120b2bbaa5354a2b6c7f8833c89e489d7.tar.bz2
Shrank the font size of messages in the Unix/X11 [tk_messageBox]
It looks better like this. :^)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3188910..792daf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2004-05-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * library/msgbox.tcl (MessageBox): Shrank the default font size
+ for the message to 14-point; nobody liked 18-point!
+
2004-05-12 Chengye Mao <chengye.geo@yahoo.com>
+
* generic/tkBind.c <HandleEventGenerate>: Modified to fix wish
crach due to incorrectly generate <Destroy> event. This bug was
reported in comp.lang.tcl but not logged.