aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader2005-08-26 09:51:52 +0000
committerMiles Bader2005-08-26 09:51:52 +0000
commitd4cccb140682cfa548a8658f905764ceb4a38cb2 (patch)
tree5230af18ee25b37efed50fa38cac1eefb47d03fc /nt
parent5e10f34207ff594cd6570928bc0292a7b53297b8 (diff)
parentf3f01d5df3156fb408b43da0c670796c37ed084f (diff)
downloademacs-d4cccb140682cfa548a8658f905764ceb4a38cb2.tar.gz
emacs-d4cccb140682cfa548a8658f905764ceb4a38cb2.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
Diffstat (limited to 'nt')
-rw-r--r--nt/.gitignore4
-rw-r--r--nt/ChangeLog8
-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.nt3
-rw-r--r--nt/ddeclient.c2
-rw-r--r--nt/emacs.rc2
-rw-r--r--nt/envadd.bat2
-rw-r--r--nt/gmake.defs3
-rwxr-xr-xnt/inc/grp.h2
-rw-r--r--nt/inc/sys/socket.h2
-rw-r--r--nt/makefile.w32-in3
-rw-r--r--nt/multi-install-info.bat2
-rw-r--r--nt/nmake.defs3
-rw-r--r--nt/paths.h4
-rw-r--r--nt/preprep.c2
-rw-r--r--nt/runemacs.c20
20 files changed, 51 insertions, 21 deletions
diff --git a/nt/.gitignore b/nt/.gitignore
index e371584228b..26f5de661a0 100644
--- a/nt/.gitignore
+++ b/nt/.gitignore
@@ -1,5 +1,7 @@
1*-spd 1*-spd
2*.pdb 2*.pdb
3.arch-inventory 3.arch-inventory
4makefile
5config.log 4config.log
5makefile
6obj
7oo
diff --git a/nt/ChangeLog b/nt/ChangeLog
index d960f224898..854410b4f58 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12005-08-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * .cvsignore: Add `obj' and `oo' for in-place installations.
4
12005-07-30 Eli Zaretskii <eliz@gnu.org> 52005-07-30 Eli Zaretskii <eliz@gnu.org>
2 6
3 * config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine. 7 * config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
@@ -1175,8 +1179,8 @@
1175;; coding: iso-2022-7bit 1179;; coding: iso-2022-7bit
1176;; End: 1180;; End:
1177 1181
1178 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001 1182 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1179 Free Software Foundation, Inc. 1183 2005 Free Software Foundation, Inc.
1180 Copying and distribution of this file, with or without modification, 1184 Copying and distribution of this file, with or without modification,
1181 are permitted provided the copyright notice and this notice are preserved. 1185 are permitted provided the copyright notice and this notice are preserved.
1182 1186
diff --git a/nt/INSTALL b/nt/INSTALL
index ecf42a29b12..ed960b06bdd 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,2004,2005 Free Software Foundation, Inc. 4 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5 See the end of the file for copying permissions. 5 See the end of the file for copying permissions.
6 6
7 If you used WinZip to unpack the distribution, we suggest to 7 If you used WinZip to unpack the distribution, we suggest to
diff --git a/nt/README b/nt/README
index dce733fb657..0bb1625fecd 100644
--- a/nt/README
+++ b/nt/README
@@ -1,6 +1,6 @@
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 Free Software Foundation, Inc. 3 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 See the end of the INSTALL file in this directory for copying permissions. 4 See the end of the INSTALL file in this directory for copying permissions.
5 5
6 This directory contains support for compiling and running GNU Emacs on 6 This directory contains support for compiling and running GNU Emacs on
diff --git a/nt/addpm.c b/nt/addpm.c
index 398737839c9..0827d2453c0 100644
--- a/nt/addpm.c
+++ b/nt/addpm.c
@@ -1,5 +1,5 @@
1/* Add entries to the GNU Emacs Program Manager folder. 1/* Add entries to the GNU Emacs Program Manager folder.
2 Copyright (C) 1995 Free Software Foundation, Inc. 2 Copyright (C) 1995, 2002, 2003, 2004, 2005 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/addsection.c b/nt/addsection.c
index 20ab5cf5163..5a58f3e1c07 100644
--- a/nt/addsection.c
+++ b/nt/addsection.c
@@ -1,5 +1,5 @@
1/* Add an uninitialized data section to an executable. 1/* Add an uninitialized data section to an executable.
2 Copyright (C) 1999, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2002, 2003, 2004, 2005 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/cmdproxy.c b/nt/cmdproxy.c
index 58be32984a9..be7c7531bf6 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -1,5 +1,5 @@
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 Free Software Foundation, Inc. 2 Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3 3
4 Accepts subset of Unix sh(1) command-line options, for compatability 4 Accepts subset of Unix sh(1) command-line options, for compatability
5 with elisp code written for Unix. When possible, executes external 5 with elisp code written for Unix. When possible, executes external
diff --git a/nt/config.nt b/nt/config.nt
index 048f01daebe..4b8c38823af 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1,5 +1,6 @@
1/* GNU Emacs site configuration template file. -*- C -*- 1/* GNU Emacs site configuration template file. -*- C -*-
2 Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1988, 1993, 1994, 2002, 2003, 2004,
3 2005 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/ddeclient.c b/nt/ddeclient.c
index 6661e84f244..540cac24ebf 100644
--- a/nt/ddeclient.c
+++ b/nt/ddeclient.c
@@ -1,5 +1,5 @@
1/* Simple client interface to DDE servers. 1/* Simple client interface to DDE servers.
2 Copyright (C) 1998 Free Software Foundation, Inc. 2 Copyright (C) 1998, 2002, 2003, 2004, 2005 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/emacs.rc b/nt/emacs.rc
index 6220ab0ffa1..b233bcd845f 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -26,7 +26,7 @@ BEGIN
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", "21, 3, 50, 0\0" 27 VALUE "FileVersion", "21, 3, 50, 0\0"
28 VALUE "InternalName", "Emacs\0" 28 VALUE "InternalName", "Emacs\0"
29 VALUE "LegalCopyright", "Copyright (C) 2002\0" 29 VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005\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", "21, 3, 50, 0\0" 32 VALUE "ProductVersion", "21, 3, 50, 0\0"
diff --git a/nt/envadd.bat b/nt/envadd.bat
index 3e9a49ef292..d48e6cc8bf1 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 Free Software Foundation, Inc. 4rem Copyright (C) 2003, 2004, 2005 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 e077aef5024..c3f20fbeabe 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -1,5 +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 Free Software Foundation, Inc. 2# Copyright (c) 2000, 2001, 2002, 2003, 2004,
3# 2005 Free Software Foundation, Inc.
3# 4#
4# 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
5# 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/inc/grp.h b/nt/inc/grp.h
index b44cbe543fd..39f98d31cdc 100755
--- a/nt/inc/grp.h
+++ b/nt/inc/grp.h
@@ -1,5 +1,5 @@
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 Free Software Foundation, Inc. 2 Copyright (C) 2003, 2004, 2005 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 228eefb2396..19b8a65adda 100644
--- a/nt/inc/sys/socket.h
+++ b/nt/inc/sys/socket.h
@@ -1,4 +1,4 @@
1/* Copyright (C) 1995 Free Software Foundation, Inc. 1/* Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2 2
3This file is part of GNU Emacs. 3This file is part of GNU Emacs.
4 4
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 5d793751f56..fb1ea246663 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -1,5 +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, 2004 Free Software Foundation, Inc. 2# Copyright (C) 2000, 2001, 2002, 2003, 2004,
3# 2005 Free Software Foundation, Inc.
3# 4#
4# Top level makefile for building GNU Emacs on Windows NT 5# Top level makefile for building GNU Emacs on Windows NT
5# 6#
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat
index ea318af8405..f06f94c9ca4 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 Free Software Foundation, Inc. 6rem Copyright (C) 2003, 2004, 2005 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 1876dffa59f..76a3462969e 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -1,5 +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 Free Software Foundation, Inc. 2# Copyright (C) 2000, 2001, 2002, 2003, 2004,
3# 2005 Free Software Foundation, Inc.
3# 4#
4# 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
5# 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 5c1c4bfd332..0bb883067c3 100644
--- a/nt/paths.h
+++ b/nt/paths.h
@@ -1,5 +1,5 @@
1/* Copyright (C) 1993, 1995, 1997, 1999, 2001 1/* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004,
2 Free Software Foundation, Inc. 2 2005 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 21cc92e305b..e99fe38a484 100644
--- a/nt/preprep.c
+++ b/nt/preprep.c
@@ -1,5 +1,5 @@
1/* Pro-process emacs.exe for profiling by MSVC. 1/* Pro-process emacs.exe for profiling by MSVC.
2 Copyright (C) 1999 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2002, 2003, 2004, 2005 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/runemacs.c b/nt/runemacs.c
index afa5340ef53..709389deb8f 100644
--- a/nt/runemacs.c
+++ b/nt/runemacs.c
@@ -1,3 +1,23 @@
1/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2
3This file is part of GNU Emacs.
4
5GNU Emacs is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2, or (at your option)
8any later version.
9
10GNU Emacs is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with GNU Emacs; see the file COPYING. If not, write to
17the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18Boston, MA 02110-1301, USA. */
19
20
1/* 21/*
2 Simple program to start Emacs with its console window hidden. 22 Simple program to start Emacs with its console window hidden.
3 23