mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
![Paul Eggert](/assets/img/avatar_default.png)
Apple changed the spelling of its operating system again, to "macOS", effective with macOS 10.12 Sierra (2016-09-20). Change Emacs documentation and comments to match this. Stick with older OS spellings ("OS X", "Mac OS X") when talking about older releases where the older names are more correct.
137 lines
2.7 KiB
Plaintext
137 lines
2.7 KiB
Plaintext
{
|
|
ApplicationDescription = "GNU Emacs for GNUstep / macOS";
|
|
ApplicationIcon = emacs.tiff;
|
|
ApplicationName = Emacs;
|
|
ApplicationRelease = "@version@";
|
|
Authors = (
|
|
"Adrian Robert (GNUstep)",
|
|
"Christophe de Dinechin (macOS)",
|
|
"Scott Bender (OpenStep)",
|
|
"Christian Limpach (NeXTstep)",
|
|
"Carl Edman (NeXTstep)",
|
|
"..see etc/NEXTSTEP"
|
|
);
|
|
Copyright = "@copyright@";
|
|
CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
|
|
FullVersionID = "Emacs @version@, NS Windowing";
|
|
NSExecutable = Emacs;
|
|
NSIcon = emacs.tiff;
|
|
NSPrincipalClass = NSApplication;
|
|
NSRole = Application;
|
|
NSTypes = (
|
|
{
|
|
NSDocumentClass = "EmacsDocument";
|
|
NSHumanReadableName = "";
|
|
NSIcon = "";
|
|
NSName = "";
|
|
NSRole = "";
|
|
NSUnixExtensions = (
|
|
txt
|
|
);
|
|
},
|
|
{
|
|
NSDocumentClass = "EmacsDocument";
|
|
NSHumanReadableName = "";
|
|
NSIcon = "";
|
|
NSName = "";
|
|
NSRole = "";
|
|
NSUnixExtensions = (
|
|
c,
|
|
h
|
|
);
|
|
},
|
|
{
|
|
NSDocumentClass = "EmacsDocument";
|
|
NSHumanReadableName = "";
|
|
NSIcon = "";
|
|
NSName = "";
|
|
NSRole = "";
|
|
NSUnixExtensions = (
|
|
m
|
|
);
|
|
},
|
|
{
|
|
NSDocumentClass = "EmacsDocument";
|
|
NSHumanReadableName = "";
|
|
NSIcon = "";
|
|
NSName = "";
|
|
NSRole = "";
|
|
NSUnixExtensions = (
|
|
C,
|
|
cpp,
|
|
H,
|
|
cc
|
|
);
|
|
},
|
|
{
|
|
NSDocumentClass = "EmacsDocument";
|
|
NSHumanReadableName = "";
|
|
NSIcon = "";
|
|
NSName = "";
|
|
NSRole = "";
|
|
NSUnixExtensions = (
|
|
java
|
|
);
|
|
},
|
|
{
|
|
NSDocumentClass = "EmacsDocument";
|
|
NSHumanReadableName = "";
|
|
NSIcon = "";
|
|
NSName = "";
|
|
NSRole = "";
|
|
NSUnixExtensions = (
|
|
el
|
|
);
|
|
},
|
|
{
|
|
NSDocumentClass = "EmacsDocument";
|
|
NSHumanReadableName = "";
|
|
NSIcon = "";
|
|
NSName = "";
|
|
NSRole = "";
|
|
NSUnixExtensions = (
|
|
*
|
|
);
|
|
}
|
|
);
|
|
NSServices = (
|
|
{
|
|
NSPortName = Emacs;
|
|
NSMessage = requestService;
|
|
NSUserData = open-selection;
|
|
NSSendTypes = (NSStringPboardType);
|
|
NSMenuItem = {
|
|
default = "Emacs.app/New Buffer Containing Selection";
|
|
};
|
|
},
|
|
{
|
|
NSPortName = Emacs;
|
|
NSMessage = requestService;
|
|
NSUserData = open-file;
|
|
NSSendTypes = (NSStringPboardType);
|
|
NSMenuItem = {
|
|
default = "Emacs.app/Open Selected File";
|
|
};
|
|
},
|
|
{
|
|
NSPortName = Emacs;
|
|
NSMessage = requestService;
|
|
NSUserData = mail-selection;
|
|
NSSendTypes = (NSStringPboardType);
|
|
NSMenuItem = {
|
|
default = "Emacs.app/Email Selection";
|
|
};
|
|
},
|
|
{
|
|
NSPortName = Emacs;
|
|
NSMessage = requestService;
|
|
NSUserData = mail-to;
|
|
NSSendTypes = (NSStringPboardType);
|
|
NSMenuItem = {
|
|
default = "Emacs.app/Send Email to Selected Address";
|
|
};
|
|
},
|
|
);
|
|
URL = "@PACKAGE_URL@";
|
|
}
|