diff options
author | hobbs <hobbs> | 2001-05-22 00:23:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-22 00:23:47 (GMT) |
commit | 3699d0068e1a09bb520dc135db2035a05f39ecd7 (patch) | |
tree | dbb4a4f3d9275402378d5991f6d01c5e601b4cef | |
parent | 2a1a7f289a4f8d35d3e59a449726aa0204a56345 (diff) | |
download | tk-3699d0068e1a09bb520dc135db2035a05f39ecd7.zip tk-3699d0068e1a09bb520dc135db2035a05f39ecd7.tar.gz tk-3699d0068e1a09bb520dc135db2035a05f39ecd7.tar.bz2 |
see ChangeLog
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 20 insertions, 12 deletions
@@ -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> |