summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2004-11-07 22:00:12 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2004-11-07 22:00:12 (GMT)
commitce2b25e17cc451455a42e252bebe6d79a041b49d (patch)
treecdce1b05d63cec843960d42689eb08dff535d7ef /ChangeLog
parent547bf5ad9b134b9600676729e20a86e75a6115a7 (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e3cd26..6e6adad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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