diff options
author | pspjuth <peter.spjuth@gmail.com> | 2001-08-22 19:59:49 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2001-08-22 19:59:49 (GMT) |
commit | e72d91fc37cc268684a0e95f77a496e42e46032b (patch) | |
tree | 4eb55a50c29337e96d318bbf40d24ef9d80ce5fd /ChangeLog | |
parent | ce114e255a0c035ea07b74552f8d4270b3fd998b (diff) | |
download | tk-e72d91fc37cc268684a0e95f77a496e42e46032b.zip tk-e72d91fc37cc268684a0e95f77a496e42e46032b.tar.gz tk-e72d91fc37cc268684a0e95f77a496e42e46032b.tar.bz2 |
Fixed a bug where adjacent 'x' and '^' where not handled properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2001-08-22 Peter Spjuth <peter.spjuth@space.se> + + * generics/tkGrid.c (ConfigureSlaves): + * tests/grid.test: Fixed a bug where adjacent 'x' and '^' where + not handled properly. [Bug #452040] + 2001-08-22 Jeff Hobbs <jeffh@ActiveState.com> * generic/tkPack.c (TkParsePadAmount): added lint init for sepChar. @@ -44,8 +50,8 @@ * doc/grid.n: * tests/grid.test: - * generic/tkGrid.c: Grid configure rejected initial "x" and "^" - when the doc said it should accept them. [Bug #418664] + * generic/tkGrid.c: Grid configure rejected initial "x" and "^". + [Bug #418664] 2001-08-17 Donal K. Fellows <fellowsd@cs.man.ac.uk> |