summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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...