1 2003-01-21 Jason Rumney <jasonr@gnu.org>
3 * icons/hand.cur: New file.
5 2003-01-21 David Ponce <david@dponce.com>
7 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
9 2003-01-15 Andrew Innes <andrewi@gnu.org>
11 * gmake.defs (CURDIR): Convert to native Windows format (with
12 forward slashes), to support building with Cygwin builds of make.
14 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
17 * gmake.defs: Made changes so that Emacs would link with
18 WinMM.lib. This change was required for my addition of a Windows
19 compatible implementation of play-sound-internal.
21 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
23 * emacs.rc: Version updated to 21.3.50.
25 2002-06-13 Jason Rumney <jasonr@gnu.org>
27 * addpm.c (env_vars): Remove EMACSLOCKDIR.
29 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
30 (maybe-bootstrap-SH): New targets.
31 (all): Depend on maybe-bootstrap.
33 2002-05-03 Jason Rumney <jasonr@gnu.org>
35 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
36 (sys_getpeername, fcntl): Declare as wrappers.
38 2002-04-10 Juanma Barranquero <lektu@terra.es>
40 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
41 after compiling .el files.
43 2002-03-20 Jason Rumney <jasonr@gnu.org>
45 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
46 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
48 2002-03-19 Kim F. Storm <storm@cua.dk>
50 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
51 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
52 (HAVE_SYS_UN_H): Undef.
53 From David Ponce <dponce@voila.fr>.
55 2002-03-13 Jason Rumney <jasonr@gnu.org>
57 * config.nt (STRFTIME_NO_POSIX2): Define.
59 2002-02-18 Jason Rumney <jasonr@gnu.org>
61 * emacs.rc: Define VS_VERSION_INFO if not already.
64 2002-01-04 Andrew Innes <andrewi@gnu.org>
66 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
67 pick up relevant bits of the Windows API definitions.
69 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
70 pick up relevant bits of the Windows API definitions.
72 2001-12-14 Andrew Innes <andrewi@gnu.org>
74 * makefile.w32-in (bootstrap): Build addsection program before
75 bootstrap (required for post-processing temacs.exe).
77 2001-12-08 Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>
81 2001-12-03 Andrew Innes <andrewi@gnu.org>
83 * makefile.w32-in (bootstrap-nmake):
84 (bootstrap-gmake): Extend bootstrap process to first do
85 bootstrap-clean in lisp dir and rebuild the DOC file.
86 (bootstrap): Do a "normal" make after the bootstrap work.
88 2001-11-20 Jason Rumney <jasonr@gnu.org>
90 * INSTALL: Update table of versions of make that are suitable
91 for building Emacs, based on recent feedback.
93 * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
95 2001-11-19 Andrew Innes <andrewi@gnu.org>
97 * ftime-nostartup.bat: New file.
99 * ftime.bat: Don't include libc.lib for profiling - the profiler
100 corrupts part of memcpy.
102 2001-11-17 Jason Rumney <jasonr@gnu.org>
104 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
105 expansion. From Juanma Barranquero <lektu@terra.es>.
107 2001-10-20 Gerd Moellmann <gerd@gnu.org>
109 * (Version 21.1 released.)
111 2001-10-12 Andrew Innes <andrewi@gnu.org>
113 * inc/pwd.h (uid_t, gid_t): New typedefs.
115 2001-10-05 Gerd Moellmann <gerd@gnu.org>
119 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
121 * README: Update the address of the mailing list and subscription
122 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
124 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
126 * INSTALL: Suggest to avoid using WinZip.
128 * configure.bat: Make sure ../site-lisp exists; create if necessary.
130 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
132 * INSTALL: Mention that "make install" can be "nmake install".
134 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
136 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
137 since some versions of `mkdir' don't automatically create parent
138 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
140 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
142 * subdirs.el: New file.
144 * configure.bat: Copy subdirs.el to the site-lisp directory.
146 * makefile.w32-in (install): Copy subdirs.el to the installation
149 2001-06-20 Jason Rumney <jasonr@gnu.org>
151 * runemacs.c (WinMain): Add quotes around command in case of spaces.
153 2001-06-01 Andrew Innes <andrewi@gnu.org>
155 * gmake.defs (sh_output): Don't use $(warning ...) to output
156 messages, since that is not supported by GNU make 3.77.
158 2001-05-24 Jason Rumney <jasonr@gnu.org>
160 * INSTALL: Clarify that building with MSVC requires nmake.
162 2001-05-17 Andrew Innes <andrewi@gnu.org>
164 * gmake.defs (NEW_CYGWIN): Output message about spurious error
165 message that is to be ignored.
167 2001-05-13 Andrew Innes <andrewi@gnu.org>
169 * TODO: Remove file, since it is completely out of date.
171 * README: Add copyright notice.
173 * INSTALL: Add copyright notice.
175 2001-04-18 Andrew Innes <andrewi@gnu.org>
177 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
180 * gmake.defs (SETLOADPATH): Remove definition.
181 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
184 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
186 * configure.bat: Make the checkw32api* labels be distinct in the
189 2001-03-17 Andrew Innes <andrewi@gnu.org>
191 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
194 * gmake.defs (DEBUG_LINK): New macro.
195 (LINK_FLAGS): Use it.
197 * nmake.defs (DEBUG_LINK): New macro.
198 (LINK_FLAGS): Use it.
200 2001-03-06 Andrew Innes <andrewi@gnu.org>
202 * INSTALL: Add --ldflags to configure line for building with
203 recent versions of Cygwin GCC.
205 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
207 * configure.bat: Use correct options when compiling a test program
208 with Cygwin. From David Ponce <dponce@voila.fr>.
210 2001-02-24 Andrew Innes <andrewi@gnu.org>
212 * _emacs: Remove obsolete file.
214 * emacs.bat.in: Remove obsolete file.
216 * debug.bat.in: Remove obsolete file.
218 * inc/sys/socket.h: Add copyright notice.
220 * paths.h: Add copyright notice.
222 * makefile.nt: Update copyright notice.
224 * makefile.def: Update copyright notice.
226 * configure.bat: Update copyright notice.
228 * nmake.defs: Add copyright notice.
230 * gmake.defs: Add copyright notice.
232 * makefile.w32-in: Add copyright notice.
234 2001-02-05 Andrew Innes <andrewi@gnu.org>
236 * nmake.defs (THISDIR): New definition.
238 * gmake.defs (THISDIR): New definition.
240 2001-02-03 Andrew Innes <andrewi@gnu.org>
242 * configure.bat: Leave a space before >> only when there is a
243 preceding digit. Add a comment about the importance of this.
245 * README: Replace outdated information.
247 * INSTALL (Trouble-shooting): Add note about need to specify extra
248 compiler flags with recent Cygwin ports of gcc.
250 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
252 * configure.bat: Use "rm -f" instead of "del /f", as the latter
253 is not supported by Windows 9X's COMMAND.COM.
255 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
257 * configure.bat: Make sure redirection is preceeded by a blank, to
258 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
259 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
261 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
263 * INSTALL: Copy the table of tested combinations of development
264 tools from confuigure.bat. Add suggestion to install Bash on
267 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
268 lisp/Makefile.in instead. Use "rm -f" where more than one file
269 needs to be deleted, since command.com in Windows 9X doesn't grok
270 more than one argument.
272 2001-01-24 Andrew Innes <andrewi@gnu.org>
274 * makefile.w32-in (cleanall-other-dirs-nmake):
275 (cleanall-other-dirs-gmake): New targets.
276 (cleanall): Invoke them.
278 2001-01-19 Andrew Innes <andrewi@gnu.org>
280 * addpm.c (env_vars): Add a version-independent site-lisp
281 directory to EMACSLOADPATH, after the version dependent one.
283 2001-01-06 Andrew Innes <andrewi@gnu.org>
285 * README: Update info about compilers.
287 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
288 select correct rule for invoking make in another directory. Amend
290 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
292 * nmake.defs (EMACS_ICON_PATH): Delete definition.
293 (COMPILER_TEMP_FILES): New definition.
294 (MAKETYPE): New definition.
296 * gmake.defs (EMACS_ICON_PATH): Delete definition.
297 (COMPILER_TEMP_FILES): New definition.
298 (MAKETYPE): New definition.
300 * makefile.def (EMACS_ICON_PATH): Delete definition.
302 * configure.bat: Be careful not to add trailing spaces when
303 outputting to config.settings.
305 2001-01-02 Andrew Innes <andrewi@gnu.org>
307 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
310 2000-12-17 Andrew Innes <andrewi@gnu.org>
312 * makefile.w32-in (install): Copy directories to the correct
314 (real_install): Remove obsolete target.
316 2000-12-06 Andrew Innes <andrewi@gnu.org>
318 * nmake.defs (CURDIR): New define.
319 (INSTALL_DIR): Use it.
321 * gmake.defs (NEW_CYGWIN): New define.
322 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
323 so we need to adjust how we escape embedded quotes.
324 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
325 relative to $(CURDIR).
327 2000-11-25 Jason Rumney <jasonr@gnu.org>
329 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
331 2000-10-17 Andrew Innes <andrewi@gnu.org>
333 * makefile.w32-in (recompile): New target to recompile lisp
335 (recompile-CMD, recompile-SH): New support targets.
337 2000-09-24 Jason Rumney <jasonr@gnu.org>
339 * config.nt (NO_RETURN): Define it.
341 2000-09-17 Andrew Innes <andrewi@gnu.org>
343 * gmake.defs: Revert to Unix line endings.
345 * nmake.defs: Revert to Unix line endings.
347 2000-09-16 Andrew Innes <andrewi@gnu.org>
349 * gmake.defs (SETLOADPATH): Change definition to work from any
352 2000-09-14 Andrew Innes <andrewi@gnu.org>
354 * makefile.w32-in: Revert to Unix line endings.
356 2000-09-14 Andrew Innes <andrewi@gnu.org>
358 * INSTALL: Add note about expected error messages when configure
361 * configure.bat: Simplify the generation of makefiles (don't need
362 to generate various top-level targets that invoke make in other
365 * gmake.defs (SHELLTYPE): New define.
366 (SETLOADPATH): New define.
368 * nmake.defs (SHELLTYPE): New define.
370 * makefile.w32-in: Standardize indentation somewhat.
371 Add bootstrap support.
372 Pass $(MFLAGS) when invoking make recursively.
373 Add shell-specific variants of top-level targets that invoke make
374 recursively in other directories, and add necessary computed
377 2000-09-03 Andrew Innes <andrewi@gnu.org>
379 * makefile.w32-in: Change to DOS line endings.
381 * configure.bat: Change to DOS line endings.
383 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
384 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
386 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
387 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
389 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
390 -D_ANONYMOUS_STRUCT on compile line.
391 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
392 (ARCH_CFLAGS): Change optimization flags to -O2.
393 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
394 (ARGQUOTE, DQUOTE): New defines.
396 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
397 -D_ANONYMOUS_STRUCT on compile line.
398 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
399 (ARGQUOTE, DQUOTE): New defines.
401 2000-08-22 Andrew Innes <andrewi@gnu.org>
403 * configure.bat: New file.
405 * gmake.defs: New file.
407 * nmake.defs: New file.
409 * makefile.w32-in: New file.
411 * INSTALL: Rewrite to match new configure process.
413 * config.nt [WINDOWSNT]: Don't declare getenv.
414 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
416 * addpm.c (main): Accept /q to mean install based on addpm's
417 location without asking. Remove reference to emacs.bat which is
420 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
422 * paths.h: Use forward slash as directory separator in all path
424 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
426 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
428 * runemacs.c: Remove WIN32 define.
430 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
433 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
434 (fd_set): Define to new name, after including winsock.h, so we can
435 provide our own implementation.
437 2000-07-05 Andrew Innes <andrewi@gnu.org>
439 * ebuild.bat: Add support for specifying make arguments.
441 * makefile.nt: Add support for `bootstrap' and related targets.
443 2000-06-11 Jason Rumney <jasonr@gnu.org>
445 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
447 2000-02-06 Andrew Innes <andrewi@gnu.org>
449 * inc/sys/time.h: Add inclusion protection.
451 * makefile.def (SYS_LDFLAGS): Add -nologo.
453 1999-11-22 Andrew Innes <andrewi@gnu.org>
455 * install.bat: Pass on command line arguments to make.
457 * makefile.nt (fast_install): Bring commands up-to-date, and fix
460 1999-11-21 Andrew Innes <andrewi@gnu.org>
462 * makefile.nt (all): Build leim if present.
463 (install): Install leim if present.
464 (clean): Clean leim if present.
466 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
469 * emacs.bat.in (EMACSLOADPATH): Include leim.
471 1999-07-12 Richard Stallman <rms@gnu.org>
473 * Version 20.4 released.
475 1999-06-16 Andrew Innes <andrewi@gnu.org>
477 * emacs.rc: Use an icon with a transparent background, to be in
478 keeping with other applications.
480 1999-06-03 Andrew Innes <andrewi@gnu.org>
482 * preprep.c: Fix typo.
484 1999-05-02 Andrew Innes <andrewi@gnu.org>
486 * config.h: Remove obsolete file.
488 * preprep.c (copy_executable_and_move_sections): Ifdef out a
489 couple of unused switch cases that aren't defined on all
492 * ftime.bat: Add another variation of the profile command, which
493 only profiles extended commands.
495 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
497 * cmdproxy.c (main): Fix parens.
499 1999-03-25 Andrew Innes <andrewi@gnu.org>
501 * cmdproxy.c (main): Call GetShortPathName to normalize program
502 names for comparison.
504 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
506 * makefile.def: Compile multiple .c files when possible.
507 Use BLD instead of assuming i386.
508 * makefile.nt: Remove common multiple file compilation commands.
510 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
512 * cmdproxy.c (main): Add missing parens.
514 1999-02-20 Andrew Innes <andrewi@gnu.org>
516 * preprep.c: New program to allow dumped image to be profiled.
518 * makefile.nt (preprep): New target.
521 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
523 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
524 Change prep options to profile libc functions and skip the startup
527 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
529 * makefile.nt: Create installation directory as first step.
531 1999-01-31 Andrew Innes <andrewi@gnu.org>
533 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
534 ROUND_UP_DST. Zeroes the alignment slop.
535 (copy_executable_and_add_section): Update the
536 SizeOfHeaders field properly.
538 1999-01-27 Andrew Innes <andrewi@gnu.org>
540 * makefile.nt: Do make version comparison as strings.
542 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
544 * runemacs.c (WinMain): Pass explicit environment block to
545 CreateProcess, to work around a bug in Windows 95/98.
547 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
549 * icons: New directory with Davenport's icons.
550 icons/sink.ico: Renamed from emacs.ico.
552 * makefile.nt (install, fast_install): Install Windows icons
555 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
557 1999-01-17 Andrew Innes <andrewi@gnu.org>
559 * makefile.nt: (ALL): List top-level targets.
560 (addsection): New top-level target.
561 (install): Copy fns-*.el to bin directory.
563 * addsection.c: New program to add static heap section to
564 temacs.exe after linking, in support of new unexec method.
566 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
568 * cmdproxy.c (spawn): Pass directory for child as parameter.
569 (main): Save startup directory to give to spawn, then change
570 directory to location of .exe in order not to prevent startup
571 directory from being deleted.
573 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
575 * makefile.nt: Do string comparision of _NMAKE_VER.
577 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
579 * config.nt (LOCALTIME_CACHE): Define.
581 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
583 * install.bat: Convert to DOS format.
585 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
587 * cmdproxy.c (main): Set environment size only when running
590 1998-11-03 Theodore Jump <tjump@tertius.com>
592 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
593 (DEL_TREE): Use rd instead of rmdir.
594 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
595 * makefile.nt: Compile multiple source files when possible.
597 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
599 * cmdproxy.c (main): Treat command line options as case-insensitive.
601 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
603 * Version 20.3 released.
605 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
607 * addpm.c (main): Explicitly check result of message box for OK.
609 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
611 * inc/sys/file.h (D_OK): Define new macro.
613 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
615 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
617 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
619 * emacs.rc (VS_VERSION_INFO): Define.
621 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
623 * makefile.nt (emacs.bat, debug.bat): Create them in the
624 installation directory.
626 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
628 * ddeclient.c: New file. (Support program for performing limited
629 interprocess communication on Windows.)
631 * makefile.nt: Build ddeclient.
633 * cmdproxy.c (main): Only set environment size for real shell, and
634 provide extra directory argument, when running on Windows 95.
636 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
638 * cmdproxy.c (fail): Exit with a negative return value.
639 (spawn): Return subprocess return code as an argument.
640 Explicitly copy environment block.
641 (main): Update to use return value argument with spawn.
642 Retry if spawn failed when a subshell was not tried.
644 * config.nt: Include new macros from src/config.in.
645 (GNU_MALLOC, REL_ALLOC): Define.
646 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
647 (RE_TRANSLATE): Use char_table_translate.
649 * makefile.def (CP_DIR): Preserve attributes.
651 * makefile.nt (clean): Delete patch generated files, optimized
654 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
656 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
658 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
660 * Version 20.2 released.
662 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
664 * Version 20.1 released.
666 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
668 * debug.bat.in: New file.
669 * makefile.nt (debug.bat): New target.
671 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
673 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
674 Quote group name. Allow different icons to be specified.
676 * cmdproxy.c (get_env_size): New function.
677 (spawn): Explicitly pass in environment when creating subprocess.
678 (main): Cleaup error messages.
679 Specify dynamically sized environment block for real shell.
680 Pass on unhandled switches to real shell.
683 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
685 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
687 * runemacs.c (WinMain): Allow Emacs process to be started with
688 high or low priority.
690 * emacs.bat.in: Remove OS dependent operations.
692 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
694 * addpm.c (env_vars): No longer set INFOPATH.
696 * cmdproxy.c (get_next_token): Null terminate token returned.
698 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
700 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
702 * addpm.c (env_vars): Set SHELL to cmdproxy.
703 (main): Initialize idDde to 0.
704 Determine emacs_path from module file name.
707 * makefile.def (MSVCNT11): Conditionally define it.
708 (BASE_LIBS): Do not use oldnames.lib.
709 (SYS_LDFLAGS): Use pdb files.
710 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
711 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
712 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
714 * makefile.nt (ALL): Build cmdproxy.
715 (cmdproxy): New target.
716 (install): Install cmdproxy.
718 * ftime.bat, debug.bat, cmdproxy.c: New files.
720 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
722 * inc/sys/socket.h: (shutdown): Define.
723 (sys_shutdown): Export.
725 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
727 * config.nt (RE_TRANSLATE): Copy definition from config.in.
729 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
731 * config.nt: Update file comments.
732 Update undefs added/removed in src/config.in.
734 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
736 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
737 of win95 and winnt, respectively.
739 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
741 * makefile.nt (real_install): Create site-lisp in installation dir.
742 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
743 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
745 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
747 * Version 19.33 released.
749 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
751 * runemacs.c (WinMain): Put a space between the binary and its args.
753 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
755 * Version 19.32 released.
757 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
759 * makefile.nt (clean): Use OBJDIR macro.
761 1996-06-03 Kim F. Storm <kfs@olicom.dk>
763 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
764 Not defined by default.
765 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
766 (WinMain): Convert backslashes to slashes in env var values.
768 * addpm.c (env_vars): Use slashes, not backslashes.
770 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
772 * Version 19.31 released.
774 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
776 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
777 undo settings afterwards.
779 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
781 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
782 environment variable.
784 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
786 * install.bat: Allow for optimized build.
787 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
788 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
790 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
792 * addpm.c (REG_ROOT): Don't use a trailing backslash.
793 (env_vars): Rename field emacs_path to emacs_dir.
794 (main): Add link to runemacs instead of emacs.
796 * install.bat: Check if INSTALL_DIR is passed as an argument.
798 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
800 * makefile.nt: Build and install runemacs.exe.
802 * runemacs.c: New file.
804 * config.w95: File removed.
806 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
807 inc/sys/socket.h, inc/sys/time.h: New header files.
809 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
811 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
813 * makefile.def (DEL): Defined.
814 (DEL_TREE) [win95]: Defined.
815 (SYS_LDFLAGS): Set executable versions to 3.10.
817 * makefile.nt: Change uses of del to $(DEL).
819 1996-01-17 Erik Naggum <erik@naggum.no>
821 * All files: Update FSF's address in comment preamble.
823 1996-01-03 George V. Reilly <georger@microcrafts.com>
825 * emacs.ico: Now the proverbial kitchen sink icon.
827 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
829 * Version 19.30 released.
831 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
833 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
835 * makefile.nt (install, fast_install, real_install, clean):
836 Don't use switches to del not supported by Win95.
838 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
840 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
841 (install, fast_install): Change same-dir test to create test file in
842 installation tree and thereby support read-only shares.
843 (clean): Remove .pdb files.
845 * makefile.def (NTGUI): New macro.
846 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
848 * config.nt, config.w95: Update to latest src/config.in.
850 * addpm.c (env_vars): New variable.
851 (add_registry): New procedure.
852 (main): Use values of configuration environment variables from
853 the registry if defined, the process environment otherwise.
855 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
857 * Version 19.29 released.
859 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
861 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
863 * makefile.nt: Define .c to .obj suffix rule.
864 (addpm.obj): Compile directly, use CFLAGS.
865 (addpm.exe): Link from addpm.obj.
867 * makefile.def (MSVCNT11): Defined.
868 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
869 (CFLAGS_COMMON): Defined.
870 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
872 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
874 * emacs.bat.in: Renamed from emacs.bat
875 (emacs_dir): Renamed from emacs_path
879 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
880 (all): Depend upon $(BLD) and $(ALL).
881 (install): Depend upon emacs.bat.
882 Create program item for Emacs.
884 (emacs.bat): Defined.
885 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
887 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
889 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
890 Add carriage returns; necessary for batch files on Win95.
892 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
894 * config.w95: Created.
895 * config.h: Changed to config.nt.
897 * makefile.nt (SUBDIRS): Commented out.
898 (all,install,clean): Expand for-loops.
899 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
901 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
902 (ARCH): New definition.
903 (CPU,CONFIG_H,OS_TYPE): Defined.
904 (INCLUDE,LIB): Checked if valid.
905 (ntwin32.mak): Included.
906 (AR,CC,LINK): New definition.
907 (ADVAPI32,libc,BASE_LIBS): Defined.
908 (SYS_LDFLAGS): New definition.
909 Update comments and preprocessor conditionals.
911 * emacs.bat (SHELL): Conditionally defined.
912 (HOME): Conditionally defined.
913 (emacs_path,HOME): Update comments.
916 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
918 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
919 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
920 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
921 inc/sys/param.h: Removed carriage-returns.
923 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
925 * makefile.def (CVTRES): Defined.
927 * emacs.ico, emacs.rc: New files by Kevin Gallo.
929 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
933 * src\config.h, src\paths.h: Moved to parent dir, src removed.
935 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
937 * makefile.def (INSTALL_DIR): Changed to generic directory.
939 * emacs.bat: Added arguments when emacs.exe invoked.
941 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
943 1994-12-13 voelker <voelker@cs.washington.edu>
945 * makefile.def (CC): In configuration section.
946 (COMPAT_LIB): Defined.
948 1994-11-01 voelker <voelker@cs.washington.edu>
950 * src/paths.h: New file.
952 * src/config.h: New file.
954 * inc/pwd.h: New file.
956 * inc/sys/dir.h: New file.
958 * inc/sys/file.h: New file.
960 * inc/sys/ioctl.h: New file.
962 * inc/sys/param.h: New file.
968 * makefile.nt: New file.
970 * makefile.def: New file.
972 * install.cmd: New file.
976 * fast-install.cmd: New file.
978 * emacs.cmd: New file.
980 * ebuild.cmd: New file.
985 ;; coding: iso-2022-7bit
988 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
989 Free Software Foundation, Inc.
990 Copying and distribution of this file, with or without modification,
991 are permitted provided the copyright notice and this notice are preserved.