diff options
author | hobbs <hobbs> | 2002-06-21 20:55:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-06-21 20:55:33 (GMT) |
commit | dd3ada4cac8079dae041786afcc06b495e1b9354 (patch) | |
tree | f60bd5dd9070597d6b4c86a977916356789b7456 /ChangeLog | |
parent | d14e8172b80a28a0249cbb292722f343377084e4 (diff) | |
download | tk-dd3ada4cac8079dae041786afcc06b495e1b9354.zip tk-dd3ada4cac8079dae041786afcc06b495e1b9354.tar.gz tk-dd3ada4cac8079dae041786afcc06b495e1b9354.tar.bz2 |
changelog notes for TIP#94
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ Unix. If there are similar dependencies on other platforms, they can probably be removed as well. [Bug 572134]. +2002-06-20 Jeff Hobbs <jeffh@ActiveState.com> + + * doc/listbox.n: + * generic/tkListbox.c (DisplayListbox): + * mac/tkMacDefault.h: TIP #94 implementation adding -activestyle + * tests/listbox.test: option to the listbox. This adds the ability + * unix/tkUnixDefault.h: to have listboxes look native on Windows, and + * win/tkWinDefault.h: "nicer" elsewhere using the 'dotbox' style. + 2002-06-20 Peter Spjuth <peter.spjuth@space.se> * generic/tkGrid.c: Corrected the test for grid propagate change. |