1 2003-02-01 Jason Rumney <jasonr@gnu.org>
3 * configure.bat: Automatically detect libXpm.
4 Suppress compiler output when testing for image libraries.
5 Give names of un-found libraries in messages.
7 2003-01-31 Juanma Barranquero <lektu@terra.es>
9 * configure.bat: Automatically detect giflib and tifflib.
11 2003-01-29 Jason Rumney <jasonr@gnu.org>
13 * gmake.defs (CURDIR): Disable cygpath kludge.
15 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
17 * configure.bat: Avoid endless loop when configuring without image
20 2003-01-26 Jason Rumney <jasonr@gnu.org>
22 * configure.bat: Automatically detect jpeglib.
24 2003-01-25 Jason Rumney <jasonr@gnu.org>
26 * configure.bat: Automatically detect libpng.
28 2003-01-21 Jason Rumney <jasonr@gnu.org>
30 * icons/hand.cur: New file.
32 2003-01-21 David Ponce <david@dponce.com>
34 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
36 2003-01-15 Andrew Innes <andrewi@gnu.org>
38 * gmake.defs (CURDIR): Convert to native Windows format (with
39 forward slashes), to support building with Cygwin builds of make.
41 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
44 * gmake.defs: Made changes so that Emacs would link with
45 WinMM.lib. This change was required for my addition of a Windows
46 compatible implementation of play-sound-internal.
48 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
50 * emacs.rc: Version updated to 21.3.50.
52 2002-06-13 Jason Rumney <jasonr@gnu.org>
54 * addpm.c (env_vars): Remove EMACSLOCKDIR.
56 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
57 (maybe-bootstrap-SH): New targets.
58 (all): Depend on maybe-bootstrap.
60 2002-05-03 Jason Rumney <jasonr@gnu.org>
62 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
63 (sys_getpeername, fcntl): Declare as wrappers.
65 2002-04-10 Juanma Barranquero <lektu@terra.es>
67 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
68 after compiling .el files.
70 2002-03-20 Jason Rumney <jasonr@gnu.org>
72 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
73 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
75 2002-03-19 Kim F. Storm <storm@cua.dk>
77 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
78 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
79 (HAVE_SYS_UN_H): Undef.
80 From David Ponce <dponce@voila.fr>.
82 2002-03-13 Jason Rumney <jasonr@gnu.org>
84 * config.nt (STRFTIME_NO_POSIX2): Define.
86 2002-02-18 Jason Rumney <jasonr@gnu.org>
88 * emacs.rc: Define VS_VERSION_INFO if not already.
91 2002-01-04 Andrew Innes <andrewi@gnu.org>
93 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
94 pick up relevant bits of the Windows API definitions.
96 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
97 pick up relevant bits of the Windows API definitions.
99 2001-12-14 Andrew Innes <andrewi@gnu.org>
101 * makefile.w32-in (bootstrap): Build addsection program before
102 bootstrap (required for post-processing temacs.exe).
104 2001-12-08 Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>
108 2001-12-03 Andrew Innes <andrewi@gnu.org>
110 * makefile.w32-in (bootstrap-nmake):
111 (bootstrap-gmake): Extend bootstrap process to first do
112 bootstrap-clean in lisp dir and rebuild the DOC file.
113 (bootstrap): Do a "normal" make after the bootstrap work.
115 2001-11-20 Jason Rumney <jasonr@gnu.org>
117 * INSTALL: Update table of versions of make that are suitable
118 for building Emacs, based on recent feedback.
120 * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
122 2001-11-19 Andrew Innes <andrewi@gnu.org>
124 * ftime-nostartup.bat: New file.
126 * ftime.bat: Don't include libc.lib for profiling - the profiler
127 corrupts part of memcpy.
129 2001-11-17 Jason Rumney <jasonr@gnu.org>
131 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
132 expansion. From Juanma Barranquero <lektu@terra.es>.
134 2001-10-20 Gerd Moellmann <gerd@gnu.org>
136 * (Version 21.1 released.)
138 2001-10-12 Andrew Innes <andrewi@gnu.org>
140 * inc/pwd.h (uid_t, gid_t): New typedefs.
142 2001-10-05 Gerd Moellmann <gerd@gnu.org>
146 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
148 * README: Update the address of the mailing list and subscription
149 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
151 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
153 * INSTALL: Suggest to avoid using WinZip.
155 * configure.bat: Make sure ../site-lisp exists; create if necessary.
157 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
159 * INSTALL: Mention that "make install" can be "nmake install".
161 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
163 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
164 since some versions of `mkdir' don't automatically create parent
165 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
167 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
169 * subdirs.el: New file.
171 * configure.bat: Copy subdirs.el to the site-lisp directory.
173 * makefile.w32-in (install): Copy subdirs.el to the installation
176 2001-06-20 Jason Rumney <jasonr@gnu.org>
178 * runemacs.c (WinMain): Add quotes around command in case of spaces.
180 2001-06-01 Andrew Innes <andrewi@gnu.org>
182 * gmake.defs (sh_output): Don't use $(warning ...) to output
183 messages, since that is not supported by GNU make 3.77.
185 2001-05-24 Jason Rumney <jasonr@gnu.org>
187 * INSTALL: Clarify that building with MSVC requires nmake.
189 2001-05-17 Andrew Innes <andrewi@gnu.org>
191 * gmake.defs (NEW_CYGWIN): Output message about spurious error
192 message that is to be ignored.
194 2001-05-13 Andrew Innes <andrewi@gnu.org>
196 * TODO: Remove file, since it is completely out of date.
198 * README: Add copyright notice.
200 * INSTALL: Add copyright notice.
202 2001-04-18 Andrew Innes <andrewi@gnu.org>
204 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
207 * gmake.defs (SETLOADPATH): Remove definition.
208 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
211 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
213 * configure.bat: Make the checkw32api* labels be distinct in the
216 2001-03-17 Andrew Innes <andrewi@gnu.org>
218 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
221 * gmake.defs (DEBUG_LINK): New macro.
222 (LINK_FLAGS): Use it.
224 * nmake.defs (DEBUG_LINK): New macro.
225 (LINK_FLAGS): Use it.
227 2001-03-06 Andrew Innes <andrewi@gnu.org>
229 * INSTALL: Add --ldflags to configure line for building with
230 recent versions of Cygwin GCC.
232 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
234 * configure.bat: Use correct options when compiling a test program
235 with Cygwin. From David Ponce <dponce@voila.fr>.
237 2001-02-24 Andrew Innes <andrewi@gnu.org>
239 * _emacs: Remove obsolete file.
241 * emacs.bat.in: Remove obsolete file.
243 * debug.bat.in: Remove obsolete file.
245 * inc/sys/socket.h: Add copyright notice.
247 * paths.h: Add copyright notice.
249 * makefile.nt: Update copyright notice.
251 * makefile.def: Update copyright notice.
253 * configure.bat: Update copyright notice.
255 * nmake.defs: Add copyright notice.
257 * gmake.defs: Add copyright notice.
259 * makefile.w32-in: Add copyright notice.
261 2001-02-05 Andrew Innes <andrewi@gnu.org>
263 * nmake.defs (THISDIR): New definition.
265 * gmake.defs (THISDIR): New definition.
267 2001-02-03 Andrew Innes <andrewi@gnu.org>
269 * configure.bat: Leave a space before >> only when there is a
270 preceding digit. Add a comment about the importance of this.
272 * README: Replace outdated information.
274 * INSTALL (Trouble-shooting): Add note about need to specify extra
275 compiler flags with recent Cygwin ports of gcc.
277 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
279 * configure.bat: Use "rm -f" instead of "del /f", as the latter
280 is not supported by Windows 9X's COMMAND.COM.
282 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
284 * configure.bat: Make sure redirection is preceeded by a blank, to
285 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
286 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
288 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
290 * INSTALL: Copy the table of tested combinations of development
291 tools from confuigure.bat. Add suggestion to install Bash on
294 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
295 lisp/Makefile.in instead. Use "rm -f" where more than one file
296 needs to be deleted, since command.com in Windows 9X doesn't grok
297 more than one argument.
299 2001-01-24 Andrew Innes <andrewi@gnu.org>
301 * makefile.w32-in (cleanall-other-dirs-nmake):
302 (cleanall-other-dirs-gmake): New targets.
303 (cleanall): Invoke them.
305 2001-01-19 Andrew Innes <andrewi@gnu.org>
307 * addpm.c (env_vars): Add a version-independent site-lisp
308 directory to EMACSLOADPATH, after the version dependent one.
310 2001-01-06 Andrew Innes <andrewi@gnu.org>
312 * README: Update info about compilers.
314 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
315 select correct rule for invoking make in another directory. Amend
317 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
319 * nmake.defs (EMACS_ICON_PATH): Delete definition.
320 (COMPILER_TEMP_FILES): New definition.
321 (MAKETYPE): New definition.
323 * gmake.defs (EMACS_ICON_PATH): Delete definition.
324 (COMPILER_TEMP_FILES): New definition.
325 (MAKETYPE): New definition.
327 * makefile.def (EMACS_ICON_PATH): Delete definition.
329 * configure.bat: Be careful not to add trailing spaces when
330 outputting to config.settings.
332 2001-01-02 Andrew Innes <andrewi@gnu.org>
334 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
337 2000-12-17 Andrew Innes <andrewi@gnu.org>
339 * makefile.w32-in (install): Copy directories to the correct
341 (real_install): Remove obsolete target.
343 2000-12-06 Andrew Innes <andrewi@gnu.org>
345 * nmake.defs (CURDIR): New define.
346 (INSTALL_DIR): Use it.
348 * gmake.defs (NEW_CYGWIN): New define.
349 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
350 so we need to adjust how we escape embedded quotes.
351 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
352 relative to $(CURDIR).
354 2000-11-25 Jason Rumney <jasonr@gnu.org>
356 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
358 2000-10-17 Andrew Innes <andrewi@gnu.org>
360 * makefile.w32-in (recompile): New target to recompile lisp
362 (recompile-CMD, recompile-SH): New support targets.
364 2000-09-24 Jason Rumney <jasonr@gnu.org>
366 * config.nt (NO_RETURN): Define it.
368 2000-09-17 Andrew Innes <andrewi@gnu.org>
370 * gmake.defs: Revert to Unix line endings.
372 * nmake.defs: Revert to Unix line endings.
374 2000-09-16 Andrew Innes <andrewi@gnu.org>
376 * gmake.defs (SETLOADPATH): Change definition to work from any
379 2000-09-14 Andrew Innes <andrewi@gnu.org>
381 * makefile.w32-in: Revert to Unix line endings.
383 2000-09-14 Andrew Innes <andrewi@gnu.org>
385 * INSTALL: Add note about expected error messages when configure
388 * configure.bat: Simplify the generation of makefiles (don't need
389 to generate various top-level targets that invoke make in other
392 * gmake.defs (SHELLTYPE): New define.
393 (SETLOADPATH): New define.
395 * nmake.defs (SHELLTYPE): New define.
397 * makefile.w32-in: Standardize indentation somewhat.
398 Add bootstrap support.
399 Pass $(MFLAGS) when invoking make recursively.
400 Add shell-specific variants of top-level targets that invoke make
401 recursively in other directories, and add necessary computed
404 2000-09-03 Andrew Innes <andrewi@gnu.org>
406 * makefile.w32-in: Change to DOS line endings.
408 * configure.bat: Change to DOS line endings.
410 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
411 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
413 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
414 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
416 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
417 -D_ANONYMOUS_STRUCT on compile line.
418 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
419 (ARCH_CFLAGS): Change optimization flags to -O2.
420 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
421 (ARGQUOTE, DQUOTE): New defines.
423 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
424 -D_ANONYMOUS_STRUCT on compile line.
425 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
426 (ARGQUOTE, DQUOTE): New defines.
428 2000-08-22 Andrew Innes <andrewi@gnu.org>
430 * configure.bat: New file.
432 * gmake.defs: New file.
434 * nmake.defs: New file.
436 * makefile.w32-in: New file.
438 * INSTALL: Rewrite to match new configure process.
440 * config.nt [WINDOWSNT]: Don't declare getenv.
441 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
443 * addpm.c (main): Accept /q to mean install based on addpm's
444 location without asking. Remove reference to emacs.bat which is
447 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
449 * paths.h: Use forward slash as directory separator in all path
451 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
453 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
455 * runemacs.c: Remove WIN32 define.
457 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
460 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
461 (fd_set): Define to new name, after including winsock.h, so we can
462 provide our own implementation.
464 2000-07-05 Andrew Innes <andrewi@gnu.org>
466 * ebuild.bat: Add support for specifying make arguments.
468 * makefile.nt: Add support for `bootstrap' and related targets.
470 2000-06-11 Jason Rumney <jasonr@gnu.org>
472 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
474 2000-02-06 Andrew Innes <andrewi@gnu.org>
476 * inc/sys/time.h: Add inclusion protection.
478 * makefile.def (SYS_LDFLAGS): Add -nologo.
480 1999-11-22 Andrew Innes <andrewi@gnu.org>
482 * install.bat: Pass on command line arguments to make.
484 * makefile.nt (fast_install): Bring commands up-to-date, and fix
487 1999-11-21 Andrew Innes <andrewi@gnu.org>
489 * makefile.nt (all): Build leim if present.
490 (install): Install leim if present.
491 (clean): Clean leim if present.
493 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
496 * emacs.bat.in (EMACSLOADPATH): Include leim.
498 1999-07-12 Richard Stallman <rms@gnu.org>
500 * Version 20.4 released.
502 1999-06-16 Andrew Innes <andrewi@gnu.org>
504 * emacs.rc: Use an icon with a transparent background, to be in
505 keeping with other applications.
507 1999-06-03 Andrew Innes <andrewi@gnu.org>
509 * preprep.c: Fix typo.
511 1999-05-02 Andrew Innes <andrewi@gnu.org>
513 * config.h: Remove obsolete file.
515 * preprep.c (copy_executable_and_move_sections): Ifdef out a
516 couple of unused switch cases that aren't defined on all
519 * ftime.bat: Add another variation of the profile command, which
520 only profiles extended commands.
522 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
524 * cmdproxy.c (main): Fix parens.
526 1999-03-25 Andrew Innes <andrewi@gnu.org>
528 * cmdproxy.c (main): Call GetShortPathName to normalize program
529 names for comparison.
531 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
533 * makefile.def: Compile multiple .c files when possible.
534 Use BLD instead of assuming i386.
535 * makefile.nt: Remove common multiple file compilation commands.
537 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
539 * cmdproxy.c (main): Add missing parens.
541 1999-02-20 Andrew Innes <andrewi@gnu.org>
543 * preprep.c: New program to allow dumped image to be profiled.
545 * makefile.nt (preprep): New target.
548 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
550 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
551 Change prep options to profile libc functions and skip the startup
554 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
556 * makefile.nt: Create installation directory as first step.
558 1999-01-31 Andrew Innes <andrewi@gnu.org>
560 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
561 ROUND_UP_DST. Zeroes the alignment slop.
562 (copy_executable_and_add_section): Update the
563 SizeOfHeaders field properly.
565 1999-01-27 Andrew Innes <andrewi@gnu.org>
567 * makefile.nt: Do make version comparison as strings.
569 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
571 * runemacs.c (WinMain): Pass explicit environment block to
572 CreateProcess, to work around a bug in Windows 95/98.
574 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
576 * icons: New directory with Davenport's icons.
577 icons/sink.ico: Renamed from emacs.ico.
579 * makefile.nt (install, fast_install): Install Windows icons
582 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
584 1999-01-17 Andrew Innes <andrewi@gnu.org>
586 * makefile.nt: (ALL): List top-level targets.
587 (addsection): New top-level target.
588 (install): Copy fns-*.el to bin directory.
590 * addsection.c: New program to add static heap section to
591 temacs.exe after linking, in support of new unexec method.
593 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
595 * cmdproxy.c (spawn): Pass directory for child as parameter.
596 (main): Save startup directory to give to spawn, then change
597 directory to location of .exe in order not to prevent startup
598 directory from being deleted.
600 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
602 * makefile.nt: Do string comparision of _NMAKE_VER.
604 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
606 * config.nt (LOCALTIME_CACHE): Define.
608 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
610 * install.bat: Convert to DOS format.
612 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
614 * cmdproxy.c (main): Set environment size only when running
617 1998-11-03 Theodore Jump <tjump@tertius.com>
619 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
620 (DEL_TREE): Use rd instead of rmdir.
621 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
622 * makefile.nt: Compile multiple source files when possible.
624 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
626 * cmdproxy.c (main): Treat command line options as case-insensitive.
628 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
630 * Version 20.3 released.
632 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
634 * addpm.c (main): Explicitly check result of message box for OK.
636 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
638 * inc/sys/file.h (D_OK): Define new macro.
640 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
642 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
644 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
646 * emacs.rc (VS_VERSION_INFO): Define.
648 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
650 * makefile.nt (emacs.bat, debug.bat): Create them in the
651 installation directory.
653 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
655 * ddeclient.c: New file. (Support program for performing limited
656 interprocess communication on Windows.)
658 * makefile.nt: Build ddeclient.
660 * cmdproxy.c (main): Only set environment size for real shell, and
661 provide extra directory argument, when running on Windows 95.
663 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
665 * cmdproxy.c (fail): Exit with a negative return value.
666 (spawn): Return subprocess return code as an argument.
667 Explicitly copy environment block.
668 (main): Update to use return value argument with spawn.
669 Retry if spawn failed when a subshell was not tried.
671 * config.nt: Include new macros from src/config.in.
672 (GNU_MALLOC, REL_ALLOC): Define.
673 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
674 (RE_TRANSLATE): Use char_table_translate.
676 * makefile.def (CP_DIR): Preserve attributes.
678 * makefile.nt (clean): Delete patch generated files, optimized
681 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
683 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
685 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
687 * Version 20.2 released.
689 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
691 * Version 20.1 released.
693 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
695 * debug.bat.in: New file.
696 * makefile.nt (debug.bat): New target.
698 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
700 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
701 Quote group name. Allow different icons to be specified.
703 * cmdproxy.c (get_env_size): New function.
704 (spawn): Explicitly pass in environment when creating subprocess.
705 (main): Cleaup error messages.
706 Specify dynamically sized environment block for real shell.
707 Pass on unhandled switches to real shell.
710 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
712 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
714 * runemacs.c (WinMain): Allow Emacs process to be started with
715 high or low priority.
717 * emacs.bat.in: Remove OS dependent operations.
719 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
721 * addpm.c (env_vars): No longer set INFOPATH.
723 * cmdproxy.c (get_next_token): Null terminate token returned.
725 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
727 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
729 * addpm.c (env_vars): Set SHELL to cmdproxy.
730 (main): Initialize idDde to 0.
731 Determine emacs_path from module file name.
734 * makefile.def (MSVCNT11): Conditionally define it.
735 (BASE_LIBS): Do not use oldnames.lib.
736 (SYS_LDFLAGS): Use pdb files.
737 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
738 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
739 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
741 * makefile.nt (ALL): Build cmdproxy.
742 (cmdproxy): New target.
743 (install): Install cmdproxy.
745 * ftime.bat, debug.bat, cmdproxy.c: New files.
747 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
749 * inc/sys/socket.h: (shutdown): Define.
750 (sys_shutdown): Export.
752 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
754 * config.nt (RE_TRANSLATE): Copy definition from config.in.
756 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
758 * config.nt: Update file comments.
759 Update undefs added/removed in src/config.in.
761 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
763 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
764 of win95 and winnt, respectively.
766 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
768 * makefile.nt (real_install): Create site-lisp in installation dir.
769 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
770 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
772 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
774 * Version 19.33 released.
776 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
778 * runemacs.c (WinMain): Put a space between the binary and its args.
780 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
782 * Version 19.32 released.
784 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
786 * makefile.nt (clean): Use OBJDIR macro.
788 1996-06-03 Kim F. Storm <kfs@olicom.dk>
790 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
791 Not defined by default.
792 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
793 (WinMain): Convert backslashes to slashes in env var values.
795 * addpm.c (env_vars): Use slashes, not backslashes.
797 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
799 * Version 19.31 released.
801 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
803 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
804 undo settings afterwards.
806 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
808 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
809 environment variable.
811 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
813 * install.bat: Allow for optimized build.
814 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
815 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
817 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
819 * addpm.c (REG_ROOT): Don't use a trailing backslash.
820 (env_vars): Rename field emacs_path to emacs_dir.
821 (main): Add link to runemacs instead of emacs.
823 * install.bat: Check if INSTALL_DIR is passed as an argument.
825 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
827 * makefile.nt: Build and install runemacs.exe.
829 * runemacs.c: New file.
831 * config.w95: File removed.
833 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
834 inc/sys/socket.h, inc/sys/time.h: New header files.
836 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
838 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
840 * makefile.def (DEL): Defined.
841 (DEL_TREE) [win95]: Defined.
842 (SYS_LDFLAGS): Set executable versions to 3.10.
844 * makefile.nt: Change uses of del to $(DEL).
846 1996-01-17 Erik Naggum <erik@naggum.no>
848 * All files: Update FSF's address in comment preamble.
850 1996-01-03 George V. Reilly <georger@microcrafts.com>
852 * emacs.ico: Now the proverbial kitchen sink icon.
854 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
856 * Version 19.30 released.
858 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
860 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
862 * makefile.nt (install, fast_install, real_install, clean):
863 Don't use switches to del not supported by Win95.
865 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
867 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
868 (install, fast_install): Change same-dir test to create test file in
869 installation tree and thereby support read-only shares.
870 (clean): Remove .pdb files.
872 * makefile.def (NTGUI): New macro.
873 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
875 * config.nt, config.w95: Update to latest src/config.in.
877 * addpm.c (env_vars): New variable.
878 (add_registry): New procedure.
879 (main): Use values of configuration environment variables from
880 the registry if defined, the process environment otherwise.
882 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
884 * Version 19.29 released.
886 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
888 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
890 * makefile.nt: Define .c to .obj suffix rule.
891 (addpm.obj): Compile directly, use CFLAGS.
892 (addpm.exe): Link from addpm.obj.
894 * makefile.def (MSVCNT11): Defined.
895 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
896 (CFLAGS_COMMON): Defined.
897 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
899 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
901 * emacs.bat.in: Renamed from emacs.bat
902 (emacs_dir): Renamed from emacs_path
906 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
907 (all): Depend upon $(BLD) and $(ALL).
908 (install): Depend upon emacs.bat.
909 Create program item for Emacs.
911 (emacs.bat): Defined.
912 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
914 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
916 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
917 Add carriage returns; necessary for batch files on Win95.
919 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
921 * config.w95: Created.
922 * config.h: Changed to config.nt.
924 * makefile.nt (SUBDIRS): Commented out.
925 (all,install,clean): Expand for-loops.
926 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
928 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
929 (ARCH): New definition.
930 (CPU,CONFIG_H,OS_TYPE): Defined.
931 (INCLUDE,LIB): Checked if valid.
932 (ntwin32.mak): Included.
933 (AR,CC,LINK): New definition.
934 (ADVAPI32,libc,BASE_LIBS): Defined.
935 (SYS_LDFLAGS): New definition.
936 Update comments and preprocessor conditionals.
938 * emacs.bat (SHELL): Conditionally defined.
939 (HOME): Conditionally defined.
940 (emacs_path,HOME): Update comments.
943 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
945 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
946 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
947 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
948 inc/sys/param.h: Removed carriage-returns.
950 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
952 * makefile.def (CVTRES): Defined.
954 * emacs.ico, emacs.rc: New files by Kevin Gallo.
956 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
958 * src: Remove directory.
960 * src\config.h, src\paths.h: Moved to parent dir, src removed.
962 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
964 * makefile.def (INSTALL_DIR): Changed to generic directory.
966 * emacs.bat: Added arguments when emacs.exe invoked.
968 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
970 1994-12-13 voelker <voelker@cs.washington.edu>
972 * makefile.def (CC): In configuration section.
973 (COMPAT_LIB): Defined.
975 1994-11-01 voelker <voelker@cs.washington.edu>
977 * src/paths.h: New file.
979 * src/config.h: New file.
981 * inc/pwd.h: New file.
983 * inc/sys/dir.h: New file.
985 * inc/sys/file.h: New file.
987 * inc/sys/ioctl.h: New file.
989 * inc/sys/param.h: New file.
995 * makefile.nt: New file.
997 * makefile.def: New file.
999 * install.cmd: New file.
1001 * INSTALL: New file.
1003 * fast-install.cmd: New file.
1005 * emacs.cmd: New file.
1007 * ebuild.cmd: New file.
1012 ;; coding: iso-2022-7bit
1015 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
1016 Free Software Foundation, Inc.
1017 Copying and distribution of this file, with or without modification,
1018 are permitted provided the copyright notice and this notice are preserved.