(Minibuffer Completion): When ignoring case,
[emacs.git] / nt / ChangeLog
blobf91c59a85c55f0916541741a72401e4e41152f84
1 2004-06-07  Juanma Barranquero  <lektu@terra.es>
3         * INSTALL: Clarify paragraph about compatibility between image
4         libraries and builds of Emacs with several compilers.
6 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
9         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
10         calling non-existent cmdproxy.exe on boostrappings after a
11         previous install followed by realclean.
13         * nmake.defs: Add quote in comment to resync font-locking.
15 2004-06-04  Juanma Barranquero  <lektu@terra.es>
17         * INSTALL: Reword the section on image support.  Add reference to
18         GnuWin32.  Mention problems when mixing binaries from different
19         compilers.
21 2004-05-06  Jason Rumney  <jasonr@gnu.org>
23         * configure.bat: Use -mno-cygwin to check for image libraries
24         when needed.
26 2004-05-03  Jason Rumney  <jasonr@gnu.org>
28         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
29         * makefile.def: Remove.
31         * nmake.defs (SYS_LDFLAGS): Add -nologo.
33         * makefile.w32-in (info-gmake, info-nmake): New targets.
34         (info): Use them.
36 2004-04-23  Juanma Barranquero  <lektu@terra.es>
38         * nmake.defs:
39         * gmake.defs:
40         * makefile.w32-in:
41         * makefile.def:
42         * makefile.nt: Add "-*- makefile -*-" mode tag.
44 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
46         * runemacs.c (WinMain): Let Emacs environment default to parent.
48 2004-03-11  Jason Rumney  <jasonr@gnu.org>
50         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
52 2004-03-10  Juanma Barranquero  <lektu@terra.es>
54         * makefile.w32-in (install): Don't try to copy
55         ../lib-src/fns-*.el, as it isn't used anymore.
57 2004-01-28  Peter Runestig  <peter@runestig.com>
59         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
61 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
63         * .cvsignore: Add `.arch-inventory'.
65 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
67         * inc/grp.h: New file.
69 2003-09-03  Peter Runestig  <peter@runestig.com>
71         * configure.bat: Create ``makefile'' in directories man, lispref
72         and lispintro.
74         * makefile.w32-in (force-info, info): New targets.
76         * envadd.bat: New file.
78         * multi-install-info.bat: New file.
80 2003-06-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
82         * config.nt (my_strftime): New define.
84 2003-02-01  Jason Rumney  <jasonr@gnu.org>
86         * configure.bat: Automatically detect libXpm.
87         Suppress compiler output when testing for image libraries.
88         Give names of un-found libraries in messages.
90 2003-01-31  Juanma Barranquero  <lektu@terra.es>
92         * configure.bat: Automatically detect giflib and tifflib.
94 2003-01-29  Jason Rumney  <jasonr@gnu.org>
96         * gmake.defs (CURDIR): Disable cygpath kludge.
98 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
100         * configure.bat: Avoid endless loop when configuring without image
101         support.
103 2003-01-26  Jason Rumney  <jasonr@gnu.org>
105         * configure.bat: Automatically detect jpeglib.
107 2003-01-25  Jason Rumney  <jasonr@gnu.org>
109         * configure.bat: Automatically detect libpng.
111 2003-01-21  Jason Rumney  <jasonr@gnu.org>
113         * icons/hand.cur: New file.
115 2003-01-21  David Ponce  <david@dponce.com>
117         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
119 2003-01-15  Andrew Innes  <andrewi@gnu.org>
121         * gmake.defs (CURDIR): Convert to native Windows format (with
122         forward slashes), to support building with Cygwin builds of make.
124 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
126         * nmake.defs:
127         * gmake.defs: Made changes so that Emacs would link with
128         WinMM.lib.  This change was required for my addition of a Windows
129         compatible implementation of play-sound-internal.
131 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
133         * emacs.rc: Version updated to 21.3.50.
135 2002-06-13  Jason Rumney  <jasonr@gnu.org>
137         * addpm.c (env_vars): Remove EMACSLOCKDIR.
139         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
140         (maybe-bootstrap-SH): New targets.
141         (all): Depend on maybe-bootstrap.
143 2002-05-03  Jason Rumney  <jasonr@gnu.org>
145         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
146         (sys_getpeername, fcntl): Declare as wrappers.
148 2002-04-10  Juanma Barranquero  <lektu@terra.es>
150         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
151         after compiling .el files.
153 2002-03-20  Jason Rumney  <jasonr@gnu.org>
155         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
156         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
158 2002-03-19  Kim F. Storm  <storm@cua.dk>
160         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
161         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
162         (HAVE_SYS_UN_H): Undef.
163         From David Ponce <dponce@voila.fr>.
165 2002-03-13  Jason Rumney  <jasonr@gnu.org>
167         * config.nt (STRFTIME_NO_POSIX2): Define.
169 2002-02-18  Jason Rumney  <jasonr@gnu.org>
171         * emacs.rc: Define VS_VERSION_INFO if not already.
172         Update version info.
174 2002-01-04  Andrew Innes  <andrewi@gnu.org>
176         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
177         pick up relevant bits of the Windows API definitions.
179         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
180         pick up relevant bits of the Windows API definitions.
182 2001-12-14  Andrew Innes  <andrewi@gnu.org>
184         * makefile.w32-in (bootstrap): Build addsection program before
185         bootstrap (required for post-processing temacs.exe).
187 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
189         * COPYING: New file.
191 2001-12-03  Andrew Innes  <andrewi@gnu.org>
193         * makefile.w32-in (bootstrap-nmake):
194         (bootstrap-gmake): Extend bootstrap process to first do
195         bootstrap-clean in lisp dir and rebuild the DOC file.
196         (bootstrap): Do a "normal" make after the bootstrap work.
198 2001-11-20  Jason Rumney  <jasonr@gnu.org>
200         * INSTALL: Update table of versions of make that are suitable
201         for building Emacs, based on recent feedback.
203         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
205 2001-11-19  Andrew Innes  <andrewi@gnu.org>
207         * ftime-nostartup.bat: New file.
209         * ftime.bat: Don't include libc.lib for profiling - the profiler
210         corrupts part of memcpy.
212 2001-11-17  Jason Rumney  <jasonr@gnu.org>
214         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
215         expansion.  From Juanma Barranquero <lektu@terra.es>.
217 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
219         * (Version 21.1 released.)
221 2001-10-12  Andrew Innes  <andrewi@gnu.org>
223         * inc/pwd.h (uid_t, gid_t): New typedefs.
225 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
227         * Branch for 21.1.
229 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
231         * README: Update the address of the mailing list and subscription
232         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
234 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
236         * INSTALL: Suggest to avoid using WinZip.
238         * configure.bat: Make sure ../site-lisp exists; create if necessary.
240 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
242         * INSTALL: Mention that "make install" can be "nmake install".
244 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
246         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
247         since some versions of `mkdir' don't automatically create parent
248         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
250 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
252         * subdirs.el: New file.
254         * configure.bat: Copy subdirs.el to the site-lisp directory.
256         * makefile.w32-in (install): Copy subdirs.el to the installation
257         directory.
259 2001-06-20  Jason Rumney  <jasonr@gnu.org>
261         * runemacs.c (WinMain): Add quotes around command in case of spaces.
263 2001-06-01  Andrew Innes  <andrewi@gnu.org>
265         * gmake.defs (sh_output): Don't use $(warning ...) to output
266         messages, since that is not supported by GNU make 3.77.
268 2001-05-24  Jason Rumney  <jasonr@gnu.org>
270         * INSTALL: Clarify that building with MSVC requires nmake.
272 2001-05-17  Andrew Innes  <andrewi@gnu.org>
274         * gmake.defs (NEW_CYGWIN): Output message about spurious error
275         message that is to be ignored.
277 2001-05-13  Andrew Innes  <andrewi@gnu.org>
279         * TODO: Remove file, since it is completely out of date.
281         * README: Add copyright notice.
283         * INSTALL: Add copyright notice.
285 2001-04-18  Andrew Innes  <andrewi@gnu.org>
287         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
288         the environment.
290         * gmake.defs (SETLOADPATH): Remove definition.
291         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
292         environment.
294 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
296         * configure.bat: Make the checkw32api* labels be distinct in the
297         first 8 characters.
299 2001-03-17  Andrew Innes  <andrewi@gnu.org>
301         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
302         escaped quotes.
304         * gmake.defs (DEBUG_LINK): New macro.
305         (LINK_FLAGS): Use it.
307         * nmake.defs (DEBUG_LINK): New macro.
308         (LINK_FLAGS): Use it.
310 2001-03-06  Andrew Innes  <andrewi@gnu.org>
312         * INSTALL: Add --ldflags to configure line for building with
313         recent versions of Cygwin GCC.
315 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
317         * configure.bat: Use correct options when compiling a test program
318         with Cygwin.  From David Ponce <dponce@voila.fr>.
320 2001-02-24  Andrew Innes  <andrewi@gnu.org>
322         * _emacs: Remove obsolete file.
324         * emacs.bat.in: Remove obsolete file.
326         * debug.bat.in: Remove obsolete file.
328         * inc/sys/socket.h: Add copyright notice.
330         * paths.h: Add copyright notice.
332         * makefile.nt: Update copyright notice.
334         * makefile.def: Update copyright notice.
336         * configure.bat: Update copyright notice.
338         * nmake.defs: Add copyright notice.
340         * gmake.defs: Add copyright notice.
342         * makefile.w32-in: Add copyright notice.
344 2001-02-05  Andrew Innes  <andrewi@gnu.org>
346         * nmake.defs (THISDIR): New definition.
348         * gmake.defs (THISDIR): New definition.
350 2001-02-03  Andrew Innes  <andrewi@gnu.org>
352         * configure.bat: Leave a space before >> only when there is a
353         preceding digit.  Add a comment about the importance of this.
355         * README: Replace outdated information.
357         * INSTALL (Trouble-shooting): Add note about need to specify extra
358         compiler flags with recent Cygwin ports of gcc.
360 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
362         * configure.bat: Use "rm -f" instead of "del /f", as the latter
363         is not supported by Windows 9X's COMMAND.COM.
365 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
367         * configure.bat: Make sure redirection is preceeded by a blank, to
368         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
369         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
371 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
373         * INSTALL: Copy the table of tested combinations of development
374         tools from confuigure.bat.  Add suggestion to install Bash on
375         Windows 9X.
377         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
378         lisp/Makefile.in instead.  Use "rm -f" where more than one file
379         needs to be deleted, since command.com in Windows 9X doesn't grok
380         more than one argument.
382 2001-01-24  Andrew Innes  <andrewi@gnu.org>
384         * makefile.w32-in (cleanall-other-dirs-nmake):
385         (cleanall-other-dirs-gmake): New targets.
386         (cleanall): Invoke them.
388 2001-01-19  Andrew Innes  <andrewi@gnu.org>
390         * addpm.c (env_vars): Add a version-independent site-lisp
391         directory to EMACSLOADPATH, after the version dependent one.
393 2001-01-06  Andrew Innes  <andrewi@gnu.org>
395         * README: Update info about compilers.
397         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
398         select correct rule for invoking make in another directory.  Amend
399         rules accordingly.
400         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
402         * nmake.defs (EMACS_ICON_PATH): Delete definition.
403         (COMPILER_TEMP_FILES): New definition.
404         (MAKETYPE): New definition.
406         * gmake.defs (EMACS_ICON_PATH): Delete definition.
407         (COMPILER_TEMP_FILES): New definition.
408         (MAKETYPE): New definition.
410         * makefile.def (EMACS_ICON_PATH): Delete definition.
412         * configure.bat: Be careful not to add trailing spaces when
413         outputting to config.settings.
415 2001-01-02  Andrew Innes  <andrewi@gnu.org>
417         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
418         than the function.
420 2000-12-17  Andrew Innes  <andrewi@gnu.org>
422         * makefile.w32-in (install): Copy directories to the correct
423         places.
424         (real_install): Remove obsolete target.
426 2000-12-06  Andrew Innes  <andrewi@gnu.org>
428         * nmake.defs (CURDIR): New define.
429         (INSTALL_DIR): Use it.
431         * gmake.defs (NEW_CYGWIN): New define.
432         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
433         so we need to adjust how we escape embedded quotes.
434         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
435         relative to $(CURDIR).
437 2000-11-25  Jason Rumney  <jasonr@gnu.org>
439         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
441 2000-10-17  Andrew Innes  <andrewi@gnu.org>
443         * makefile.w32-in (recompile): New target to recompile lisp
444         directory.
445         (recompile-CMD, recompile-SH): New support targets.
447 2000-09-24  Jason Rumney  <jasonr@gnu.org>
449         * config.nt (NO_RETURN): Define it.
451 2000-09-17  Andrew Innes  <andrewi@gnu.org>
453         * gmake.defs: Revert to Unix line endings.
455         * nmake.defs: Revert to Unix line endings.
457 2000-09-16  Andrew Innes  <andrewi@gnu.org>
459         * gmake.defs (SETLOADPATH): Change definition to work from any
460         subdirectory.
462 2000-09-14  Andrew Innes  <andrewi@gnu.org>
464         * makefile.w32-in: Revert to Unix line endings.
466 2000-09-14  Andrew Innes  <andrewi@gnu.org>
468         * INSTALL: Add note about expected error messages when configure
469         is run.
471         * configure.bat: Simplify the generation of makefiles (don't need
472         to generate various top-level targets that invoke make in other
473         directories).
475         * gmake.defs (SHELLTYPE): New define.
476         (SETLOADPATH): New define.
478         * nmake.defs (SHELLTYPE): New define.
480         * makefile.w32-in: Standardize indentation somewhat.
481         Add bootstrap support.
482         Pass $(MFLAGS) when invoking make recursively.
483         Add shell-specific variants of top-level targets that invoke make
484         recursively in other directories, and add necessary computed
485         dependencies.
487 2000-09-03  Andrew Innes  <andrewi@gnu.org>
489         * makefile.w32-in: Change to DOS line endings.
491         * configure.bat: Change to DOS line endings.
493         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
494         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
496         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
497         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
499         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
500         -D_ANONYMOUS_STRUCT on compile line.
501         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
502         (ARCH_CFLAGS): Change optimization flags to -O2.
503         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
504         (ARGQUOTE, DQUOTE): New defines.
506         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
507         -D_ANONYMOUS_STRUCT on compile line.
508         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
509         (ARGQUOTE, DQUOTE): New defines.
511 2000-08-22  Andrew Innes  <andrewi@gnu.org>
513         * configure.bat: New file.
515         * gmake.defs: New file.
517         * nmake.defs: New file.
519         * makefile.w32-in: New file.
521         * INSTALL: Rewrite to match new configure process.
523         * config.nt [WINDOWSNT]: Don't declare getenv.
524         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
526         * addpm.c (main): Accept /q to mean install based on addpm's
527         location without asking.  Remove reference to emacs.bat which is
528         now obsolete.
530         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
532         * paths.h: Use forward slash as directory separator in all path
533         definitions.
534         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
536         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
538         * runemacs.c: Remove WIN32 define.
540         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
541         not defined.
543         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
544         (fd_set): Define to new name, after including winsock.h, so we can
545         provide our own implementation.
547 2000-07-05  Andrew Innes  <andrewi@gnu.org>
549         * ebuild.bat: Add support for specifying make arguments.
551         * makefile.nt: Add support for `bootstrap' and related targets.
553 2000-06-11  Jason Rumney  <jasonr@gnu.org>
555         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
557 2000-02-06  Andrew Innes  <andrewi@gnu.org>
559         * inc/sys/time.h: Add inclusion protection.
561         * makefile.def (SYS_LDFLAGS): Add -nologo.
563 1999-11-22  Andrew Innes  <andrewi@gnu.org>
565         * install.bat: Pass on command line arguments to make.
567         * makefile.nt (fast_install): Bring commands up-to-date, and fix
568         typo.
570 1999-11-21  Andrew Innes  <andrewi@gnu.org>
572         * makefile.nt (all): Build leim if present.
573         (install): Install leim if present.
574         (clean): Clean leim if present.
576         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
577         definition.
579         * emacs.bat.in (EMACSLOADPATH): Include leim.
581 1999-07-12  Richard Stallman  <rms@gnu.org>
583         * Version 20.4 released.
585 1999-06-16  Andrew Innes  <andrewi@gnu.org>
587         * emacs.rc: Use an icon with a transparent background, to be in
588         keeping with other applications.
590 1999-06-03  Andrew Innes  <andrewi@gnu.org>
592         * preprep.c: Fix typo.
594 1999-05-02  Andrew Innes  <andrewi@gnu.org>
596         * config.h: Remove obsolete file.
598         * preprep.c (copy_executable_and_move_sections): Ifdef out a
599         couple of unused switch cases that aren't defined on all
600         platforms.
602         * ftime.bat: Add another variation of the profile command, which
603         only profiles extended commands.
605 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
607         * cmdproxy.c (main): Fix parens.
609 1999-03-25  Andrew Innes  <andrewi@gnu.org>
611         * cmdproxy.c (main): Call GetShortPathName to normalize program
612         names for comparison.
614 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
616         * makefile.def: Compile multiple .c files when possible.
617         Use BLD instead of assuming i386.
618         * makefile.nt: Remove common multiple file compilation commands.
620 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
622         * cmdproxy.c (main): Add missing parens.
624 1999-02-20  Andrew Innes  <andrewi@gnu.org>
626         * preprep.c: New program to allow dumped image to be profiled.
628         * makefile.nt (preprep): New target.
629         (ALL): Build it.
631         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
633         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
634         Change prep options to profile libc functions and skip the startup
635         code.
637 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
639         * makefile.nt: Create installation directory as first step.
641 1999-01-31  Andrew Innes  <andrewi@gnu.org>
643         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
644         ROUND_UP_DST.  Zeroes the alignment slop.
645         (copy_executable_and_add_section): Update the
646         SizeOfHeaders field properly.
648 1999-01-27  Andrew Innes  <andrewi@gnu.org>
650         * makefile.nt: Do make version comparison as strings.
652 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
654         * runemacs.c (WinMain): Pass explicit environment block to
655         CreateProcess, to work around a bug in Windows 95/98.
657 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
659         * icons: New directory with Davenport's icons.
660         * icons/sink.ico: Renamed from emacs.ico.
662         * makefile.nt (install, fast_install): Install Windows icons
663         into etc/icons.
665         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
667 1999-01-17  Andrew Innes  <andrewi@gnu.org>
669         * makefile.nt: (ALL): List top-level targets.
670         (addsection): New top-level target.
671         (install): Copy fns-*.el to bin directory.
673         * addsection.c: New program to add static heap section to
674         temacs.exe after linking, in support of new unexec method.
676 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
678         * cmdproxy.c (spawn): Pass directory for child as parameter.
679         (main): Save startup directory to give to spawn, then change
680         directory to location of .exe in order not to prevent startup
681         directory from being deleted.
683 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
685         * makefile.nt: Do string comparision of _NMAKE_VER.
687 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
689         * config.nt (LOCALTIME_CACHE): Define.
691 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
693         * install.bat: Convert to DOS format.
695 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
697         * cmdproxy.c (main): Set environment size only when running
698         command.com.
700 1998-11-03  Theodore Jump  <tjump@tertius.com>
702         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
703         (DEL_TREE): Use rd instead of rmdir.
704         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
705         * makefile.nt: Compile multiple source files when possible.
707 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
709         * cmdproxy.c (main): Treat command line options as case-insensitive.
711 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
713         * Version 20.3 released.
715 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
717         * addpm.c (main): Explicitly check result of message box for OK.
719 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
721         * inc/sys/file.h (D_OK): Define new macro.
723 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
725         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
727 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
729         * emacs.rc (VS_VERSION_INFO): Define.
731 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
733         * makefile.nt (emacs.bat, debug.bat): Create them in the
734         installation directory.
736 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
738         * ddeclient.c: New file.  (Support program for performing limited
739         interprocess communication on Windows.)
741         * makefile.nt: Build ddeclient.
743         * cmdproxy.c (main): Only set environment size for real shell, and
744         provide extra directory argument, when running on Windows 95.
746 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
748         * cmdproxy.c (fail): Exit with a negative return value.
749         (spawn): Return subprocess return code as an argument.
750         Explicitly copy environment block.
751         (main): Update to use return value argument with spawn.
752         Retry if spawn failed when a subshell was not tried.
754         * config.nt: Include new macros from src/config.in.
755         (GNU_MALLOC, REL_ALLOC): Define.
756         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
757         (RE_TRANSLATE): Use char_table_translate.
759         * makefile.def (CP_DIR): Preserve attributes.
761         * makefile.nt (clean): Delete patch generated files, optimized
762         build directory.
764 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
766         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
768 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
770         * Version 20.2 released.
772 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
774         * Version 20.1 released.
776 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
778         * debug.bat.in: New file.
779         * makefile.nt (debug.bat): New target.
781 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
783         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
784         Quote group name.  Allow different icons to be specified.
786         * cmdproxy.c (get_env_size): New function.
787         (spawn): Explicitly pass in environment when creating subprocess.
788         (main): Cleaup error messages.
789         Specify dynamically sized environment block for real shell.
790         Pass on unhandled switches to real shell.
791         Quote program name.
793         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
794         directory.
795         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
797         * runemacs.c (WinMain): Allow Emacs process to be started with
798         high or low priority.
800         * emacs.bat.in: Remove OS dependent operations.
802 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
804         * addpm.c (env_vars): No longer set INFOPATH.
806         * cmdproxy.c (get_next_token): Null terminate token returned.
808         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
810 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
812         * addpm.c (env_vars): Set SHELL to cmdproxy.
813         (main): Initialize idDde to 0.
814         Determine emacs_path from module file name.
815         Prompt for install.
817         * makefile.def (MSVCNT11): Conditionally define it.
818         (BASE_LIBS): Do not use oldnames.lib.
819         (SYS_LDFLAGS): Use pdb files.
820         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
821         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
822         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
824         * makefile.nt (ALL): Build cmdproxy.
825         (cmdproxy): New target.
826         (install): Install cmdproxy.
828         * ftime.bat, debug.bat, cmdproxy.c: New files.
830 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
832         * inc/sys/socket.h: (shutdown): Define.
833         (sys_shutdown): Export.
835 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
837         * config.nt (RE_TRANSLATE): Copy definition from config.in.
839 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
841         * config.nt: Update file comments.
842         Update undefs added/removed in src/config.in.
844 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
846         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
847         of win95 and winnt, respectively.
849 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
851         * makefile.nt (real_install): Create site-lisp in installation dir.
852         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
853         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
855 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
857         * Version 19.33 released.
859 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
861         * runemacs.c (WinMain): Put a space between the binary and its args.
863 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
865         * Version 19.32 released.
867 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
869         * makefile.nt (clean): Use OBJDIR macro.
871 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
873         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
874         Not defined by default.
875         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
876         (WinMain): Convert backslashes to slashes in env var values.
878         * addpm.c (env_vars): Use slashes, not backslashes.
880 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
882         * Version 19.31 released.
884 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
886         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
887         undo settings afterwards.
889 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
891         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
892         environment variable.
894 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
896         * install.bat: Allow for optimized build.
897         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
898         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
900 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
902         * addpm.c (REG_ROOT): Don't use a trailing backslash.
903         (env_vars): Rename field emacs_path to emacs_dir.
904         (main): Add link to runemacs instead of emacs.
906         * install.bat: Check if INSTALL_DIR is passed as an argument.
908         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
910         * makefile.nt: Build and install runemacs.exe.
912         * runemacs.c: New file.
914         * config.w95: File removed.
916         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
917         inc/sys/socket.h, inc/sys/time.h: New header files.
919         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
921 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
923         * makefile.def (DEL): Defined.
924         (DEL_TREE) [win95]: Defined.
925         (SYS_LDFLAGS): Set executable versions to 3.10.
927         * makefile.nt: Change uses of del to $(DEL).
929 1996-01-17  Erik Naggum  <erik@naggum.no>
931         * All files: Update FSF's address in comment preamble.
933 1996-01-03  George V. Reilly  <georger@microcrafts.com>
935         * emacs.ico: Now the proverbial kitchen sink icon.
937 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
939         * Version 19.30 released.
941 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
943         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
945         * makefile.nt (install, fast_install, real_install, clean):
946         Don't use switches to del not supported by Win95.
948 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
950         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
951         (install, fast_install): Change same-dir test to create test file in
952         installation tree and thereby support read-only shares.
953         (clean): Remove .pdb files.
955         * makefile.def (NTGUI): New macro.
956         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
958         * config.nt, config.w95: Update to latest src/config.in.
960         * addpm.c (env_vars): New variable.
961         (add_registry): New procedure.
962         (main): Use values of configuration environment variables from
963         the registry if defined, the process environment otherwise.
965 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
967         * Version 19.29 released.
969         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
971 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
973         * makefile.nt: Define .c to .obj suffix rule.
974         (addpm.obj): Compile directly, use CFLAGS.
975         (addpm.exe): Link from addpm.obj.
977         * makefile.def (MSVCNT11): Defined.
978         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
979         (CFLAGS_COMMON): Defined.
980         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
982 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
984         * emacs.bat.in: Renamed from emacs.bat.
985         (emacs_dir): Renamed from emacs_path.
986         Definition removed.
988         * addpm.c: New file.
989         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
990         (all): Depend upon $(BLD) and $(ALL).
991         (install): Depend upon emacs.bat.
992         Create program item for Emacs.
993         (clean): Delete obj.
994         (emacs.bat): Defined.
995         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
997 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
999         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1000         Add carriage returns; necessary for batch files on Win95.
1002 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
1004         * config.w95: Created.
1005         * config.h: Changed to config.nt.
1007         * makefile.nt (SUBDIRS): Commented out.
1008         (all,install,clean): Expand for-loops.
1009         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1011         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1012         (ARCH): New definition.
1013         (CPU,CONFIG_H,OS_TYPE): Defined.
1014         (INCLUDE,LIB): Checked if valid.
1015         (ntwin32.mak): Included.
1016         (AR,CC,LINK): New definition.
1017         (ADVAPI32,libc,BASE_LIBS): Defined.
1018         (SYS_LDFLAGS): New definition.
1019         Update comments and preprocessor conditionals.
1021         * emacs.bat (SHELL): Conditionally defined.
1022         (HOME): Conditionally defined.
1023         (emacs_path,HOME): Update comments.
1024         Turn off all echo.
1026 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
1028         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1029         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1030         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1031         inc/sys/param.h: Removed carriage-returns.
1033 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
1035         * makefile.def (CVTRES): Defined.
1037         * emacs.ico, emacs.rc: New files by Kevin Gallo.
1039 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1041         * src: Remove directory.
1043         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1045 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1047         * makefile.def (INSTALL_DIR): Changed to generic directory.
1049         * emacs.bat: Added arguments when emacs.exe invoked.
1051         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1053 1994-12-13  voelker  <voelker@cs.washington.edu>
1055         * makefile.def (CC): In configuration section.
1056         (COMPAT_LIB): Defined.
1058 1994-11-01  voelker  <voelker@cs.washington.edu>
1060         * src/paths.h: New file.
1062         * src/config.h: New file.
1064         * inc/pwd.h: New file.
1066         * inc/sys/dir.h: New file.
1068         * inc/sys/file.h: New file.
1070         * inc/sys/ioctl.h: New file.
1072         * inc/sys/param.h: New file.
1074         * todo: New file.
1076         * README: New file.
1078         * makefile.nt: New file.
1080         * makefile.def: New file.
1082         * install.cmd: New file.
1084         * INSTALL: New file.
1086         * fast-install.cmd: New file.
1088         * emacs.cmd: New file.
1090         * ebuild.cmd: New file.
1092         * _emacs: New file.
1094 ;; Local Variables:
1095 ;; coding: iso-2022-7bit
1096 ;; End:
1098     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
1099         Free Software Foundation, Inc.
1100   Copying and distribution of this file, with or without modification,
1101   are permitted provided the copyright notice and this notice are preserved.
1103 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414