Mention `delete-frame-functions' replacing `delete-frame-hook',
[emacs.git] / nt / ChangeLog
blobc8e46aef29bac8b6d0837adf42989abf990d8ca5
1 2002-09-03  Juanma Barranquero  <lektu@terra.es>
3         * emacs.rc: Version updated to 21.3.50. From Peter Runestig
4         <peter@runestig.com>.
6 2002-06-13  Jason Rumney  <jasonr@gnu.org>
8         * addpm.c (env_vars): Remove EMACSLOCKDIR.
10         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
11         (maybe-bootstrap-SH): New targets.
12         (all): Depend on maybe-bootstrap.
14 2002-05-03  Jason Rumney  <jasonr@gnu.org>
16         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
17         (sys_getpeername, fcntl): Declare as wrappers.
19 2002-04-10  Juanma Barranquero  <lektu@terra.es>
21         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
22         after compiling .el files.
24 2002-03-20  Jason Rumney  <jasonr@gnu.org>
26         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
27         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
29 2002-03-19  Kim F. Storm  <storm@cua.dk>
31         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
32         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
33         (HAVE_SYS_UN_H): Undef.
34         From David Ponce <dponce@voila.fr>.
36 2002-03-13  Jason Rumney  <jasonr@gnu.org>
38         * config.nt (STRFTIME_NO_POSIX2): Define.
40 2002-02-18  Jason Rumney  <jasonr@gnu.org>
42         * emacs.rc: Define VS_VERSION_INFO if not already.
43         Update version info.
45 2002-01-04  Andrew Innes  <andrewi@gnu.org>
47         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
48         pick up relevant bits of the Windows API definitions.
50         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
51         pick up relevant bits of the Windows API definitions.
53 2001-12-14  Andrew Innes  <andrewi@gnu.org>
55         * makefile.w32-in (bootstrap): Build addsection program before
56         bootstrap (required for post-processing temacs.exe).
58 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
60         * COPYING: New file.
62 2001-12-03  Andrew Innes  <andrewi@gnu.org>
64         * makefile.w32-in (bootstrap-nmake):
65         (bootstrap-gmake): Extend bootstrap process to first do
66         bootstrap-clean in lisp dir and rebuild the DOC file.
67         (bootstrap): Do a "normal" make after the bootstrap work.
69 2001-11-20  Jason Rumney  <jasonr@gnu.org>
71         * INSTALL: Update table of versions of make that are suitable
72         for building Emacs, based on recent feedback.
74         * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
76 2001-11-19  Andrew Innes  <andrewi@gnu.org>
78         * ftime-nostartup.bat: New file.
80         * ftime.bat: Don't include libc.lib for profiling - the profiler
81         corrupts part of memcpy.
83 2001-11-17  Jason Rumney  <jasonr@gnu.org>
85         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
86         expansion.  From Juanma Barranquero <lektu@terra.es>.
88 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
90         * (Version 21.1 released.)
92 2001-10-12  Andrew Innes  <andrewi@gnu.org>
94         * inc/pwd.h (uid_t, gid_t): New typedefs.
96 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
98         * Branch for 21.1.
99         
100 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
102         * README: Update the address of the mailing list and subscription
103         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
105 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
107         * INSTALL: Suggest to avoid using WinZip.
109         * configure.bat: Make sure ../site-lisp exists; create if necessary.
111 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
113         * INSTALL: Mention that "make install" can be "nmake install".
115 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
117         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
118         since some versions of `mkdir' don't automatically create parent
119         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
121 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
123         * subdirs.el: New file.
125         * configure.bat: Copy subdirs.el to the site-lisp directory.
127         * makefile.w32-in (install): Copy subdirs.el to the installation
128         directory.
130 2001-06-20  Jason Rumney  <jasonr@gnu.org>
132         * runemacs.c (WinMain): Add quotes around command in case of spaces.
134 2001-06-01  Andrew Innes  <andrewi@gnu.org>
136         * gmake.defs (sh_output): Don't use $(warning ...) to output
137         messages, since that is not supported by GNU make 3.77.
139 2001-05-24  Jason Rumney  <jasonr@gnu.org>
141         * INSTALL: Clarify that building with MSVC requires nmake.
143 2001-05-17  Andrew Innes  <andrewi@gnu.org>
145         * gmake.defs (NEW_CYGWIN): Output message about spurious error
146         message that is to be ignored.
148 2001-05-13  Andrew Innes  <andrewi@gnu.org>
150         * TODO: Remove file, since it is completely out of date.
152         * README: Add copyright notice.
154         * INSTALL: Add copyright notice.
156 2001-04-18  Andrew Innes  <andrewi@gnu.org>
158         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
159         the environment.
161         * gmake.defs (SETLOADPATH): Remove definition.
162         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
163         environment.
165 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
167         * configure.bat: Make the checkw32api* labels be distinct in the
168         first 8 characters.
170 2001-03-17  Andrew Innes  <andrewi@gnu.org>
172         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
173         escaped quotes.
175         * gmake.defs (DEBUG_LINK): New macro.
176         (LINK_FLAGS): Use it.
178         * nmake.defs (DEBUG_LINK): New macro.
179         (LINK_FLAGS): Use it.
181 2001-03-06  Andrew Innes  <andrewi@gnu.org>
183         * INSTALL: Add --ldflags to configure line for building with
184         recent versions of Cygwin GCC.
186 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
188         * configure.bat: Use correct options when compiling a test program
189         with Cygwin.  From David Ponce <dponce@voila.fr>.
191 2001-02-24  Andrew Innes  <andrewi@gnu.org>
193         * _emacs: Remove obsolete file.
195         * emacs.bat.in: Remove obsolete file.
197         * debug.bat.in: Remove obsolete file.
199         * inc/sys/socket.h: Add copyright notice.
201         * paths.h: Add copyright notice.
203         * makefile.nt: Update copyright notice.
205         * makefile.def: Update copyright notice.
207         * configure.bat: Update copyright notice.
209         * nmake.defs: Add copyright notice.
211         * gmake.defs: Add copyright notice.
213         * makefile.w32-in: Add copyright notice.
215 2001-02-05  Andrew Innes  <andrewi@gnu.org>
217         * nmake.defs (THISDIR): New definition.
219         * gmake.defs (THISDIR): New definition.
221 2001-02-03  Andrew Innes  <andrewi@gnu.org>
223         * configure.bat: Leave a space before >> only when there is a
224         preceding digit.  Add a comment about the importance of this.
226         * README: Replace outdated information.
228         * INSTALL (Trouble-shooting): Add note about need to specify extra
229         compiler flags with recent Cygwin ports of gcc.
231 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
233         * configure.bat: Use "rm -f" instead of "del /f", as the latter
234         is not supported by Windows 9X's COMMAND.COM.
236 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
238         * configure.bat: Make sure redirection is preceeded by a blank, to
239         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
240         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
242 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
244         * INSTALL: Copy the table of tested combinations of development
245         tools from confuigure.bat.  Add suggestion to install Bash on
246         Windows 9X.
248         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
249         lisp/Makefile.in instead.  Use "rm -f" where more than one file
250         needs to be deleted, since command.com in Windows 9X doesn't grok
251         more than one argument.
253 2001-01-24  Andrew Innes  <andrewi@gnu.org>
255         * makefile.w32-in (cleanall-other-dirs-nmake): 
256         (cleanall-other-dirs-gmake): New targets.
257         (cleanall): Invoke them.
259 2001-01-19  Andrew Innes  <andrewi@gnu.org>
261         * addpm.c (env_vars): Add a version-independent site-lisp
262         directory to EMACSLOADPATH, after the version dependent one.
264 2001-01-06  Andrew Innes  <andrewi@gnu.org>
266         * README: Update info about compilers.
268         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
269         select correct rule for invoking make in another directory.  Amend
270         rules accordingly.
271         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
273         * nmake.defs (EMACS_ICON_PATH): Delete definition.
274         (COMPILER_TEMP_FILES): New definition.
275         (MAKETYPE): New definition.
277         * gmake.defs (EMACS_ICON_PATH): Delete definition.
278         (COMPILER_TEMP_FILES): New definition.
279         (MAKETYPE): New definition.
281         * makefile.def (EMACS_ICON_PATH): Delete definition.
283         * configure.bat: Be careful not to add trailing spaces when
284         outputting to config.settings.
286 2001-01-02  Andrew Innes  <andrewi@gnu.org>
288         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
289         than the function.
291 2000-12-17  Andrew Innes  <andrewi@gnu.org>
293         * makefile.w32-in (install): Copy directories to the correct
294         places.
295         (real_install): Remove obsolete target.
297 2000-12-06  Andrew Innes  <andrewi@gnu.org>
299         * nmake.defs (CURDIR): New define.
300         (INSTALL_DIR): Use it.
302         * gmake.defs (NEW_CYGWIN): New define.
303         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
304         so we need to adjust how we escape embedded quotes.
305         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
306         relative to $(CURDIR).
308 2000-11-25  Jason Rumney  <jasonr@gnu.org>
310         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
312 2000-10-17  Andrew Innes  <andrewi@gnu.org>
314         * makefile.w32-in (recompile): New target to recompile lisp
315         directory.
316         (recompile-CMD, recompile-SH): New support targets.
318 2000-09-24  Jason Rumney  <jasonr@gnu.org>
320         * config.nt (NO_RETURN): Define it.
322 2000-09-17  Andrew Innes  <andrewi@gnu.org>
324         * gmake.defs: Revert to Unix line endings.
326         * nmake.defs: Revert to Unix line endings.
328 2000-09-16  Andrew Innes  <andrewi@gnu.org>
330         * gmake.defs (SETLOADPATH): Change definition to work from any
331         subdirectory.
333 2000-09-14  Andrew Innes  <andrewi@gnu.org>
335         * makefile.w32-in: Revert to Unix line endings.
337 2000-09-14  Andrew Innes  <andrewi@gnu.org>
339         * INSTALL: Add note about expected error messages when configure
340         is run.
342         * configure.bat: Simplify the generation of makefiles (don't need
343         to generate various top-level targets that invoke make in other
344         directories).
346         * gmake.defs (SHELLTYPE): New define.
347         (SETLOADPATH): New define.
349         * nmake.defs (SHELLTYPE): New define.
351         * makefile.w32-in: Standardize indentation somewhat.
352         Add bootstrap support.
353         Pass $(MFLAGS) when invoking make recursively.
354         Add shell-specific variants of top-level targets that invoke make
355         recursively in other directories, and add necessary computed
356         dependencies.
358 2000-09-03  Andrew Innes  <andrewi@gnu.org>
360         * makefile.w32-in: Change to DOS line endings.
362         * configure.bat: Change to DOS line endings.
364         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
365         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
367         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
368         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
370         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
371         -D_ANONYMOUS_STRUCT on compile line.
372         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
373         (ARCH_CFLAGS): Change optimization flags to -O2.
374         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
375         (ARGQUOTE, DQUOTE): New defines.
377         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
378         -D_ANONYMOUS_STRUCT on compile line.
379         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
380         (ARGQUOTE, DQUOTE): New defines.
382 2000-08-22  Andrew Innes  <andrewi@gnu.org>
384         * configure.bat: New file.
386         * gmake.defs: New file.
388         * nmake.defs: New file.
390         * makefile.w32-in: New file.
392         * INSTALL: Rewrite to match new configure process.
394         * config.nt [WINDOWSNT]: Don't declare getenv.
395         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
397         * addpm.c (main): Accept /q to mean install based on addpm's
398         location without asking.  Remove reference to emacs.bat which is
399         now obsolete.
401         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
403         * paths.h: Use forward slash as directory separator in all path
404         definitions.
405         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
407         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
409         * runemacs.c: Remove WIN32 define.
411         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
412         not defined.
414         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
415         (fd_set): Define to new name, after including winsock.h, so we can
416         provide our own implementation.
418 2000-07-05  Andrew Innes  <andrewi@gnu.org>
420         * ebuild.bat: Add support for specifying make arguments.
422         * makefile.nt: Add support for `bootstrap' and related targets.
424 2000-06-11  Jason Rumney  <jasonr@gnu.org>
426         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
428 2000-02-06  Andrew Innes  <andrewi@gnu.org>
430         * inc/sys/time.h: Add inclusion protection.
432         * makefile.def (SYS_LDFLAGS): Add -nologo.
434 1999-11-22  Andrew Innes  <andrewi@gnu.org>
436         * install.bat: Pass on command line arguments to make.
438         * makefile.nt (fast_install): Bring commands up-to-date, and fix
439         typo.
441 1999-11-21  Andrew Innes  <andrewi@gnu.org>
443         * makefile.nt (all): Build leim if present.
444         (install): Install leim if present.
445         (clean): Clean leim if present.
447         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
448         definition.
450         * emacs.bat.in (EMACSLOADPATH): Include leim.
452 1999-07-12  Richard Stallman  <rms@gnu.org>
454         * Version 20.4 released.
456 1999-06-16  Andrew Innes  <andrewi@gnu.org>
458         * emacs.rc: Use an icon with a transparent background, to be in
459         keeping with other applications.
461 1999-06-03  Andrew Innes  <andrewi@gnu.org>
463         * preprep.c: Fix typo.
465 1999-05-02  Andrew Innes  <andrewi@gnu.org>
467         * config.h: Remove obsolete file.
469         * preprep.c (copy_executable_and_move_sections): Ifdef out a
470         couple of unused switch cases that aren't defined on all
471         platforms.
473         * ftime.bat: Add another variation of the profile command, which
474         only profiles extended commands.
476 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
478         * cmdproxy.c (main): Fix parens.
480 1999-03-25  Andrew Innes  <andrewi@gnu.org>
482         * cmdproxy.c (main): Call GetShortPathName to normalize program
483         names for comparison.
485 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
487         * makefile.def: Compile multiple .c files when possible.
488         Use BLD instead of assuming i386.
489         * makefile.nt: Remove common multiple file compilation commands.
491 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
493         * cmdproxy.c (main): Add missing parens.
495 1999-02-20  Andrew Innes  <andrewi@gnu.org>
497         * preprep.c: New program to allow dumped image to be profiled.
499         * makefile.nt (preprep): New target.
500         (ALL): Build it.
502         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
504         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
505         Change prep options to profile libc functions and skip the startup
506         code.
508 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
510         * makefile.nt: Create installation directory as first step.
512 1999-01-31  Andrew Innes  <andrewi@gnu.org>
514         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
515         ROUND_UP_DST.  Zeroes the alignment slop.
516         (copy_executable_and_add_section): Update the
517         SizeOfHeaders field properly.
519 1999-01-27  Andrew Innes  <andrewi@gnu.org>
521         * makefile.nt: Do make version comparison as strings.
523 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
525         * runemacs.c (WinMain): Pass explicit environment block to
526         CreateProcess, to work around a bug in Windows 95/98.
528 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
530         * icons: New directory with Davenport's icons.
531         icons/sink.ico: Renamed from emacs.ico.
533         * makefile.nt (install, fast_install): Install Windows icons
534         into etc/icons.
536         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
538 1999-01-17  Andrew Innes  <andrewi@gnu.org>
540         * makefile.nt: (ALL): List top-level targets.
541         (addsection): New top-level target.
542         (install): Copy fns-*.el to bin directory.
544         * addsection.c: New program to add static heap section to
545         temacs.exe after linking, in support of new unexec method.
547 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
549         * cmdproxy.c (spawn): Pass directory for child as parameter.
550         (main): Save startup directory to give to spawn, then change
551         directory to location of .exe in order not to prevent startup
552         directory from being deleted.
554 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
556         * makefile.nt: Do string comparision of _NMAKE_VER.
558 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
560         * config.nt (LOCALTIME_CACHE): Define.
562 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
564         * install.bat: Convert to DOS format.
566 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
568         * cmdproxy.c (main): Set environment size only when running
569         command.com.
571 1998-11-03  Theodore Jump <tjump@tertius.com>
573         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
574         (DEL_TREE): Use rd instead of rmdir.
575         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
576         * makefile.nt: Compile multiple source files when possible.
577         
578 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
580         * cmdproxy.c (main): Treat command line options as case-insensitive.
582 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
584         * Version 20.3 released.
586 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
588         * addpm.c (main): Explicitly check result of message box for OK.
590 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
592         * inc/sys/file.h (D_OK): Define new macro.
594 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
596         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
598 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
600         * emacs.rc (VS_VERSION_INFO): Define.
602 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
604         * makefile.nt (emacs.bat, debug.bat): Create them in the
605         installation directory.
607 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
609         * ddeclient.c: New file.  (Support program for performing limited
610         interprocess communication on Windows.)
612         * makefile.nt: Build ddeclient.
614         * cmdproxy.c (main): Only set environment size for real shell, and
615         provide extra directory argument, when running on Windows 95.
616         
617 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
619         * cmdproxy.c (fail): Exit with a negative return value.
620         (spawn): Return subprocess return code as an argument.
621         Explicitly copy environment block.
622         (main): Update to use return value argument with spawn.
623         Retry if spawn failed when a subshell was not tried.
625         * config.nt: Include new macros from src/config.in.
626         (GNU_MALLOC, REL_ALLOC): Define.
627         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
628         (RE_TRANSLATE): Use char_table_translate.
630         * makefile.def (CP_DIR): Preserve attributes.
632         * makefile.nt (clean): Delete patch generated files, optimized
633         build directory.
635 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
637         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
639 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
641         * Version 20.2 released.
643 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
645         * Version 20.1 released.
647 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
649         * debug.bat.in: New file.
650         * makefile.nt (debug.bat): New target.
652 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
654         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
655         Quote group name.  Allow different icons to be specified.
657         * cmdproxy.c (get_env_size): New function.
658         (spawn): Explicitly pass in environment when creating subprocess.
659         (main): Cleaup error messages.
660         Specify dynamically sized environment block for real shell.
661         Pass on unhandled switches to real shell.
662         Quote program name.
664         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
665         directory.
666         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
668         * runemacs.c (WinMain): Allow Emacs process to be started with
669         high or low priority.
671         * emacs.bat.in: Remove OS dependent operations.
672         
673 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
675         * addpm.c (env_vars): No longer set INFOPATH.
677         * cmdproxy.c (get_next_token): Null terminate token returned.
679         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
681 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
683         * addpm.c (env_vars): Set SHELL to cmdproxy.
684         (main): Initialize idDde to 0.
685         Determine emacs_path from module file name.
686         Prompt for install.
688         * makefile.def (MSVCNT11): Conditionally define it.
689         (BASE_LIBS): Do not use oldnames.lib.
690         (SYS_LDFLAGS): Use pdb files.
691         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
692         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
693         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
695         * makefile.nt (ALL): Build cmdproxy.
696         (cmdproxy): New target.
697         (install): Install cmdproxy.
699         * ftime.bat, debug.bat, cmdproxy.c: New files.
701 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
703         * inc/sys/socket.h: (shutdown): Define.
704         (sys_shutdown): Export.
706 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
708         * config.nt (RE_TRANSLATE): Copy definition from config.in.
710 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
712         * config.nt: Update file comments.
713         Update undefs added/removed in src/config.in.
715 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
717         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
718         of win95 and winnt, respectively.
720 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
722         * makefile.nt (real_install): Create site-lisp in installation dir.
723         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
724         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
726 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
728         * Version 19.33 released.
730 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
732         * runemacs.c (WinMain): Put a space between the binary and its args.
734 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
736         * Version 19.32 released.
738 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
740         * makefile.nt (clean): Use OBJDIR macro.
742 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
744         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
745         Not defined by default.
746         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
747         (WinMain): Convert backslashes to slashes in env var values.
749         * addpm.c (env_vars): Use slashes, not backslashes.
751 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
753         * Version 19.31 released.
755 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
757         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
758         undo settings afterwards.
760 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
762         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
763         environment variable.
765 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
767         * install.bat: Allow for optimized build.
768         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
769         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
771 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
773         * addpm.c (REG_ROOT): Don't use a trailing backslash.
774         (env_vars): Rename field emacs_path to emacs_dir.
775         (main): Add link to runemacs instead of emacs.
777         * install.bat: Check if INSTALL_DIR is passed as an argument.
779         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
781         * makefile.nt: Build and install runemacs.exe.
783         * runemacs.c: New file.
785         * config.w95: File removed.
787         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
788         inc/sys/socket.h, inc/sys/time.h: New header files.
790         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
791         
792 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
794         * makefile.def (DEL): Defined.
795         (DEL_TREE) [win95]: Defined.
796         (SYS_LDFLAGS): Set executable versions to 3.10.
797         
798         * makefile.nt: Change uses of del to $(DEL).
800 1996-01-17  Erik Naggum  <erik@naggum.no>
802         * All files: Update FSF's address in comment preamble.
804 1996-01-03  George V. Reilly  <georger@microcrafts.com>
806         * emacs.ico: Now the proverbial kitchen sink icon.
808 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
810         * Version 19.30 released.
812 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
814         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
816         * makefile.nt (install, fast_install, real_install, clean):
817         Don't use switches to del not supported by Win95.
819 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
821         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
822         (install, fast_install): Change same-dir test to create test file in
823         installation tree and thereby support read-only shares.
824         (clean): Remove .pdb files.
826         * makefile.def (NTGUI): New macro.
827         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
829         * config.nt, config.w95: Update to latest src/config.in.
831         * addpm.c (env_vars): New variable.
832         (add_registry): New procedure.
833         (main): Use values of configuration environment variables from
834         the registry if defined, the process environment otherwise.
836 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
838         * Version 19.29 released.
840         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
842 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
844         * makefile.nt: Define .c to .obj suffix rule.
845         (addpm.obj): Compile directly, use CFLAGS.
846         (addpm.exe): Link from addpm.obj.
847         
848         * makefile.def (MSVCNT11): Defined.
849         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
850         (CFLAGS_COMMON): Defined.
851         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
852         
853 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
855         * emacs.bat.in: Renamed from emacs.bat
856         (emacs_dir): Renamed from emacs_path
857         Definition removed.
859         * addpm.c: New file.
860         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
861         (all): Depend upon $(BLD) and $(ALL).
862         (install): Depend upon emacs.bat.
863         Create program item for Emacs.
864         (clean): Delete obj.
865         (emacs.bat): Defined.
866         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
868 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
870         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
871         Add carriage returns; necessary for batch files on Win95.
873 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
875         * config.w95: Created.
876         * config.h: Changed to config.nt.
877         
878         * makefile.nt (SUBDIRS): Commented out.
879         (all,install,clean): Expand for-loops.
880         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
882         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
883         (ARCH): New definition.
884         (CPU,CONFIG_H,OS_TYPE): Defined.
885         (INCLUDE,LIB): Checked if valid.
886         (ntwin32.mak): Included.
887         (AR,CC,LINK): New definition.
888         (ADVAPI32,libc,BASE_LIBS): Defined.
889         (SYS_LDFLAGS): New definition.
890         Update comments and preprocessor conditionals.
892         * emacs.bat (SHELL): Conditionally defined.
893         (HOME): Conditionally defined.
894         (emacs_path,HOME): Update comments.
895         Turn off all echo.
897 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
899         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
900         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
901         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
902         inc/sys/param.h: Removed carriage-returns.
904 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
906         * makefile.def (CVTRES): Defined.
908         * emacs.ico, emacs.rc: New files by Kevin Gallo.
910 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
912         * src: Removed.
914         * src\config.h, src\paths.h: Moved to parent dir, src removed.
916 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
918         * makefile.def (INSTALL_DIR): Changed to generic directory.
920         * emacs.bat: Added arguments when emacs.exe invoked.
922         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
924 1994-12-13  voelker  <voelker@cs.washington.edu>
926         * makefile.def (CC): In configuration section.
927         (COMPAT_LIB): Defined.
929 1994-11-01  voelker  <voelker@cs.washington.edu>
931         * src/paths.h: New file.
933         * src/config.h: New file.
935         * inc/pwd.h: New file.
937         * inc/sys/dir.h: New file.
939         * inc/sys/file.h: New file.
941         * inc/sys/ioctl.h: New file.
943         * inc/sys/param.h: New file.
945         * todo: New file.
947         * readme: New file.
949         * makefile.nt: New file.
951         * makefile.def: New file.
953         * install.cmd: New file.
955         * install: New file.
957         * fast-install.cmd: New file.
959         * emacs.cmd: New file.
961         * ebuild.cmd: New file.
963         * _emacs: New file.
965 ;; Local Variables:
966 ;; coding: iso-2022-7bit
967 ;; End:
969     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
970         Free Software Foundation, Inc.
971   Copying and distribution of this file, with or without modification,
972   are permitted provided the copyright notice and this notice are preserved.