diff options
Diffstat (limited to 'nextstep/Cocoa/Emacs.base/Contents')
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Info.plist | 212 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/PkgInfo | 1 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html | 1 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns | bin | 0 -> 57897 bytes | |||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings | 6 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib | 32 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib | 46 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/keyedobjects.nib | bin | 0 -> 22355 bytes |
8 files changed, 298 insertions, 0 deletions
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist new file mode 100644 index 00000000000..751ce9f61c0 --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist @@ -0,0 +1,212 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>txt</string> + </array> + <key>CFBundleTypeName</key> + <string>Text</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>c</string> + <string>h</string> + </array> + <key>CFBundleTypeName</key> + <string>C</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>C</string> + <string>H</string> + <string>cpp</string> + <string>cc</string> + <string>hh</string> + </array> + <key>CFBundleTypeName</key> + <string>C++</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>m</string> + </array> + <key>CFBundleTypeName</key> + <string>Objective C</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>el</string> + </array> + <key>CFBundleTypeName</key> + <string>Lisp</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>xml</string> + <string>xhtml</string> + <string>xsl</string> + <string>xsd</string> + <string>xsdl</string> + </array> + <key>CFBundleTypeName</key> + <string>XML</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>java</string> + </array> + <key>CFBundleTypeName</key> + <string>Java</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>tex</string> + <string>ltx</string> + <string>bib</string> + <string>bbl</string> + </array> + <key>CFBundleTypeName</key> + <string>TeX/LaTeX</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>*</string> + </array> + <key>CFBundleTypeName</key> + <string>Any</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>****</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + </array> + + <key>NSServices</key> + <array> + <dict> + <key>NSMenuItem</key> + <dict> + <key>default</key> + <string>Emacs.app/New Buffer Containing Selection</string> + </dict> + <key>NSMessage</key> + <string>requestService</string> + <key>NSUserData</key> + <string>open-selection</string> + <key>NSPortName</key> + <string>Emacs</string> + <key>NSSendTypes</key> + <array> + <string>NSStringPboardType</string> + </array> + </dict> + <dict> + <key>NSMenuItem</key> + <dict> + <key>default</key> + <string>Emacs.app/Open Selected File</string> + </dict> + <key>NSMessage</key> + <string>requestService</string> + <key>NSUserData</key> + <string>open-file</string> + <key>NSPortName</key> + <string>Emacs</string> + <key>NSSendTypes</key> + <array> + <string>NSStringPboardType</string> + </array> + </dict> + <dict> + <key>NSMenuItem</key> + <dict> + <key>default</key> + <string>Emacs.app/Email Selection</string> + </dict> + <key>NSMessage</key> + <string>requestService</string> + <key>NSUserData</key> + <string>mail-selection</string> + <key>NSPortName</key> + <string>Emacs</string> + <key>NSSendTypes</key> + <array> + <string>NSStringPboardType</string> + </array> + </dict> + <dict> + <key>NSMenuItem</key> + <dict> + <key>default</key> + <string>Emacs.app/Send Email to Selected Address</string> + </dict> + <key>NSMessage</key> + <string>requestService</string> + <key>NSUserData</key> + <string>mail-to</string> + <key>NSPortName</key> + <string>Emacs</string> + <key>NSSendTypes</key> + <array> + <string>NSStringPboardType</string> + </array> + </dict> + </array> + + <key>CFBundleExecutable</key> + <string>Emacs</string> + <key>CFBundleGetInfoString</key> + <string>Emacs 23.0.60 (C) Free Software Foundation</string> + <key>CFBundleIconFile</key> + <string>Emacs</string> + <key>CFBundleIdentifier</key> + <string>Emacs</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Emacs</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>Version 23.0.60</string> + <key>CFBundleSignature</key> + <string>Emcs</string> + <key>CFBundleVersion</key> + <string>NS 9.0</string> + <key>NSPrincipalClass</key> + <string>EmacsApp</string> +</dict> +</plist> diff --git a/nextstep/Cocoa/Emacs.base/Contents/PkgInfo b/nextstep/Cocoa/Emacs.base/Contents/PkgInfo new file mode 100644 index 00000000000..3ed03c814b1 --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/PkgInfo @@ -0,0 +1 @@ +APPLEmcs
\ No newline at end of file diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html new file mode 100644 index 00000000000..7a65b125c5b --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html @@ -0,0 +1 @@ +<font face="lucida grande" size="-1"><a href="http://emacs-app.sf.net">http://emacs-app.sf.net</a></font> diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns b/nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns Binary files differnew file mode 100644 index 00000000000..de187c1142d --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 00000000000..6ebe9f88386 --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "Emacs"; +CFBundleShortVersionString = "Version 23.0.60"; +CFBundleGetInfoString = "Emacs version 23.0.60, GNUstep / MacOS X Cocoa version 9.0"; +NSHumanReadableCopyright = "Copyright 2008 Free Software Foundation."; diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib b/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib new file mode 100644 index 00000000000..987c0ea21a4 --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib @@ -0,0 +1,32 @@ +{ + IBClasses = ( + { + ACTIONS = { + cancel = id; + ok = id; + resetToDefaults = id; + runHelp = id; + setColors = id; + setDefaultFont = id; + }; + CLASS = EmacsPrefsController; + LANGUAGE = ObjC; + OUTLETS = { + alternateModMenu = NSPopUpButton; + commandModMenu = NSPopUpButton; + controlModMenu = NSPopUpButton; + cursorBlinkSlider = NSSlider; + cursorTypeMatrix = NSMatrix; + expandSpaceSlider = NSSlider; + functionModMenu = NSPopUpButton; + prefsWindow = NSWindow; + smoothFontsCheck = NSButton; + useQuickdrawCheck = NSButton; + useSysHiliteCheck = NSButton; + }; + SUPERCLASS = NSObject; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } + ); + IBVersion = 1; +}
\ No newline at end of file diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib b/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib new file mode 100644 index 00000000000..e24ef616b70 --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>IBDocumentLocation</key> + <string>196 42 356 240 0 0 1440 878 </string> + <key>IBFramework Version</key> + <string>446.1</string> + <key>IBGroupedObjects</key> + <dict> + <key>5</key> + <array> + <string>114</string> + <string>110</string> + <string>111</string> + <string>112</string> + <string>113</string> + </array> + <key>6</key> + <array> + <string>183</string> + <string>176</string> + </array> + <key>7</key> + <array> + <string>191</string> + <string>184</string> + </array> + <key>9</key> + <array> + <string>201</string> + <string>194</string> + </array> + </dict> + <key>IBLastGroupID</key> + <string>10</string> + <key>IBOldestOS</key> + <integer>3</integer> + <key>IBOpenObjects</key> + <array> + <integer>5</integer> + </array> + <key>IBSystem Version</key> + <string>8R2232</string> +</dict> +</plist> diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/keyedobjects.nib b/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/keyedobjects.nib Binary files differnew file mode 100644 index 00000000000..9cb5d1f1d4e --- /dev/null +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib/keyedobjects.nib |