diff options
author | hobbs <hobbs> | 2003-02-18 21:24:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-18 21:24:39 (GMT) |
commit | b58d9a92e0f2a8fb49c953f34ef2419510f22cc1 (patch) | |
tree | d59069f3fc2c81a2fb1ee9349a876092de64c434 /ChangeLog | |
parent | b14cea91323cfc7bddc1ded941174285b070769d (diff) | |
download | tk-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |