diff options
author | pspjuth <peter.spjuth@gmail.com> | 2004-11-07 22:00:12 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2004-11-07 22:00:12 (GMT) |
commit | ce2b25e17cc451455a42e252bebe6d79a041b49d (patch) | |
tree | cdce1b05d63cec843960d42689eb08dff535d7ef /ChangeLog | |
parent | 547bf5ad9b134b9600676729e20a86e75a6115a7 (diff) | |
download | tk-ce2b25e17cc451455a42e252bebe6d79a041b49d.zip tk-ce2b25e17cc451455a42e252bebe6d79a041b49d.tar.gz tk-ce2b25e17cc451455a42e252bebe6d79a041b49d.tar.bz2 |
Made handling of ^ a bit more consistent in
corner cases. This makes ^ work without any widgets in the same
command. [Bug 962589]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-11-07 Peter Spjuth <peter.spjuth@space.se> + + * tests/grid.test: + * generic/tkGrid.c: Made handling of ^ a bit more consistent in + corner cases. This makes ^ work without any widgets in the same + command. [Bug 962589] + 2004-11-07 Donal K. Fellows <donal.k.fellows@man.ac.uk> * library/demos/anilabel.tcl: Added a simple demonstration of how |