summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-05-22 00:23:47 (GMT)
committerhobbs <hobbs>2001-05-22 00:23:47 (GMT)
commit3699d0068e1a09bb520dc135db2035a05f39ecd7 (patch)
treedbb4a4f3d9275402378d5991f6d01c5e601b4cef
parent2a1a7f289a4f8d35d3e59a449726aa0204a56345 (diff)
downloadtk-3699d0068e1a09bb520dc135db2035a05f39ecd7.zip
tk-3699d0068e1a09bb520dc135db2035a05f39ecd7.tar.gz
tk-3699d0068e1a09bb520dc135db2035a05f39ecd7.tar.bz2
see ChangeLog
-rw-r--r--ChangeLog32
1 files changed, 20 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 9158a53..3e1a623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,23 @@
-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-21 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tcl.m4: sync'ed up wih Tcl tcl.m4. [Bug #419812]
+
+ * doc/TkInitStubs.3:
+ * generic/tk.h:
+ * generic/tkStubLib.c: CONST'ified Tk_InitStubs to match CONST
+ changes to Tcl_PkgRequireEx.
+
+2001-05-21 Todd M. Helfter <tmh@purdue.edu>
+
+ * doc/menubutton.n:
+ * generic/tkMenubutton.c:
+ * generic/tkMenubutton.h:
+ * mac/tkMacMenubutton.c:
+ * tests/menubut.test:
+ * unix/tkUnixMenubu.c: 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.
2001-05-16 Donal K. Fellows <fellowsd@cs.man.ac.uk>