In mac:
authorAndrew Choi <akochoi@shaw.ca>
Mon, 1 Jul 2002 20:02:33 +0000 (20:02 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Mon, 1 Jul 2002 20:02:33 +0000 (20:02 +0000)
commitbc21bf11c1770f87b8e6a2472bfcfbac4209076f
treea4497cc1d17efeae1e154ba691d54787d8c561ae
parent7abc9addc7501da288dd0af9fd2bdcf8bcca0c6d
In mac:

2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * Emacs.app/Contents/Resources/Emacs.icns: New file.

        * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
        CFBundleIconFile entries.

In src:

2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
        and FSRefMakePath to convert FSSpec returned with Apple Event to
        Posix pathname.
        (mac_initialize) [TARGET_API_MAC_CARBON]: Call
        init_required_apple_events and disable the `Quit' menu item
        provided automatically by the Carbon Toolbox.
mac/ChangeLog
mac/Emacs.app/Contents/Info.plist
mac/Emacs.app/Contents/Resources/Emacs.icns [new file with mode: 0644]
src/ChangeLog
src/macterm.c