(texinfo-insert-menu): specify previously free variable `level' in a
[emacs.git] / nt / ChangeLog
blob28196f04ca124e10a71eb5e703daa4087abdf0a8
1 2002-02-18  Jason Rumney  <jasonr@gnu.org>
3         * emacs.rc: Define VS_VERSION_INFO if not already.
4         Update version info.
6 2002-01-04  Andrew Innes  <andrewi@gnu.org>
8         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
9         pick up relevant bits of the Windows API definitions.
11         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
12         pick up relevant bits of the Windows API definitions.
14 2001-12-14  Andrew Innes  <andrewi@gnu.org>
16         * makefile.w32-in (bootstrap): Build addsection program before
17         bootstrap (required for post-processing temacs.exe).
19 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
21         * COPYING: New file.
23 2001-12-03  Andrew Innes  <andrewi@gnu.org>
25         * makefile.w32-in (bootstrap-nmake):
26         (bootstrap-gmake): Extend bootstrap process to first do
27         bootstrap-clean in lisp dir and rebuild the DOC file.
28         (bootstrap): Do a "normal" make after the bootstrap work.
30 2001-11-20  Jason Rumney  <jasonr@gnu.org>
32         * INSTALL: Update table of versions of make that are suitable
33         for building Emacs, based on recent feedback.
35         * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
37 2001-11-19  Andrew Innes  <andrewi@gnu.org>
39         * ftime-nostartup.bat: New file.
41         * ftime.bat: Don't include libc.lib for profiling - the profiler
42         corrupts part of memcpy.
44 2001-11-17  Jason Rumney  <jasonr@gnu.org>
46         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
47         expansion.  From Juanma Barranquero <lektu@terra.es>.
49 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
51         * (Version 21.1 released.)
53 2001-10-12  Andrew Innes  <andrewi@gnu.org>
55         * inc/pwd.h (uid_t, gid_t): New typedefs.
57 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
59         * Branch for 21.1.
60         
61 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
63         * README: Update the address of the mailing list and subscription
64         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
66 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
68         * INSTALL: Suggest to avoid using WinZip.
70         * configure.bat: Make sure ../site-lisp exists; create if necessary.
72 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
74         * INSTALL: Mention that "make install" can be "nmake install".
76 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
78         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
79         since some versions of `mkdir' don't automatically create parent
80         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
82 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
84         * subdirs.el: New file.
86         * configure.bat: Copy subdirs.el to the site-lisp directory.
88         * makefile.w32-in (install): Copy subdirs.el to the installation
89         directory.
91 2001-06-20  Jason Rumney  <jasonr@gnu.org>
93         * runemacs.c (WinMain): Add quotes around command in case of spaces.
95 2001-06-01  Andrew Innes  <andrewi@gnu.org>
97         * gmake.defs (sh_output): Don't use $(warning ...) to output
98         messages, since that is not supported by GNU make 3.77.
100 2001-05-24  Jason Rumney  <jasonr@gnu.org>
102         * INSTALL: Clarify that building with MSVC requires nmake.
104 2001-05-17  Andrew Innes  <andrewi@gnu.org>
106         * gmake.defs (NEW_CYGWIN): Output message about spurious error
107         message that is to be ignored.
109 2001-05-13  Andrew Innes  <andrewi@gnu.org>
111         * TODO: Remove file, since it is completely out of date.
113         * README: Add copyright notice.
115         * INSTALL: Add copyright notice.
117 2001-04-18  Andrew Innes  <andrewi@gnu.org>
119         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
120         the environment.
122         * gmake.defs (SETLOADPATH): Remove definition.
123         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
124         environment.
126 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
128         * configure.bat: Make the checkw32api* labels be distinct in the
129         first 8 characters.
131 2001-03-17  Andrew Innes  <andrewi@gnu.org>
133         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
134         escaped quotes.
136         * gmake.defs (DEBUG_LINK): New macro.
137         (LINK_FLAGS): Use it.
139         * nmake.defs (DEBUG_LINK): New macro.
140         (LINK_FLAGS): Use it.
142 2001-03-06  Andrew Innes  <andrewi@gnu.org>
144         * INSTALL: Add --ldflags to configure line for building with
145         recent versions of Cygwin GCC.
147 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
149         * configure.bat: Use correct options when compiling a test program
150         with Cygwin.  From David Ponce <dponce@voila.fr>.
152 2001-02-24  Andrew Innes  <andrewi@gnu.org>
154         * _emacs: Remove obsolete file.
156         * emacs.bat.in: Remove obsolete file.
158         * debug.bat.in: Remove obsolete file.
160         * inc/sys/socket.h: Add copyright notice.
162         * paths.h: Add copyright notice.
164         * makefile.nt: Update copyright notice.
166         * makefile.def: Update copyright notice.
168         * configure.bat: Update copyright notice.
170         * nmake.defs: Add copyright notice.
172         * gmake.defs: Add copyright notice.
174         * makefile.w32-in: Add copyright notice.
176 2001-02-05  Andrew Innes  <andrewi@gnu.org>
178         * nmake.defs (THISDIR): New definition.
180         * gmake.defs (THISDIR): New definition.
182 2001-02-03  Andrew Innes  <andrewi@gnu.org>
184         * configure.bat: Leave a space before >> only when there is a
185         preceding digit.  Add a comment about the importance of this.
187         * README: Replace outdated information.
189         * INSTALL (Trouble-shooting): Add note about need to specify extra
190         compiler flags with recent Cygwin ports of gcc.
192 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
194         * configure.bat: Use "rm -f" instead of "del /f", as the latter
195         is not supported by Windows 9X's COMMAND.COM.
197 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
199         * configure.bat: Make sure redirection is preceeded by a blank, to
200         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
201         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
203 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
205         * INSTALL: Copy the table of tested combinations of development
206         tools from confuigure.bat.  Add suggestion to install Bash on
207         Windows 9X.
209         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
210         lisp/Makefile.in instead.  Use "rm -f" where more than one file
211         needs to be deleted, since command.com in Windows 9X doesn't grok
212         more than one argument.
214 2001-01-24  Andrew Innes  <andrewi@gnu.org>
216         * makefile.w32-in (cleanall-other-dirs-nmake): 
217         (cleanall-other-dirs-gmake): New targets.
218         (cleanall): Invoke them.
220 2001-01-19  Andrew Innes  <andrewi@gnu.org>
222         * addpm.c (env_vars): Add a version-independent site-lisp
223         directory to EMACSLOADPATH, after the version dependent one.
225 2001-01-06  Andrew Innes  <andrewi@gnu.org>
227         * README: Update info about compilers.
229         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
230         select correct rule for invoking make in another directory.  Amend
231         rules accordingly.
232         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
234         * nmake.defs (EMACS_ICON_PATH): Delete definition.
235         (COMPILER_TEMP_FILES): New definition.
236         (MAKETYPE): New definition.
238         * gmake.defs (EMACS_ICON_PATH): Delete definition.
239         (COMPILER_TEMP_FILES): New definition.
240         (MAKETYPE): New definition.
242         * makefile.def (EMACS_ICON_PATH): Delete definition.
244         * configure.bat: Be careful not to add trailing spaces when
245         outputting to config.settings.
247 2001-01-02  Andrew Innes  <andrewi@gnu.org>
249         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
250         than the function.
252 2000-12-17  Andrew Innes  <andrewi@gnu.org>
254         * makefile.w32-in (install): Copy directories to the correct
255         places.
256         (real_install): Remove obsolete target.
258 2000-12-06  Andrew Innes  <andrewi@gnu.org>
260         * nmake.defs (CURDIR): New define.
261         (INSTALL_DIR): Use it.
263         * gmake.defs (NEW_CYGWIN): New define.
264         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
265         so we need to adjust how we escape embedded quotes.
266         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
267         relative to $(CURDIR).
269 2000-11-25  Jason Rumney  <jasonr@gnu.org>
271         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
273 2000-10-17  Andrew Innes  <andrewi@gnu.org>
275         * makefile.w32-in (recompile): New target to recompile lisp
276         directory.
277         (recompile-CMD, recompile-SH): New support targets.
279 2000-09-24  Jason Rumney  <jasonr@gnu.org>
281         * config.nt (NO_RETURN): Define it.
283 2000-09-17  Andrew Innes  <andrewi@gnu.org>
285         * gmake.defs: Revert to Unix line endings.
287         * nmake.defs: Revert to Unix line endings.
289 2000-09-16  Andrew Innes  <andrewi@gnu.org>
291         * gmake.defs (SETLOADPATH): Change definition to work from any
292         subdirectory.
294 2000-09-14  Andrew Innes  <andrewi@gnu.org>
296         * makefile.w32-in: Revert to Unix line endings.
298 2000-09-14  Andrew Innes  <andrewi@gnu.org>
300         * INSTALL: Add note about expected error messages when configure
301         is run.
303         * configure.bat: Simplify the generation of makefiles (don't need
304         to generate various top-level targets that invoke make in other
305         directories).
307         * gmake.defs (SHELLTYPE): New define.
308         (SETLOADPATH): New define.
310         * nmake.defs (SHELLTYPE): New define.
312         * makefile.w32-in: Standardize indentation somewhat.
313         Add bootstrap support.
314         Pass $(MFLAGS) when invoking make recursively.
315         Add shell-specific variants of top-level targets that invoke make
316         recursively in other directories, and add necessary computed
317         dependencies.
319 2000-09-03  Andrew Innes  <andrewi@gnu.org>
321         * makefile.w32-in: Change to DOS line endings.
323         * configure.bat: Change to DOS line endings.
325         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
326         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
328         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
329         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
331         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
332         -D_ANONYMOUS_STRUCT on compile line.
333         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
334         (ARCH_CFLAGS): Change optimization flags to -O2.
335         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
336         (ARGQUOTE, DQUOTE): New defines.
338         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
339         -D_ANONYMOUS_STRUCT on compile line.
340         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
341         (ARGQUOTE, DQUOTE): New defines.
343 2000-08-22  Andrew Innes  <andrewi@gnu.org>
345         * configure.bat: New file.
347         * gmake.defs: New file.
349         * nmake.defs: New file.
351         * makefile.w32-in: New file.
353         * INSTALL: Rewrite to match new configure process.
355         * config.nt [WINDOWSNT]: Don't declare getenv.
356         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
358         * addpm.c (main): Accept /q to mean install based on addpm's
359         location without asking.  Remove reference to emacs.bat which is
360         now obsolete.
362         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
364         * paths.h: Use forward slash as directory separator in all path
365         definitions.
366         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
368         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
370         * runemacs.c: Remove WIN32 define.
372         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
373         not defined.
375         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
376         (fd_set): Define to new name, after including winsock.h, so we can
377         provide our own implementation.
379 2000-07-05  Andrew Innes  <andrewi@gnu.org>
381         * ebuild.bat: Add support for specifying make arguments.
383         * makefile.nt: Add support for `bootstrap' and related targets.
385 2000-06-11  Jason Rumney  <jasonr@gnu.org>
387         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
389 2000-02-06  Andrew Innes  <andrewi@gnu.org>
391         * inc/sys/time.h: Add inclusion protection.
393         * makefile.def (SYS_LDFLAGS): Add -nologo.
395 1999-11-22  Andrew Innes  <andrewi@gnu.org>
397         * install.bat: Pass on command line arguments to make.
399         * makefile.nt (fast_install): Bring commands up-to-date, and fix
400         typo.
402 1999-11-21  Andrew Innes  <andrewi@gnu.org>
404         * makefile.nt (all): Build leim if present.
405         (install): Install leim if present.
406         (clean): Clean leim if present.
408         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
409         definition.
411         * emacs.bat.in (EMACSLOADPATH): Include leim.
413 1999-07-12  Richard Stallman  <rms@gnu.org>
415         * Version 20.4 released.
417 1999-06-16  Andrew Innes  <andrewi@gnu.org>
419         * emacs.rc: Use an icon with a transparent background, to be in
420         keeping with other applications.
422 1999-06-03  Andrew Innes  <andrewi@gnu.org>
424         * preprep.c: Fix typo.
426 1999-05-02  Andrew Innes  <andrewi@gnu.org>
428         * config.h: Remove obsolete file.
430         * preprep.c (copy_executable_and_move_sections): Ifdef out a
431         couple of unused switch cases that aren't defined on all
432         platforms.
434         * ftime.bat: Add another variation of the profile command, which
435         only profiles extended commands.
437 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
439         * cmdproxy.c (main): Fix parens.
441 1999-03-25  Andrew Innes  <andrewi@gnu.org>
443         * cmdproxy.c (main): Call GetShortPathName to normalize program
444         names for comparison.
446 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
448         * makefile.def: Compile multiple .c files when possible.
449         Use BLD instead of assuming i386.
450         * makefile.nt: Remove common multiple file compilation commands.
452 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
454         * cmdproxy.c (main): Add missing parens.
456 1999-02-20  Andrew Innes  <andrewi@gnu.org>
458         * preprep.c: New program to allow dumped image to be profiled.
460         * makefile.nt (preprep): New target.
461         (ALL): Build it.
463         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
465         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
466         Change prep options to profile libc functions and skip the startup
467         code.
469 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
471         * makefile.nt: Create installation directory as first step.
473 1999-01-31  Andrew Innes  <andrewi@gnu.org>
475         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
476         ROUND_UP_DST.  Zeroes the alignment slop.
477         (copy_executable_and_add_section): Update the
478         SizeOfHeaders field properly.
480 1999-01-27  Andrew Innes  <andrewi@gnu.org>
482         * makefile.nt: Do make version comparison as strings.
484 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
486         * runemacs.c (WinMain): Pass explicit environment block to
487         CreateProcess, to work around a bug in Windows 95/98.
489 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
491         * icons: New directory with Davenport's icons.
492         icons/sink.ico: Renamed from emacs.ico.
494         * makefile.nt (install, fast_install): Install Windows icons
495         into etc/icons.
497         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
499 1999-01-17  Andrew Innes  <andrewi@gnu.org>
501         * makefile.nt: (ALL): List top-level targets.
502         (addsection): New top-level target.
503         (install): Copy fns-*.el to bin directory.
505         * addsection.c: New program to add static heap section to
506         temacs.exe after linking, in support of new unexec method.
508 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
510         * cmdproxy.c (spawn): Pass directory for child as parameter.
511         (main): Save startup directory to give to spawn, then change
512         directory to location of .exe in order not to prevent startup
513         directory from being deleted.
515 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
517         * makefile.nt: Do string comparision of _NMAKE_VER.
519 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
521         * config.nt (LOCALTIME_CACHE): Define.
523 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
525         * install.bat: Convert to DOS format.
527 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
529         * cmdproxy.c (main): Set environment size only when running
530         command.com.
532 1998-11-03  Theodore Jump <tjump@tertius.com>
534         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
535         (DEL_TREE): Use rd instead of rmdir.
536         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
537         * makefile.nt: Compile multiple source files when possible.
538         
539 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
541         * cmdproxy.c (main): Treat command line options as case-insensitive.
543 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
545         * Version 20.3 released.
547 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
549         * addpm.c (main): Explicitly check result of message box for OK.
551 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
553         * inc/sys/file.h (D_OK): Define new macro.
555 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
557         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
559 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
561         * emacs.rc (VS_VERSION_INFO): Define.
563 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
565         * makefile.nt (emacs.bat, debug.bat): Create them in the
566         installation directory.
568 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
570         * ddeclient.c: New file.  (Support program for performing limited
571         interprocess communication on Windows.)
573         * makefile.nt: Build ddeclient.
575         * cmdproxy.c (main): Only set environment size for real shell, and
576         provide extra directory argument, when running on Windows 95.
577         
578 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
580         * cmdproxy.c (fail): Exit with a negative return value.
581         (spawn): Return subprocess return code as an argument.
582         Explicitly copy environment block.
583         (main): Update to use return value argument with spawn.
584         Retry if spawn failed when a subshell was not tried.
586         * config.nt: Include new macros from src/config.in.
587         (GNU_MALLOC, REL_ALLOC): Define.
588         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
589         (RE_TRANSLATE): Use char_table_translate.
591         * makefile.def (CP_DIR): Preserve attributes.
593         * makefile.nt (clean): Delete patch generated files, optimized
594         build directory.
596 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
598         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
600 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
602         * Version 20.2 released.
604 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
606         * Version 20.1 released.
608 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
610         * debug.bat.in: New file.
611         * makefile.nt (debug.bat): New target.
613 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
615         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
616         Quote group name.  Allow different icons to be specified.
618         * cmdproxy.c (get_env_size): New function.
619         (spawn): Explicitly pass in environment when creating subprocess.
620         (main): Cleaup error messages.
621         Specify dynamically sized environment block for real shell.
622         Pass on unhandled switches to real shell.
623         Quote program name.
625         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
626         directory.
627         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
629         * runemacs.c (WinMain): Allow Emacs process to be started with
630         high or low priority.
632         * emacs.bat.in: Remove OS dependent operations.
633         
634 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
636         * addpm.c (env_vars): No longer set INFOPATH.
638         * cmdproxy.c (get_next_token): Null terminate token returned.
640         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
642 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
644         * addpm.c (env_vars): Set SHELL to cmdproxy.
645         (main): Initialize idDde to 0.
646         Determine emacs_path from module file name.
647         Prompt for install.
649         * makefile.def (MSVCNT11): Conditionally define it.
650         (BASE_LIBS): Do not use oldnames.lib.
651         (SYS_LDFLAGS): Use pdb files.
652         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
653         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
654         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
656         * makefile.nt (ALL): Build cmdproxy.
657         (cmdproxy): New target.
658         (install): Install cmdproxy.
660         * ftime.bat, debug.bat, cmdproxy.c: New files.
662 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
664         * inc/sys/socket.h: (shutdown): Define.
665         (sys_shutdown): Export.
667 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
669         * config.nt (RE_TRANSLATE): Copy definition from config.in.
671 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
673         * config.nt: Update file comments.
674         Update undefs added/removed in src/config.in.
676 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
678         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
679         of win95 and winnt, respectively.
681 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
683         * makefile.nt (real_install): Create site-lisp in installation dir.
684         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
685         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
687 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
689         * Version 19.33 released.
691 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
693         * runemacs.c (WinMain): Put a space between the binary and its args.
695 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
697         * Version 19.32 released.
699 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
701         * makefile.nt (clean): Use OBJDIR macro.
703 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
705         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
706         Not defined by default.
707         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
708         (WinMain): Convert backslashes to slashes in env var values.
710         * addpm.c (env_vars): Use slashes, not backslashes.
712 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
714         * Version 19.31 released.
716 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
718         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
719         undo settings afterwards.
721 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
723         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
724         environment variable.
726 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
728         * install.bat: Allow for optimized build.
729         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
730         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
732 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
734         * addpm.c (REG_ROOT): Don't use a trailing backslash.
735         (env_vars): Rename field emacs_path to emacs_dir.
736         (main): Add link to runemacs instead of emacs.
738         * install.bat: Check if INSTALL_DIR is passed as an argument.
740         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
742         * makefile.nt: Build and install runemacs.exe.
744         * runemacs.c: New file.
746         * config.w95: File removed.
748         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
749         inc/sys/socket.h, inc/sys/time.h: New header files.
751         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
752         
753 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
755         * makefile.def (DEL): Defined.
756         (DEL_TREE) [win95]: Defined.
757         (SYS_LDFLAGS): Set executable versions to 3.10.
758         
759         * makefile.nt: Change uses of del to $(DEL).
761 1996-01-17  Erik Naggum  <erik@naggum.no>
763         * All files: Update FSF's address in comment preamble.
765 1996-01-03  George V. Reilly  <georger@microcrafts.com>
767         * emacs.ico: Now the proverbial kitchen sink icon.
769 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
771         * Version 19.30 released.
773 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
775         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
777         * makefile.nt (install, fast_install, real_install, clean):
778         Don't use switches to del not supported by Win95.
780 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
782         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
783         (install, fast_install): Change same-dir test to create test file in
784         installation tree and thereby support read-only shares.
785         (clean): Remove .pdb files.
787         * makefile.def (NTGUI): New macro.
788         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
790         * config.nt, config.w95: Update to latest src/config.in.
792         * addpm.c (env_vars): New variable.
793         (add_registry): New procedure.
794         (main): Use values of configuration environment variables from
795         the registry if defined, the process environment otherwise.
797 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
799         * Version 19.29 released.
801         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
803 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
805         * makefile.nt: Define .c to .obj suffix rule.
806         (addpm.obj): Compile directly, use CFLAGS.
807         (addpm.exe): Link from addpm.obj.
808         
809         * makefile.def (MSVCNT11): Defined.
810         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
811         (CFLAGS_COMMON): Defined.
812         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
813         
814 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
816         * emacs.bat.in: Renamed from emacs.bat
817         (emacs_dir): Renamed from emacs_path
818         Definition removed.
820         * addpm.c: New file.
821         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
822         (all): Depend upon $(BLD) and $(ALL).
823         (install): Depend upon emacs.bat.
824         Create program item for Emacs.
825         (clean): Delete obj.
826         (emacs.bat): Defined.
827         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
829 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
831         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
832         Add carriage returns; necessary for batch files on Win95.
834 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
836         * config.w95: Created.
837         * config.h: Changed to config.nt.
838         
839         * makefile.nt (SUBDIRS): Commented out.
840         (all,install,clean): Expand for-loops.
841         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
843         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
844         (ARCH): New definition.
845         (CPU,CONFIG_H,OS_TYPE): Defined.
846         (INCLUDE,LIB): Checked if valid.
847         (ntwin32.mak): Included.
848         (AR,CC,LINK): New definition.
849         (ADVAPI32,libc,BASE_LIBS): Defined.
850         (SYS_LDFLAGS): New definition.
851         Update comments and preprocessor conditionals.
853         * emacs.bat (SHELL): Conditionally defined.
854         (HOME): Conditionally defined.
855         (emacs_path,HOME): Update comments.
856         Turn off all echo.
858 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
860         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
861         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
862         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
863         inc/sys/param.h: Removed carriage-returns.
865 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
867         * makefile.def (CVTRES): Defined.
869         * emacs.ico, emacs.rc: New files by Kevin Gallo.
871 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
873         * src: Removed.
875         * src\config.h, src\paths.h: Moved to parent dir, src removed.
877 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
879         * makefile.def (INSTALL_DIR): Changed to generic directory.
881         * emacs.bat: Added arguments when emacs.exe invoked.
883         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
885 1994-12-13  voelker  <voelker@cs.washington.edu>
887         * makefile.def (CC): In configuration section.
888         (COMPAT_LIB): Defined.
890 1994-11-01  voelker  <voelker@cs.washington.edu>
892         * src/paths.h: New file.
894         * src/config.h: New file.
896         * inc/pwd.h: New file.
898         * inc/sys/dir.h: New file.
900         * inc/sys/file.h: New file.
902         * inc/sys/ioctl.h: New file.
904         * inc/sys/param.h: New file.
906         * todo: New file.
908         * readme: New file.
910         * makefile.nt: New file.
912         * makefile.def: New file.
914         * install.cmd: New file.
916         * install: New file.
918         * fast-install.cmd: New file.
920         * emacs.cmd: New file.
922         * ebuild.cmd: New file.
924         * _emacs: New file.
926 ;; Local Variables:
927 ;; coding: iso-2022-7bit
928 ;; End:
930     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
931         Free Software Foundation, Inc.
932   Copying and distribution of this file, with or without modification,
933   are permitted provided the copyright notice and this notice are preserved.