diff options
author | das <das> | 2002-09-12 17:34:15 (GMT) |
---|---|---|
committer | das <das> | 2002-09-12 17:34:15 (GMT) |
commit | 3511aff356300b3c67bb9cdea914d9d0680818f9 (patch) | |
tree | 5accee31b778ee9409cf319d46f1fab25dc6353b /ChangeLog | |
parent | d4c4c3a8f8edcc54b1e28e0ef3eaade3e5f2adce (diff) | |
download | tk-3511aff356300b3c67bb9cdea914d9d0680818f9.zip tk-3511aff356300b3c67bb9cdea914d9d0680818f9.tar.gz tk-3511aff356300b3c67bb9cdea914d9d0680818f9.tar.bz2 |
* generic/tk.h:
* mac/tkMacApplication.r:
* mac/tkMacLibrary.r:
* mac/tkMacResource.r:
* macosx/tkAboutDlg.r:
* macosx/tkMacOSXApplication.r:
* macosx/tkMacOSXLibrary.r:
* macosx/tkMacOSXResource.r: unified use of the two equivalent
resource compiler header inclusion defines RC_INVOKED and
RESOURCE_INCLUDED, now use RC_INVOKED throughout.
* macosx/tkMacOSXAppInit.c: improved detection of Wish startup
by the finder (by checking if stdin is /dev/null), in which
case we want to bring up the Tk console window.
* macosx/tkMacOSXHLEvents.c: added 'rapp' apple event handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2002-09-12 Daniel Steffen <das@users.sourceforge.net> + * generic/tk.h: + * mac/tkMacApplication.r: + * mac/tkMacLibrary.r: + * mac/tkMacResource.r: + * macosx/tkAboutDlg.r: + * macosx/tkMacOSXApplication.r: + * macosx/tkMacOSXLibrary.r: + * macosx/tkMacOSXResource.r: unified use of the two equivalent + resource compiler header inclusion defines RC_INVOKED and + RESOURCE_INCLUDED, now use RC_INVOKED throughout. + + * macosx/tkMacOSXAppInit.c: improved detection of Wish startup + by the finder (by checking if stdin is /dev/null), in which + case we want to bring up the Tk console window. + + * macosx/tkMacOSXHLEvents.c: added 'rapp' apple event handler. + +2002-09-12 Daniel Steffen <das@users.sourceforge.net> + * macosx/Wish.pbproj/project.pbxproj: reference & install tk/generic/prolog.ps instead of tk/library/prolog.ps. |