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)
commita94b8eb63c7682256277e3fff298e4bd6fd2b99f (patch)
treed59069f3fc2c81a2fb1ee9349a876092de64c434 /ChangeLog
parent764abd3a8b5011b239214be9eace869e22f9cb6c (diff)
downloadtk-a94b8eb63c7682256277e3fff298e4bd6fd2b99f.zip
tk-a94b8eb63c7682256277e3fff298e4bd6fd2b99f.tar.gz
tk-a94b8eb63c7682256277e3fff298e4bd6fd2b99f.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)