diff options
| author | Miles Bader | 2006-11-21 08:56:38 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-11-21 08:56:38 +0000 |
| commit | eeb7eaa88482114822730380196f4e7a3c0870dd (patch) | |
| tree | e8c3861b628ad53c6b8f158b74d1be8bd8590aeb /nt | |
| parent | b15d6f4265b10fbc413caca03246feff9c87d53e (diff) | |
| parent | a98d0b8e8948293de119c4cdd7a8c79318ad82fa (diff) | |
| download | emacs-eeb7eaa88482114822730380196f4e7a3c0870dd.tar.gz emacs-eeb7eaa88482114822730380196f4e7a3c0870dd.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 505-522)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: etc/TUTORIAL.cn: Updated.
- Merge from erc--emacs--22
* gnus--rel--5.10 (patch 164-167)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 25 | ||||
| -rw-r--r-- | nt/emacs.rc | 8 |
2 files changed, 17 insertions, 16 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index ebdbf5b2b23..7bb8528fd82 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -884,12 +884,12 @@ | |||
| 884 | 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | 884 | 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> |
| 885 | 885 | ||
| 886 | * ddeclient.c: New file. (Support program for performing limited | 886 | * ddeclient.c: New file. (Support program for performing limited |
| 887 | interprocess communication on Windows.) | 887 | interprocess communication on Windows.) |
| 888 | 888 | ||
| 889 | * makefile.nt: Build ddeclient. | 889 | * makefile.nt: Build ddeclient. |
| 890 | 890 | ||
| 891 | * cmdproxy.c (main): Only set environment size for real shell, and | 891 | * cmdproxy.c (main): Only set environment size for real shell, and |
| 892 | provide extra directory argument, when running on Windows 95. | 892 | provide extra directory argument, when running on Windows 95. |
| 893 | 893 | ||
| 894 | 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | 894 | 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> |
| 895 | 895 | ||
| @@ -943,7 +943,7 @@ | |||
| 943 | (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. | 943 | (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. |
| 944 | 944 | ||
| 945 | * runemacs.c (WinMain): Allow Emacs process to be started with | 945 | * runemacs.c (WinMain): Allow Emacs process to be started with |
| 946 | high or low priority. | 946 | high or low priority. |
| 947 | 947 | ||
| 948 | * emacs.bat.in: Remove OS dependent operations. | 948 | * emacs.bat.in: Remove OS dependent operations. |
| 949 | 949 | ||
| @@ -1018,12 +1018,12 @@ | |||
| 1018 | 1018 | ||
| 1019 | 1996-06-03 Kim F. Storm <kfs@olicom.dk> | 1019 | 1996-06-03 Kim F. Storm <kfs@olicom.dk> |
| 1020 | 1020 | ||
| 1021 | * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. | 1021 | * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. |
| 1022 | Not defined by default. | 1022 | Not defined by default. |
| 1023 | (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | 1023 | (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. |
| 1024 | (WinMain): Convert backslashes to slashes in env var values. | 1024 | (WinMain): Convert backslashes to slashes in env var values. |
| 1025 | 1025 | ||
| 1026 | * addpm.c (env_vars): Use slashes, not backslashes. | 1026 | * addpm.c (env_vars): Use slashes, not backslashes. |
| 1027 | 1027 | ||
| 1028 | 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | 1028 | 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 1029 | 1029 | ||
| @@ -1037,7 +1037,7 @@ | |||
| 1037 | 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | 1037 | 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> |
| 1038 | 1038 | ||
| 1039 | * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | 1039 | * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC |
| 1040 | environment variable. | 1040 | environment variable. |
| 1041 | 1041 | ||
| 1042 | 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | 1042 | 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
| 1043 | 1043 | ||
| @@ -1198,12 +1198,12 @@ | |||
| 1198 | 1198 | ||
| 1199 | * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | 1199 | * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. |
| 1200 | 1200 | ||
| 1201 | 1994-12-13 voelker <voelker@cs.washington.edu> | 1201 | 1994-12-13 Geoff Voelker <voelker@cs.washington.edu> |
| 1202 | 1202 | ||
| 1203 | * makefile.def (CC): In configuration section. | 1203 | * makefile.def (CC): In configuration section. |
| 1204 | (COMPAT_LIB): Defined. | 1204 | (COMPAT_LIB): Defined. |
| 1205 | 1205 | ||
| 1206 | 1994-11-01 voelker <voelker@cs.washington.edu> | 1206 | 1994-11-01 Geoff Voelker <voelker@cs.washington.edu> |
| 1207 | 1207 | ||
| 1208 | * src/paths.h: New file. | 1208 | * src/paths.h: New file. |
| 1209 | 1209 | ||
| @@ -1225,13 +1225,13 @@ | |||
| 1225 | 1225 | ||
| 1226 | * makefile.nt: New file. | 1226 | * makefile.nt: New file. |
| 1227 | 1227 | ||
| 1228 | * makefile.def: New file. | 1228 | * makefile.def: New file. |
| 1229 | 1229 | ||
| 1230 | * install.cmd: New file. | 1230 | * install.cmd: New file. |
| 1231 | 1231 | ||
| 1232 | * INSTALL: New file. | 1232 | * INSTALL: New file. |
| 1233 | 1233 | ||
| 1234 | * fast-install.cmd: New file. | 1234 | * fast-install.cmd: New file. |
| 1235 | 1235 | ||
| 1236 | * emacs.cmd: New file. | 1236 | * emacs.cmd: New file. |
| 1237 | 1237 | ||
| @@ -1241,6 +1241,7 @@ | |||
| 1241 | 1241 | ||
| 1242 | ;; Local Variables: | 1242 | ;; Local Variables: |
| 1243 | ;; coding: iso-2022-7bit | 1243 | ;; coding: iso-2022-7bit |
| 1244 | ;; add-log-time-zone-rule: t | ||
| 1244 | ;; End: | 1245 | ;; End: |
| 1245 | 1246 | ||
| 1246 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 1247 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
diff --git a/nt/emacs.rc b/nt/emacs.rc index 27e9ed201ed..0384adc2816 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico | |||
| 6 | #endif | 6 | #endif |
| 7 | 7 | ||
| 8 | VS_VERSION_INFO VERSIONINFO | 8 | VS_VERSION_INFO VERSIONINFO |
| 9 | FILEVERSION 22,0,90,0 | 9 | FILEVERSION 22,0,91,0 |
| 10 | PRODUCTVERSION 22,0,90,0 | 10 | PRODUCTVERSION 22,0,91,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, 90, 0\0" | 27 | VALUE "FileVersion", "22, 0, 91, 0\0" |
| 28 | VALUE "InternalName", "Emacs\0" | 28 | VALUE "InternalName", "Emacs\0" |
| 29 | VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0" | 29 | VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\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, 90, 0\0" | 32 | VALUE "ProductVersion", "22, 0, 91, 0\0" |
| 33 | VALUE "OLESelfRegister", "\0" | 33 | VALUE "OLESelfRegister", "\0" |
| 34 | END | 34 | END |
| 35 | END | 35 | END |