[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to nextstep/GNUstep/Emacs.base/Resources/Info-gnus
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist |
Date: |
Tue, 15 Jul 2008 18:16:03 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/15 18:15:19
Index: nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
===================================================================
RCS file: nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
diff -N nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist 15 Jul 2008
18:15:08 -0000 1.1
@@ -0,0 +1,137 @@
+{
+ "!" = "Generated by ProjectCenter, do not edit";
+ ApplicationDescription = "GNU Emacs for GNUstep / OS X";
+ ApplicationIcon = emacs.tiff;
+ ApplicationName = Emacs;
+ ApplicationRelease = "9.0";
+ Authors = (
+ "Adrian Robert (GNUstep)",
+ "Christophe de Dinechin (MacOS X)",
+ "Scott Bender (OpenStep)",
+ "Christian Limpach (NeXTStep)",
+ "Carl Edman (NeXTStep)",
+ "..see http://emacs-app.sf.net"
+ );
+ Copyright = "Copyright (C) 2005-2008";
+ CopyrightDescription = "Released under the GNU General Public License
Version 2";
+ FullVersionID = "Emacs 23.0.60 NS 9.0";
+ NSExecutable = Emacs;
+ NSIcon = emacs.tiff;
+ NSPrincipalClass = NSApplication;
+ NSRole = Application;
+ NSTypes = (
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ txt
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ c,
+ h
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ m
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ C,
+ cpp,
+ H,
+ cc
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ java
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ el
+ );
+ },
+ {
+ NSDocumentClass = "";
+ 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 = "http://emacs-app.sf.net";
+}
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist,
Adrian Robert <=