summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-09-25 05:37:48 (GMT)
committerdas <das>2003-09-25 05:37:48 (GMT)
commit9a0aa47ac345a885549c42ece41c68c066c15d58 (patch)
treefe1f38675ef73180e8511ef9e452533ff2ddb556 /ChangeLog
parentb789bd9bde8fcc02d873ec79094b914aa2627fbc (diff)
downloadtk-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--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e46497..41d2d3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):