diff options
author | pspjuth <peter.spjuth@gmail.com> | 2002-11-07 19:10:29 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2002-11-07 19:10:29 (GMT) |
commit | cece78a79dbca5151f873198cc5a089a0fd5cbdc (patch) | |
tree | 44db78d5717f104b3dfe4d0554d0fa4d9bfd757e /ChangeLog | |
parent | 13643396a4973234dcdcbb92f77bb3eceaf2e255 (diff) | |
download | tk-cece78a79dbca5151f873198cc5a089a0fd5cbdc.zip tk-cece78a79dbca5151f873198cc5a089a0fd5cbdc.tar.gz tk-cece78a79dbca5151f873198cc5a089a0fd5cbdc.tar.bz2 |
place info did not return all settings,
and didn't make sure the result was a proper list.
Put '-in' first in result to be more consistent with how
grid/pack info behaves. [Bug #635025][Bug #532022]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-11-07 Peter Spjuth <peter.spjuth@space.se> + + * tests/place.test: + * generic/tkPlace.c: place info did not return all settings, + and didn't make sure the result was a proper list. + Put '-in' first in result to be more consistent with how + grid/pack info behaves. [Bug #635025][Bug #532022] + 2002-11-07 Daniel Steffen <das@users.sourceforge.net> * unix/Makefile.in: added macosx/README to dist target. |