summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2004-07-25 02:29:24 (GMT)
committerwolfsuit <wolfsuit>2004-07-25 02:29:24 (GMT)
commit2da35c8a066fa87d90d1f05b16cd80fa1e061137 (patch)
treec1d51ca80c3aa8a9b896efcb7619d46d83c35a75 /ChangeLog
parent4e7acae895921a7a4087b3371919fee0ec7bf779 (diff)
downloadtk-2da35c8a066fa87d90d1f05b16cd80fa1e061137.zip
tk-2da35c8a066fa87d90d1f05b16cd80fa1e061137.tar.gz
tk-2da35c8a066fa87d90d1f05b16cd80fa1e061137.tar.bz2
Change the default menu -tearoff value to 0 until we actually get tearoff
menus working again.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5fc18b..feab7f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-07-24 Jim Ingham <jingham@apple.com>
+ macosx/tkMacOSXDefault.h: Change the default -tearoff value
+ to 0. It doesn't work at present, so it is silly to make
+ it the default.
+
Mac OS X: Complete the implementation of the CG version of
the X drawing emulation layer.