diff options
| author | Karoly Lorentey | 2005-12-11 22:42:40 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-12-11 22:42:40 +0000 |
| commit | be3d2d66d2dff979604134c5dc5fb506ded4aa54 (patch) | |
| tree | 683fc7324392d0023e995b593a627c294375aba1 /mac | |
| parent | 16986fcfcca94e88e620c38775e15f758aa44935 (diff) | |
| parent | ac8fcf0f17ab5d81f3b30db5599337d000ad12d9 (diff) | |
| download | emacs-be3d2d66d2dff979604134c5dc5fb506ded4aa54.tar.gz emacs-be3d2d66d2dff979604134c5dc5fb506ded4aa54.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-667
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-669
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-670
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-157
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-158
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-159
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-160
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-161
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-162
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-163
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-164
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-165
Update from CVS: texi/message.texi: Fix default values.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-166
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-167
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-168
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-448
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> |