diff options
| author | Miles Bader | 2005-08-26 09:51:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-08-26 09:51:52 +0000 |
| commit | d4cccb140682cfa548a8658f905764ceb4a38cb2 (patch) | |
| tree | 5230af18ee25b37efed50fa38cac1eefb47d03fc /nt | |
| parent | 5e10f34207ff594cd6570928bc0292a7b53297b8 (diff) | |
| parent | f3f01d5df3156fb408b43da0c670796c37ed084f (diff) | |
| download | emacs-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/.gitignore | 4 | ||||
| -rw-r--r-- | nt/ChangeLog | 8 | ||||
| -rw-r--r-- | nt/INSTALL | 2 | ||||
| -rw-r--r-- | nt/README | 2 | ||||
| -rw-r--r-- | nt/addpm.c | 2 | ||||
| -rw-r--r-- | nt/addsection.c | 2 | ||||
| -rw-r--r-- | nt/cmdproxy.c | 2 | ||||
| -rw-r--r-- | nt/config.nt | 3 | ||||
| -rw-r--r-- | nt/ddeclient.c | 2 | ||||
| -rw-r--r-- | nt/emacs.rc | 2 | ||||
| -rw-r--r-- | nt/envadd.bat | 2 | ||||
| -rw-r--r-- | nt/gmake.defs | 3 | ||||
| -rwxr-xr-x | nt/inc/grp.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/socket.h | 2 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 3 | ||||
| -rw-r--r-- | nt/multi-install-info.bat | 2 | ||||
| -rw-r--r-- | nt/nmake.defs | 3 | ||||
| -rw-r--r-- | nt/paths.h | 4 | ||||
| -rw-r--r-- | nt/preprep.c | 2 | ||||
| -rw-r--r-- | nt/runemacs.c | 20 |
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 |
| 4 | makefile | ||
| 5 | config.log | 4 | config.log |
| 5 | makefile | ||
| 6 | obj | ||
| 7 | oo | ||
diff --git a/nt/ChangeLog b/nt/ChangeLog index d960f224898..854410b4f58 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-08-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * .cvsignore: Add `obj' and `oo' for in-place installations. | ||
| 4 | |||
| 1 | 2005-07-30 Eli Zaretskii <eliz@gnu.org> | 5 | 2005-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 |
| @@ -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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 | ||
| 4 | This file is part of GNU Emacs. | 5 | This 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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 @@ | |||
| 1 | rem Hack to change/add environment variables in the makefiles for the | 1 | rem Hack to change/add environment variables in the makefiles for the |
| 2 | rem Windows platform. | 2 | rem Windows platform. |
| 3 | rem | 3 | rem |
| 4 | rem Copyright (c) 2003 Free Software Foundation, Inc. | 4 | rem Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | rem | 5 | rem |
| 6 | rem This file is part of GNU Emacs. | 6 | rem This file is part of GNU Emacs. |
| 7 | rem | 7 | rem |
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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 | ||
| 3 | This file is part of GNU Emacs. | 3 | This 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 @@ | |||
| 3 | rem Hack to run install-info with multiple info files on the command | 3 | rem Hack to run install-info with multiple info files on the command |
| 4 | rem line on the Windows platform. | 4 | rem line on the Windows platform. |
| 5 | rem | 5 | rem |
| 6 | rem Copyright (c) 2003 Free Software Foundation, Inc. | 6 | rem Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
| 7 | rem | 7 | rem |
| 8 | rem This file is part of GNU Emacs. | 8 | rem This file is part of GNU Emacs. |
| 9 | rem | 9 | rem |
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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 | |||
| 3 | This file is part of GNU Emacs. | ||
| 4 | |||
| 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 | ||
| 7 | the Free Software Foundation; either version 2, or (at your option) | ||
| 8 | any later version. | ||
| 9 | |||
| 10 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 17 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 18 | Boston, 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 | ||