summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortmh <tmh>2001-05-21 14:07:32 (GMT)
committertmh <tmh>2001-05-21 14:07:32 (GMT)
commit29e6415ec425f744f1595e852af0c922a09258bb (patch)
tree20838e3aece8170aafef73f9007c1064480550df /ChangeLog
parent234f863650b0b7804c98c2994e07e9ef354b0e92 (diff)
downloadtk-29e6415ec425f744f1595e852af0c922a09258bb.zip
tk-29e6415ec425f744f1595e852af0c922a09258bb.tar.gz
tk-29e6415ec425f744f1595e852af0c922a09258bb.tar.bz2
implement TIP11, -compound option for menubutton widget
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7861b07..9158a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-05-21 Todd M. Helfter <tmh@purdue.edu
+
+ Implementation of TIP #11, the addition of a -compound
+ option to the menubutton allowing text and an image to
+ be displayed at the same time. This behavior is identical
+ to the behavior of the button widget.
+ * doc/menubutton.n
+ * generic/tkMenubutton.c
+ * generic/tkMenubutton.h
+ * mac/tkMacMenubutton.c
+ * tests/menubut.test
+ * unix/tkUnixMenubu.c
+
2001-05-16 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/console.n: Added - was erroneously placed in Tcl before...