aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Robert2008-10-22 13:14:33 +0000
committerAdrian Robert2008-10-22 13:14:33 +0000
commit5be6c7a2837007233510009e2a845a1d7f0e87f7 (patch)
tree4cae2a2e9d0b6166547f058bb21857d980f0211e
parent52a94b8577ea3d5d3211aca60dae84541e3abffa (diff)
downloademacs-5be6c7a2837007233510009e2a845a1d7f0e87f7.tar.gz
emacs-5be6c7a2837007233510009e2a845a1d7f0e87f7.zip
* Cocoa/Emacs.base/Contents/Info.plist * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings * GNUstep/Emacs.base/Resources/Emacs.desktop * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Replace 9.0 version numbers with 23.0.60-involving strings.
-rw-r--r--nextstep/ChangeLog8
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist7
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings2
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop2
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist5
5 files changed, 16 insertions, 8 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 3da6949ec2a..56efde08373 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,11 @@
12008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * Cocoa/Emacs.base/Contents/Info.plist
4 * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
5 * GNUstep/Emacs.base/Resources/Emacs.desktop
6 * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Replace 9.0 version
7 numbers with 23.0.60-involving strings.
8
12008-10-08 Yavor Doganov <yavor@gnu.org> (tiny change) 92008-10-08 Yavor Doganov <yavor@gnu.org> (tiny change)
2 10
3 * GNUstep/Emacs.base/Resources/Info-gnustep.plist: 11 * GNUstep/Emacs.base/Resources/Info-gnustep.plist:
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index f8bf9278e58..054ebf8fc72 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -551,13 +551,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
551 <string>Emacs</string> 551 <string>Emacs</string>
552 <key>CFBundlePackageType</key> 552 <key>CFBundlePackageType</key>
553 <string>APPL</string> 553 <string>APPL</string>
554 <!-- This should be the emacs version number. -->
554 <key>CFBundleShortVersionString</key> 555 <key>CFBundleShortVersionString</key>
555 <string>Version 23.0.60</string> 556 <string>23.0.60</string>
556 <key>CFBundleSignature</key> 557 <key>CFBundleSignature</key>
557<!-- <string>Emcs</string> -->
558 <string>EMAx</string> 558 <string>EMAx</string>
559 <!-- This SHOULD be a build number. -->
559 <key>CFBundleVersion</key> 560 <key>CFBundleVersion</key>
560 <string>NS 9.0</string> 561 <string>9.0</string>
561 <key>NSPrincipalClass</key> 562 <key>NSPrincipalClass</key>
562 <string>EmacsApp</string> 563 <string>EmacsApp</string>
563 <key>CFBundleURLTypes</key> 564 <key>CFBundleURLTypes</key>
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
index 6ebe9f88386..d3bcdfaf66e 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
+++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
@@ -2,5 +2,5 @@
2 2
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "Version 23.0.60"; 4CFBundleShortVersionString = "Version 23.0.60";
5CFBundleGetInfoString = "Emacs version 23.0.60, GNUstep / MacOS X Cocoa version 9.0"; 5CFBundleGetInfoString = "Emacs version 23.0.60, NS Windowing";
6NSHumanReadableCopyright = "Copyright 2008 Free Software Foundation."; 6NSHumanReadableCopyright = "Copyright 2008 Free Software Foundation.";
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
index 3720826a4d0..0b9f67109bb 100644
--- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
+++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
@@ -1,7 +1,7 @@
1[Desktop Entry] 1[Desktop Entry]
2Encoding=UTF-8 2Encoding=UTF-8
3Type=Application 3Type=Application
4Version=9.0 4Version=23.0.60
5Categories=GNUstep 5Categories=GNUstep
6Name=Emacs 6Name=Emacs
7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X 7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
index f35b821ee92..4155bb091b4 100644
--- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
+++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
@@ -1,9 +1,8 @@
1{ 1{
2 "!" = "Generated by ProjectCenter, do not edit";
3 ApplicationDescription = "GNU Emacs for GNUstep / OS X"; 2 ApplicationDescription = "GNU Emacs for GNUstep / OS X";
4 ApplicationIcon = emacs.tiff; 3 ApplicationIcon = emacs.tiff;
5 ApplicationName = Emacs; 4 ApplicationName = Emacs;
6 ApplicationRelease = "9.0"; 5 ApplicationRelease = "23.0.60";
7 Authors = ( 6 Authors = (
8 "Adrian Robert (GNUstep)", 7 "Adrian Robert (GNUstep)",
9 "Christophe de Dinechin (MacOS X)", 8 "Christophe de Dinechin (MacOS X)",
@@ -14,7 +13,7 @@
14 ); 13 );
15 Copyright = "Copyright (C) 2008 Free Software Foundation, Inc."; 14 Copyright = "Copyright (C) 2008 Free Software Foundation, Inc.";
16 CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; 15 CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
17 FullVersionID = "Emacs 23.0.60 NS 9.0"; 16 FullVersionID = "Emacs 23.0.60, NS Windowing";
18 NSExecutable = Emacs; 17 NSExecutable = Emacs;
19 NSIcon = emacs.tiff; 18 NSIcon = emacs.tiff;
20 NSPrincipalClass = NSApplication; 19 NSPrincipalClass = NSApplication;