diff options
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 6 | ||||
-rw-r--r-- | nt/INSTALL | 2 | ||||
-rw-r--r-- | nt/README | 34 | ||||
-rw-r--r-- | nt/addpm.c | 4 | ||||
-rw-r--r-- | nt/addsection.c | 4 | ||||
-rw-r--r-- | nt/cmdproxy.c | 4 | ||||
-rw-r--r-- | nt/config.nt | 4 | ||||
-rwxr-xr-x | nt/configure.bat | 2 | ||||
-rw-r--r-- | nt/ddeclient.c | 4 | ||||
-rw-r--r-- | nt/emacs.rc | 10 | ||||
-rw-r--r-- | nt/envadd.bat | 2 | ||||
-rw-r--r-- | nt/gmake.defs | 2 | ||||
-rwxr-xr-x | nt/inc/grp.h | 2 | ||||
-rw-r--r-- | nt/inc/langinfo.h | 2 | ||||
-rw-r--r-- | nt/inc/nl_types.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/socket.h | 4 | ||||
-rw-r--r-- | nt/makefile.w32-in | 2 | ||||
-rw-r--r-- | nt/multi-install-info.bat | 2 | ||||
-rw-r--r-- | nt/nmake.defs | 2 | ||||
-rw-r--r-- | nt/paths.h | 2 | ||||
-rw-r--r-- | nt/preprep.c | 4 | ||||
-rw-r--r-- | nt/runemacs.c | 3 |
22 files changed, 49 insertions, 54 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 179efe7a8d4..9475eeb32ff 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2007-01-10 Jason Rumney <jasonr@gnu.org> + + * README: Update URLs and advice about reporting bugs. + 2006-12-29 Jason Rumney <jasonr@gnu.org> * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from @@ -1307,7 +1311,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006 Free Software Foundation, Inc. + 2005, 2006, 2007 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/nt/INSTALL b/nt/INSTALL index 9033153fcae..24d2e1ed8da 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -1,7 +1,7 @@ Building and Installing Emacs on Windows NT/2K/XP and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. See the end of the file for copying permissions. diff --git a/nt/README b/nt/README index b1d7cb5ae57..c7aad45d081 100644 --- a/nt/README +++ b/nt/README @@ -1,7 +1,7 @@ Emacs for Windows NT/2000 and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, + 2007 Free Software Foundation, Inc. See the end of the INSTALL file in this directory for copying permissions. This directory contains support for compiling and running GNU Emacs on @@ -12,7 +12,7 @@ Precompiled distributions are also available; ftp to - ftp://ftp.gnu.org/gnu/windows/emacs/latest/ + ftp://ftp.gnu.org/gnu/emacs/windows/ for the latest precompiled distributions. @@ -59,22 +59,12 @@ about it. First check the file etc/PROBLEMS and the FAQ on the web page above to see if the bug is already known and if there are any workarounds. If not, then check whether the bug has something to do - with code in your .emacs file, e.g. by invoking Emacs with the "-q - --no-site-file" options. - - If you decide that it is a bug in Emacs that might be specific to the - Windows port, send a message to the help-emacs-windows@gnu.org - mailing list describing the bug, the version of Emacs that you are - using, and the operating system that you are running on (Windows NT, - 95 or 98 including service pack level if known). If the bug is - related to subprocesses, also specify which shell you are using (e.g., - include the values of `shell-file-name' and `shell-explicit-file-name' - in your message). - - If you think the bug is not specific to the Windows port of Emacs, - then it is better to mail the bug report to bug-gnu-emacs@gnu.org so - that it will be seen by the right people. If Emacs has been set up to - send mail, you can use the command M-x report-emacs-bug to create and - send the bug report, but in some cases there is a function to report - bugs in a specific package; e.g. M-x gnus-bug for Gnus, M-x - c-submit-bug-report for C/C++/Java mode, etc. + with code in your .emacs file, e.g. by invoking Emacs with the "-Q" + option. + + Use the built in bug reporting functionality in Emacs so that it + will be seen by the right people. You can use the command M-x + report-emacs-bug to create and send the bug report, but in some + cases there is a function to report bugs in a specific package; + e.g. M-x gnus-bug for Gnus, M-x c-submit-bug-report for C/C++/Java + mode, etc. diff --git a/nt/addpm.c b/nt/addpm.c index 08d84c70b81..32b4bd6b532 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -1,6 +1,6 @@ /* Add entries to the GNU Emacs Program Manager folder. - Copyright (C) 1995, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/addsection.c b/nt/addsection.c index b6d119fe6a8..055240ac715 100644 --- a/nt/addsection.c +++ b/nt/addsection.c @@ -1,6 +1,6 @@ /* Add an uninitialized data section to an executable. - Copyright (C) 1999, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 0b47ecd52b9..4e4f1ef5c91 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c @@ -1,6 +1,6 @@ /* Proxy shell designed for use with Emacs on Windows 95 and NT. - Copyright (C) 1997, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. Accepts subset of Unix sh(1) command-line options, for compatability with elisp code written for Unix. When possible, executes external diff --git a/nt/config.nt b/nt/config.nt index c2e2ed8782e..4a0d6897b05 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1,6 +1,6 @@ /* GNU Emacs site configuration template file. -*- C -*- - Copyright (C) 1988, 1993, 1994, 2002, 2003, 2004, - 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, + 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/configure.bat b/nt/configure.bat index 1e411e8ad2c..ad44416651a 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -2,7 +2,7 @@ rem ----------------------------------------------------------------------
rem Configuration script for MS Windows 95/98/Me and NT/2000/XP
rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-rem 2006 Free Software Foundation, Inc.
+rem 2006, 2007 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index bd192c61f47..f2efdfd903b 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c @@ -1,6 +1,6 @@ /* Simple client interface to DDE servers. - Copyright (C) 1998, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/emacs.rc b/nt/emacs.rc index 4dbd51c6adc..1879a8655d2 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 22,0,92,0 - PRODUCTVERSION 22,0,92,0 + FILEVERSION 22,0,93,0 + PRODUCTVERSION 22,0,93,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -24,12 +24,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" - VALUE "FileVersion", "22, 0, 92, 0\0" + VALUE "FileVersion", "22, 0, 93, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" - VALUE "ProductVersion", "22, 0, 92, 0\0" + VALUE "ProductVersion", "22, 0, 93, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/nt/envadd.bat b/nt/envadd.bat index ece62f971bd..16e653d4a88 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat @@ -1,7 +1,7 @@ rem Hack to change/add environment variables in the makefiles for the
rem Windows platform.
rem
-rem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
rem
rem This file is part of GNU Emacs.
rem
diff --git a/nt/gmake.defs b/nt/gmake.defs index cf3b3a57990..15ec2bf0ea3 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. # Copyright (C) 2000, 2001, 2002, 2003, 2004, -# 2005, 2006 Free Software Foundation, Inc. +# 2005, 2006, 2007 Free Software Foundation, Inc. # # GNU Emacs is free software; you can redistribute it and/or modify # 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 04c2982086b..1ccc4c4eb74 100755 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -1,5 +1,5 @@ /* Replacement grp.h file for building GNU Emacs on Windows. - Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index 9661a4833d2..b445ff0caa2 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h @@ -1,5 +1,5 @@ /* Replacement langinfo.h file for building GNU Emacs on Windows. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h index 31c21be00bb..ce0e54bfcee 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h @@ -1,5 +1,5 @@ /* Replacement nl_types.h file for building GNU Emacs on Windows. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index c0a3bc26ec4..0923dd9246b 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -1,5 +1,5 @@ -/* Copyright (C) 1995, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index e63df000f08..f579855522e 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -1,6 +1,6 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
# Copyright (C) 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006 Free Software Foundation, Inc.
+# 2005, 2006, 2007 Free Software Foundation, Inc.
#
# Top level makefile for building GNU Emacs on Windows NT
#
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index 0b21962a458..2ee5879f11d 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat @@ -3,7 +3,7 @@ rem Hack to run install-info with multiple info files on the command
rem line on the Windows platform.
rem
-rem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
rem
rem This file is part of GNU Emacs.
rem
diff --git a/nt/nmake.defs b/nt/nmake.defs index 96973e53a32..5f52bc18c62 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -1,6 +1,6 @@ # -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
# Copyright (C) 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006 Free Software Foundation, Inc.
+# 2005, 2006, 2007 Free Software Foundation, Inc.
#
# GNU Emacs is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/nt/paths.h b/nt/paths.h index f3d272da350..d2077d90df4 100644 --- a/nt/paths.h +++ b/nt/paths.h @@ -1,5 +1,5 @@ /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, - 2005, 2006 Free Software Foundation, Inc. + 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/preprep.c b/nt/preprep.c index fb686f42b96..7fedd9b8df2 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -1,6 +1,6 @@ /* Pro-process emacs.exe for profiling by MSVC. - Copyright (C) 1999, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/runemacs.c b/nt/runemacs.c index d820a92acbb..6b6b84e33be 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. This file is part of GNU Emacs. |