Sven Joachim <svenjoac at gmx.de>
[bpt/emacs.git] / nextstep / GNUstep / Emacs.base / Resources / Info-gnustep.plist
CommitLineData
edfda783
AR
1{
2 "!" = "Generated by ProjectCenter, do not edit";
3 ApplicationDescription = "GNU Emacs for GNUstep / OS X";
4 ApplicationIcon = emacs.tiff;
5 ApplicationName = Emacs;
6 ApplicationRelease = "9.0";
7 Authors = (
8 "Adrian Robert (GNUstep)",
9 "Christophe de Dinechin (MacOS X)",
10 "Scott Bender (OpenStep)",
11 "Christian Limpach (NeXTStep)",
12 "Carl Edman (NeXTStep)",
8a423eff 13 "..see http://emacs-app.sf.net/authorship.html"
edfda783 14 );
dcd9248a
GM
15 Copyright = "Copyright (C) 2008 Free Software Foundation, Inc.";
16 CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
edfda783
AR
17 FullVersionID = "Emacs 23.0.60 NS 9.0";
18 NSExecutable = Emacs;
19 NSIcon = emacs.tiff;
20 NSPrincipalClass = NSApplication;
21 NSRole = Application;
22 NSTypes = (
23 {
24 NSDocumentClass = "";
25 NSHumanReadableName = "";
26 NSIcon = "";
27 NSName = "";
28 NSRole = "";
29 NSUnixExtensions = (
30 txt
31 );
32 },
33 {
34 NSDocumentClass = "";
35 NSHumanReadableName = "";
36 NSIcon = "";
37 NSName = "";
38 NSRole = "";
39 NSUnixExtensions = (
40 c,
41 h
42 );
43 },
44 {
45 NSDocumentClass = "";
46 NSHumanReadableName = "";
47 NSIcon = "";
48 NSName = "";
49 NSRole = "";
50 NSUnixExtensions = (
51 m
52 );
53 },
54 {
55 NSDocumentClass = "";
56 NSHumanReadableName = "";
57 NSIcon = "";
58 NSName = "";
59 NSRole = "";
60 NSUnixExtensions = (
61 C,
62 cpp,
63 H,
64 cc
65 );
66 },
67 {
68 NSDocumentClass = "";
69 NSHumanReadableName = "";
70 NSIcon = "";
71 NSName = "";
72 NSRole = "";
73 NSUnixExtensions = (
74 java
75 );
76 },
77 {
78 NSDocumentClass = "";
79 NSHumanReadableName = "";
80 NSIcon = "";
81 NSName = "";
82 NSRole = "";
83 NSUnixExtensions = (
84 el
85 );
86 },
87 {
88 NSDocumentClass = "";
89 NSHumanReadableName = "";
90 NSIcon = "";
91 NSName = "";
92 NSRole = "";
93 NSUnixExtensions = (
94 *
95 );
96 }
97 );
98 NSServices = (
99 {
100 NSPortName = Emacs;
101 NSMessage = requestService;
102 NSUserData = open-selection
103 NSSendTypes = (NSStringPboardType);
104 NSMenuItem = {
105 default = "Emacs.app/New Buffer Containing Selection";
106 };
107 },
108 {
109 NSPortName = Emacs;
110 NSMessage = requestService;
111 NSUserData = open-file
112 NSSendTypes = (NSStringPboardType);
113 NSMenuItem = {
114 default = "Emacs.app/Open Selected File";
115 };
116 },
117 {
118 NSPortName = Emacs;
119 NSMessage = requestService;
120 NSUserData = mail-selection
121 NSSendTypes = (NSStringPboardType);
122 NSMenuItem = {
123 default = "Emacs.app/Email Selection";
124 };
125 },
126 {
127 NSPortName = Emacs;
128 NSMessage = requestService;
129 NSUserData = mail-to
130 NSSendTypes = (NSStringPboardType);
131 NSMenuItem = {
132 default = "Emacs.app/Send Email to Selected Address";
133 };
134 },
135 );
8a423eff 136 URL = "http://www.gnu.org/software/emacs";
dcd9248a 137}