summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-07-28 03:45:02 (GMT)
committerhobbs <hobbs>2005-07-28 03:45:02 (GMT)
commit3caf558162fc4f2bb92f2d65f72f9f6532f34298 (patch)
tree718892b4287a0fc7482f4f9ef2aea943be834d84 /ChangeLog
parent4acbabe60fcb27871141aa191ac778f523243c4b (diff)
downloadtk-3caf558162fc4f2bb92f2d65f72f9f6532f34298.zip
tk-3caf558162fc4f2bb92f2d65f72f9f6532f34298.tar.gz
tk-3caf558162fc4f2bb92f2d65f72f9f6532f34298.tar.bz2
* generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.
* generic/tkWindow.c: Ditto. (neil madden) * macosx/tkMacOSXInt.h: Added TkMacOSXWindowClass decl * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function. (TkUnsupported1ObjCmd): New function, replaces the un-objectified version of the command, recognizes more classes and attributes. (TkMacOSXWindowClass): private function to return OS X class of a Tk window. * macosx/tkMacOSXSubwindows.c (XMapWindow, XUnmapWindow): recognize special show/hide functions for sheets
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0ae118..8a56d88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-07-27 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.
+ * generic/tkWindow.c: Ditto. (neil madden)
+ * macosx/tkMacOSXInt.h: Added TkMacOSXWindowClass decl
+ * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function.
+ (TkUnsupported1ObjCmd): New function, replaces the un-objectified
+ version of the command, recognizes more classes and attributes.
+ (TkMacOSXWindowClass): private function to return OS X class of a
+ Tk window.
+ * macosx/tkMacOSXSubwindows.c (XMapWindow, XUnmapWindow):
+ recognize special show/hide functions for sheets
+
2005-07-24 Mo DeJong <mdejong@users.sourceforge.net>
* unix/Makefile.in: Subst TCLSH_PROG and
@@ -20,6 +33,8 @@
2005-07-21 Jeff Hobbs <jeffh@ActiveState.com>
+ * unix/configure, unix/tcl.m4: sync'ed to Tcl's tcl.m4
+
* macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): set
oldWidth to avoid warning