diff options
author | pspjuth <peter.spjuth@gmail.com> | 2011-04-04 19:40:21 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2011-04-04 19:40:21 (GMT) |
commit | 257f68b64daa01121d80bf4bdf9bfdadd30f997d (patch) | |
tree | ad6c79725ba28c2253738259a18b9de2399834c6 /ChangeLog | |
parent | 2ddbd4ef22b8a849feab79bef67301fa85f2c5ea (diff) | |
download | tk-257f68b64daa01121d80bf4bdf9bfdadd30f997d.zip tk-257f68b64daa01121d80bf4bdf9bfdadd30f997d.tar.gz tk-257f68b64daa01121d80bf4bdf9bfdadd30f997d.tar.bz2 |
[Bug 2997657]: Removed -container from labelframe
documentation since it does not work as expected and does not make
sense as a container. Added note to frame about restrictions when used
as a container.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2011-04-04 Peter Spjuth <peter.spjuth@gmail.com> + + * doc/labelframe.n: + * doc/frame.n: + * generic/tkFrame.c: [Bug 2997657]: Removed -container from labelframe + documentation since it does not work as expected and does not make + sense as a container. Added note to frame about restrictions when used + as a container. + 2011-03-28 Jan Nijtmans <nijtmans@users.sf.net> * generic/tkTextBTree.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and |