(Qselect_window): New symbol.
[emacs.git] / nt / ChangeLog
blob2e0a20b6db57defda5a30825f922f60a9b6f49f8
1 2002-03-20  Jason Rumney  <jasonr@gnu.org>
3         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
4         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
6 2002-03-19  Kim F. Storm  <storm@cua.dk>
8         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
9         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
10         (HAVE_SYS_UN_H): Undef.
11         From David Ponce <dponce@voila.fr>.
13 2002-03-13  Jason Rumney  <jasonr@gnu.org>
15         * config.nt (STRFTIME_NO_POSIX2): Define.
17 2002-02-18  Jason Rumney  <jasonr@gnu.org>
19         * emacs.rc: Define VS_VERSION_INFO if not already.
20         Update version info.
22 2002-01-04  Andrew Innes  <andrewi@gnu.org>
24         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
25         pick up relevant bits of the Windows API definitions.
27         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
28         pick up relevant bits of the Windows API definitions.
30 2001-12-14  Andrew Innes  <andrewi@gnu.org>
32         * makefile.w32-in (bootstrap): Build addsection program before
33         bootstrap (required for post-processing temacs.exe).
35 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
37         * COPYING: New file.
39 2001-12-03  Andrew Innes  <andrewi@gnu.org>
41         * makefile.w32-in (bootstrap-nmake):
42         (bootstrap-gmake): Extend bootstrap process to first do
43         bootstrap-clean in lisp dir and rebuild the DOC file.
44         (bootstrap): Do a "normal" make after the bootstrap work.
46 2001-11-20  Jason Rumney  <jasonr@gnu.org>
48         * INSTALL: Update table of versions of make that are suitable
49         for building Emacs, based on recent feedback.
51         * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
53 2001-11-19  Andrew Innes  <andrewi@gnu.org>
55         * ftime-nostartup.bat: New file.
57         * ftime.bat: Don't include libc.lib for profiling - the profiler
58         corrupts part of memcpy.
60 2001-11-17  Jason Rumney  <jasonr@gnu.org>
62         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
63         expansion.  From Juanma Barranquero <lektu@terra.es>.
65 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
67         * (Version 21.1 released.)
69 2001-10-12  Andrew Innes  <andrewi@gnu.org>
71         * inc/pwd.h (uid_t, gid_t): New typedefs.
73 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
75         * Branch for 21.1.
76         
77 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
79         * README: Update the address of the mailing list and subscription
80         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
82 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
84         * INSTALL: Suggest to avoid using WinZip.
86         * configure.bat: Make sure ../site-lisp exists; create if necessary.
88 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
90         * INSTALL: Mention that "make install" can be "nmake install".
92 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
94         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
95         since some versions of `mkdir' don't automatically create parent
96         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
98 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
100         * subdirs.el: New file.
102         * configure.bat: Copy subdirs.el to the site-lisp directory.
104         * makefile.w32-in (install): Copy subdirs.el to the installation
105         directory.
107 2001-06-20  Jason Rumney  <jasonr@gnu.org>
109         * runemacs.c (WinMain): Add quotes around command in case of spaces.
111 2001-06-01  Andrew Innes  <andrewi@gnu.org>
113         * gmake.defs (sh_output): Don't use $(warning ...) to output
114         messages, since that is not supported by GNU make 3.77.
116 2001-05-24  Jason Rumney  <jasonr@gnu.org>
118         * INSTALL: Clarify that building with MSVC requires nmake.
120 2001-05-17  Andrew Innes  <andrewi@gnu.org>
122         * gmake.defs (NEW_CYGWIN): Output message about spurious error
123         message that is to be ignored.
125 2001-05-13  Andrew Innes  <andrewi@gnu.org>
127         * TODO: Remove file, since it is completely out of date.
129         * README: Add copyright notice.
131         * INSTALL: Add copyright notice.
133 2001-04-18  Andrew Innes  <andrewi@gnu.org>
135         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
136         the environment.
138         * gmake.defs (SETLOADPATH): Remove definition.
139         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
140         environment.
142 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
144         * configure.bat: Make the checkw32api* labels be distinct in the
145         first 8 characters.
147 2001-03-17  Andrew Innes  <andrewi@gnu.org>
149         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
150         escaped quotes.
152         * gmake.defs (DEBUG_LINK): New macro.
153         (LINK_FLAGS): Use it.
155         * nmake.defs (DEBUG_LINK): New macro.
156         (LINK_FLAGS): Use it.
158 2001-03-06  Andrew Innes  <andrewi@gnu.org>
160         * INSTALL: Add --ldflags to configure line for building with
161         recent versions of Cygwin GCC.
163 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
165         * configure.bat: Use correct options when compiling a test program
166         with Cygwin.  From David Ponce <dponce@voila.fr>.
168 2001-02-24  Andrew Innes  <andrewi@gnu.org>
170         * _emacs: Remove obsolete file.
172         * emacs.bat.in: Remove obsolete file.
174         * debug.bat.in: Remove obsolete file.
176         * inc/sys/socket.h: Add copyright notice.
178         * paths.h: Add copyright notice.
180         * makefile.nt: Update copyright notice.
182         * makefile.def: Update copyright notice.
184         * configure.bat: Update copyright notice.
186         * nmake.defs: Add copyright notice.
188         * gmake.defs: Add copyright notice.
190         * makefile.w32-in: Add copyright notice.
192 2001-02-05  Andrew Innes  <andrewi@gnu.org>
194         * nmake.defs (THISDIR): New definition.
196         * gmake.defs (THISDIR): New definition.
198 2001-02-03  Andrew Innes  <andrewi@gnu.org>
200         * configure.bat: Leave a space before >> only when there is a
201         preceding digit.  Add a comment about the importance of this.
203         * README: Replace outdated information.
205         * INSTALL (Trouble-shooting): Add note about need to specify extra
206         compiler flags with recent Cygwin ports of gcc.
208 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
210         * configure.bat: Use "rm -f" instead of "del /f", as the latter
211         is not supported by Windows 9X's COMMAND.COM.
213 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
215         * configure.bat: Make sure redirection is preceeded by a blank, to
216         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
217         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
219 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
221         * INSTALL: Copy the table of tested combinations of development
222         tools from confuigure.bat.  Add suggestion to install Bash on
223         Windows 9X.
225         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
226         lisp/Makefile.in instead.  Use "rm -f" where more than one file
227         needs to be deleted, since command.com in Windows 9X doesn't grok
228         more than one argument.
230 2001-01-24  Andrew Innes  <andrewi@gnu.org>
232         * makefile.w32-in (cleanall-other-dirs-nmake): 
233         (cleanall-other-dirs-gmake): New targets.
234         (cleanall): Invoke them.
236 2001-01-19  Andrew Innes  <andrewi@gnu.org>
238         * addpm.c (env_vars): Add a version-independent site-lisp
239         directory to EMACSLOADPATH, after the version dependent one.
241 2001-01-06  Andrew Innes  <andrewi@gnu.org>
243         * README: Update info about compilers.
245         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
246         select correct rule for invoking make in another directory.  Amend
247         rules accordingly.
248         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
250         * nmake.defs (EMACS_ICON_PATH): Delete definition.
251         (COMPILER_TEMP_FILES): New definition.
252         (MAKETYPE): New definition.
254         * gmake.defs (EMACS_ICON_PATH): Delete definition.
255         (COMPILER_TEMP_FILES): New definition.
256         (MAKETYPE): New definition.
258         * makefile.def (EMACS_ICON_PATH): Delete definition.
260         * configure.bat: Be careful not to add trailing spaces when
261         outputting to config.settings.
263 2001-01-02  Andrew Innes  <andrewi@gnu.org>
265         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
266         than the function.
268 2000-12-17  Andrew Innes  <andrewi@gnu.org>
270         * makefile.w32-in (install): Copy directories to the correct
271         places.
272         (real_install): Remove obsolete target.
274 2000-12-06  Andrew Innes  <andrewi@gnu.org>
276         * nmake.defs (CURDIR): New define.
277         (INSTALL_DIR): Use it.
279         * gmake.defs (NEW_CYGWIN): New define.
280         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
281         so we need to adjust how we escape embedded quotes.
282         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
283         relative to $(CURDIR).
285 2000-11-25  Jason Rumney  <jasonr@gnu.org>
287         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
289 2000-10-17  Andrew Innes  <andrewi@gnu.org>
291         * makefile.w32-in (recompile): New target to recompile lisp
292         directory.
293         (recompile-CMD, recompile-SH): New support targets.
295 2000-09-24  Jason Rumney  <jasonr@gnu.org>
297         * config.nt (NO_RETURN): Define it.
299 2000-09-17  Andrew Innes  <andrewi@gnu.org>
301         * gmake.defs: Revert to Unix line endings.
303         * nmake.defs: Revert to Unix line endings.
305 2000-09-16  Andrew Innes  <andrewi@gnu.org>
307         * gmake.defs (SETLOADPATH): Change definition to work from any
308         subdirectory.
310 2000-09-14  Andrew Innes  <andrewi@gnu.org>
312         * makefile.w32-in: Revert to Unix line endings.
314 2000-09-14  Andrew Innes  <andrewi@gnu.org>
316         * INSTALL: Add note about expected error messages when configure
317         is run.
319         * configure.bat: Simplify the generation of makefiles (don't need
320         to generate various top-level targets that invoke make in other
321         directories).
323         * gmake.defs (SHELLTYPE): New define.
324         (SETLOADPATH): New define.
326         * nmake.defs (SHELLTYPE): New define.
328         * makefile.w32-in: Standardize indentation somewhat.
329         Add bootstrap support.
330         Pass $(MFLAGS) when invoking make recursively.
331         Add shell-specific variants of top-level targets that invoke make
332         recursively in other directories, and add necessary computed
333         dependencies.
335 2000-09-03  Andrew Innes  <andrewi@gnu.org>
337         * makefile.w32-in: Change to DOS line endings.
339         * configure.bat: Change to DOS line endings.
341         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
342         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
344         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
345         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
347         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
348         -D_ANONYMOUS_STRUCT on compile line.
349         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
350         (ARCH_CFLAGS): Change optimization flags to -O2.
351         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
352         (ARGQUOTE, DQUOTE): New defines.
354         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
355         -D_ANONYMOUS_STRUCT on compile line.
356         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
357         (ARGQUOTE, DQUOTE): New defines.
359 2000-08-22  Andrew Innes  <andrewi@gnu.org>
361         * configure.bat: New file.
363         * gmake.defs: New file.
365         * nmake.defs: New file.
367         * makefile.w32-in: New file.
369         * INSTALL: Rewrite to match new configure process.
371         * config.nt [WINDOWSNT]: Don't declare getenv.
372         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
374         * addpm.c (main): Accept /q to mean install based on addpm's
375         location without asking.  Remove reference to emacs.bat which is
376         now obsolete.
378         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
380         * paths.h: Use forward slash as directory separator in all path
381         definitions.
382         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
384         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
386         * runemacs.c: Remove WIN32 define.
388         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
389         not defined.
391         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
392         (fd_set): Define to new name, after including winsock.h, so we can
393         provide our own implementation.
395 2000-07-05  Andrew Innes  <andrewi@gnu.org>
397         * ebuild.bat: Add support for specifying make arguments.
399         * makefile.nt: Add support for `bootstrap' and related targets.
401 2000-06-11  Jason Rumney  <jasonr@gnu.org>
403         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
405 2000-02-06  Andrew Innes  <andrewi@gnu.org>
407         * inc/sys/time.h: Add inclusion protection.
409         * makefile.def (SYS_LDFLAGS): Add -nologo.
411 1999-11-22  Andrew Innes  <andrewi@gnu.org>
413         * install.bat: Pass on command line arguments to make.
415         * makefile.nt (fast_install): Bring commands up-to-date, and fix
416         typo.
418 1999-11-21  Andrew Innes  <andrewi@gnu.org>
420         * makefile.nt (all): Build leim if present.
421         (install): Install leim if present.
422         (clean): Clean leim if present.
424         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
425         definition.
427         * emacs.bat.in (EMACSLOADPATH): Include leim.
429 1999-07-12  Richard Stallman  <rms@gnu.org>
431         * Version 20.4 released.
433 1999-06-16  Andrew Innes  <andrewi@gnu.org>
435         * emacs.rc: Use an icon with a transparent background, to be in
436         keeping with other applications.
438 1999-06-03  Andrew Innes  <andrewi@gnu.org>
440         * preprep.c: Fix typo.
442 1999-05-02  Andrew Innes  <andrewi@gnu.org>
444         * config.h: Remove obsolete file.
446         * preprep.c (copy_executable_and_move_sections): Ifdef out a
447         couple of unused switch cases that aren't defined on all
448         platforms.
450         * ftime.bat: Add another variation of the profile command, which
451         only profiles extended commands.
453 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
455         * cmdproxy.c (main): Fix parens.
457 1999-03-25  Andrew Innes  <andrewi@gnu.org>
459         * cmdproxy.c (main): Call GetShortPathName to normalize program
460         names for comparison.
462 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
464         * makefile.def: Compile multiple .c files when possible.
465         Use BLD instead of assuming i386.
466         * makefile.nt: Remove common multiple file compilation commands.
468 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
470         * cmdproxy.c (main): Add missing parens.
472 1999-02-20  Andrew Innes  <andrewi@gnu.org>
474         * preprep.c: New program to allow dumped image to be profiled.
476         * makefile.nt (preprep): New target.
477         (ALL): Build it.
479         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
481         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
482         Change prep options to profile libc functions and skip the startup
483         code.
485 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
487         * makefile.nt: Create installation directory as first step.
489 1999-01-31  Andrew Innes  <andrewi@gnu.org>
491         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
492         ROUND_UP_DST.  Zeroes the alignment slop.
493         (copy_executable_and_add_section): Update the
494         SizeOfHeaders field properly.
496 1999-01-27  Andrew Innes  <andrewi@gnu.org>
498         * makefile.nt: Do make version comparison as strings.
500 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
502         * runemacs.c (WinMain): Pass explicit environment block to
503         CreateProcess, to work around a bug in Windows 95/98.
505 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
507         * icons: New directory with Davenport's icons.
508         icons/sink.ico: Renamed from emacs.ico.
510         * makefile.nt (install, fast_install): Install Windows icons
511         into etc/icons.
513         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
515 1999-01-17  Andrew Innes  <andrewi@gnu.org>
517         * makefile.nt: (ALL): List top-level targets.
518         (addsection): New top-level target.
519         (install): Copy fns-*.el to bin directory.
521         * addsection.c: New program to add static heap section to
522         temacs.exe after linking, in support of new unexec method.
524 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
526         * cmdproxy.c (spawn): Pass directory for child as parameter.
527         (main): Save startup directory to give to spawn, then change
528         directory to location of .exe in order not to prevent startup
529         directory from being deleted.
531 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
533         * makefile.nt: Do string comparision of _NMAKE_VER.
535 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
537         * config.nt (LOCALTIME_CACHE): Define.
539 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
541         * install.bat: Convert to DOS format.
543 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
545         * cmdproxy.c (main): Set environment size only when running
546         command.com.
548 1998-11-03  Theodore Jump <tjump@tertius.com>
550         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
551         (DEL_TREE): Use rd instead of rmdir.
552         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
553         * makefile.nt: Compile multiple source files when possible.
554         
555 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
557         * cmdproxy.c (main): Treat command line options as case-insensitive.
559 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
561         * Version 20.3 released.
563 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
565         * addpm.c (main): Explicitly check result of message box for OK.
567 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
569         * inc/sys/file.h (D_OK): Define new macro.
571 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
573         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
575 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
577         * emacs.rc (VS_VERSION_INFO): Define.
579 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
581         * makefile.nt (emacs.bat, debug.bat): Create them in the
582         installation directory.
584 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
586         * ddeclient.c: New file.  (Support program for performing limited
587         interprocess communication on Windows.)
589         * makefile.nt: Build ddeclient.
591         * cmdproxy.c (main): Only set environment size for real shell, and
592         provide extra directory argument, when running on Windows 95.
593         
594 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
596         * cmdproxy.c (fail): Exit with a negative return value.
597         (spawn): Return subprocess return code as an argument.
598         Explicitly copy environment block.
599         (main): Update to use return value argument with spawn.
600         Retry if spawn failed when a subshell was not tried.
602         * config.nt: Include new macros from src/config.in.
603         (GNU_MALLOC, REL_ALLOC): Define.
604         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
605         (RE_TRANSLATE): Use char_table_translate.
607         * makefile.def (CP_DIR): Preserve attributes.
609         * makefile.nt (clean): Delete patch generated files, optimized
610         build directory.
612 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
614         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
616 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
618         * Version 20.2 released.
620 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
622         * Version 20.1 released.
624 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
626         * debug.bat.in: New file.
627         * makefile.nt (debug.bat): New target.
629 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
631         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
632         Quote group name.  Allow different icons to be specified.
634         * cmdproxy.c (get_env_size): New function.
635         (spawn): Explicitly pass in environment when creating subprocess.
636         (main): Cleaup error messages.
637         Specify dynamically sized environment block for real shell.
638         Pass on unhandled switches to real shell.
639         Quote program name.
641         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
642         directory.
643         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
645         * runemacs.c (WinMain): Allow Emacs process to be started with
646         high or low priority.
648         * emacs.bat.in: Remove OS dependent operations.
649         
650 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
652         * addpm.c (env_vars): No longer set INFOPATH.
654         * cmdproxy.c (get_next_token): Null terminate token returned.
656         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
658 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
660         * addpm.c (env_vars): Set SHELL to cmdproxy.
661         (main): Initialize idDde to 0.
662         Determine emacs_path from module file name.
663         Prompt for install.
665         * makefile.def (MSVCNT11): Conditionally define it.
666         (BASE_LIBS): Do not use oldnames.lib.
667         (SYS_LDFLAGS): Use pdb files.
668         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
669         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
670         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
672         * makefile.nt (ALL): Build cmdproxy.
673         (cmdproxy): New target.
674         (install): Install cmdproxy.
676         * ftime.bat, debug.bat, cmdproxy.c: New files.
678 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
680         * inc/sys/socket.h: (shutdown): Define.
681         (sys_shutdown): Export.
683 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
685         * config.nt (RE_TRANSLATE): Copy definition from config.in.
687 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
689         * config.nt: Update file comments.
690         Update undefs added/removed in src/config.in.
692 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
694         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
695         of win95 and winnt, respectively.
697 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
699         * makefile.nt (real_install): Create site-lisp in installation dir.
700         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
701         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
703 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
705         * Version 19.33 released.
707 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
709         * runemacs.c (WinMain): Put a space between the binary and its args.
711 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
713         * Version 19.32 released.
715 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
717         * makefile.nt (clean): Use OBJDIR macro.
719 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
721         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
722         Not defined by default.
723         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
724         (WinMain): Convert backslashes to slashes in env var values.
726         * addpm.c (env_vars): Use slashes, not backslashes.
728 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
730         * Version 19.31 released.
732 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
734         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
735         undo settings afterwards.
737 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
739         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
740         environment variable.
742 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
744         * install.bat: Allow for optimized build.
745         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
746         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
748 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
750         * addpm.c (REG_ROOT): Don't use a trailing backslash.
751         (env_vars): Rename field emacs_path to emacs_dir.
752         (main): Add link to runemacs instead of emacs.
754         * install.bat: Check if INSTALL_DIR is passed as an argument.
756         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
758         * makefile.nt: Build and install runemacs.exe.
760         * runemacs.c: New file.
762         * config.w95: File removed.
764         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
765         inc/sys/socket.h, inc/sys/time.h: New header files.
767         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
768         
769 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
771         * makefile.def (DEL): Defined.
772         (DEL_TREE) [win95]: Defined.
773         (SYS_LDFLAGS): Set executable versions to 3.10.
774         
775         * makefile.nt: Change uses of del to $(DEL).
777 1996-01-17  Erik Naggum  <erik@naggum.no>
779         * All files: Update FSF's address in comment preamble.
781 1996-01-03  George V. Reilly  <georger@microcrafts.com>
783         * emacs.ico: Now the proverbial kitchen sink icon.
785 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
787         * Version 19.30 released.
789 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
791         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
793         * makefile.nt (install, fast_install, real_install, clean):
794         Don't use switches to del not supported by Win95.
796 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
798         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
799         (install, fast_install): Change same-dir test to create test file in
800         installation tree and thereby support read-only shares.
801         (clean): Remove .pdb files.
803         * makefile.def (NTGUI): New macro.
804         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
806         * config.nt, config.w95: Update to latest src/config.in.
808         * addpm.c (env_vars): New variable.
809         (add_registry): New procedure.
810         (main): Use values of configuration environment variables from
811         the registry if defined, the process environment otherwise.
813 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
815         * Version 19.29 released.
817         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
819 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
821         * makefile.nt: Define .c to .obj suffix rule.
822         (addpm.obj): Compile directly, use CFLAGS.
823         (addpm.exe): Link from addpm.obj.
824         
825         * makefile.def (MSVCNT11): Defined.
826         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
827         (CFLAGS_COMMON): Defined.
828         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
829         
830 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
832         * emacs.bat.in: Renamed from emacs.bat
833         (emacs_dir): Renamed from emacs_path
834         Definition removed.
836         * addpm.c: New file.
837         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
838         (all): Depend upon $(BLD) and $(ALL).
839         (install): Depend upon emacs.bat.
840         Create program item for Emacs.
841         (clean): Delete obj.
842         (emacs.bat): Defined.
843         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
845 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
847         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
848         Add carriage returns; necessary for batch files on Win95.
850 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
852         * config.w95: Created.
853         * config.h: Changed to config.nt.
854         
855         * makefile.nt (SUBDIRS): Commented out.
856         (all,install,clean): Expand for-loops.
857         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
859         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
860         (ARCH): New definition.
861         (CPU,CONFIG_H,OS_TYPE): Defined.
862         (INCLUDE,LIB): Checked if valid.
863         (ntwin32.mak): Included.
864         (AR,CC,LINK): New definition.
865         (ADVAPI32,libc,BASE_LIBS): Defined.
866         (SYS_LDFLAGS): New definition.
867         Update comments and preprocessor conditionals.
869         * emacs.bat (SHELL): Conditionally defined.
870         (HOME): Conditionally defined.
871         (emacs_path,HOME): Update comments.
872         Turn off all echo.
874 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
876         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
877         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
878         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
879         inc/sys/param.h: Removed carriage-returns.
881 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
883         * makefile.def (CVTRES): Defined.
885         * emacs.ico, emacs.rc: New files by Kevin Gallo.
887 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
889         * src: Removed.
891         * src\config.h, src\paths.h: Moved to parent dir, src removed.
893 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
895         * makefile.def (INSTALL_DIR): Changed to generic directory.
897         * emacs.bat: Added arguments when emacs.exe invoked.
899         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
901 1994-12-13  voelker  <voelker@cs.washington.edu>
903         * makefile.def (CC): In configuration section.
904         (COMPAT_LIB): Defined.
906 1994-11-01  voelker  <voelker@cs.washington.edu>
908         * src/paths.h: New file.
910         * src/config.h: New file.
912         * inc/pwd.h: New file.
914         * inc/sys/dir.h: New file.
916         * inc/sys/file.h: New file.
918         * inc/sys/ioctl.h: New file.
920         * inc/sys/param.h: New file.
922         * todo: New file.
924         * readme: New file.
926         * makefile.nt: New file.
928         * makefile.def: New file.
930         * install.cmd: New file.
932         * install: New file.
934         * fast-install.cmd: New file.
936         * emacs.cmd: New file.
938         * ebuild.cmd: New file.
940         * _emacs: New file.
942 ;; Local Variables:
943 ;; coding: iso-2022-7bit
944 ;; End:
946     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
947         Free Software Foundation, Inc.
948   Copying and distribution of this file, with or without modification,
949   are permitted provided the copyright notice and this notice are preserved.