summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-02-18 20:56:44 (GMT)
committerhobbs <hobbs>2004-02-18 20:56:44 (GMT)
commit04a799df2e2a5ca31b69c6ffcba3e6ce02c72f92 (patch)
tree1663be1439c4e008fb1476786b663472ab0f1cbd
parentc65b9b4c74b0c66f1c7988049adcaa1370c95f97 (diff)
downloadtk-04a799df2e2a5ca31b69c6ffcba3e6ce02c72f92.zip
tk-04a799df2e2a5ca31b69c6ffcba3e6ce02c72f92.tar.gz
tk-04a799df2e2a5ca31b69c6ffcba3e6ce02c72f92.tar.bz2
move 8.4.6 tag to include grid fix
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d4aa50..c385820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
2004-02-18 Peter Spjuth <peter.spjuth@space.se>
+ *** 8.4.6 TAGGED FOR RELEASE ***
+
* tests/grid.test:
* generic/tkGrid.c: Fixed a bug in grid geometry calculations for
a shrinking grid. [Bug 899246]
2004-02-17 Jeff Hobbs <jeffh@ActiveState.com>
- *** 8.4.6 TAGGED FOR RELEASE ***
-
* generic/tkBind.c (HandleEventGenerate): only modify root[xy]
with [xy] when they haven't been otherwise set.