*** empty log message ***
[emacs.git] / nt / ChangeLog
blobfa411283e761ce2cff1b2cfa60da71d771d8dabe
1 2004-05-06  Jason Rumney  <jasonr@gnu.org>
3         * configure.bat: Use -mno-cygwin to check for image libraries
4         when needed.
6 2004-05-03  Jason Rumney  <jasonr@gnu.org>
8         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
9         * makefile.def: Remove.
11         * nmake.defs (SYS_LDFLAGS): Add -nologo
13         * makefile.w32-in (info-gmake, info-nmake): New targets.
14         (info): Use them.
16 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18         * nmake.defs:
19         * gmake.defs:
20         * makefile.w32-in:
21         * makefile.def:
22         * makefile.nt: Add "-*- makefile -*-" mode tag.
24 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
26         * runemacs.c (WinMain): Let emacs environment default to parent.
28 2004-03-11  Jason Rumney  <jasonr@gnu.org>
30         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
32 2004-03-10  Juanma Barranquero  <lektu@terra.es>
34         * makefile.w32-in (install): Don't try to copy
35         ../lib-src/fns-*.el, as it isn't used anymore.
37 2004-01-28  Peter Runestig  <peter@runestig.com>
39         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
41 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
43         * .cvsignore: Add `.arch-inventory'.
45 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
47         * inc/grp.h: Added.
49 2003-09-03  Peter Runestig  <peter@runestig.com>
51         * configure.bat: Create ``makefile'' in directories man, lispref
52         and lispintro.
54         * makefile.w32-in (force-info, info): New targets.
56         * envadd.bat: New file.
58         * multi-install-info.bat: New file.
60 2003-06-27  Jan D.  <jan.h.d@swipnet.se>
62         * config.nt (my_strftime): New define.
64 2003-02-01  Jason Rumney  <jasonr@gnu.org>
66         * configure.bat: Automatically detect libXpm.
67         Suppress compiler output when testing for image libraries.
68         Give names of un-found libraries in messages.
70 2003-01-31  Juanma Barranquero  <lektu@terra.es>
72         * configure.bat: Automatically detect giflib and tifflib.
74 2003-01-29  Jason Rumney  <jasonr@gnu.org>
76         * gmake.defs (CURDIR): Disable cygpath kludge.
78 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
80         * configure.bat: Avoid endless loop when configuring without image
81         support.
83 2003-01-26  Jason Rumney  <jasonr@gnu.org>
85         * configure.bat: Automatically detect jpeglib.
87 2003-01-25  Jason Rumney  <jasonr@gnu.org>
89         * configure.bat: Automatically detect libpng.
91 2003-01-21  Jason Rumney  <jasonr@gnu.org>
93         * icons/hand.cur: New file.
95 2003-01-21  David Ponce  <david@dponce.com>
97         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
99 2003-01-15  Andrew Innes  <andrewi@gnu.org>
101         * gmake.defs (CURDIR): Convert to native Windows format (with
102         forward slashes), to support building with Cygwin builds of make.
104 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
106         * nmake.defs:
107         * gmake.defs: Made changes so that Emacs would link with
108         WinMM.lib.  This change was required for my addition of a Windows
109         compatible implementation of play-sound-internal.
111 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
113         * emacs.rc: Version updated to 21.3.50.
115 2002-06-13  Jason Rumney  <jasonr@gnu.org>
117         * addpm.c (env_vars): Remove EMACSLOCKDIR.
119         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
120         (maybe-bootstrap-SH): New targets.
121         (all): Depend on maybe-bootstrap.
123 2002-05-03  Jason Rumney  <jasonr@gnu.org>
125         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
126         (sys_getpeername, fcntl): Declare as wrappers.
128 2002-04-10  Juanma Barranquero  <lektu@terra.es>
130         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
131         after compiling .el files.
133 2002-03-20  Jason Rumney  <jasonr@gnu.org>
135         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
136         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
138 2002-03-19  Kim F. Storm  <storm@cua.dk>
140         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
141         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
142         (HAVE_SYS_UN_H): Undef.
143         From David Ponce <dponce@voila.fr>.
145 2002-03-13  Jason Rumney  <jasonr@gnu.org>
147         * config.nt (STRFTIME_NO_POSIX2): Define.
149 2002-02-18  Jason Rumney  <jasonr@gnu.org>
151         * emacs.rc: Define VS_VERSION_INFO if not already.
152         Update version info.
154 2002-01-04  Andrew Innes  <andrewi@gnu.org>
156         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
157         pick up relevant bits of the Windows API definitions.
159         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
160         pick up relevant bits of the Windows API definitions.
162 2001-12-14  Andrew Innes  <andrewi@gnu.org>
164         * makefile.w32-in (bootstrap): Build addsection program before
165         bootstrap (required for post-processing temacs.exe).
167 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
169         * COPYING: New file.
171 2001-12-03  Andrew Innes  <andrewi@gnu.org>
173         * makefile.w32-in (bootstrap-nmake):
174         (bootstrap-gmake): Extend bootstrap process to first do
175         bootstrap-clean in lisp dir and rebuild the DOC file.
176         (bootstrap): Do a "normal" make after the bootstrap work.
178 2001-11-20  Jason Rumney  <jasonr@gnu.org>
180         * INSTALL: Update table of versions of make that are suitable
181         for building Emacs, based on recent feedback.
183         * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
185 2001-11-19  Andrew Innes  <andrewi@gnu.org>
187         * ftime-nostartup.bat: New file.
189         * ftime.bat: Don't include libc.lib for profiling - the profiler
190         corrupts part of memcpy.
192 2001-11-17  Jason Rumney  <jasonr@gnu.org>
194         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
195         expansion.  From Juanma Barranquero <lektu@terra.es>.
197 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
199         * (Version 21.1 released.)
201 2001-10-12  Andrew Innes  <andrewi@gnu.org>
203         * inc/pwd.h (uid_t, gid_t): New typedefs.
205 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
207         * Branch for 21.1.
209 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
211         * README: Update the address of the mailing list and subscription
212         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
214 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
216         * INSTALL: Suggest to avoid using WinZip.
218         * configure.bat: Make sure ../site-lisp exists; create if necessary.
220 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
222         * INSTALL: Mention that "make install" can be "nmake install".
224 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
226         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
227         since some versions of `mkdir' don't automatically create parent
228         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
230 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
232         * subdirs.el: New file.
234         * configure.bat: Copy subdirs.el to the site-lisp directory.
236         * makefile.w32-in (install): Copy subdirs.el to the installation
237         directory.
239 2001-06-20  Jason Rumney  <jasonr@gnu.org>
241         * runemacs.c (WinMain): Add quotes around command in case of spaces.
243 2001-06-01  Andrew Innes  <andrewi@gnu.org>
245         * gmake.defs (sh_output): Don't use $(warning ...) to output
246         messages, since that is not supported by GNU make 3.77.
248 2001-05-24  Jason Rumney  <jasonr@gnu.org>
250         * INSTALL: Clarify that building with MSVC requires nmake.
252 2001-05-17  Andrew Innes  <andrewi@gnu.org>
254         * gmake.defs (NEW_CYGWIN): Output message about spurious error
255         message that is to be ignored.
257 2001-05-13  Andrew Innes  <andrewi@gnu.org>
259         * TODO: Remove file, since it is completely out of date.
261         * README: Add copyright notice.
263         * INSTALL: Add copyright notice.
265 2001-04-18  Andrew Innes  <andrewi@gnu.org>
267         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
268         the environment.
270         * gmake.defs (SETLOADPATH): Remove definition.
271         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
272         environment.
274 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
276         * configure.bat: Make the checkw32api* labels be distinct in the
277         first 8 characters.
279 2001-03-17  Andrew Innes  <andrewi@gnu.org>
281         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
282         escaped quotes.
284         * gmake.defs (DEBUG_LINK): New macro.
285         (LINK_FLAGS): Use it.
287         * nmake.defs (DEBUG_LINK): New macro.
288         (LINK_FLAGS): Use it.
290 2001-03-06  Andrew Innes  <andrewi@gnu.org>
292         * INSTALL: Add --ldflags to configure line for building with
293         recent versions of Cygwin GCC.
295 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
297         * configure.bat: Use correct options when compiling a test program
298         with Cygwin.  From David Ponce <dponce@voila.fr>.
300 2001-02-24  Andrew Innes  <andrewi@gnu.org>
302         * _emacs: Remove obsolete file.
304         * emacs.bat.in: Remove obsolete file.
306         * debug.bat.in: Remove obsolete file.
308         * inc/sys/socket.h: Add copyright notice.
310         * paths.h: Add copyright notice.
312         * makefile.nt: Update copyright notice.
314         * makefile.def: Update copyright notice.
316         * configure.bat: Update copyright notice.
318         * nmake.defs: Add copyright notice.
320         * gmake.defs: Add copyright notice.
322         * makefile.w32-in: Add copyright notice.
324 2001-02-05  Andrew Innes  <andrewi@gnu.org>
326         * nmake.defs (THISDIR): New definition.
328         * gmake.defs (THISDIR): New definition.
330 2001-02-03  Andrew Innes  <andrewi@gnu.org>
332         * configure.bat: Leave a space before >> only when there is a
333         preceding digit.  Add a comment about the importance of this.
335         * README: Replace outdated information.
337         * INSTALL (Trouble-shooting): Add note about need to specify extra
338         compiler flags with recent Cygwin ports of gcc.
340 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
342         * configure.bat: Use "rm -f" instead of "del /f", as the latter
343         is not supported by Windows 9X's COMMAND.COM.
345 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
347         * configure.bat: Make sure redirection is preceeded by a blank, to
348         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
349         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
351 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
353         * INSTALL: Copy the table of tested combinations of development
354         tools from confuigure.bat.  Add suggestion to install Bash on
355         Windows 9X.
357         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
358         lisp/Makefile.in instead.  Use "rm -f" where more than one file
359         needs to be deleted, since command.com in Windows 9X doesn't grok
360         more than one argument.
362 2001-01-24  Andrew Innes  <andrewi@gnu.org>
364         * makefile.w32-in (cleanall-other-dirs-nmake):
365         (cleanall-other-dirs-gmake): New targets.
366         (cleanall): Invoke them.
368 2001-01-19  Andrew Innes  <andrewi@gnu.org>
370         * addpm.c (env_vars): Add a version-independent site-lisp
371         directory to EMACSLOADPATH, after the version dependent one.
373 2001-01-06  Andrew Innes  <andrewi@gnu.org>
375         * README: Update info about compilers.
377         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
378         select correct rule for invoking make in another directory.  Amend
379         rules accordingly.
380         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
382         * nmake.defs (EMACS_ICON_PATH): Delete definition.
383         (COMPILER_TEMP_FILES): New definition.
384         (MAKETYPE): New definition.
386         * gmake.defs (EMACS_ICON_PATH): Delete definition.
387         (COMPILER_TEMP_FILES): New definition.
388         (MAKETYPE): New definition.
390         * makefile.def (EMACS_ICON_PATH): Delete definition.
392         * configure.bat: Be careful not to add trailing spaces when
393         outputting to config.settings.
395 2001-01-02  Andrew Innes  <andrewi@gnu.org>
397         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
398         than the function.
400 2000-12-17  Andrew Innes  <andrewi@gnu.org>
402         * makefile.w32-in (install): Copy directories to the correct
403         places.
404         (real_install): Remove obsolete target.
406 2000-12-06  Andrew Innes  <andrewi@gnu.org>
408         * nmake.defs (CURDIR): New define.
409         (INSTALL_DIR): Use it.
411         * gmake.defs (NEW_CYGWIN): New define.
412         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
413         so we need to adjust how we escape embedded quotes.
414         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
415         relative to $(CURDIR).
417 2000-11-25  Jason Rumney  <jasonr@gnu.org>
419         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
421 2000-10-17  Andrew Innes  <andrewi@gnu.org>
423         * makefile.w32-in (recompile): New target to recompile lisp
424         directory.
425         (recompile-CMD, recompile-SH): New support targets.
427 2000-09-24  Jason Rumney  <jasonr@gnu.org>
429         * config.nt (NO_RETURN): Define it.
431 2000-09-17  Andrew Innes  <andrewi@gnu.org>
433         * gmake.defs: Revert to Unix line endings.
435         * nmake.defs: Revert to Unix line endings.
437 2000-09-16  Andrew Innes  <andrewi@gnu.org>
439         * gmake.defs (SETLOADPATH): Change definition to work from any
440         subdirectory.
442 2000-09-14  Andrew Innes  <andrewi@gnu.org>
444         * makefile.w32-in: Revert to Unix line endings.
446 2000-09-14  Andrew Innes  <andrewi@gnu.org>
448         * INSTALL: Add note about expected error messages when configure
449         is run.
451         * configure.bat: Simplify the generation of makefiles (don't need
452         to generate various top-level targets that invoke make in other
453         directories).
455         * gmake.defs (SHELLTYPE): New define.
456         (SETLOADPATH): New define.
458         * nmake.defs (SHELLTYPE): New define.
460         * makefile.w32-in: Standardize indentation somewhat.
461         Add bootstrap support.
462         Pass $(MFLAGS) when invoking make recursively.
463         Add shell-specific variants of top-level targets that invoke make
464         recursively in other directories, and add necessary computed
465         dependencies.
467 2000-09-03  Andrew Innes  <andrewi@gnu.org>
469         * makefile.w32-in: Change to DOS line endings.
471         * configure.bat: Change to DOS line endings.
473         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
474         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
476         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
477         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
479         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
480         -D_ANONYMOUS_STRUCT on compile line.
481         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
482         (ARCH_CFLAGS): Change optimization flags to -O2.
483         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
484         (ARGQUOTE, DQUOTE): New defines.
486         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
487         -D_ANONYMOUS_STRUCT on compile line.
488         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
489         (ARGQUOTE, DQUOTE): New defines.
491 2000-08-22  Andrew Innes  <andrewi@gnu.org>
493         * configure.bat: New file.
495         * gmake.defs: New file.
497         * nmake.defs: New file.
499         * makefile.w32-in: New file.
501         * INSTALL: Rewrite to match new configure process.
503         * config.nt [WINDOWSNT]: Don't declare getenv.
504         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
506         * addpm.c (main): Accept /q to mean install based on addpm's
507         location without asking.  Remove reference to emacs.bat which is
508         now obsolete.
510         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
512         * paths.h: Use forward slash as directory separator in all path
513         definitions.
514         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
516         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
518         * runemacs.c: Remove WIN32 define.
520         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
521         not defined.
523         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
524         (fd_set): Define to new name, after including winsock.h, so we can
525         provide our own implementation.
527 2000-07-05  Andrew Innes  <andrewi@gnu.org>
529         * ebuild.bat: Add support for specifying make arguments.
531         * makefile.nt: Add support for `bootstrap' and related targets.
533 2000-06-11  Jason Rumney  <jasonr@gnu.org>
535         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
537 2000-02-06  Andrew Innes  <andrewi@gnu.org>
539         * inc/sys/time.h: Add inclusion protection.
541         * makefile.def (SYS_LDFLAGS): Add -nologo.
543 1999-11-22  Andrew Innes  <andrewi@gnu.org>
545         * install.bat: Pass on command line arguments to make.
547         * makefile.nt (fast_install): Bring commands up-to-date, and fix
548         typo.
550 1999-11-21  Andrew Innes  <andrewi@gnu.org>
552         * makefile.nt (all): Build leim if present.
553         (install): Install leim if present.
554         (clean): Clean leim if present.
556         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
557         definition.
559         * emacs.bat.in (EMACSLOADPATH): Include leim.
561 1999-07-12  Richard Stallman  <rms@gnu.org>
563         * Version 20.4 released.
565 1999-06-16  Andrew Innes  <andrewi@gnu.org>
567         * emacs.rc: Use an icon with a transparent background, to be in
568         keeping with other applications.
570 1999-06-03  Andrew Innes  <andrewi@gnu.org>
572         * preprep.c: Fix typo.
574 1999-05-02  Andrew Innes  <andrewi@gnu.org>
576         * config.h: Remove obsolete file.
578         * preprep.c (copy_executable_and_move_sections): Ifdef out a
579         couple of unused switch cases that aren't defined on all
580         platforms.
582         * ftime.bat: Add another variation of the profile command, which
583         only profiles extended commands.
585 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
587         * cmdproxy.c (main): Fix parens.
589 1999-03-25  Andrew Innes  <andrewi@gnu.org>
591         * cmdproxy.c (main): Call GetShortPathName to normalize program
592         names for comparison.
594 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
596         * makefile.def: Compile multiple .c files when possible.
597         Use BLD instead of assuming i386.
598         * makefile.nt: Remove common multiple file compilation commands.
600 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
602         * cmdproxy.c (main): Add missing parens.
604 1999-02-20  Andrew Innes  <andrewi@gnu.org>
606         * preprep.c: New program to allow dumped image to be profiled.
608         * makefile.nt (preprep): New target.
609         (ALL): Build it.
611         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
613         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
614         Change prep options to profile libc functions and skip the startup
615         code.
617 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
619         * makefile.nt: Create installation directory as first step.
621 1999-01-31  Andrew Innes  <andrewi@gnu.org>
623         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
624         ROUND_UP_DST.  Zeroes the alignment slop.
625         (copy_executable_and_add_section): Update the
626         SizeOfHeaders field properly.
628 1999-01-27  Andrew Innes  <andrewi@gnu.org>
630         * makefile.nt: Do make version comparison as strings.
632 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
634         * runemacs.c (WinMain): Pass explicit environment block to
635         CreateProcess, to work around a bug in Windows 95/98.
637 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
639         * icons: New directory with Davenport's icons.
640         * icons/sink.ico: Renamed from emacs.ico.
642         * makefile.nt (install, fast_install): Install Windows icons
643         into etc/icons.
645         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
647 1999-01-17  Andrew Innes  <andrewi@gnu.org>
649         * makefile.nt: (ALL): List top-level targets.
650         (addsection): New top-level target.
651         (install): Copy fns-*.el to bin directory.
653         * addsection.c: New program to add static heap section to
654         temacs.exe after linking, in support of new unexec method.
656 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
658         * cmdproxy.c (spawn): Pass directory for child as parameter.
659         (main): Save startup directory to give to spawn, then change
660         directory to location of .exe in order not to prevent startup
661         directory from being deleted.
663 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
665         * makefile.nt: Do string comparision of _NMAKE_VER.
667 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
669         * config.nt (LOCALTIME_CACHE): Define.
671 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
673         * install.bat: Convert to DOS format.
675 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
677         * cmdproxy.c (main): Set environment size only when running
678         command.com.
680 1998-11-03  Theodore Jump  <tjump@tertius.com>
682         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
683         (DEL_TREE): Use rd instead of rmdir.
684         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
685         * makefile.nt: Compile multiple source files when possible.
687 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
689         * cmdproxy.c (main): Treat command line options as case-insensitive.
691 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
693         * Version 20.3 released.
695 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
697         * addpm.c (main): Explicitly check result of message box for OK.
699 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
701         * inc/sys/file.h (D_OK): Define new macro.
703 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
705         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
707 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
709         * emacs.rc (VS_VERSION_INFO): Define.
711 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
713         * makefile.nt (emacs.bat, debug.bat): Create them in the
714         installation directory.
716 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
718         * ddeclient.c: New file.  (Support program for performing limited
719         interprocess communication on Windows.)
721         * makefile.nt: Build ddeclient.
723         * cmdproxy.c (main): Only set environment size for real shell, and
724         provide extra directory argument, when running on Windows 95.
726 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
728         * cmdproxy.c (fail): Exit with a negative return value.
729         (spawn): Return subprocess return code as an argument.
730         Explicitly copy environment block.
731         (main): Update to use return value argument with spawn.
732         Retry if spawn failed when a subshell was not tried.
734         * config.nt: Include new macros from src/config.in.
735         (GNU_MALLOC, REL_ALLOC): Define.
736         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
737         (RE_TRANSLATE): Use char_table_translate.
739         * makefile.def (CP_DIR): Preserve attributes.
741         * makefile.nt (clean): Delete patch generated files, optimized
742         build directory.
744 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
746         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
748 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
750         * Version 20.2 released.
752 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
754         * Version 20.1 released.
756 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
758         * debug.bat.in: New file.
759         * makefile.nt (debug.bat): New target.
761 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
763         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
764         Quote group name.  Allow different icons to be specified.
766         * cmdproxy.c (get_env_size): New function.
767         (spawn): Explicitly pass in environment when creating subprocess.
768         (main): Cleaup error messages.
769         Specify dynamically sized environment block for real shell.
770         Pass on unhandled switches to real shell.
771         Quote program name.
773         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
774         directory.
775         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
777         * runemacs.c (WinMain): Allow Emacs process to be started with
778         high or low priority.
780         * emacs.bat.in: Remove OS dependent operations.
782 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
784         * addpm.c (env_vars): No longer set INFOPATH.
786         * cmdproxy.c (get_next_token): Null terminate token returned.
788         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
790 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
792         * addpm.c (env_vars): Set SHELL to cmdproxy.
793         (main): Initialize idDde to 0.
794         Determine emacs_path from module file name.
795         Prompt for install.
797         * makefile.def (MSVCNT11): Conditionally define it.
798         (BASE_LIBS): Do not use oldnames.lib.
799         (SYS_LDFLAGS): Use pdb files.
800         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
801         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
802         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
804         * makefile.nt (ALL): Build cmdproxy.
805         (cmdproxy): New target.
806         (install): Install cmdproxy.
808         * ftime.bat, debug.bat, cmdproxy.c: New files.
810 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
812         * inc/sys/socket.h: (shutdown): Define.
813         (sys_shutdown): Export.
815 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
817         * config.nt (RE_TRANSLATE): Copy definition from config.in.
819 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
821         * config.nt: Update file comments.
822         Update undefs added/removed in src/config.in.
824 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
826         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
827         of win95 and winnt, respectively.
829 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
831         * makefile.nt (real_install): Create site-lisp in installation dir.
832         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
833         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
835 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
837         * Version 19.33 released.
839 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
841         * runemacs.c (WinMain): Put a space between the binary and its args.
843 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
845         * Version 19.32 released.
847 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
849         * makefile.nt (clean): Use OBJDIR macro.
851 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
853         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
854         Not defined by default.
855         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
856         (WinMain): Convert backslashes to slashes in env var values.
858         * addpm.c (env_vars): Use slashes, not backslashes.
860 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
862         * Version 19.31 released.
864 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
866         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
867         undo settings afterwards.
869 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
871         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
872         environment variable.
874 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
876         * install.bat: Allow for optimized build.
877         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
878         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
880 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
882         * addpm.c (REG_ROOT): Don't use a trailing backslash.
883         (env_vars): Rename field emacs_path to emacs_dir.
884         (main): Add link to runemacs instead of emacs.
886         * install.bat: Check if INSTALL_DIR is passed as an argument.
888         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
890         * makefile.nt: Build and install runemacs.exe.
892         * runemacs.c: New file.
894         * config.w95: File removed.
896         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
897         inc/sys/socket.h, inc/sys/time.h: New header files.
899         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
901 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
903         * makefile.def (DEL): Defined.
904         (DEL_TREE) [win95]: Defined.
905         (SYS_LDFLAGS): Set executable versions to 3.10.
907         * makefile.nt: Change uses of del to $(DEL).
909 1996-01-17  Erik Naggum  <erik@naggum.no>
911         * All files: Update FSF's address in comment preamble.
913 1996-01-03  George V. Reilly  <georger@microcrafts.com>
915         * emacs.ico: Now the proverbial kitchen sink icon.
917 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
919         * Version 19.30 released.
921 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
923         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
925         * makefile.nt (install, fast_install, real_install, clean):
926         Don't use switches to del not supported by Win95.
928 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
930         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
931         (install, fast_install): Change same-dir test to create test file in
932         installation tree and thereby support read-only shares.
933         (clean): Remove .pdb files.
935         * makefile.def (NTGUI): New macro.
936         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
938         * config.nt, config.w95: Update to latest src/config.in.
940         * addpm.c (env_vars): New variable.
941         (add_registry): New procedure.
942         (main): Use values of configuration environment variables from
943         the registry if defined, the process environment otherwise.
945 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
947         * Version 19.29 released.
949         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
951 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
953         * makefile.nt: Define .c to .obj suffix rule.
954         (addpm.obj): Compile directly, use CFLAGS.
955         (addpm.exe): Link from addpm.obj.
957         * makefile.def (MSVCNT11): Defined.
958         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
959         (CFLAGS_COMMON): Defined.
960         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
962 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
964         * emacs.bat.in: Renamed from emacs.bat.
965         (emacs_dir): Renamed from emacs_path.
966         Definition removed.
968         * addpm.c: New file.
969         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
970         (all): Depend upon $(BLD) and $(ALL).
971         (install): Depend upon emacs.bat.
972         Create program item for Emacs.
973         (clean): Delete obj.
974         (emacs.bat): Defined.
975         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
977 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
979         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
980         Add carriage returns; necessary for batch files on Win95.
982 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
984         * config.w95: Created.
985         * config.h: Changed to config.nt.
987         * makefile.nt (SUBDIRS): Commented out.
988         (all,install,clean): Expand for-loops.
989         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
991         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
992         (ARCH): New definition.
993         (CPU,CONFIG_H,OS_TYPE): Defined.
994         (INCLUDE,LIB): Checked if valid.
995         (ntwin32.mak): Included.
996         (AR,CC,LINK): New definition.
997         (ADVAPI32,libc,BASE_LIBS): Defined.
998         (SYS_LDFLAGS): New definition.
999         Update comments and preprocessor conditionals.
1001         * emacs.bat (SHELL): Conditionally defined.
1002         (HOME): Conditionally defined.
1003         (emacs_path,HOME): Update comments.
1004         Turn off all echo.
1006 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
1008         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1009         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1010         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1011         inc/sys/param.h: Removed carriage-returns.
1013 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
1015         * makefile.def (CVTRES): Defined.
1017         * emacs.ico, emacs.rc: New files by Kevin Gallo.
1019 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1021         * src: Remove directory.
1023         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1025 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1027         * makefile.def (INSTALL_DIR): Changed to generic directory.
1029         * emacs.bat: Added arguments when emacs.exe invoked.
1031         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1033 1994-12-13  voelker  <voelker@cs.washington.edu>
1035         * makefile.def (CC): In configuration section.
1036         (COMPAT_LIB): Defined.
1038 1994-11-01  voelker  <voelker@cs.washington.edu>
1040         * src/paths.h: New file.
1042         * src/config.h: New file.
1044         * inc/pwd.h: New file.
1046         * inc/sys/dir.h: New file.
1048         * inc/sys/file.h: New file.
1050         * inc/sys/ioctl.h: New file.
1052         * inc/sys/param.h: New file.
1054         * todo: New file.
1056         * README: New file.
1058         * makefile.nt: New file.
1060         * makefile.def: New file.
1062         * install.cmd: New file.
1064         * INSTALL: New file.
1066         * fast-install.cmd: New file.
1068         * emacs.cmd: New file.
1070         * ebuild.cmd: New file.
1072         * _emacs: New file.
1074 ;; Local Variables:
1075 ;; coding: iso-2022-7bit
1076 ;; End:
1078     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
1079         Free Software Foundation, Inc.
1080   Copying and distribution of this file, with or without modification,
1081   are permitted provided the copyright notice and this notice are preserved.
1083 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414