aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader2007-04-11 00:17:47 +0000
committerMiles Bader2007-04-11 00:17:47 +0000
commit57cb2e6f261bb0aad81a9f7e6f3017b54adee068 (patch)
tree6ceb46f2e3bf08f16468d77f4fbfd201f637596a /nt
parent3bd1d328e94787ac52ef6ba5dfec3b94ba23917a (diff)
parentc429815a6b9d271a57eed4956125f6bc89d1d72b (diff)
downloademacs-57cb2e6f261bb0aad81a9f7e6f3017b54adee068.tar.gz
emacs-57cb2e6f261bb0aad81a9f7e6f3017b54adee068.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 675-697) - Update from CVS - Merge from gnus--rel--5.10 - Release ERC 5.2. * gnus--rel--5.10 (patch 211-215) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/INSTALL5
-rw-r--r--nt/emacs.rc8
3 files changed, 12 insertions, 5 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 3d5383fdc28..c5ad2555bbe 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12007-03-31 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
4
12007-03-09 Richard Stallman <rms@gnu.org> 52007-03-09 Richard Stallman <rms@gnu.org>
2 6
3 * INSTALL: Say explicitly this is not for Cygwin. 7 * INSTALL: Say explicitly this is not for Cygwin.
diff --git a/nt/INSTALL b/nt/INSTALL
index dc88bfd9975..fe5381a6f21 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -123,7 +123,10 @@
123 The rest of this file assumes you have a working development 123 The rest of this file assumes you have a working development
124 environment. If you just installed such an environment, try 124 environment. If you just installed such an environment, try
125 building a trivial C "Hello world" program, and see if it works. If 125 building a trivial C "Hello world" program, and see if it works. If
126 it doesn't work, resolve that problem first! 126 it doesn't work, resolve that problem first! If you use Microsoft
127 Visual Studio .NET 2003, don't forget to run the VCVARS32.BAT batch
128 file from the `Bin' subdirectory of the directory where you have
129 installed VS.NET.
127 130
128 If you use the MinGW port of GCC and GNU Make to build Emacs, there 131 If you use the MinGW port of GCC and GNU Make to build Emacs, there
129 are some compatibility issues wrt Make and the shell that is run by 132 are some compatibility issues wrt Make and the shell that is run by
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 2ec3023310a..892d23df019 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico
6#endif 6#endif
7 7
8VS_VERSION_INFO VERSIONINFO 8VS_VERSION_INFO VERSIONINFO
9 FILEVERSION 22,0,96,0 9 FILEVERSION 22,0,97,0
10 PRODUCTVERSION 22,0,96,0 10 PRODUCTVERSION 22,0,97,0
11 FILEFLAGSMASK 0x3FL 11 FILEFLAGSMASK 0x3FL
12#ifdef EMACSDEBUG 12#ifdef EMACSDEBUG
13 FILEFLAGS 0x1L 13 FILEFLAGS 0x1L
@@ -24,12 +24,12 @@ BEGIN
24 BEGIN 24 BEGIN
25 VALUE "CompanyName", "Free Software Foundation\0" 25 VALUE "CompanyName", "Free Software Foundation\0"
26 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" 26 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
27 VALUE "FileVersion", "22, 0, 96, 0\0" 27 VALUE "FileVersion", "22, 0, 97, 0\0"
28 VALUE "InternalName", "Emacs\0" 28 VALUE "InternalName", "Emacs\0"
29 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" 29 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0"
30 VALUE "OriginalFilename", "emacs.exe" 30 VALUE "OriginalFilename", "emacs.exe"
31 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" 31 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
32 VALUE "ProductVersion", "22, 0, 96, 0\0" 32 VALUE "ProductVersion", "22, 0, 97, 0\0"
33 VALUE "OLESelfRegister", "\0" 33 VALUE "OLESelfRegister", "\0"
34 END 34 END
35 END 35 END