summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-02-22 14:07:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-02-22 14:07:01 (GMT)
commit55fc45d3848765ca195aa690d8eeb9711f2ecc19 (patch)
tree51165ecdb3b3461eb8dcb9f1c5552063119464fb /ChangeLog
parentfceafda7d034e62bd12688c6f2a85c3dc32c67cc (diff)
downloadtk-55fc45d3848765ca195aa690d8eeb9711f2ecc19.zip
tk-55fc45d3848765ca195aa690d8eeb9711f2ecc19.tar.gz
tk-55fc45d3848765ca195aa690d8eeb9711f2ecc19.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.