annotate mac/Emacs.app/Contents/Info.plist @ 82411:f166520262fd

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 16 Aug 2007 03:15:35 +0000
parents 7c332721231a
children 360532428aaa 63337c0c2f1a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75459
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
1 <!--
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
3 Free Software Foundation, Inc.
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
4
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
5 This file is part of GNU Emacs.
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
6
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
7 GNU Emacs is free software; you can redistribute it and/or modify it
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
8 under the terms of the GNU General Public License as published by the
78248
7c332721231a Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 75459
diff changeset
9 Free Software Foundation; either version 3, or (at your option) any
75459
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
10 later version.
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
11
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
12 GNU Emacs is distributed in the hope that it will be useful, but
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
13 WITHOUT ANY WARRANTY; without even the implied warranty of
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
15 General Public License for more details.
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
16
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
17 You should have received a copy of the GNU General Public License
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
18 along with GNU Emacs; see the file COPYING. If not, write to the Free
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
19 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
20 MA 02110-1301, USA.
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
21 -->
a25ca5bd2fb9 Add Copyright and GPL. Years from date of installation in public Emacs
Glenn Morris <rgm@gnu.org>
parents: 67451
diff changeset
22
44890
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
23 <?xml version="1.0" encoding="UTF-8"?>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
24 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
25 <plist version="0.9">
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
26 <dict>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
27 <key>CFBundleDevelopmentRegion</key>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
28 <string>English</string>
46121
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
29 <key>CFBundleDocumentTypes</key>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
30 <array>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
31 <dict>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
32 <key>CFBundleTypeExtensions</key>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
33 <array>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
34 <string>*</string>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
35 </array>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
36 <key>CFBundleTypeName</key>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
37 <string>All</string>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
38 <key>CFBundleTypeOSTypes</key>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
39 <array>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
40 <string>****</string>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
41 </array>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
42 <key>CFBundleTypeRole</key>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
43 <string>Viewer</string>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
44 </dict>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
45 </array>
44890
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
46 <key>CFBundleExecutable</key>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
47 <string>Emacs</string>
46121
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
48 <key>CFBundleIconFile</key>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
49 <string>Emacs.icns</string>
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
50 <key>CFBundleIdentifier</key>
60631
b218b0216c5e (CFBundleIdentifier): Change to org.gnu.Emacs.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 46777
diff changeset
51 <string>org.gnu.Emacs</string>
44890
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
52 <key>CFBundleInfoDictionaryVersion</key>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
53 <string>6.0</string>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
54 <key>CFBundlePackageType</key>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
55 <string>APPL</string>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
56 <key>CFBundleSignature</key>
46777
19a2158de8ae 2002-07-31 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents: 46121
diff changeset
57 <string>EMAx</string>
44890
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
58 <key>CFBundleVersion</key>
46121
2198a6632b2b In mac:
Andrew Choi <akochoi@shaw.ca>
parents: 44890
diff changeset
59 <string>1.1</string>
67451
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
60 <key>CFBundleURLTypes</key>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
61 <array>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
62 <dict>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
63 <key>CFBundleURLName</key>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
64 <string>Email Address URL</string>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
65 <key>CFBundleURLSchemes</key>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
66 <array>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
67 <string>mailto</string>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
68 </array>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
69 </dict>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
70 </array>
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
71 <key>NSServices</key>
61780
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
72 <array>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
73 <dict>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
74 <key>NSKeyEquivalent</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
75 <dict/>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
76 <key>NSMenuItem</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
77 <dict>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
78 <key>default</key>
67451
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
79 <string>Emacs/New Buffer Containing Selection</string>
61780
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
80 </dict>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
81 <key>NSMessage</key>
67451
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
82 <string>open-selection</string>
61780
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
83 <key>NSPortName</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
84 <string>Emacs</string>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
85 <key>NSReturnTypes</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
86 <array/>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
87 <key>NSSendTypes</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
88 <array>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
89 <string>NSStringPboardType</string>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
90 </array>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
91 </dict>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
92 <dict>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
93 <key>NSKeyEquivalent</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
94 <dict/>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
95 <key>NSMenuItem</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
96 <dict>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
97 <key>default</key>
67451
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
98 <string>Emacs/Open Selected File</string>
61780
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
99 </dict>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
100 <key>NSMessage</key>
67451
a8599801089f Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64246
diff changeset
101 <string>open-file</string>
61780
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
102 <key>NSPortName</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
103 <string>Emacs</string>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
104 <key>NSReturnTypes</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
105 <array/>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
106 <key>NSSendTypes</key>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
107 <array>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
108 <string>NSStringPboardType</string>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
109 </array>
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
110 </dict>
64246
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
111 <dict>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
112 <key>NSKeyEquivalent</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
113 <dict/>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
114 <key>NSMenuItem</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
115 <dict>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
116 <key>default</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
117 <string>Emacs/Send Selection</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
118 </dict>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
119 <key>NSMessage</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
120 <string>mail-selection</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
121 <key>NSPortName</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
122 <string>Emacs</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
123 <key>NSReturnTypes</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
124 <array/>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
125 <key>NSSendTypes</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
126 <array>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
127 <string>NSStringPboardType</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
128 </array>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
129 </dict>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
130 <dict>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
131 <key>NSKeyEquivalent</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
132 <dict/>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
133 <key>NSMenuItem</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
134 <dict>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
135 <key>default</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
136 <string>Emacs/Send To</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
137 </dict>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
138 <key>NSMessage</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
139 <string>mail-to</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
140 <key>NSPortName</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
141 <string>Emacs</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
142 <key>NSReturnTypes</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
143 <array/>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
144 <key>NSSendTypes</key>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
145 <array>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
146 <string>NSStringPboardType</string>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
147 </array>
269f91810e62 (mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 61780
diff changeset
148 </dict>
61780
ee81206f1c6b Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60631
diff changeset
149 </array>
44890
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
150 </dict>
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
151 </plist>