diff options
author | hobbs <hobbs> | 2005-07-28 03:45:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-07-28 03:45:02 (GMT) |
commit | 3caf558162fc4f2bb92f2d65f72f9f6532f34298 (patch) | |
tree | 718892b4287a0fc7482f4f9ef2aea943be834d84 /ChangeLog | |
parent | 4acbabe60fcb27871141aa191ac778f523243c4b (diff) | |
download | tk-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |