aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader2008-01-08 20:46:54 +0000
committerMiles Bader2008-01-08 20:46:54 +0000
commit59ce725a3b68cbc324f01bc8dc5f9e07286431d1 (patch)
treec17b8f002edf6892e273ff53214b1b23c880e69f /nt
parent0664ff722152f34c2e87e9e644bbab401530b9d4 (diff)
parentbf515869577b12abd42777fb0647259920c862fc (diff)
downloademacs-59ce725a3b68cbc324f01bc8dc5f9e07286431d1.tar.gz
emacs-59ce725a3b68cbc324f01bc8dc5f9e07286431d1.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog2
-rw-r--r--nt/INSTALL2
-rw-r--r--nt/README2
-rw-r--r--nt/addpm.c2
-rw-r--r--nt/addsection.c2
-rw-r--r--nt/cmdproxy.c2
-rw-r--r--nt/config.nt2
-rwxr-xr-xnt/configure.bat2
-rw-r--r--nt/ddeclient.c2
-rw-r--r--nt/emacs.rc2
-rw-r--r--nt/envadd.bat2
-rw-r--r--nt/gmake.defs2
-rw-r--r--nt/icons/README4
-rwxr-xr-xnt/inc/grp.h3
-rw-r--r--nt/inc/langinfo.h2
-rw-r--r--nt/inc/nl_types.h2
-rw-r--r--nt/inc/sys/socket.h2
-rw-r--r--nt/makefile.w32-in2
-rw-r--r--nt/multi-install-info.bat2
-rw-r--r--nt/nmake.defs2
-rw-r--r--nt/paths.h2
-rw-r--r--nt/preprep.c2
-rw-r--r--nt/runemacs.c2
23 files changed, 25 insertions, 24 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 944a6d4b855..752a4f7dc7e 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1457,7 +1457,7 @@
1457;; End: 1457;; End:
1458 1458
1459 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 1459 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1460 2005, 2006, 2007 Free Software Foundation, Inc. 1460 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1461 1461
1462 This file is part of GNU Emacs. 1462 This file is part of GNU Emacs.
1463 1463
diff --git a/nt/INSTALL b/nt/INSTALL
index a6fe79d826f..7ce4ef1b95b 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -1,7 +1,7 @@
1 Building and Installing Emacs 1 Building and Installing Emacs
2 on Windows NT/2K/XP and Windows 95/98/ME 2 on Windows NT/2K/XP and Windows 95/98/ME
3 3
4 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 4 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 Free Software Foundation, Inc. 5 Free Software Foundation, Inc.
6 See the end of the file for license conditions. 6 See the end of the file for license conditions.
7 7
diff --git a/nt/README b/nt/README
index b452fedd1f5..a556732256f 100644
--- a/nt/README
+++ b/nt/README
@@ -1,7 +1,7 @@
1 Emacs for Windows NT/2000 and Windows 95/98/ME 1 Emacs for Windows NT/2000 and Windows 95/98/ME
2 2
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
4 2007 Free Software Foundation, Inc. 4 2007, 2008 Free Software Foundation, Inc.
5 See the end of the file for license conditions. 5 See the end of the file for license conditions.
6 6
7 This directory contains support for compiling and running GNU Emacs on 7 This directory contains support for compiling and running GNU Emacs on
diff --git a/nt/addpm.c b/nt/addpm.c
index a2ad06149b2..270ef6d15a7 100644
--- a/nt/addpm.c
+++ b/nt/addpm.c
@@ -1,6 +1,6 @@
1/* Add entries to the GNU Emacs Program Manager folder. 1/* Add entries to the GNU Emacs Program Manager folder.
2 Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/addsection.c b/nt/addsection.c
index c79bbbbadfd..6eb2ee37038 100644
--- a/nt/addsection.c
+++ b/nt/addsection.c
@@ -1,6 +1,6 @@
1/* Add an uninitialized data section to an executable. 1/* Add an uninitialized data section to an executable.
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index 3f3e639d8f7..631570b9d5d 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -1,6 +1,6 @@
1/* Proxy shell designed for use with Emacs on Windows 95 and NT. 1/* Proxy shell designed for use with Emacs on Windows 95 and NT.
2 Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5 Accepts subset of Unix sh(1) command-line options, for compatability 5 Accepts subset of Unix sh(1) command-line options, for compatability
6 with elisp code written for Unix. When possible, executes external 6 with elisp code written for Unix. When possible, executes external
diff --git a/nt/config.nt b/nt/config.nt
index 10dbb3b06de..ff80ef6830b 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1,6 +1,6 @@
1/* GNU Emacs site configuration template file. -*- C -*- 1/* GNU Emacs site configuration template file. -*- C -*-
2 Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2 Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/configure.bat b/nt/configure.bat
index ef0a746949b..a88cd5df413 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -2,7 +2,7 @@
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MS Windows 95/98/Me and NT/2000/XP 3rem Configuration script for MS Windows 95/98/Me and NT/2000/XP
4rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5rem 2006, 2007 Free Software Foundation, Inc. 5rem 2006, 2007, 2008 Free Software Foundation, Inc.
6 6
7rem This file is part of GNU Emacs. 7rem This file is part of GNU Emacs.
8 8
diff --git a/nt/ddeclient.c b/nt/ddeclient.c
index 01f00c83316..1f3eac077cb 100644
--- a/nt/ddeclient.c
+++ b/nt/ddeclient.c
@@ -1,6 +1,6 @@
1/* Simple client interface to DDE servers. 1/* Simple client interface to DDE servers.
2 Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 3565493d003..7d84a6cd0f1 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -27,7 +27,7 @@ BEGIN
27 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" 27 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
28 VALUE "FileVersion", "23, 0, 50, 0\0" 28 VALUE "FileVersion", "23, 0, 50, 0\0"
29 VALUE "InternalName", "Emacs\0" 29 VALUE "InternalName", "Emacs\0"
30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0"
31 VALUE "OriginalFilename", "emacs.exe" 31 VALUE "OriginalFilename", "emacs.exe"
32 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" 32 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
33 VALUE "ProductVersion", "23, 0, 50, 0\0" 33 VALUE "ProductVersion", "23, 0, 50, 0\0"
diff --git a/nt/envadd.bat b/nt/envadd.bat
index a2b7194c716..029d090ab65 100644
--- a/nt/envadd.bat
+++ b/nt/envadd.bat
@@ -1,7 +1,7 @@
1rem Hack to change/add environment variables in the makefiles for the 1rem Hack to change/add environment variables in the makefiles for the
2rem Windows platform. 2rem Windows platform.
3rem 3rem
4rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5rem 5rem
6rem This file is part of GNU Emacs. 6rem This file is part of GNU Emacs.
7rem 7rem
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 28023e99924..e782c203e76 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -1,6 +1,6 @@
1# -*- Makefile -*- definition file for building GNU Emacs on Windows NT. 1# -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4# 4#
5# GNU Emacs is free software; you can redistribute it and/or modify 5# GNU Emacs is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/nt/icons/README b/nt/icons/README
index 4cb7d87f470..a29a588bd05 100644
--- a/nt/icons/README
+++ b/nt/icons/README
@@ -2,7 +2,7 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
2 2
3File: emacs.ico 3File: emacs.ico
4Author: Andrew Zhilin 4Author: Andrew Zhilin
5Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. 5Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6License: GNU General Public License version 3 or later (see COPYING) 6License: GNU General Public License version 3 or later (see COPYING)
7 7
8 8
@@ -11,7 +11,7 @@ Files: gnu2a32.ico gnu2a32t.ico gnu2b48.ico gnu2b48t.ico
11 gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico 11 gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico
12 gnu7.ico gnu8.ico gnu9.ico 12 gnu7.ico gnu8.ico gnu9.ico
13Author: Rob Davenport <rgd at bigfoot.com> 13Author: Rob Davenport <rgd at bigfoot.com>
14Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 14Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
15 Free Software Foundation, Inc. 15 Free Software Foundation, Inc.
16License: GNU General Public License version 3 or later (see COPYING) 16License: GNU General Public License version 3 or later (see COPYING)
17 17
diff --git a/nt/inc/grp.h b/nt/inc/grp.h
index 6cadc106d11..8cc4a2be911 100755
--- a/nt/inc/grp.h
+++ b/nt/inc/grp.h
@@ -1,5 +1,6 @@
1/* Replacement grp.h file for building GNU Emacs on Windows. 1/* Replacement grp.h file for building GNU Emacs on Windows.
2 Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
3 Free Software Foundation, Inc.
3 4
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6
diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h
index 4961fba431d..9685e4e8f07 100644
--- a/nt/inc/langinfo.h
+++ b/nt/inc/langinfo.h
@@ -1,5 +1,5 @@
1/* Replacement langinfo.h file for building GNU Emacs on Windows. 1/* Replacement langinfo.h file for building GNU Emacs on Windows.
2 Copyright (C) 2006, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h
index 0b37e8584e7..7a43523cb9b 100644
--- a/nt/inc/nl_types.h
+++ b/nt/inc/nl_types.h
@@ -1,5 +1,5 @@
1/* Replacement nl_types.h file for building GNU Emacs on Windows. 1/* Replacement nl_types.h file for building GNU Emacs on Windows.
2 Copyright (C) 2006, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h
index f848231299d..741926fd87f 100644
--- a/nt/inc/sys/socket.h
+++ b/nt/inc/sys/socket.h
@@ -1,5 +1,5 @@
1/* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 1/* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
2 2006, 2007 Free Software Foundation, Inc. 2 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index a792889af24..1d9ada44b4a 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -1,6 +1,6 @@
1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4# 4#
5# Top level makefile for building GNU Emacs on Windows NT 5# Top level makefile for building GNU Emacs on Windows NT
6# 6#
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat
index 8266c903aaa..9632eee553c 100644
--- a/nt/multi-install-info.bat
+++ b/nt/multi-install-info.bat
@@ -3,7 +3,7 @@
3rem Hack to run install-info with multiple info files on the command 3rem Hack to run install-info with multiple info files on the command
4rem line on the Windows platform. 4rem line on the Windows platform.
5rem 5rem
6rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 6rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7rem 7rem
8rem This file is part of GNU Emacs. 8rem This file is part of GNU Emacs.
9rem 9rem
diff --git a/nt/nmake.defs b/nt/nmake.defs
index 7d19c74dcbd..503d8ec140f 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -1,6 +1,6 @@
1# -*- Makefile -*- definition file for building GNU Emacs on Windows NT. 1# -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4# 4#
5# GNU Emacs is free software; you can redistribute it and/or modify 5# GNU Emacs is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/nt/paths.h b/nt/paths.h
index 9fb76cc78c4..714471541da 100644
--- a/nt/paths.h
+++ b/nt/paths.h
@@ -1,5 +1,5 @@
1/* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 1/* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004,
2 2005, 2006, 2007 Free Software Foundation, Inc. 2 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/nt/preprep.c b/nt/preprep.c
index 4978c314861..f53cea7a9cb 100644
--- a/nt/preprep.c
+++ b/nt/preprep.c
@@ -1,6 +1,6 @@
1/* Pro-process emacs.exe for profiling by MSVC. 1/* Pro-process emacs.exe for profiling by MSVC.
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/nt/runemacs.c b/nt/runemacs.c
index 643b8036827..f36ffeed031 100644
--- a/nt/runemacs.c
+++ b/nt/runemacs.c
@@ -1,4 +1,4 @@
1/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 1/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.