comparison nt/ChangeLog @ 90667:dbe3f29e61d6

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
author Miles Bader <miles@gnu.org>
date Tue, 21 Nov 2006 08:56:38 +0000
parents 7eeafaaa9eab 45adfdc231c2
children bc10a33dd40b
comparison
equal deleted inserted replaced
90666:00d54c8fa693 90667:dbe3f29e61d6
882 installation directory. 882 installation directory.
883 883
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
896 * cmdproxy.c (fail): Exit with a negative return value. 896 * cmdproxy.c (fail): Exit with a negative return value.
897 (spawn): Return subprocess return code as an argument. 897 (spawn): Return subprocess return code as an argument.
941 * makefile.def (CFLAGS_COMMON): Place pdb file in object build 941 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
942 directory. 942 directory.
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
950 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> 950 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
951 951
1016 1016
1017 * makefile.nt (clean): Use OBJDIR macro. 1017 * makefile.nt (clean): Use OBJDIR macro.
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
1030 * Version 19.31 released. 1030 * Version 19.31 released.
1031 1031
1035 undo settings afterwards. 1035 undo settings afterwards.
1036 1036
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
1044 * install.bat: Allow for optimized build. 1044 * install.bat: Allow for optimized build.
1045 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. 1045 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1196 1196
1197 * emacs.bat: Added arguments when emacs.exe invoked. 1197 * emacs.bat: Added arguments when emacs.exe invoked.
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
1210 * src/config.h: New file. 1210 * src/config.h: New file.
1211 1211
1223 1223
1224 * README: New file. 1224 * README: New file.
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
1238 * ebuild.cmd: New file. 1238 * ebuild.cmd: New file.
1239 1239
1240 * _emacs: New file. 1240 * _emacs: New file.
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,
1247 2005, 2006 Free Software Foundation, Inc. 1248 2005, 2006 Free Software Foundation, Inc.
1248 Copying and distribution of this file, with or without modification, 1249 Copying and distribution of this file, with or without modification,