diff options
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 5 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/Info.plist | 21 |
2 files changed, 21 insertions, 5 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index e61cb12a946..cc097906046 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and | ||
| 4 | data. Make NSServices open-selection the first entry. | ||
| 5 | |||
| 1 | 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * makefile.MPW (shortlisp): Sync with src/Makefile.in. | 8 | * makefile.MPW (shortlisp): Sync with src/Makefile.in. |
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index 176dbf81276..d03123cc3cd 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist | |||
| @@ -35,7 +35,18 @@ | |||
| 35 | <string>EMAx</string> | 35 | <string>EMAx</string> |
| 36 | <key>CFBundleVersion</key> | 36 | <key>CFBundleVersion</key> |
| 37 | <string>1.1</string> | 37 | <string>1.1</string> |
| 38 | <key>NSServices</key> | 38 | <key>CFBundleURLTypes</key> |
| 39 | <array> | ||
| 40 | <dict> | ||
| 41 | <key>CFBundleURLName</key> | ||
| 42 | <string>Email Address URL</string> | ||
| 43 | <key>CFBundleURLSchemes</key> | ||
| 44 | <array> | ||
| 45 | <string>mailto</string> | ||
| 46 | </array> | ||
| 47 | </dict> | ||
| 48 | </array> | ||
| 49 | <key>NSServices</key> | ||
| 39 | <array> | 50 | <array> |
| 40 | <dict> | 51 | <dict> |
| 41 | <key>NSKeyEquivalent</key> | 52 | <key>NSKeyEquivalent</key> |
| @@ -43,10 +54,10 @@ | |||
| 43 | <key>NSMenuItem</key> | 54 | <key>NSMenuItem</key> |
| 44 | <dict> | 55 | <dict> |
| 45 | <key>default</key> | 56 | <key>default</key> |
| 46 | <string>Emacs/Open Selected File</string> | 57 | <string>Emacs/New Buffer Containing Selection</string> |
| 47 | </dict> | 58 | </dict> |
| 48 | <key>NSMessage</key> | 59 | <key>NSMessage</key> |
| 49 | <string>open-file</string> | 60 | <string>open-selection</string> |
| 50 | <key>NSPortName</key> | 61 | <key>NSPortName</key> |
| 51 | <string>Emacs</string> | 62 | <string>Emacs</string> |
| 52 | <key>NSReturnTypes</key> | 63 | <key>NSReturnTypes</key> |
| @@ -62,10 +73,10 @@ | |||
| 62 | <key>NSMenuItem</key> | 73 | <key>NSMenuItem</key> |
| 63 | <dict> | 74 | <dict> |
| 64 | <key>default</key> | 75 | <key>default</key> |
| 65 | <string>Emacs/New Buffer Containing Selection</string> | 76 | <string>Emacs/Open Selected File</string> |
| 66 | </dict> | 77 | </dict> |
| 67 | <key>NSMessage</key> | 78 | <key>NSMessage</key> |
| 68 | <string>open-selection</string> | 79 | <string>open-file</string> |
| 69 | <key>NSPortName</key> | 80 | <key>NSPortName</key> |
| 70 | <string>Emacs</string> | 81 | <string>Emacs</string> |
| 71 | <key>NSReturnTypes</key> | 82 | <key>NSReturnTypes</key> |