summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-21 20:55:33 (GMT)
committerhobbs <hobbs>2002-06-21 20:55:33 (GMT)
commitdd3ada4cac8079dae041786afcc06b495e1b9354 (patch)
treef60bd5dd9070597d6b4c86a977916356789b7456
parentd14e8172b80a28a0249cbb292722f343377084e4 (diff)
downloadtk-dd3ada4cac8079dae041786afcc06b495e1b9354.zip
tk-dd3ada4cac8079dae041786afcc06b495e1b9354.tar.gz
tk-dd3ada4cac8079dae041786afcc06b495e1b9354.tar.bz2
changelog notes for TIP#94
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6217f30..e1d43d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.