summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-18 21:24:39 (GMT)
committerhobbs <hobbs>2003-02-18 21:24:39 (GMT)
commitb58d9a92e0f2a8fb49c953f34ef2419510f22cc1 (patch)
treed59069f3fc2c81a2fb1ee9349a876092de64c434 /ChangeLog
parentb14cea91323cfc7bddc1ded941174285b070769d (diff)
downloadtk-b58d9a92e0f2a8fb49c953f34ef2419510f22cc1.zip
tk-b58d9a92e0f2a8fb49c953f34ef2419510f22cc1.tar.gz
tk-b58d9a92e0f2a8fb49c953f34ef2419510f22cc1.tar.bz2
* library/tk.tcl (::tk::TabToWindow): auto-highlight spinboxes as
well as entries when tabbing in. [Patch #683813] (bron)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42deb6e..5b59361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-02-18 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/tk.tcl (::tk::TabToWindow): auto-highlight spinboxes as
+ well as entries when tabbing in. [Patch #683813] (bron)
+
* library/xmfbox.tcl (::tk::MotifFDialog_ActivateSEnt): correct
sub on embedded newlines. [Patch #688572] (bonfield)