diff options
author | wolfsuit <wolfsuit> | 2005-03-23 22:15:25 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2005-03-23 22:15:25 (GMT) |
commit | 05963ced8e8d4dec5a58d5dfa865c1878806fa16 (patch) | |
tree | f825e5c72887f0789a4990c6d2eb207dc3069915 /ChangeLog | |
parent | 40916d5667e543846e310bb8b2eef387093d5a7b (diff) | |
download | tk-05963ced8e8d4dec5a58d5dfa865c1878806fa16.zip tk-05963ced8e8d4dec5a58d5dfa865c1878806fa16.tar.gz tk-05963ced8e8d4dec5a58d5dfa865c1878806fa16.tar.bz2 |
2005-03-23 Jim Ingham <jingham@apple.com>
This is cleanup thanks to Neil Madden <nem@cs.nott.ac.uk>.
* macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function.
(TkUnsupported1ObjCmd): New function, replaces the un-objectified
version of the command.
* generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.
* generic/tkWindow.c (): Ditto.
This adds a "-notify" flag to "wm attributes" that will bounce the
dock icon on Mac OS X. This is from Revar Desmera <revarbat@gmail.com>
* macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus):
New functions.
(WmAttributesCmd): Add the -notify.
* doc/wm.n: Document -notify.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2005-03-23 Jim Ingham <jingham@apple.com> + + This is cleanup thanks to Neil Madden <nem@cs.nott.ac.uk>. + + * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function. + (TkUnsupported1ObjCmd): New function, replaces the un-objectified + version of the command. + * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. + * generic/tkWindow.c (): Ditto. + + This adds a "-notify" flag to "wm attributes" that will bounce the + dock icon on Mac OS X. This is from Revar Desmera <revarbat@gmail.com> + + * macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus): + New functions. + (WmAttributesCmd): Add the -notify. + * doc/wm.n: Document -notify. + 2005-03-19 Donal K. Fellows <dkf@users.sf.net> * generic/tkConsole.c (Tk_CreateConsoleWindow,TkConsolePrint): |