]> git.eshelyaron.com Git - emacs.git/commitdiff
Swap name and description. Remove Windows versions.
authorJason Rumney <jasonr@gnu.org>
Mon, 26 Jan 2009 01:51:18 +0000 (01:51 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 26 Jan 2009 01:51:18 +0000 (01:51 +0000)
nt/ChangeLog
nt/emacs.rc
nt/emacsclient.rc

index 75aebe38519c30043d2f9993f735f01df0e7cc01..dd36b553843f25099f8e1affa299ffed7e79c506 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-26  Jason Rumney  <jasonr@gnu.org>
+
+       * emacsclient.rc, emacs.rc: Swap name and description. Remove
+       Windows versions.
+
 2009-01-15  Jason Rumney  <jasonr@gnu.org>
 
        * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
index a8a6e98351260408733f8493d32c994b3477bd5c..e7cba7975e98486551d29f093913715198c3d90d 100644 (file)
@@ -24,12 +24,12 @@ BEGIN
        BLOCK "040904B0"
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
-           VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
+           VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
            VALUE "FileVersion", "23, 0, 60, 0\0"
            VALUE "InternalName", "Emacs\0"
            VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
            VALUE "OriginalFilename", "emacs.exe"
-           VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
+           VALUE "ProductName", "Emacs\0"
            VALUE "ProductVersion", "23, 0, 60, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
index 811378e29651a5f87a5ce84838b577d6a3b5b132..e694c78682dedfecef301c3c82f3d7381578c7ac 100644 (file)
@@ -22,12 +22,12 @@ BEGIN
        BLOCK "040904B0"
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
-           VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0"
+           VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
            VALUE "FileVersion", "23, 0, 60, 0\0"
            VALUE "InternalName", "EmacsClient\0"
            VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
            VALUE "OriginalFilename", "emacsclientw.exe"
-           VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0"
+           VALUE "ProductName", "EmacsClient\0"
            VALUE "ProductVersion", "23, 0, 60, 0\0"
            VALUE "OLESelfRegister", "\0"
         END