diff options
author | das <das> | 2003-09-25 05:36:59 (GMT) |
---|---|---|
committer | das <das> | 2003-09-25 05:36:59 (GMT) |
commit | 70b0eceea88a9726074d5fd6be8d70453c7c5717 (patch) | |
tree | 942ddd8b847078442e681b156b1e5b5d4cb92b8a /ChangeLog | |
parent | 9602bb473587aa0e5974dc784fe2f50cad24b8e9 (diff) | |
download | tk-70b0eceea88a9726074d5fd6be8d70453c7c5717.zip tk-70b0eceea88a9726074d5fd6be8d70453c7c5717.tar.gz tk-70b0eceea88a9726074d5fd6be8d70453c7c5717.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 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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. + * unix/configure: * unix/configure.in: * unix/tkConfig.sh.in: added TK_INCLUDE_SPEC to allow extensions to |