Added a partial implementation of play-sound-internal for Windows. Fixed the followi...
[emacs.git] / nt / ChangeLog
bloba8d5f53495d916cc6436b17cc40fefb6b2a9a6c9
1 2002-11-17  Ben Key <BKey1@tampabay.rr.com>
2         * nmake.defs: Made changes so that Emacs would link with
3         WinMM.lib.  This change was required for my addition of a Windows
4         compatible implementation of play-sound-internal.
5         * gmake.defs: Made changes so that Emacs would link with
6         WinMM.lib.  This change was required for my addition of a Windows
7         compatible implementation of play-sound-internal.
9 2002-09-03  Juanma Barranquero  <lektu@terra.es>  (tiny change)
11         * emacs.rc: Version updated to 21.3.50. From Peter Runestig
12         <peter@runestig.com>.
14 2002-06-13  Jason Rumney  <jasonr@gnu.org>
16         * addpm.c (env_vars): Remove EMACSLOCKDIR.
18         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
19         (maybe-bootstrap-SH): New targets.
20         (all): Depend on maybe-bootstrap.
22 2002-05-03  Jason Rumney  <jasonr@gnu.org>
24         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
25         (sys_getpeername, fcntl): Declare as wrappers.
27 2002-04-10  Juanma Barranquero  <lektu@terra.es>
29         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
30         after compiling .el files.
32 2002-03-20  Jason Rumney  <jasonr@gnu.org>
34         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
35         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
37 2002-03-19  Kim F. Storm  <storm@cua.dk>
39         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
40         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
41         (HAVE_SYS_UN_H): Undef.
42         From David Ponce <dponce@voila.fr>.
44 2002-03-13  Jason Rumney  <jasonr@gnu.org>
46         * config.nt (STRFTIME_NO_POSIX2): Define.
48 2002-02-18  Jason Rumney  <jasonr@gnu.org>
50         * emacs.rc: Define VS_VERSION_INFO if not already.
51         Update version info.
53 2002-01-04  Andrew Innes  <andrewi@gnu.org>
55         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
56         pick up relevant bits of the Windows API definitions.
58         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
59         pick up relevant bits of the Windows API definitions.
61 2001-12-14  Andrew Innes  <andrewi@gnu.org>
63         * makefile.w32-in (bootstrap): Build addsection program before
64         bootstrap (required for post-processing temacs.exe).
66 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
68         * COPYING: New file.
70 2001-12-03  Andrew Innes  <andrewi@gnu.org>
72         * makefile.w32-in (bootstrap-nmake):
73         (bootstrap-gmake): Extend bootstrap process to first do
74         bootstrap-clean in lisp dir and rebuild the DOC file.
75         (bootstrap): Do a "normal" make after the bootstrap work.
77 2001-11-20  Jason Rumney  <jasonr@gnu.org>
79         * INSTALL: Update table of versions of make that are suitable
80         for building Emacs, based on recent feedback.
82         * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
84 2001-11-19  Andrew Innes  <andrewi@gnu.org>
86         * ftime-nostartup.bat: New file.
88         * ftime.bat: Don't include libc.lib for profiling - the profiler
89         corrupts part of memcpy.
91 2001-11-17  Jason Rumney  <jasonr@gnu.org>
93         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
94         expansion.  From Juanma Barranquero <lektu@terra.es>.
96 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
98         * (Version 21.1 released.)
100 2001-10-12  Andrew Innes  <andrewi@gnu.org>
102         * inc/pwd.h (uid_t, gid_t): New typedefs.
104 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
106         * Branch for 21.1.
108 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
110         * README: Update the address of the mailing list and subscription
111         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
113 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
115         * INSTALL: Suggest to avoid using WinZip.
117         * configure.bat: Make sure ../site-lisp exists; create if necessary.
119 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
121         * INSTALL: Mention that "make install" can be "nmake install".
123 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
125         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
126         since some versions of `mkdir' don't automatically create parent
127         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
129 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
131         * subdirs.el: New file.
133         * configure.bat: Copy subdirs.el to the site-lisp directory.
135         * makefile.w32-in (install): Copy subdirs.el to the installation
136         directory.
138 2001-06-20  Jason Rumney  <jasonr@gnu.org>
140         * runemacs.c (WinMain): Add quotes around command in case of spaces.
142 2001-06-01  Andrew Innes  <andrewi@gnu.org>
144         * gmake.defs (sh_output): Don't use $(warning ...) to output
145         messages, since that is not supported by GNU make 3.77.
147 2001-05-24  Jason Rumney  <jasonr@gnu.org>
149         * INSTALL: Clarify that building with MSVC requires nmake.
151 2001-05-17  Andrew Innes  <andrewi@gnu.org>
153         * gmake.defs (NEW_CYGWIN): Output message about spurious error
154         message that is to be ignored.
156 2001-05-13  Andrew Innes  <andrewi@gnu.org>
158         * TODO: Remove file, since it is completely out of date.
160         * README: Add copyright notice.
162         * INSTALL: Add copyright notice.
164 2001-04-18  Andrew Innes  <andrewi@gnu.org>
166         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
167         the environment.
169         * gmake.defs (SETLOADPATH): Remove definition.
170         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
171         environment.
173 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
175         * configure.bat: Make the checkw32api* labels be distinct in the
176         first 8 characters.
178 2001-03-17  Andrew Innes  <andrewi@gnu.org>
180         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
181         escaped quotes.
183         * gmake.defs (DEBUG_LINK): New macro.
184         (LINK_FLAGS): Use it.
186         * nmake.defs (DEBUG_LINK): New macro.
187         (LINK_FLAGS): Use it.
189 2001-03-06  Andrew Innes  <andrewi@gnu.org>
191         * INSTALL: Add --ldflags to configure line for building with
192         recent versions of Cygwin GCC.
194 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
196         * configure.bat: Use correct options when compiling a test program
197         with Cygwin.  From David Ponce <dponce@voila.fr>.
199 2001-02-24  Andrew Innes  <andrewi@gnu.org>
201         * _emacs: Remove obsolete file.
203         * emacs.bat.in: Remove obsolete file.
205         * debug.bat.in: Remove obsolete file.
207         * inc/sys/socket.h: Add copyright notice.
209         * paths.h: Add copyright notice.
211         * makefile.nt: Update copyright notice.
213         * makefile.def: Update copyright notice.
215         * configure.bat: Update copyright notice.
217         * nmake.defs: Add copyright notice.
219         * gmake.defs: Add copyright notice.
221         * makefile.w32-in: Add copyright notice.
223 2001-02-05  Andrew Innes  <andrewi@gnu.org>
225         * nmake.defs (THISDIR): New definition.
227         * gmake.defs (THISDIR): New definition.
229 2001-02-03  Andrew Innes  <andrewi@gnu.org>
231         * configure.bat: Leave a space before >> only when there is a
232         preceding digit.  Add a comment about the importance of this.
234         * README: Replace outdated information.
236         * INSTALL (Trouble-shooting): Add note about need to specify extra
237         compiler flags with recent Cygwin ports of gcc.
239 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
241         * configure.bat: Use "rm -f" instead of "del /f", as the latter
242         is not supported by Windows 9X's COMMAND.COM.
244 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
246         * configure.bat: Make sure redirection is preceeded by a blank, to
247         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
248         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
250 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
252         * INSTALL: Copy the table of tested combinations of development
253         tools from confuigure.bat.  Add suggestion to install Bash on
254         Windows 9X.
256         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
257         lisp/Makefile.in instead.  Use "rm -f" where more than one file
258         needs to be deleted, since command.com in Windows 9X doesn't grok
259         more than one argument.
261 2001-01-24  Andrew Innes  <andrewi@gnu.org>
263         * makefile.w32-in (cleanall-other-dirs-nmake):
264         (cleanall-other-dirs-gmake): New targets.
265         (cleanall): Invoke them.
267 2001-01-19  Andrew Innes  <andrewi@gnu.org>
269         * addpm.c (env_vars): Add a version-independent site-lisp
270         directory to EMACSLOADPATH, after the version dependent one.
272 2001-01-06  Andrew Innes  <andrewi@gnu.org>
274         * README: Update info about compilers.
276         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
277         select correct rule for invoking make in another directory.  Amend
278         rules accordingly.
279         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
281         * nmake.defs (EMACS_ICON_PATH): Delete definition.
282         (COMPILER_TEMP_FILES): New definition.
283         (MAKETYPE): New definition.
285         * gmake.defs (EMACS_ICON_PATH): Delete definition.
286         (COMPILER_TEMP_FILES): New definition.
287         (MAKETYPE): New definition.
289         * makefile.def (EMACS_ICON_PATH): Delete definition.
291         * configure.bat: Be careful not to add trailing spaces when
292         outputting to config.settings.
294 2001-01-02  Andrew Innes  <andrewi@gnu.org>
296         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
297         than the function.
299 2000-12-17  Andrew Innes  <andrewi@gnu.org>
301         * makefile.w32-in (install): Copy directories to the correct
302         places.
303         (real_install): Remove obsolete target.
305 2000-12-06  Andrew Innes  <andrewi@gnu.org>
307         * nmake.defs (CURDIR): New define.
308         (INSTALL_DIR): Use it.
310         * gmake.defs (NEW_CYGWIN): New define.
311         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
312         so we need to adjust how we escape embedded quotes.
313         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
314         relative to $(CURDIR).
316 2000-11-25  Jason Rumney  <jasonr@gnu.org>
318         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
320 2000-10-17  Andrew Innes  <andrewi@gnu.org>
322         * makefile.w32-in (recompile): New target to recompile lisp
323         directory.
324         (recompile-CMD, recompile-SH): New support targets.
326 2000-09-24  Jason Rumney  <jasonr@gnu.org>
328         * config.nt (NO_RETURN): Define it.
330 2000-09-17  Andrew Innes  <andrewi@gnu.org>
332         * gmake.defs: Revert to Unix line endings.
334         * nmake.defs: Revert to Unix line endings.
336 2000-09-16  Andrew Innes  <andrewi@gnu.org>
338         * gmake.defs (SETLOADPATH): Change definition to work from any
339         subdirectory.
341 2000-09-14  Andrew Innes  <andrewi@gnu.org>
343         * makefile.w32-in: Revert to Unix line endings.
345 2000-09-14  Andrew Innes  <andrewi@gnu.org>
347         * INSTALL: Add note about expected error messages when configure
348         is run.
350         * configure.bat: Simplify the generation of makefiles (don't need
351         to generate various top-level targets that invoke make in other
352         directories).
354         * gmake.defs (SHELLTYPE): New define.
355         (SETLOADPATH): New define.
357         * nmake.defs (SHELLTYPE): New define.
359         * makefile.w32-in: Standardize indentation somewhat.
360         Add bootstrap support.
361         Pass $(MFLAGS) when invoking make recursively.
362         Add shell-specific variants of top-level targets that invoke make
363         recursively in other directories, and add necessary computed
364         dependencies.
366 2000-09-03  Andrew Innes  <andrewi@gnu.org>
368         * makefile.w32-in: Change to DOS line endings.
370         * configure.bat: Change to DOS line endings.
372         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
373         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
375         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
376         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
378         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
379         -D_ANONYMOUS_STRUCT on compile line.
380         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
381         (ARCH_CFLAGS): Change optimization flags to -O2.
382         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
383         (ARGQUOTE, DQUOTE): New defines.
385         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
386         -D_ANONYMOUS_STRUCT on compile line.
387         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
388         (ARGQUOTE, DQUOTE): New defines.
390 2000-08-22  Andrew Innes  <andrewi@gnu.org>
392         * configure.bat: New file.
394         * gmake.defs: New file.
396         * nmake.defs: New file.
398         * makefile.w32-in: New file.
400         * INSTALL: Rewrite to match new configure process.
402         * config.nt [WINDOWSNT]: Don't declare getenv.
403         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
405         * addpm.c (main): Accept /q to mean install based on addpm's
406         location without asking.  Remove reference to emacs.bat which is
407         now obsolete.
409         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
411         * paths.h: Use forward slash as directory separator in all path
412         definitions.
413         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
415         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
417         * runemacs.c: Remove WIN32 define.
419         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
420         not defined.
422         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
423         (fd_set): Define to new name, after including winsock.h, so we can
424         provide our own implementation.
426 2000-07-05  Andrew Innes  <andrewi@gnu.org>
428         * ebuild.bat: Add support for specifying make arguments.
430         * makefile.nt: Add support for `bootstrap' and related targets.
432 2000-06-11  Jason Rumney  <jasonr@gnu.org>
434         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
436 2000-02-06  Andrew Innes  <andrewi@gnu.org>
438         * inc/sys/time.h: Add inclusion protection.
440         * makefile.def (SYS_LDFLAGS): Add -nologo.
442 1999-11-22  Andrew Innes  <andrewi@gnu.org>
444         * install.bat: Pass on command line arguments to make.
446         * makefile.nt (fast_install): Bring commands up-to-date, and fix
447         typo.
449 1999-11-21  Andrew Innes  <andrewi@gnu.org>
451         * makefile.nt (all): Build leim if present.
452         (install): Install leim if present.
453         (clean): Clean leim if present.
455         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
456         definition.
458         * emacs.bat.in (EMACSLOADPATH): Include leim.
460 1999-07-12  Richard Stallman  <rms@gnu.org>
462         * Version 20.4 released.
464 1999-06-16  Andrew Innes  <andrewi@gnu.org>
466         * emacs.rc: Use an icon with a transparent background, to be in
467         keeping with other applications.
469 1999-06-03  Andrew Innes  <andrewi@gnu.org>
471         * preprep.c: Fix typo.
473 1999-05-02  Andrew Innes  <andrewi@gnu.org>
475         * config.h: Remove obsolete file.
477         * preprep.c (copy_executable_and_move_sections): Ifdef out a
478         couple of unused switch cases that aren't defined on all
479         platforms.
481         * ftime.bat: Add another variation of the profile command, which
482         only profiles extended commands.
484 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
486         * cmdproxy.c (main): Fix parens.
488 1999-03-25  Andrew Innes  <andrewi@gnu.org>
490         * cmdproxy.c (main): Call GetShortPathName to normalize program
491         names for comparison.
493 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
495         * makefile.def: Compile multiple .c files when possible.
496         Use BLD instead of assuming i386.
497         * makefile.nt: Remove common multiple file compilation commands.
499 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
501         * cmdproxy.c (main): Add missing parens.
503 1999-02-20  Andrew Innes  <andrewi@gnu.org>
505         * preprep.c: New program to allow dumped image to be profiled.
507         * makefile.nt (preprep): New target.
508         (ALL): Build it.
510         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
512         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
513         Change prep options to profile libc functions and skip the startup
514         code.
516 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
518         * makefile.nt: Create installation directory as first step.
520 1999-01-31  Andrew Innes  <andrewi@gnu.org>
522         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
523         ROUND_UP_DST.  Zeroes the alignment slop.
524         (copy_executable_and_add_section): Update the
525         SizeOfHeaders field properly.
527 1999-01-27  Andrew Innes  <andrewi@gnu.org>
529         * makefile.nt: Do make version comparison as strings.
531 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
533         * runemacs.c (WinMain): Pass explicit environment block to
534         CreateProcess, to work around a bug in Windows 95/98.
536 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
538         * icons: New directory with Davenport's icons.
539         icons/sink.ico: Renamed from emacs.ico.
541         * makefile.nt (install, fast_install): Install Windows icons
542         into etc/icons.
544         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
546 1999-01-17  Andrew Innes  <andrewi@gnu.org>
548         * makefile.nt: (ALL): List top-level targets.
549         (addsection): New top-level target.
550         (install): Copy fns-*.el to bin directory.
552         * addsection.c: New program to add static heap section to
553         temacs.exe after linking, in support of new unexec method.
555 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
557         * cmdproxy.c (spawn): Pass directory for child as parameter.
558         (main): Save startup directory to give to spawn, then change
559         directory to location of .exe in order not to prevent startup
560         directory from being deleted.
562 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
564         * makefile.nt: Do string comparision of _NMAKE_VER.
566 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
568         * config.nt (LOCALTIME_CACHE): Define.
570 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
572         * install.bat: Convert to DOS format.
574 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
576         * cmdproxy.c (main): Set environment size only when running
577         command.com.
579 1998-11-03  Theodore Jump <tjump@tertius.com>
581         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
582         (DEL_TREE): Use rd instead of rmdir.
583         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
584         * makefile.nt: Compile multiple source files when possible.
586 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
588         * cmdproxy.c (main): Treat command line options as case-insensitive.
590 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
592         * Version 20.3 released.
594 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
596         * addpm.c (main): Explicitly check result of message box for OK.
598 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
600         * inc/sys/file.h (D_OK): Define new macro.
602 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
604         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
606 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
608         * emacs.rc (VS_VERSION_INFO): Define.
610 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
612         * makefile.nt (emacs.bat, debug.bat): Create them in the
613         installation directory.
615 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
617         * ddeclient.c: New file.  (Support program for performing limited
618         interprocess communication on Windows.)
620         * makefile.nt: Build ddeclient.
622         * cmdproxy.c (main): Only set environment size for real shell, and
623         provide extra directory argument, when running on Windows 95.
625 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
627         * cmdproxy.c (fail): Exit with a negative return value.
628         (spawn): Return subprocess return code as an argument.
629         Explicitly copy environment block.
630         (main): Update to use return value argument with spawn.
631         Retry if spawn failed when a subshell was not tried.
633         * config.nt: Include new macros from src/config.in.
634         (GNU_MALLOC, REL_ALLOC): Define.
635         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
636         (RE_TRANSLATE): Use char_table_translate.
638         * makefile.def (CP_DIR): Preserve attributes.
640         * makefile.nt (clean): Delete patch generated files, optimized
641         build directory.
643 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
645         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
647 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
649         * Version 20.2 released.
651 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
653         * Version 20.1 released.
655 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
657         * debug.bat.in: New file.
658         * makefile.nt (debug.bat): New target.
660 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
662         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
663         Quote group name.  Allow different icons to be specified.
665         * cmdproxy.c (get_env_size): New function.
666         (spawn): Explicitly pass in environment when creating subprocess.
667         (main): Cleaup error messages.
668         Specify dynamically sized environment block for real shell.
669         Pass on unhandled switches to real shell.
670         Quote program name.
672         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
673         directory.
674         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
676         * runemacs.c (WinMain): Allow Emacs process to be started with
677         high or low priority.
679         * emacs.bat.in: Remove OS dependent operations.
681 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
683         * addpm.c (env_vars): No longer set INFOPATH.
685         * cmdproxy.c (get_next_token): Null terminate token returned.
687         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
689 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
691         * addpm.c (env_vars): Set SHELL to cmdproxy.
692         (main): Initialize idDde to 0.
693         Determine emacs_path from module file name.
694         Prompt for install.
696         * makefile.def (MSVCNT11): Conditionally define it.
697         (BASE_LIBS): Do not use oldnames.lib.
698         (SYS_LDFLAGS): Use pdb files.
699         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
700         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
701         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
703         * makefile.nt (ALL): Build cmdproxy.
704         (cmdproxy): New target.
705         (install): Install cmdproxy.
707         * ftime.bat, debug.bat, cmdproxy.c: New files.
709 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
711         * inc/sys/socket.h: (shutdown): Define.
712         (sys_shutdown): Export.
714 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
716         * config.nt (RE_TRANSLATE): Copy definition from config.in.
718 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
720         * config.nt: Update file comments.
721         Update undefs added/removed in src/config.in.
723 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
725         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
726         of win95 and winnt, respectively.
728 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
730         * makefile.nt (real_install): Create site-lisp in installation dir.
731         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
732         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
734 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
736         * Version 19.33 released.
738 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
740         * runemacs.c (WinMain): Put a space between the binary and its args.
742 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
744         * Version 19.32 released.
746 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
748         * makefile.nt (clean): Use OBJDIR macro.
750 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
752         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
753         Not defined by default.
754         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
755         (WinMain): Convert backslashes to slashes in env var values.
757         * addpm.c (env_vars): Use slashes, not backslashes.
759 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
761         * Version 19.31 released.
763 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
765         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
766         undo settings afterwards.
768 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
770         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
771         environment variable.
773 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
775         * install.bat: Allow for optimized build.
776         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
777         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
779 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
781         * addpm.c (REG_ROOT): Don't use a trailing backslash.
782         (env_vars): Rename field emacs_path to emacs_dir.
783         (main): Add link to runemacs instead of emacs.
785         * install.bat: Check if INSTALL_DIR is passed as an argument.
787         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
789         * makefile.nt: Build and install runemacs.exe.
791         * runemacs.c: New file.
793         * config.w95: File removed.
795         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
796         inc/sys/socket.h, inc/sys/time.h: New header files.
798         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
800 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
802         * makefile.def (DEL): Defined.
803         (DEL_TREE) [win95]: Defined.
804         (SYS_LDFLAGS): Set executable versions to 3.10.
806         * makefile.nt: Change uses of del to $(DEL).
808 1996-01-17  Erik Naggum  <erik@naggum.no>
810         * All files: Update FSF's address in comment preamble.
812 1996-01-03  George V. Reilly  <georger@microcrafts.com>
814         * emacs.ico: Now the proverbial kitchen sink icon.
816 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
818         * Version 19.30 released.
820 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
822         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
824         * makefile.nt (install, fast_install, real_install, clean):
825         Don't use switches to del not supported by Win95.
827 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
829         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
830         (install, fast_install): Change same-dir test to create test file in
831         installation tree and thereby support read-only shares.
832         (clean): Remove .pdb files.
834         * makefile.def (NTGUI): New macro.
835         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
837         * config.nt, config.w95: Update to latest src/config.in.
839         * addpm.c (env_vars): New variable.
840         (add_registry): New procedure.
841         (main): Use values of configuration environment variables from
842         the registry if defined, the process environment otherwise.
844 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
846         * Version 19.29 released.
848         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
850 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
852         * makefile.nt: Define .c to .obj suffix rule.
853         (addpm.obj): Compile directly, use CFLAGS.
854         (addpm.exe): Link from addpm.obj.
856         * makefile.def (MSVCNT11): Defined.
857         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
858         (CFLAGS_COMMON): Defined.
859         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
861 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
863         * emacs.bat.in: Renamed from emacs.bat
864         (emacs_dir): Renamed from emacs_path
865         Definition removed.
867         * addpm.c: New file.
868         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
869         (all): Depend upon $(BLD) and $(ALL).
870         (install): Depend upon emacs.bat.
871         Create program item for Emacs.
872         (clean): Delete obj.
873         (emacs.bat): Defined.
874         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
876 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
878         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
879         Add carriage returns; necessary for batch files on Win95.
881 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
883         * config.w95: Created.
884         * config.h: Changed to config.nt.
886         * makefile.nt (SUBDIRS): Commented out.
887         (all,install,clean): Expand for-loops.
888         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
890         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
891         (ARCH): New definition.
892         (CPU,CONFIG_H,OS_TYPE): Defined.
893         (INCLUDE,LIB): Checked if valid.
894         (ntwin32.mak): Included.
895         (AR,CC,LINK): New definition.
896         (ADVAPI32,libc,BASE_LIBS): Defined.
897         (SYS_LDFLAGS): New definition.
898         Update comments and preprocessor conditionals.
900         * emacs.bat (SHELL): Conditionally defined.
901         (HOME): Conditionally defined.
902         (emacs_path,HOME): Update comments.
903         Turn off all echo.
905 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
907         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
908         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
909         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
910         inc/sys/param.h: Removed carriage-returns.
912 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
914         * makefile.def (CVTRES): Defined.
916         * emacs.ico, emacs.rc: New files by Kevin Gallo.
918 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
920         * src: Removed.
922         * src\config.h, src\paths.h: Moved to parent dir, src removed.
924 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
926         * makefile.def (INSTALL_DIR): Changed to generic directory.
928         * emacs.bat: Added arguments when emacs.exe invoked.
930         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
932 1994-12-13  voelker  <voelker@cs.washington.edu>
934         * makefile.def (CC): In configuration section.
935         (COMPAT_LIB): Defined.
937 1994-11-01  voelker  <voelker@cs.washington.edu>
939         * src/paths.h: New file.
941         * src/config.h: New file.
943         * inc/pwd.h: New file.
945         * inc/sys/dir.h: New file.
947         * inc/sys/file.h: New file.
949         * inc/sys/ioctl.h: New file.
951         * inc/sys/param.h: New file.
953         * todo: New file.
955         * readme: New file.
957         * makefile.nt: New file.
959         * makefile.def: New file.
961         * install.cmd: New file.
963         * install: New file.
965         * fast-install.cmd: New file.
967         * emacs.cmd: New file.
969         * ebuild.cmd: New file.
971         * _emacs: New file.
973 ;; Local Variables:
974 ;; coding: iso-2022-7bit
975 ;; End:
977     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
978         Free Software Foundation, Inc.
979   Copying and distribution of this file, with or without modification,
980   are permitted provided the copyright notice and this notice are preserved.