summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2002-02-22 14:07:01 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2002-02-22 14:07:01 (GMT)
commit04043cbeaf7a331808883e991dbea2f8a041f7e9 (patch)
tree51165ecdb3b3461eb8dcb9f1c5552063119464fb /ChangeLog
parent4848687464c4cc05d413316a528b4bb9bfa9ac2d (diff)
downloadtk-04043cbeaf7a331808883e991dbea2f8a041f7e9.zip
tk-04043cbeaf7a331808883e991dbea2f8a041f7e9.tar.gz
tk-04043cbeaf7a331808883e991dbea2f8a041f7e9.tar.bz2
Fixed panedwindow binding bugs and added demos for it too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9484ce5..6140162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-02-22 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * library/demos/widget: New section "Paned Windows"
+ * library/demos/paned2.tcl, library/demos/paned1.tcl: New files.
+
+ * library/panedwindow.tcl (ReleaseSash): Added missing arguments.
+ * library/tk.tcl: Bindings for paned window were not being loaded
+ by default.
+
* unix/tkUnixMenu.c (GetMenuLabelGeometry,DrawMenuEntryLabel):
Stop meaningless GCC warnings.