summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-04-27 18:28:54 (GMT)
committerericm <ericm>2000-04-27 18:28:54 (GMT)
commit5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e (patch)
treee0ffb4a15d12d9f9d9750c22703cf8bb2728e97f /ChangeLog
parent37941df832d3f041ab0a1a18e8767498ed62048e (diff)
downloadtk-5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e.zip
tk-5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e.tar.gz
tk-5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e.tar.bz2
* doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].
* doc/colors.n: Man page enumerating valid color names [RFE: 1645]. * doc/cursors.n: Man page enumerating valid cursor values [RFE: 1645]. * library/msgbox.tcl: Corrected Unix tk_messageBox implementation to make the first button the default when no default is specified [Bug: 2218]. * doc/messageBox.n: Updated documentation with regards to selection of default button when none is specified (now it will use the first button as the default in that case) [Bug: 2218].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99adf75..63d4a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-04-27 Eric Melski <ericm@scriptics.com>
+
+ * doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].
+
+ * doc/colors.n: Man page enumerating valid color names [RFE: 1645].
+
+ * doc/cursors.n: Man page enumerating valid cursor values [RFE: 1645].
+
+ * library/msgbox.tcl: Corrected Unix tk_messageBox implementation
+ to make the first button the default when no default is specified
+ [Bug: 2218].
+
+ * doc/messageBox.n: Updated documentation with regards to
+ selection of default button when none is specified (now it will
+ use the first button as the default in that case) [Bug: 2218].
+
2000-04-26 Jeff Hobbs <hobbs@scriptics.com>
8.3.1 RELEASE