diff options
author | das <das> | 2003-09-25 05:37:48 (GMT) |
---|---|---|
committer | das <das> | 2003-09-25 05:37:48 (GMT) |
commit | 9a0aa47ac345a885549c42ece41c68c066c15d58 (patch) | |
tree | fe1f38675ef73180e8511ef9e452533ff2ddb556 /ChangeLog | |
parent | b789bd9bde8fcc02d873ec79094b914aa2627fbc (diff) | |
download | tk-9a0aa47ac345a885549c42ece41c68c066c15d58.zip tk-9a0aa47ac345a885549c42ece41c68c066c15d58.tar.gz tk-9a0aa47ac345a885549c42ece41c68c066c15d58.tar.bz2 |
* library/demos/widget: don't create iconwindow on aqua, but add
about menu like on classic.
* macosx/Makefile: pass MAKEOVERRIDES to pxbuild.
* macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,8 +1,15 @@ +2003-09-25 Daniel Steffen <das@users.sourceforge.net> + + * library/demos/widget: don't create iconwindow on aqua, but add + about menu like on classic. + * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. + * macosx/tkMacOSXButton.c: added -compound support for bevel buttons. + 2003-09-17 Don Porter <dgp@users.sourceforge.net> - * generic/tkImage.c: Stopped [image create] from generating an - * tests/image.test: image command name that would overwrite an - existing command name. Thanks to Michael Schlenker. [Bug 808039]. + * generic/tkImage.c: Stopped [image create] from generating an + * tests/image.test: image command name that would overwrite an + existing command name. Thanks to Michael Schlenker. [Bug 808039]. 2003-08-19 Joe English <jenglish@users.sourceforge.net> * generic/tkPanedWindow.c(PanedWindowWorldChanged): |