]> code.delx.au - gnu-emacs/commitdiff
* Cocoa/Emacs.base/Contents/Info.plist * Cocoa/Emacs.base/Contents/Resources/English...
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 22 Oct 2008 13:14:33 +0000 (13:14 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 22 Oct 2008 13:14:33 +0000 (13:14 +0000)
nextstep/ChangeLog
nextstep/Cocoa/Emacs.base/Contents/Info.plist
nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist

index 3da6949ec2a7c5131944a1981fda863fc517271c..56efde083737f3e2f3ef9778abce5043f7a78781 100644 (file)
@@ -1,3 +1,11 @@
+2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * 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.
+
 2008-10-08  Yavor Doganov  <yavor@gnu.org>  (tiny change)
 
        * GNUstep/Emacs.base/Resources/Info-gnustep.plist:
index f8bf9278e584c7bd0af8cd14482a3d575fffeb31..054ebf8fc726059dc5c901facda4ed0597d06e6e 100644 (file)
@@ -551,13 +551,14 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
        <string>Emacs</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
+       <!-- This should be the emacs version number. -->
        <key>CFBundleShortVersionString</key>
-       <string>Version 23.0.60</string>
+       <string>23.0.60</string>
        <key>CFBundleSignature</key>
-<!--   <string>Emcs</string> -->
        <string>EMAx</string>
+       <!-- This SHOULD be a build number. -->
        <key>CFBundleVersion</key>
-       <string>NS 9.0</string>
+       <string>9.0</string>
        <key>NSPrincipalClass</key>
        <string>EmacsApp</string>
        <key>CFBundleURLTypes</key>
index 6ebe9f88386797cce81ddad369d940d3fbf8d882..d3bcdfaf66ed179c1ba6a44fbd23b289d19413af 100644 (file)
@@ -2,5 +2,5 @@
 
 CFBundleName = "Emacs";
 CFBundleShortVersionString = "Version 23.0.60";
-CFBundleGetInfoString = "Emacs version 23.0.60, GNUstep / MacOS X Cocoa version 9.0";
+CFBundleGetInfoString = "Emacs version 23.0.60, NS Windowing";
 NSHumanReadableCopyright = "Copyright 2008 Free Software Foundation.";
index 3720826a4d0a622f7acf30a98e4d4703749c3426..0b9f67109bbfd070037e6a420b9e3f6d327f884a 100644 (file)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 Type=Application
-Version=9.0
+Version=23.0.60
 Categories=GNUstep
 Name=Emacs
 Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
index f35b821ee922459bf07e869c5ca5fc287edce58e..4155bb091b43b2b33b4fedb2c931c9c8c257468a 100644 (file)
@@ -1,9 +1,8 @@
 {
-    "!" = "Generated by ProjectCenter, do not edit";
     ApplicationDescription = "GNU Emacs for GNUstep / OS X";
     ApplicationIcon = emacs.tiff;
     ApplicationName = Emacs;
-    ApplicationRelease = "9.0";
+    ApplicationRelease = "23.0.60";
     Authors = (
        "Adrian Robert (GNUstep)",
        "Christophe de Dinechin (MacOS X)",
@@ -14,7 +13,7 @@
     );
     Copyright = "Copyright (C) 2008 Free Software Foundation, Inc.";
     CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
-    FullVersionID = "Emacs 23.0.60 NS 9.0";
+    FullVersionID = "Emacs 23.0.60, NS Windowing";
     NSExecutable = Emacs;
     NSIcon = emacs.tiff;
     NSPrincipalClass = NSApplication;