summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-11-04 10:39:14 (GMT)
committerdas <das>2007-11-04 10:39:14 (GMT)
commit49748bb838ec7ec248cbd630b0bb5a55834632b7 (patch)
tree23c6df6d7ac4f9c4e7d068535f5b3e5d49e840b6 /ChangeLog
parent714a97699dd9691c81c6ece3c994875c555d4ea7 (diff)
downloadtk-49748bb838ec7ec248cbd630b0bb5a55834632b7.zip
tk-49748bb838ec7ec248cbd630b0bb5a55834632b7.tar.gz
tk-49748bb838ec7ec248cbd630b0bb5a55834632b7.tar.bz2
* macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to the
default Edit menu along with associated carbon event handler enabling the item only if demo files are installed; cleanup handling of "About" and "Source" menu items.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d238ebb..70b6473 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,32 @@
+2007-11-04 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to the
+ default Edit menu along with associated carbon event handler enabling
+ the item only if demo files are installed; cleanup handling of "About"
+ and "Source" menu items.
+
+ * library/bgerror.tcl: fix background of detail text on Aqua.
+
+ * library/console.tcl: add accelerators and fix Aqua bindings
+ of the new font size menu items.
+
+ * library/demos/mclist.tcl: Aqua GOOBE.
+ * library/demos/tree.tcl:
+ * library/demos/ttknote.tcl:
+ * library/demos/widget:
+
+ * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-era
+ * doc/getOpenFile.n: information.
+ * doc/menu.n:
+
+ * macosx/tkMacOSXEvent.c (TkMacOSXProcessCommandEvent): fix boolean arg
+
+ * macosx/Wish.xcodeproj/project.pbxproj: add new demo file.
+ * macosx/Wish.xcode/project.pbxproj:
+
2007-11-03 Pat Thoyts <patthoyts@users.sourceforge.net>
- * library/console.tcl: Add menu item and key binding to adjust font
+ * library/console.tcl: Add menu item and key binding to adjust font.
2007-11-02 Donal K. Fellows <dkf@users.sf.net>