Add some entries missing from 2002-11-16.
[emacs.git] / nt / ChangeLog
blob0ad5e7b458fefd716fb4efa516d5f09d9e653063
1 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
3         * runemacs.c (WinMain): Let emacs environment default to parent.
5 2004-03-11  Jason Rumney  <jasonr@gnu.org>
7         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
9 2004-03-10  Juanma Barranquero  <lektu@terra.es>
11         * makefile.w32-in (install): Don't try to copy
12         ../lib-src/fns-*.el, as it isn't used anymore.
14 2004-01-28  Peter Runestig  <peter@runestig.com>
16         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
18 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
20         * .cvsignore: Add `.arch-inventory'.
22 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
24         * inc/grp.h: Added.
26 2003-09-03  Peter Runestig  <peter@runestig.com>
28         * configure.bat: Create ``makefile'' in directories man, lispref
29         and lispintro.
31         * makefile.w32-in (force-info, info): New targets.
33         * envadd.bat: New file.
35         * multi-install-info.bat: New file.
37 2003-06-27  Jan D.  <jan.h.d@swipnet.se>
39         * config.nt (my_strftime): New define.
41 2003-02-01  Jason Rumney  <jasonr@gnu.org>
43         * configure.bat: Automatically detect libXpm.
44         Suppress compiler output when testing for image libraries.
45         Give names of un-found libraries in messages.
47 2003-01-31  Juanma Barranquero  <lektu@terra.es>
49         * configure.bat: Automatically detect giflib and tifflib.
51 2003-01-29  Jason Rumney  <jasonr@gnu.org>
53         * gmake.defs (CURDIR): Disable cygpath kludge.
55 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
57         * configure.bat: Avoid endless loop when configuring without image
58         support.
60 2003-01-26  Jason Rumney  <jasonr@gnu.org>
62         * configure.bat: Automatically detect jpeglib.
64 2003-01-25  Jason Rumney  <jasonr@gnu.org>
66         * configure.bat: Automatically detect libpng.
68 2003-01-21  Jason Rumney  <jasonr@gnu.org>
70         * icons/hand.cur: New file.
72 2003-01-21  David Ponce  <david@dponce.com>
74         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
76 2003-01-15  Andrew Innes  <andrewi@gnu.org>
78         * gmake.defs (CURDIR): Convert to native Windows format (with
79         forward slashes), to support building with Cygwin builds of make.
81 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
83         * nmake.defs:
84         * gmake.defs: Made changes so that Emacs would link with
85         WinMM.lib.  This change was required for my addition of a Windows
86         compatible implementation of play-sound-internal.
88 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
90         * emacs.rc: Version updated to 21.3.50.
92 2002-06-13  Jason Rumney  <jasonr@gnu.org>
94         * addpm.c (env_vars): Remove EMACSLOCKDIR.
96         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
97         (maybe-bootstrap-SH): New targets.
98         (all): Depend on maybe-bootstrap.
100 2002-05-03  Jason Rumney  <jasonr@gnu.org>
102         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
103         (sys_getpeername, fcntl): Declare as wrappers.
105 2002-04-10  Juanma Barranquero  <lektu@terra.es>
107         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
108         after compiling .el files.
110 2002-03-20  Jason Rumney  <jasonr@gnu.org>
112         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
113         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
115 2002-03-19  Kim F. Storm  <storm@cua.dk>
117         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
118         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
119         (HAVE_SYS_UN_H): Undef.
120         From David Ponce <dponce@voila.fr>.
122 2002-03-13  Jason Rumney  <jasonr@gnu.org>
124         * config.nt (STRFTIME_NO_POSIX2): Define.
126 2002-02-18  Jason Rumney  <jasonr@gnu.org>
128         * emacs.rc: Define VS_VERSION_INFO if not already.
129         Update version info.
131 2002-01-04  Andrew Innes  <andrewi@gnu.org>
133         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
134         pick up relevant bits of the Windows API definitions.
136         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
137         pick up relevant bits of the Windows API definitions.
139 2001-12-14  Andrew Innes  <andrewi@gnu.org>
141         * makefile.w32-in (bootstrap): Build addsection program before
142         bootstrap (required for post-processing temacs.exe).
144 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
146         * COPYING: New file.
148 2001-12-03  Andrew Innes  <andrewi@gnu.org>
150         * makefile.w32-in (bootstrap-nmake):
151         (bootstrap-gmake): Extend bootstrap process to first do
152         bootstrap-clean in lisp dir and rebuild the DOC file.
153         (bootstrap): Do a "normal" make after the bootstrap work.
155 2001-11-20  Jason Rumney  <jasonr@gnu.org>
157         * INSTALL: Update table of versions of make that are suitable
158         for building Emacs, based on recent feedback.
160         * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
162 2001-11-19  Andrew Innes  <andrewi@gnu.org>
164         * ftime-nostartup.bat: New file.
166         * ftime.bat: Don't include libc.lib for profiling - the profiler
167         corrupts part of memcpy.
169 2001-11-17  Jason Rumney  <jasonr@gnu.org>
171         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
172         expansion.  From Juanma Barranquero <lektu@terra.es>.
174 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
176         * (Version 21.1 released.)
178 2001-10-12  Andrew Innes  <andrewi@gnu.org>
180         * inc/pwd.h (uid_t, gid_t): New typedefs.
182 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
184         * Branch for 21.1.
186 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
188         * README: Update the address of the mailing list and subscription
189         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
191 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
193         * INSTALL: Suggest to avoid using WinZip.
195         * configure.bat: Make sure ../site-lisp exists; create if necessary.
197 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
199         * INSTALL: Mention that "make install" can be "nmake install".
201 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
203         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
204         since some versions of `mkdir' don't automatically create parent
205         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
207 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
209         * subdirs.el: New file.
211         * configure.bat: Copy subdirs.el to the site-lisp directory.
213         * makefile.w32-in (install): Copy subdirs.el to the installation
214         directory.
216 2001-06-20  Jason Rumney  <jasonr@gnu.org>
218         * runemacs.c (WinMain): Add quotes around command in case of spaces.
220 2001-06-01  Andrew Innes  <andrewi@gnu.org>
222         * gmake.defs (sh_output): Don't use $(warning ...) to output
223         messages, since that is not supported by GNU make 3.77.
225 2001-05-24  Jason Rumney  <jasonr@gnu.org>
227         * INSTALL: Clarify that building with MSVC requires nmake.
229 2001-05-17  Andrew Innes  <andrewi@gnu.org>
231         * gmake.defs (NEW_CYGWIN): Output message about spurious error
232         message that is to be ignored.
234 2001-05-13  Andrew Innes  <andrewi@gnu.org>
236         * TODO: Remove file, since it is completely out of date.
238         * README: Add copyright notice.
240         * INSTALL: Add copyright notice.
242 2001-04-18  Andrew Innes  <andrewi@gnu.org>
244         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
245         the environment.
247         * gmake.defs (SETLOADPATH): Remove definition.
248         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
249         environment.
251 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
253         * configure.bat: Make the checkw32api* labels be distinct in the
254         first 8 characters.
256 2001-03-17  Andrew Innes  <andrewi@gnu.org>
258         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
259         escaped quotes.
261         * gmake.defs (DEBUG_LINK): New macro.
262         (LINK_FLAGS): Use it.
264         * nmake.defs (DEBUG_LINK): New macro.
265         (LINK_FLAGS): Use it.
267 2001-03-06  Andrew Innes  <andrewi@gnu.org>
269         * INSTALL: Add --ldflags to configure line for building with
270         recent versions of Cygwin GCC.
272 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
274         * configure.bat: Use correct options when compiling a test program
275         with Cygwin.  From David Ponce <dponce@voila.fr>.
277 2001-02-24  Andrew Innes  <andrewi@gnu.org>
279         * _emacs: Remove obsolete file.
281         * emacs.bat.in: Remove obsolete file.
283         * debug.bat.in: Remove obsolete file.
285         * inc/sys/socket.h: Add copyright notice.
287         * paths.h: Add copyright notice.
289         * makefile.nt: Update copyright notice.
291         * makefile.def: Update copyright notice.
293         * configure.bat: Update copyright notice.
295         * nmake.defs: Add copyright notice.
297         * gmake.defs: Add copyright notice.
299         * makefile.w32-in: Add copyright notice.
301 2001-02-05  Andrew Innes  <andrewi@gnu.org>
303         * nmake.defs (THISDIR): New definition.
305         * gmake.defs (THISDIR): New definition.
307 2001-02-03  Andrew Innes  <andrewi@gnu.org>
309         * configure.bat: Leave a space before >> only when there is a
310         preceding digit.  Add a comment about the importance of this.
312         * README: Replace outdated information.
314         * INSTALL (Trouble-shooting): Add note about need to specify extra
315         compiler flags with recent Cygwin ports of gcc.
317 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
319         * configure.bat: Use "rm -f" instead of "del /f", as the latter
320         is not supported by Windows 9X's COMMAND.COM.
322 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
324         * configure.bat: Make sure redirection is preceeded by a blank, to
325         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
326         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
328 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
330         * INSTALL: Copy the table of tested combinations of development
331         tools from confuigure.bat.  Add suggestion to install Bash on
332         Windows 9X.
334         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
335         lisp/Makefile.in instead.  Use "rm -f" where more than one file
336         needs to be deleted, since command.com in Windows 9X doesn't grok
337         more than one argument.
339 2001-01-24  Andrew Innes  <andrewi@gnu.org>
341         * makefile.w32-in (cleanall-other-dirs-nmake):
342         (cleanall-other-dirs-gmake): New targets.
343         (cleanall): Invoke them.
345 2001-01-19  Andrew Innes  <andrewi@gnu.org>
347         * addpm.c (env_vars): Add a version-independent site-lisp
348         directory to EMACSLOADPATH, after the version dependent one.
350 2001-01-06  Andrew Innes  <andrewi@gnu.org>
352         * README: Update info about compilers.
354         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
355         select correct rule for invoking make in another directory.  Amend
356         rules accordingly.
357         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
359         * nmake.defs (EMACS_ICON_PATH): Delete definition.
360         (COMPILER_TEMP_FILES): New definition.
361         (MAKETYPE): New definition.
363         * gmake.defs (EMACS_ICON_PATH): Delete definition.
364         (COMPILER_TEMP_FILES): New definition.
365         (MAKETYPE): New definition.
367         * makefile.def (EMACS_ICON_PATH): Delete definition.
369         * configure.bat: Be careful not to add trailing spaces when
370         outputting to config.settings.
372 2001-01-02  Andrew Innes  <andrewi@gnu.org>
374         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
375         than the function.
377 2000-12-17  Andrew Innes  <andrewi@gnu.org>
379         * makefile.w32-in (install): Copy directories to the correct
380         places.
381         (real_install): Remove obsolete target.
383 2000-12-06  Andrew Innes  <andrewi@gnu.org>
385         * nmake.defs (CURDIR): New define.
386         (INSTALL_DIR): Use it.
388         * gmake.defs (NEW_CYGWIN): New define.
389         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
390         so we need to adjust how we escape embedded quotes.
391         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
392         relative to $(CURDIR).
394 2000-11-25  Jason Rumney  <jasonr@gnu.org>
396         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
398 2000-10-17  Andrew Innes  <andrewi@gnu.org>
400         * makefile.w32-in (recompile): New target to recompile lisp
401         directory.
402         (recompile-CMD, recompile-SH): New support targets.
404 2000-09-24  Jason Rumney  <jasonr@gnu.org>
406         * config.nt (NO_RETURN): Define it.
408 2000-09-17  Andrew Innes  <andrewi@gnu.org>
410         * gmake.defs: Revert to Unix line endings.
412         * nmake.defs: Revert to Unix line endings.
414 2000-09-16  Andrew Innes  <andrewi@gnu.org>
416         * gmake.defs (SETLOADPATH): Change definition to work from any
417         subdirectory.
419 2000-09-14  Andrew Innes  <andrewi@gnu.org>
421         * makefile.w32-in: Revert to Unix line endings.
423 2000-09-14  Andrew Innes  <andrewi@gnu.org>
425         * INSTALL: Add note about expected error messages when configure
426         is run.
428         * configure.bat: Simplify the generation of makefiles (don't need
429         to generate various top-level targets that invoke make in other
430         directories).
432         * gmake.defs (SHELLTYPE): New define.
433         (SETLOADPATH): New define.
435         * nmake.defs (SHELLTYPE): New define.
437         * makefile.w32-in: Standardize indentation somewhat.
438         Add bootstrap support.
439         Pass $(MFLAGS) when invoking make recursively.
440         Add shell-specific variants of top-level targets that invoke make
441         recursively in other directories, and add necessary computed
442         dependencies.
444 2000-09-03  Andrew Innes  <andrewi@gnu.org>
446         * makefile.w32-in: Change to DOS line endings.
448         * configure.bat: Change to DOS line endings.
450         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
451         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
453         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
454         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
456         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
457         -D_ANONYMOUS_STRUCT on compile line.
458         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
459         (ARCH_CFLAGS): Change optimization flags to -O2.
460         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
461         (ARGQUOTE, DQUOTE): New defines.
463         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
464         -D_ANONYMOUS_STRUCT on compile line.
465         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
466         (ARGQUOTE, DQUOTE): New defines.
468 2000-08-22  Andrew Innes  <andrewi@gnu.org>
470         * configure.bat: New file.
472         * gmake.defs: New file.
474         * nmake.defs: New file.
476         * makefile.w32-in: New file.
478         * INSTALL: Rewrite to match new configure process.
480         * config.nt [WINDOWSNT]: Don't declare getenv.
481         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
483         * addpm.c (main): Accept /q to mean install based on addpm's
484         location without asking.  Remove reference to emacs.bat which is
485         now obsolete.
487         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
489         * paths.h: Use forward slash as directory separator in all path
490         definitions.
491         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
493         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
495         * runemacs.c: Remove WIN32 define.
497         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
498         not defined.
500         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
501         (fd_set): Define to new name, after including winsock.h, so we can
502         provide our own implementation.
504 2000-07-05  Andrew Innes  <andrewi@gnu.org>
506         * ebuild.bat: Add support for specifying make arguments.
508         * makefile.nt: Add support for `bootstrap' and related targets.
510 2000-06-11  Jason Rumney  <jasonr@gnu.org>
512         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
514 2000-02-06  Andrew Innes  <andrewi@gnu.org>
516         * inc/sys/time.h: Add inclusion protection.
518         * makefile.def (SYS_LDFLAGS): Add -nologo.
520 1999-11-22  Andrew Innes  <andrewi@gnu.org>
522         * install.bat: Pass on command line arguments to make.
524         * makefile.nt (fast_install): Bring commands up-to-date, and fix
525         typo.
527 1999-11-21  Andrew Innes  <andrewi@gnu.org>
529         * makefile.nt (all): Build leim if present.
530         (install): Install leim if present.
531         (clean): Clean leim if present.
533         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
534         definition.
536         * emacs.bat.in (EMACSLOADPATH): Include leim.
538 1999-07-12  Richard Stallman  <rms@gnu.org>
540         * Version 20.4 released.
542 1999-06-16  Andrew Innes  <andrewi@gnu.org>
544         * emacs.rc: Use an icon with a transparent background, to be in
545         keeping with other applications.
547 1999-06-03  Andrew Innes  <andrewi@gnu.org>
549         * preprep.c: Fix typo.
551 1999-05-02  Andrew Innes  <andrewi@gnu.org>
553         * config.h: Remove obsolete file.
555         * preprep.c (copy_executable_and_move_sections): Ifdef out a
556         couple of unused switch cases that aren't defined on all
557         platforms.
559         * ftime.bat: Add another variation of the profile command, which
560         only profiles extended commands.
562 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
564         * cmdproxy.c (main): Fix parens.
566 1999-03-25  Andrew Innes  <andrewi@gnu.org>
568         * cmdproxy.c (main): Call GetShortPathName to normalize program
569         names for comparison.
571 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
573         * makefile.def: Compile multiple .c files when possible.
574         Use BLD instead of assuming i386.
575         * makefile.nt: Remove common multiple file compilation commands.
577 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
579         * cmdproxy.c (main): Add missing parens.
581 1999-02-20  Andrew Innes  <andrewi@gnu.org>
583         * preprep.c: New program to allow dumped image to be profiled.
585         * makefile.nt (preprep): New target.
586         (ALL): Build it.
588         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
590         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
591         Change prep options to profile libc functions and skip the startup
592         code.
594 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
596         * makefile.nt: Create installation directory as first step.
598 1999-01-31  Andrew Innes  <andrewi@gnu.org>
600         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
601         ROUND_UP_DST.  Zeroes the alignment slop.
602         (copy_executable_and_add_section): Update the
603         SizeOfHeaders field properly.
605 1999-01-27  Andrew Innes  <andrewi@gnu.org>
607         * makefile.nt: Do make version comparison as strings.
609 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
611         * runemacs.c (WinMain): Pass explicit environment block to
612         CreateProcess, to work around a bug in Windows 95/98.
614 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
616         * icons: New directory with Davenport's icons.
617         * icons/sink.ico: Renamed from emacs.ico.
619         * makefile.nt (install, fast_install): Install Windows icons
620         into etc/icons.
622         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
624 1999-01-17  Andrew Innes  <andrewi@gnu.org>
626         * makefile.nt: (ALL): List top-level targets.
627         (addsection): New top-level target.
628         (install): Copy fns-*.el to bin directory.
630         * addsection.c: New program to add static heap section to
631         temacs.exe after linking, in support of new unexec method.
633 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
635         * cmdproxy.c (spawn): Pass directory for child as parameter.
636         (main): Save startup directory to give to spawn, then change
637         directory to location of .exe in order not to prevent startup
638         directory from being deleted.
640 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
642         * makefile.nt: Do string comparision of _NMAKE_VER.
644 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
646         * config.nt (LOCALTIME_CACHE): Define.
648 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
650         * install.bat: Convert to DOS format.
652 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
654         * cmdproxy.c (main): Set environment size only when running
655         command.com.
657 1998-11-03  Theodore Jump  <tjump@tertius.com>
659         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
660         (DEL_TREE): Use rd instead of rmdir.
661         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
662         * makefile.nt: Compile multiple source files when possible.
664 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
666         * cmdproxy.c (main): Treat command line options as case-insensitive.
668 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
670         * Version 20.3 released.
672 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
674         * addpm.c (main): Explicitly check result of message box for OK.
676 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
678         * inc/sys/file.h (D_OK): Define new macro.
680 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
682         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
684 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
686         * emacs.rc (VS_VERSION_INFO): Define.
688 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
690         * makefile.nt (emacs.bat, debug.bat): Create them in the
691         installation directory.
693 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
695         * ddeclient.c: New file.  (Support program for performing limited
696         interprocess communication on Windows.)
698         * makefile.nt: Build ddeclient.
700         * cmdproxy.c (main): Only set environment size for real shell, and
701         provide extra directory argument, when running on Windows 95.
703 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
705         * cmdproxy.c (fail): Exit with a negative return value.
706         (spawn): Return subprocess return code as an argument.
707         Explicitly copy environment block.
708         (main): Update to use return value argument with spawn.
709         Retry if spawn failed when a subshell was not tried.
711         * config.nt: Include new macros from src/config.in.
712         (GNU_MALLOC, REL_ALLOC): Define.
713         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
714         (RE_TRANSLATE): Use char_table_translate.
716         * makefile.def (CP_DIR): Preserve attributes.
718         * makefile.nt (clean): Delete patch generated files, optimized
719         build directory.
721 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
723         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
725 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
727         * Version 20.2 released.
729 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
731         * Version 20.1 released.
733 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
735         * debug.bat.in: New file.
736         * makefile.nt (debug.bat): New target.
738 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
740         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
741         Quote group name.  Allow different icons to be specified.
743         * cmdproxy.c (get_env_size): New function.
744         (spawn): Explicitly pass in environment when creating subprocess.
745         (main): Cleaup error messages.
746         Specify dynamically sized environment block for real shell.
747         Pass on unhandled switches to real shell.
748         Quote program name.
750         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
751         directory.
752         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
754         * runemacs.c (WinMain): Allow Emacs process to be started with
755         high or low priority.
757         * emacs.bat.in: Remove OS dependent operations.
759 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
761         * addpm.c (env_vars): No longer set INFOPATH.
763         * cmdproxy.c (get_next_token): Null terminate token returned.
765         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
767 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
769         * addpm.c (env_vars): Set SHELL to cmdproxy.
770         (main): Initialize idDde to 0.
771         Determine emacs_path from module file name.
772         Prompt for install.
774         * makefile.def (MSVCNT11): Conditionally define it.
775         (BASE_LIBS): Do not use oldnames.lib.
776         (SYS_LDFLAGS): Use pdb files.
777         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
778         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
779         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
781         * makefile.nt (ALL): Build cmdproxy.
782         (cmdproxy): New target.
783         (install): Install cmdproxy.
785         * ftime.bat, debug.bat, cmdproxy.c: New files.
787 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
789         * inc/sys/socket.h: (shutdown): Define.
790         (sys_shutdown): Export.
792 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
794         * config.nt (RE_TRANSLATE): Copy definition from config.in.
796 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
798         * config.nt: Update file comments.
799         Update undefs added/removed in src/config.in.
801 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
803         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
804         of win95 and winnt, respectively.
806 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
808         * makefile.nt (real_install): Create site-lisp in installation dir.
809         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
810         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
812 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
814         * Version 19.33 released.
816 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
818         * runemacs.c (WinMain): Put a space between the binary and its args.
820 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
822         * Version 19.32 released.
824 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
826         * makefile.nt (clean): Use OBJDIR macro.
828 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
830         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
831         Not defined by default.
832         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
833         (WinMain): Convert backslashes to slashes in env var values.
835         * addpm.c (env_vars): Use slashes, not backslashes.
837 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
839         * Version 19.31 released.
841 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
843         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
844         undo settings afterwards.
846 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
848         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
849         environment variable.
851 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
853         * install.bat: Allow for optimized build.
854         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
855         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
857 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
859         * addpm.c (REG_ROOT): Don't use a trailing backslash.
860         (env_vars): Rename field emacs_path to emacs_dir.
861         (main): Add link to runemacs instead of emacs.
863         * install.bat: Check if INSTALL_DIR is passed as an argument.
865         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
867         * makefile.nt: Build and install runemacs.exe.
869         * runemacs.c: New file.
871         * config.w95: File removed.
873         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
874         inc/sys/socket.h, inc/sys/time.h: New header files.
876         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
878 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
880         * makefile.def (DEL): Defined.
881         (DEL_TREE) [win95]: Defined.
882         (SYS_LDFLAGS): Set executable versions to 3.10.
884         * makefile.nt: Change uses of del to $(DEL).
886 1996-01-17  Erik Naggum  <erik@naggum.no>
888         * All files: Update FSF's address in comment preamble.
890 1996-01-03  George V. Reilly  <georger@microcrafts.com>
892         * emacs.ico: Now the proverbial kitchen sink icon.
894 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
896         * Version 19.30 released.
898 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
900         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
902         * makefile.nt (install, fast_install, real_install, clean):
903         Don't use switches to del not supported by Win95.
905 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
907         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
908         (install, fast_install): Change same-dir test to create test file in
909         installation tree and thereby support read-only shares.
910         (clean): Remove .pdb files.
912         * makefile.def (NTGUI): New macro.
913         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
915         * config.nt, config.w95: Update to latest src/config.in.
917         * addpm.c (env_vars): New variable.
918         (add_registry): New procedure.
919         (main): Use values of configuration environment variables from
920         the registry if defined, the process environment otherwise.
922 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
924         * Version 19.29 released.
926         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
928 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
930         * makefile.nt: Define .c to .obj suffix rule.
931         (addpm.obj): Compile directly, use CFLAGS.
932         (addpm.exe): Link from addpm.obj.
934         * makefile.def (MSVCNT11): Defined.
935         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
936         (CFLAGS_COMMON): Defined.
937         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
939 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
941         * emacs.bat.in: Renamed from emacs.bat.
942         (emacs_dir): Renamed from emacs_path.
943         Definition removed.
945         * addpm.c: New file.
946         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
947         (all): Depend upon $(BLD) and $(ALL).
948         (install): Depend upon emacs.bat.
949         Create program item for Emacs.
950         (clean): Delete obj.
951         (emacs.bat): Defined.
952         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
954 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
956         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
957         Add carriage returns; necessary for batch files on Win95.
959 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
961         * config.w95: Created.
962         * config.h: Changed to config.nt.
964         * makefile.nt (SUBDIRS): Commented out.
965         (all,install,clean): Expand for-loops.
966         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
968         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
969         (ARCH): New definition.
970         (CPU,CONFIG_H,OS_TYPE): Defined.
971         (INCLUDE,LIB): Checked if valid.
972         (ntwin32.mak): Included.
973         (AR,CC,LINK): New definition.
974         (ADVAPI32,libc,BASE_LIBS): Defined.
975         (SYS_LDFLAGS): New definition.
976         Update comments and preprocessor conditionals.
978         * emacs.bat (SHELL): Conditionally defined.
979         (HOME): Conditionally defined.
980         (emacs_path,HOME): Update comments.
981         Turn off all echo.
983 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
985         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
986         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
987         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
988         inc/sys/param.h: Removed carriage-returns.
990 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
992         * makefile.def (CVTRES): Defined.
994         * emacs.ico, emacs.rc: New files by Kevin Gallo.
996 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
998         * src: Remove directory.
1000         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1002 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1004         * makefile.def (INSTALL_DIR): Changed to generic directory.
1006         * emacs.bat: Added arguments when emacs.exe invoked.
1008         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1010 1994-12-13  voelker  <voelker@cs.washington.edu>
1012         * makefile.def (CC): In configuration section.
1013         (COMPAT_LIB): Defined.
1015 1994-11-01  voelker  <voelker@cs.washington.edu>
1017         * src/paths.h: New file.
1019         * src/config.h: New file.
1021         * inc/pwd.h: New file.
1023         * inc/sys/dir.h: New file.
1025         * inc/sys/file.h: New file.
1027         * inc/sys/ioctl.h: New file.
1029         * inc/sys/param.h: New file.
1031         * todo: New file.
1033         * README: New file.
1035         * makefile.nt: New file.
1037         * makefile.def: New file.
1039         * install.cmd: New file.
1041         * INSTALL: New file.
1043         * fast-install.cmd: New file.
1045         * emacs.cmd: New file.
1047         * ebuild.cmd: New file.
1049         * _emacs: New file.
1051 ;; Local Variables:
1052 ;; coding: iso-2022-7bit
1053 ;; End:
1055     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
1056         Free Software Foundation, Inc.
1057   Copying and distribution of this file, with or without modification,
1058   are permitted provided the copyright notice and this notice are preserved.
1060 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414