diff options
author | hobbs <hobbs> | 1999-08-09 16:51:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-09 16:51:40 (GMT) |
commit | 1920c5e28d952551d081974b4c08f6544fb6125f (patch) | |
tree | 1d5efba5c50ac643b953087201dd6745298d51eb /ChangeLog | |
parent | 2b3c7c3a96bc23516d033347bb4be9136c35605a (diff) | |
download | tk-1920c5e28d952551d081974b4c08f6544fb6125f.zip tk-1920c5e28d952551d081974b4c08f6544fb6125f.tar.gz tk-1920c5e28d952551d081974b4c08f6544fb6125f.tar.bz2 |
1999-08-09 Jeff Hobbs <hobbs@scriptics.com>
* library/button.tcl: cleaned up programming (config -> configure)
and fixed Windows relief bug [Bug: 664]
* library/entry.tcl: changed Entry C/C/P to not use global data
(now uses tkPriv(data)) [Bug: 1475]
* library/listbox.tcl: fixed extended mode script error [Bug: 866]
* doc/options.n: clarified that -troughcolor doesn't work on Windows
* doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +1999-08-09 Jeff Hobbs <hobbs@scriptics.com> + + * library/button.tcl: cleaned up programming (config -> configure) + and fixed Windows relief bug [Bug: 664] + * library/entry.tcl: changed Entry C/C/P to not use global data + (now uses tkPriv(data)) [Bug: 1475] + * library/listbox.tcl: fixed extended mode script error [Bug: 866] + * doc/options.n: clarified that -troughcolor doesn't work on Windows + * doc/wm.n: fixed wm positionfrom docs [Bug: 2284] + 1999-08-01 Jeff Hobbs <hobbs@scriptics.com> * mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid |