summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2009-01-26 01:51:18 +0000
committerJason Rumney <jasonr@gnu.org>2009-01-26 01:51:18 +0000
commitc24f4bf956ed4f3d0c736312a6f1459cb974e530 (patch)
treebb9e2fcc2e9ea22e4bb98e458b92eb1740525950 /nt
parent49ffdce87c1a2502af6f6459d1ecf10fe0104530 (diff)
downloademacs-c24f4bf956ed4f3d0c736312a6f1459cb974e530.tar.gz
Swap name and description. Remove Windows versions.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/emacs.rc4
-rw-r--r--nt/emacsclient.rc4
3 files changed, 9 insertions, 4 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 75aebe38519..dd36b553843 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -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.
diff --git a/nt/emacs.rc b/nt/emacs.rc
index a8a6e983512..e7cba7975e9 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -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
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index 811378e2965..e694c78682d 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -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