(ebrowse-symbol-regexp): Avoid cl-set-substring.
[emacs.git] / nt / ChangeLog
blob864bf731c1574ffafe14fdf26fcb6355243e7e31
1 2002-06-13  Jason Rumney  <jasonr@gnu.org>
3         * addpm.c (env_vars): Remove EMACSLOCKDIR.
5         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
6         (maybe-bootstrap-SH): New targets.
7         (all): Depend on maybe-bootstrap.
9 2002-05-03  Jason Rumney  <jasonr@gnu.org>
11         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
12         (sys_getpeername, fcntl): Declare as wrappers.
14 2002-04-10  Juanma Barranquero  <lektu@terra.es>
16         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
17         after compiling .el files.
19 2002-03-20  Jason Rumney  <jasonr@gnu.org>
21         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
22         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
24 2002-03-19  Kim F. Storm  <storm@cua.dk>
26         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
27         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
28         (HAVE_SYS_UN_H): Undef.
29         From David Ponce <dponce@voila.fr>.
31 2002-03-13  Jason Rumney  <jasonr@gnu.org>
33         * config.nt (STRFTIME_NO_POSIX2): Define.
35 2002-02-18  Jason Rumney  <jasonr@gnu.org>
37         * emacs.rc: Define VS_VERSION_INFO if not already.
38         Update version info.
40 2002-01-04  Andrew Innes  <andrewi@gnu.org>
42         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
43         pick up relevant bits of the Windows API definitions.
45         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
46         pick up relevant bits of the Windows API definitions.
48 2001-12-14  Andrew Innes  <andrewi@gnu.org>
50         * makefile.w32-in (bootstrap): Build addsection program before
51         bootstrap (required for post-processing temacs.exe).
53 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
55         * COPYING: New file.
57 2001-12-03  Andrew Innes  <andrewi@gnu.org>
59         * makefile.w32-in (bootstrap-nmake):
60         (bootstrap-gmake): Extend bootstrap process to first do
61         bootstrap-clean in lisp dir and rebuild the DOC file.
62         (bootstrap): Do a "normal" make after the bootstrap work.
64 2001-11-20  Jason Rumney  <jasonr@gnu.org>
66         * INSTALL: Update table of versions of make that are suitable
67         for building Emacs, based on recent feedback.
69         * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
71 2001-11-19  Andrew Innes  <andrewi@gnu.org>
73         * ftime-nostartup.bat: New file.
75         * ftime.bat: Don't include libc.lib for profiling - the profiler
76         corrupts part of memcpy.
78 2001-11-17  Jason Rumney  <jasonr@gnu.org>
80         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
81         expansion.  From Juanma Barranquero <lektu@terra.es>.
83 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
85         * (Version 21.1 released.)
87 2001-10-12  Andrew Innes  <andrewi@gnu.org>
89         * inc/pwd.h (uid_t, gid_t): New typedefs.
91 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
93         * Branch for 21.1.
94         
95 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
97         * README: Update the address of the mailing list and subscription
98         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
100 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
102         * INSTALL: Suggest to avoid using WinZip.
104         * configure.bat: Make sure ../site-lisp exists; create if necessary.
106 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
108         * INSTALL: Mention that "make install" can be "nmake install".
110 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
112         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
113         since some versions of `mkdir' don't automatically create parent
114         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
116 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
118         * subdirs.el: New file.
120         * configure.bat: Copy subdirs.el to the site-lisp directory.
122         * makefile.w32-in (install): Copy subdirs.el to the installation
123         directory.
125 2001-06-20  Jason Rumney  <jasonr@gnu.org>
127         * runemacs.c (WinMain): Add quotes around command in case of spaces.
129 2001-06-01  Andrew Innes  <andrewi@gnu.org>
131         * gmake.defs (sh_output): Don't use $(warning ...) to output
132         messages, since that is not supported by GNU make 3.77.
134 2001-05-24  Jason Rumney  <jasonr@gnu.org>
136         * INSTALL: Clarify that building with MSVC requires nmake.
138 2001-05-17  Andrew Innes  <andrewi@gnu.org>
140         * gmake.defs (NEW_CYGWIN): Output message about spurious error
141         message that is to be ignored.
143 2001-05-13  Andrew Innes  <andrewi@gnu.org>
145         * TODO: Remove file, since it is completely out of date.
147         * README: Add copyright notice.
149         * INSTALL: Add copyright notice.
151 2001-04-18  Andrew Innes  <andrewi@gnu.org>
153         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
154         the environment.
156         * gmake.defs (SETLOADPATH): Remove definition.
157         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
158         environment.
160 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
162         * configure.bat: Make the checkw32api* labels be distinct in the
163         first 8 characters.
165 2001-03-17  Andrew Innes  <andrewi@gnu.org>
167         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
168         escaped quotes.
170         * gmake.defs (DEBUG_LINK): New macro.
171         (LINK_FLAGS): Use it.
173         * nmake.defs (DEBUG_LINK): New macro.
174         (LINK_FLAGS): Use it.
176 2001-03-06  Andrew Innes  <andrewi@gnu.org>
178         * INSTALL: Add --ldflags to configure line for building with
179         recent versions of Cygwin GCC.
181 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
183         * configure.bat: Use correct options when compiling a test program
184         with Cygwin.  From David Ponce <dponce@voila.fr>.
186 2001-02-24  Andrew Innes  <andrewi@gnu.org>
188         * _emacs: Remove obsolete file.
190         * emacs.bat.in: Remove obsolete file.
192         * debug.bat.in: Remove obsolete file.
194         * inc/sys/socket.h: Add copyright notice.
196         * paths.h: Add copyright notice.
198         * makefile.nt: Update copyright notice.
200         * makefile.def: Update copyright notice.
202         * configure.bat: Update copyright notice.
204         * nmake.defs: Add copyright notice.
206         * gmake.defs: Add copyright notice.
208         * makefile.w32-in: Add copyright notice.
210 2001-02-05  Andrew Innes  <andrewi@gnu.org>
212         * nmake.defs (THISDIR): New definition.
214         * gmake.defs (THISDIR): New definition.
216 2001-02-03  Andrew Innes  <andrewi@gnu.org>
218         * configure.bat: Leave a space before >> only when there is a
219         preceding digit.  Add a comment about the importance of this.
221         * README: Replace outdated information.
223         * INSTALL (Trouble-shooting): Add note about need to specify extra
224         compiler flags with recent Cygwin ports of gcc.
226 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
228         * configure.bat: Use "rm -f" instead of "del /f", as the latter
229         is not supported by Windows 9X's COMMAND.COM.
231 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
233         * configure.bat: Make sure redirection is preceeded by a blank, to
234         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
235         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
237 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
239         * INSTALL: Copy the table of tested combinations of development
240         tools from confuigure.bat.  Add suggestion to install Bash on
241         Windows 9X.
243         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
244         lisp/Makefile.in instead.  Use "rm -f" where more than one file
245         needs to be deleted, since command.com in Windows 9X doesn't grok
246         more than one argument.
248 2001-01-24  Andrew Innes  <andrewi@gnu.org>
250         * makefile.w32-in (cleanall-other-dirs-nmake): 
251         (cleanall-other-dirs-gmake): New targets.
252         (cleanall): Invoke them.
254 2001-01-19  Andrew Innes  <andrewi@gnu.org>
256         * addpm.c (env_vars): Add a version-independent site-lisp
257         directory to EMACSLOADPATH, after the version dependent one.
259 2001-01-06  Andrew Innes  <andrewi@gnu.org>
261         * README: Update info about compilers.
263         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
264         select correct rule for invoking make in another directory.  Amend
265         rules accordingly.
266         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
268         * nmake.defs (EMACS_ICON_PATH): Delete definition.
269         (COMPILER_TEMP_FILES): New definition.
270         (MAKETYPE): New definition.
272         * gmake.defs (EMACS_ICON_PATH): Delete definition.
273         (COMPILER_TEMP_FILES): New definition.
274         (MAKETYPE): New definition.
276         * makefile.def (EMACS_ICON_PATH): Delete definition.
278         * configure.bat: Be careful not to add trailing spaces when
279         outputting to config.settings.
281 2001-01-02  Andrew Innes  <andrewi@gnu.org>
283         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
284         than the function.
286 2000-12-17  Andrew Innes  <andrewi@gnu.org>
288         * makefile.w32-in (install): Copy directories to the correct
289         places.
290         (real_install): Remove obsolete target.
292 2000-12-06  Andrew Innes  <andrewi@gnu.org>
294         * nmake.defs (CURDIR): New define.
295         (INSTALL_DIR): Use it.
297         * gmake.defs (NEW_CYGWIN): New define.
298         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
299         so we need to adjust how we escape embedded quotes.
300         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
301         relative to $(CURDIR).
303 2000-11-25  Jason Rumney  <jasonr@gnu.org>
305         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
307 2000-10-17  Andrew Innes  <andrewi@gnu.org>
309         * makefile.w32-in (recompile): New target to recompile lisp
310         directory.
311         (recompile-CMD, recompile-SH): New support targets.
313 2000-09-24  Jason Rumney  <jasonr@gnu.org>
315         * config.nt (NO_RETURN): Define it.
317 2000-09-17  Andrew Innes  <andrewi@gnu.org>
319         * gmake.defs: Revert to Unix line endings.
321         * nmake.defs: Revert to Unix line endings.
323 2000-09-16  Andrew Innes  <andrewi@gnu.org>
325         * gmake.defs (SETLOADPATH): Change definition to work from any
326         subdirectory.
328 2000-09-14  Andrew Innes  <andrewi@gnu.org>
330         * makefile.w32-in: Revert to Unix line endings.
332 2000-09-14  Andrew Innes  <andrewi@gnu.org>
334         * INSTALL: Add note about expected error messages when configure
335         is run.
337         * configure.bat: Simplify the generation of makefiles (don't need
338         to generate various top-level targets that invoke make in other
339         directories).
341         * gmake.defs (SHELLTYPE): New define.
342         (SETLOADPATH): New define.
344         * nmake.defs (SHELLTYPE): New define.
346         * makefile.w32-in: Standardize indentation somewhat.
347         Add bootstrap support.
348         Pass $(MFLAGS) when invoking make recursively.
349         Add shell-specific variants of top-level targets that invoke make
350         recursively in other directories, and add necessary computed
351         dependencies.
353 2000-09-03  Andrew Innes  <andrewi@gnu.org>
355         * makefile.w32-in: Change to DOS line endings.
357         * configure.bat: Change to DOS line endings.
359         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
360         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
362         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
363         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
365         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
366         -D_ANONYMOUS_STRUCT on compile line.
367         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
368         (ARCH_CFLAGS): Change optimization flags to -O2.
369         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
370         (ARGQUOTE, DQUOTE): New defines.
372         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
373         -D_ANONYMOUS_STRUCT on compile line.
374         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
375         (ARGQUOTE, DQUOTE): New defines.
377 2000-08-22  Andrew Innes  <andrewi@gnu.org>
379         * configure.bat: New file.
381         * gmake.defs: New file.
383         * nmake.defs: New file.
385         * makefile.w32-in: New file.
387         * INSTALL: Rewrite to match new configure process.
389         * config.nt [WINDOWSNT]: Don't declare getenv.
390         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
392         * addpm.c (main): Accept /q to mean install based on addpm's
393         location without asking.  Remove reference to emacs.bat which is
394         now obsolete.
396         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
398         * paths.h: Use forward slash as directory separator in all path
399         definitions.
400         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
402         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
404         * runemacs.c: Remove WIN32 define.
406         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
407         not defined.
409         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
410         (fd_set): Define to new name, after including winsock.h, so we can
411         provide our own implementation.
413 2000-07-05  Andrew Innes  <andrewi@gnu.org>
415         * ebuild.bat: Add support for specifying make arguments.
417         * makefile.nt: Add support for `bootstrap' and related targets.
419 2000-06-11  Jason Rumney  <jasonr@gnu.org>
421         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
423 2000-02-06  Andrew Innes  <andrewi@gnu.org>
425         * inc/sys/time.h: Add inclusion protection.
427         * makefile.def (SYS_LDFLAGS): Add -nologo.
429 1999-11-22  Andrew Innes  <andrewi@gnu.org>
431         * install.bat: Pass on command line arguments to make.
433         * makefile.nt (fast_install): Bring commands up-to-date, and fix
434         typo.
436 1999-11-21  Andrew Innes  <andrewi@gnu.org>
438         * makefile.nt (all): Build leim if present.
439         (install): Install leim if present.
440         (clean): Clean leim if present.
442         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
443         definition.
445         * emacs.bat.in (EMACSLOADPATH): Include leim.
447 1999-07-12  Richard Stallman  <rms@gnu.org>
449         * Version 20.4 released.
451 1999-06-16  Andrew Innes  <andrewi@gnu.org>
453         * emacs.rc: Use an icon with a transparent background, to be in
454         keeping with other applications.
456 1999-06-03  Andrew Innes  <andrewi@gnu.org>
458         * preprep.c: Fix typo.
460 1999-05-02  Andrew Innes  <andrewi@gnu.org>
462         * config.h: Remove obsolete file.
464         * preprep.c (copy_executable_and_move_sections): Ifdef out a
465         couple of unused switch cases that aren't defined on all
466         platforms.
468         * ftime.bat: Add another variation of the profile command, which
469         only profiles extended commands.
471 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
473         * cmdproxy.c (main): Fix parens.
475 1999-03-25  Andrew Innes  <andrewi@gnu.org>
477         * cmdproxy.c (main): Call GetShortPathName to normalize program
478         names for comparison.
480 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
482         * makefile.def: Compile multiple .c files when possible.
483         Use BLD instead of assuming i386.
484         * makefile.nt: Remove common multiple file compilation commands.
486 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
488         * cmdproxy.c (main): Add missing parens.
490 1999-02-20  Andrew Innes  <andrewi@gnu.org>
492         * preprep.c: New program to allow dumped image to be profiled.
494         * makefile.nt (preprep): New target.
495         (ALL): Build it.
497         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
499         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
500         Change prep options to profile libc functions and skip the startup
501         code.
503 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
505         * makefile.nt: Create installation directory as first step.
507 1999-01-31  Andrew Innes  <andrewi@gnu.org>
509         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
510         ROUND_UP_DST.  Zeroes the alignment slop.
511         (copy_executable_and_add_section): Update the
512         SizeOfHeaders field properly.
514 1999-01-27  Andrew Innes  <andrewi@gnu.org>
516         * makefile.nt: Do make version comparison as strings.
518 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
520         * runemacs.c (WinMain): Pass explicit environment block to
521         CreateProcess, to work around a bug in Windows 95/98.
523 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
525         * icons: New directory with Davenport's icons.
526         icons/sink.ico: Renamed from emacs.ico.
528         * makefile.nt (install, fast_install): Install Windows icons
529         into etc/icons.
531         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
533 1999-01-17  Andrew Innes  <andrewi@gnu.org>
535         * makefile.nt: (ALL): List top-level targets.
536         (addsection): New top-level target.
537         (install): Copy fns-*.el to bin directory.
539         * addsection.c: New program to add static heap section to
540         temacs.exe after linking, in support of new unexec method.
542 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
544         * cmdproxy.c (spawn): Pass directory for child as parameter.
545         (main): Save startup directory to give to spawn, then change
546         directory to location of .exe in order not to prevent startup
547         directory from being deleted.
549 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
551         * makefile.nt: Do string comparision of _NMAKE_VER.
553 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
555         * config.nt (LOCALTIME_CACHE): Define.
557 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
559         * install.bat: Convert to DOS format.
561 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
563         * cmdproxy.c (main): Set environment size only when running
564         command.com.
566 1998-11-03  Theodore Jump <tjump@tertius.com>
568         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
569         (DEL_TREE): Use rd instead of rmdir.
570         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
571         * makefile.nt: Compile multiple source files when possible.
572         
573 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
575         * cmdproxy.c (main): Treat command line options as case-insensitive.
577 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
579         * Version 20.3 released.
581 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
583         * addpm.c (main): Explicitly check result of message box for OK.
585 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
587         * inc/sys/file.h (D_OK): Define new macro.
589 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
591         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
593 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
595         * emacs.rc (VS_VERSION_INFO): Define.
597 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
599         * makefile.nt (emacs.bat, debug.bat): Create them in the
600         installation directory.
602 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
604         * ddeclient.c: New file.  (Support program for performing limited
605         interprocess communication on Windows.)
607         * makefile.nt: Build ddeclient.
609         * cmdproxy.c (main): Only set environment size for real shell, and
610         provide extra directory argument, when running on Windows 95.
611         
612 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
614         * cmdproxy.c (fail): Exit with a negative return value.
615         (spawn): Return subprocess return code as an argument.
616         Explicitly copy environment block.
617         (main): Update to use return value argument with spawn.
618         Retry if spawn failed when a subshell was not tried.
620         * config.nt: Include new macros from src/config.in.
621         (GNU_MALLOC, REL_ALLOC): Define.
622         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
623         (RE_TRANSLATE): Use char_table_translate.
625         * makefile.def (CP_DIR): Preserve attributes.
627         * makefile.nt (clean): Delete patch generated files, optimized
628         build directory.
630 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
632         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
634 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
636         * Version 20.2 released.
638 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
640         * Version 20.1 released.
642 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
644         * debug.bat.in: New file.
645         * makefile.nt (debug.bat): New target.
647 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
649         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
650         Quote group name.  Allow different icons to be specified.
652         * cmdproxy.c (get_env_size): New function.
653         (spawn): Explicitly pass in environment when creating subprocess.
654         (main): Cleaup error messages.
655         Specify dynamically sized environment block for real shell.
656         Pass on unhandled switches to real shell.
657         Quote program name.
659         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
660         directory.
661         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
663         * runemacs.c (WinMain): Allow Emacs process to be started with
664         high or low priority.
666         * emacs.bat.in: Remove OS dependent operations.
667         
668 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
670         * addpm.c (env_vars): No longer set INFOPATH.
672         * cmdproxy.c (get_next_token): Null terminate token returned.
674         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
676 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
678         * addpm.c (env_vars): Set SHELL to cmdproxy.
679         (main): Initialize idDde to 0.
680         Determine emacs_path from module file name.
681         Prompt for install.
683         * makefile.def (MSVCNT11): Conditionally define it.
684         (BASE_LIBS): Do not use oldnames.lib.
685         (SYS_LDFLAGS): Use pdb files.
686         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
687         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
688         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
690         * makefile.nt (ALL): Build cmdproxy.
691         (cmdproxy): New target.
692         (install): Install cmdproxy.
694         * ftime.bat, debug.bat, cmdproxy.c: New files.
696 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
698         * inc/sys/socket.h: (shutdown): Define.
699         (sys_shutdown): Export.
701 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
703         * config.nt (RE_TRANSLATE): Copy definition from config.in.
705 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
707         * config.nt: Update file comments.
708         Update undefs added/removed in src/config.in.
710 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
712         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
713         of win95 and winnt, respectively.
715 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
717         * makefile.nt (real_install): Create site-lisp in installation dir.
718         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
719         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
721 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
723         * Version 19.33 released.
725 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
727         * runemacs.c (WinMain): Put a space between the binary and its args.
729 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
731         * Version 19.32 released.
733 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
735         * makefile.nt (clean): Use OBJDIR macro.
737 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
739         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
740         Not defined by default.
741         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
742         (WinMain): Convert backslashes to slashes in env var values.
744         * addpm.c (env_vars): Use slashes, not backslashes.
746 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
748         * Version 19.31 released.
750 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
752         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
753         undo settings afterwards.
755 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
757         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
758         environment variable.
760 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
762         * install.bat: Allow for optimized build.
763         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
764         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
766 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
768         * addpm.c (REG_ROOT): Don't use a trailing backslash.
769         (env_vars): Rename field emacs_path to emacs_dir.
770         (main): Add link to runemacs instead of emacs.
772         * install.bat: Check if INSTALL_DIR is passed as an argument.
774         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
776         * makefile.nt: Build and install runemacs.exe.
778         * runemacs.c: New file.
780         * config.w95: File removed.
782         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
783         inc/sys/socket.h, inc/sys/time.h: New header files.
785         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
786         
787 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
789         * makefile.def (DEL): Defined.
790         (DEL_TREE) [win95]: Defined.
791         (SYS_LDFLAGS): Set executable versions to 3.10.
792         
793         * makefile.nt: Change uses of del to $(DEL).
795 1996-01-17  Erik Naggum  <erik@naggum.no>
797         * All files: Update FSF's address in comment preamble.
799 1996-01-03  George V. Reilly  <georger@microcrafts.com>
801         * emacs.ico: Now the proverbial kitchen sink icon.
803 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
805         * Version 19.30 released.
807 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
809         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
811         * makefile.nt (install, fast_install, real_install, clean):
812         Don't use switches to del not supported by Win95.
814 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
816         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
817         (install, fast_install): Change same-dir test to create test file in
818         installation tree and thereby support read-only shares.
819         (clean): Remove .pdb files.
821         * makefile.def (NTGUI): New macro.
822         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
824         * config.nt, config.w95: Update to latest src/config.in.
826         * addpm.c (env_vars): New variable.
827         (add_registry): New procedure.
828         (main): Use values of configuration environment variables from
829         the registry if defined, the process environment otherwise.
831 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
833         * Version 19.29 released.
835         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
837 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
839         * makefile.nt: Define .c to .obj suffix rule.
840         (addpm.obj): Compile directly, use CFLAGS.
841         (addpm.exe): Link from addpm.obj.
842         
843         * makefile.def (MSVCNT11): Defined.
844         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
845         (CFLAGS_COMMON): Defined.
846         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
847         
848 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
850         * emacs.bat.in: Renamed from emacs.bat
851         (emacs_dir): Renamed from emacs_path
852         Definition removed.
854         * addpm.c: New file.
855         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
856         (all): Depend upon $(BLD) and $(ALL).
857         (install): Depend upon emacs.bat.
858         Create program item for Emacs.
859         (clean): Delete obj.
860         (emacs.bat): Defined.
861         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
863 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
865         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
866         Add carriage returns; necessary for batch files on Win95.
868 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
870         * config.w95: Created.
871         * config.h: Changed to config.nt.
872         
873         * makefile.nt (SUBDIRS): Commented out.
874         (all,install,clean): Expand for-loops.
875         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
877         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
878         (ARCH): New definition.
879         (CPU,CONFIG_H,OS_TYPE): Defined.
880         (INCLUDE,LIB): Checked if valid.
881         (ntwin32.mak): Included.
882         (AR,CC,LINK): New definition.
883         (ADVAPI32,libc,BASE_LIBS): Defined.
884         (SYS_LDFLAGS): New definition.
885         Update comments and preprocessor conditionals.
887         * emacs.bat (SHELL): Conditionally defined.
888         (HOME): Conditionally defined.
889         (emacs_path,HOME): Update comments.
890         Turn off all echo.
892 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
894         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
895         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
896         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
897         inc/sys/param.h: Removed carriage-returns.
899 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
901         * makefile.def (CVTRES): Defined.
903         * emacs.ico, emacs.rc: New files by Kevin Gallo.
905 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
907         * src: Removed.
909         * src\config.h, src\paths.h: Moved to parent dir, src removed.
911 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
913         * makefile.def (INSTALL_DIR): Changed to generic directory.
915         * emacs.bat: Added arguments when emacs.exe invoked.
917         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
919 1994-12-13  voelker  <voelker@cs.washington.edu>
921         * makefile.def (CC): In configuration section.
922         (COMPAT_LIB): Defined.
924 1994-11-01  voelker  <voelker@cs.washington.edu>
926         * src/paths.h: New file.
928         * src/config.h: New file.
930         * inc/pwd.h: New file.
932         * inc/sys/dir.h: New file.
934         * inc/sys/file.h: New file.
936         * inc/sys/ioctl.h: New file.
938         * inc/sys/param.h: New file.
940         * todo: New file.
942         * readme: New file.
944         * makefile.nt: New file.
946         * makefile.def: New file.
948         * install.cmd: New file.
950         * install: New file.
952         * fast-install.cmd: New file.
954         * emacs.cmd: New file.
956         * ebuild.cmd: New file.
958         * _emacs: New file.
960 ;; Local Variables:
961 ;; coding: iso-2022-7bit
962 ;; End:
964     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
965         Free Software Foundation, Inc.
966   Copying and distribution of this file, with or without modification,
967   are permitted provided the copyright notice and this notice are preserved.