aboutsummaryrefslogtreecommitdiffstats
path: root/mac/Emacs.app/Contents
diff options
context:
space:
mode:
authorAndrew Choi2002-07-01 20:02:33 +0000
committerAndrew Choi2002-07-01 20:02:33 +0000
commitbc21bf11c1770f87b8e6a2472bfcfbac4209076f (patch)
treea4497cc1d17efeae1e154ba691d54787d8c561ae /mac/Emacs.app/Contents
parent7abc9addc7501da288dd0af9fd2bdcf8bcca0c6d (diff)
downloademacs-bc21bf11c1770f87b8e6a2472bfcfbac4209076f.tar.gz
emacs-bc21bf11c1770f87b8e6a2472bfcfbac4209076f.zip
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.
Diffstat (limited to 'mac/Emacs.app/Contents')
-rw-r--r--mac/Emacs.app/Contents/Info.plist23
-rw-r--r--mac/Emacs.app/Contents/Resources/Emacs.icnsbin0 -> 51554 bytes
2 files changed, 22 insertions, 1 deletions
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist
index 4d51100f66b..774db36af76 100644
--- a/mac/Emacs.app/Contents/Info.plist
+++ b/mac/Emacs.app/Contents/Info.plist
@@ -4,8 +4,29 @@
4<dict> 4<dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>*</string>
13 </array>
14 <key>CFBundleTypeName</key>
15 <string>All</string>
16 <key>CFBundleTypeOSTypes</key>
17 <array>
18 <string>****</string>
19 </array>
20 <key>CFBundleTypeRole</key>
21 <string>Viewer</string>
22 </dict>
23 </array>
7 <key>CFBundleExecutable</key> 24 <key>CFBundleExecutable</key>
8 <string>Emacs</string> 25 <string>Emacs</string>
26 <key>CFBundleIconFile</key>
27 <string>Emacs.icns</string>
28 <key>CFBundleIdentifier</key>
29 <string>com.gnu.Emacs</string>
9 <key>CFBundleInfoDictionaryVersion</key> 30 <key>CFBundleInfoDictionaryVersion</key>
10 <string>6.0</string> 31 <string>6.0</string>
11 <key>CFBundlePackageType</key> 32 <key>CFBundlePackageType</key>
@@ -13,6 +34,6 @@
13 <key>CFBundleSignature</key> 34 <key>CFBundleSignature</key>
14 <string>????</string> 35 <string>????</string>
15 <key>CFBundleVersion</key> 36 <key>CFBundleVersion</key>
16 <string>0.1</string> 37 <string>1.1</string>
17</dict> 38</dict>
18</plist> 39</plist>
diff --git a/mac/Emacs.app/Contents/Resources/Emacs.icns b/mac/Emacs.app/Contents/Resources/Emacs.icns
new file mode 100644
index 00000000000..25cc99fdd0e
--- /dev/null
+++ b/mac/Emacs.app/Contents/Resources/Emacs.icns
Binary files differ