1 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
4 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
6 2005-12-09 Eli Zaretskii <eliz@gnu.org>
8 * INSTALL: Add explanation of how to debug with GDB starting from
9 the Emacs Abort dialog.
11 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
13 * emacs.rc: Use new icons.
15 2005-11-26 Eli Zaretskii <eliz@gnu.org>
17 * emacs21.ico: Renamed from emacs.ico.
18 * emacs.ico: New icons from Andrew Zhilin
19 <andrew_zhilin@yahoo.com>.
21 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
25 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
27 * .cvsignore: Add `obj' and `oo' for in-place installations.
29 2005-07-30 Eli Zaretskii <eliz@gnu.org>
31 * config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
33 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
35 * configure.bat: Don't create lisp/Makefile.unix.
37 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
39 * .cvsignore: Add `makefile' and `config.log'.
41 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
43 Merge gnulib getopt implementation into Emacs.
45 * inc/gettext.h: Remove; no longer needed now that
46 lib-src/gettext.h exists.
48 2005-07-16 Eli Zaretskii <eliz@gnu.org>
50 * configure.bat: Finish config.log with a line that indicates that
51 the configure step was successful.
53 2005-07-04 Lute Kamstra <lute@gnu.org>
55 Update FSF's address in GPL notices.
57 2005-06-11 Eli Zaretskii <eliz@gnu.org>
59 * configure.bat: If their fc.exe returns a meaningful exit status,
60 don't overwrite src/config.h and src/epaths.h with identical
63 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
64 changes. Add a pointer to another site with detailed configure
65 and build instructions. Suggest to look at config.log when
66 configure fails. Add MinGW Make 3.80 to the list of successful
69 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
72 * configure.bat: Update copyright years.
73 Delete config.log before doing anything else.
74 Write additional diagnostics to config.log in case of failures to
75 compile test programs, including the failed test program itself.
76 Add a test for support of -mtune=pentium4 switch to GCC; if it is
77 supported, set up MCPU_FLAG variable on the various Makefiles to
78 use that switch during compilations. (This avoids GCC warning
79 about -mcpu being deprecated.)
81 2005-06-10 Eli Zaretskii <eliz@gnu.org>
83 * addsection.c (copy_executable_and_add_section): Pass non-zero
84 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
85 environment. Print section names with %.8s.
86 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
87 only if non-zero. All callers changed.
89 2005-06-05 Eli Zaretskii <eliz@gnu.org>
91 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
92 `const void *', for consistency with Posix.
94 2005-06-04 Eli Zaretskii <eliz@gnu.org>
96 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
98 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
100 * INSTALL: Add more pointers to ports of Unix tools to Windows,
101 and to the Emacs Wiki (which contains building instructions for
102 Windows). Reword image library instructions and remove obsolete
103 incompatibility information.
105 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
107 * config.nt (HAVE_PWD_H): Undef.
109 2004-06-07 Juanma Barranquero <lektu@terra.es>
111 * INSTALL: Clarify paragraph about compatibility between image
112 libraries and builds of Emacs with several compilers.
114 2004-06-06 Juanma Barranquero <lektu@terra.es>
116 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
117 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
118 calling non-existent cmdproxy.exe on boostrappings after a
119 previous install followed by realclean.
121 * nmake.defs: Add quote in comment to resync font-locking.
123 2004-06-04 Juanma Barranquero <lektu@terra.es>
125 * INSTALL: Reword the section on image support. Add reference to
126 GnuWin32. Mention problems when mixing binaries from different
129 2004-05-06 Jason Rumney <jasonr@gnu.org>
131 * configure.bat: Use -mno-cygwin to check for image libraries
134 2004-05-03 Jason Rumney <jasonr@gnu.org>
136 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
137 * makefile.def: Remove.
139 * nmake.defs (SYS_LDFLAGS): Add -nologo.
141 * makefile.w32-in (info-gmake, info-nmake): New targets.
144 2004-04-23 Juanma Barranquero <lektu@terra.es>
150 * makefile.nt: Add "-*- makefile -*-" mode tag.
152 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
154 * runemacs.c (WinMain): Let Emacs environment default to parent.
156 2004-03-11 Jason Rumney <jasonr@gnu.org>
158 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
160 2004-03-10 Juanma Barranquero <lektu@terra.es>
162 * makefile.w32-in (install): Don't try to copy
163 ../lib-src/fns-*.el, as it isn't used anymore.
165 2004-01-28 Peter Runestig <peter@runestig.com>
167 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
169 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
171 * .cvsignore: Add `.arch-inventory'.
173 2003-11-22 Lars Hansen <larsh@math.ku.dk>
175 * inc/grp.h: New file.
177 2003-09-03 Peter Runestig <peter@runestig.com>
179 * configure.bat: Create ``makefile'' in directories man, lispref
182 * makefile.w32-in (force-info, info): New targets.
184 * envadd.bat: New file.
186 * multi-install-info.bat: New file.
188 2003-06-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
190 * config.nt (my_strftime): New define.
192 2003-02-01 Jason Rumney <jasonr@gnu.org>
194 * configure.bat: Automatically detect libXpm.
195 Suppress compiler output when testing for image libraries.
196 Give names of un-found libraries in messages.
198 2003-01-31 Juanma Barranquero <lektu@terra.es>
200 * configure.bat: Automatically detect giflib and tifflib.
202 2003-01-29 Jason Rumney <jasonr@gnu.org>
204 * gmake.defs (CURDIR): Disable cygpath kludge.
206 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
208 * configure.bat: Avoid endless loop when configuring without image
211 2003-01-26 Jason Rumney <jasonr@gnu.org>
213 * configure.bat: Automatically detect jpeglib.
215 2003-01-25 Jason Rumney <jasonr@gnu.org>
217 * configure.bat: Automatically detect libpng.
219 2003-01-21 Jason Rumney <jasonr@gnu.org>
221 * icons/hand.cur: New file.
223 2003-01-21 David Ponce <david@dponce.com>
225 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
227 2003-01-15 Andrew Innes <andrewi@gnu.org>
229 * gmake.defs (CURDIR): Convert to native Windows format (with
230 forward slashes), to support building with Cygwin builds of make.
232 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
235 * gmake.defs: Made changes so that Emacs would link with
236 WinMM.lib. This change was required for my addition of a Windows
237 compatible implementation of play-sound-internal.
239 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
241 * emacs.rc: Version updated to 21.3.50.
243 2002-06-13 Jason Rumney <jasonr@gnu.org>
245 * addpm.c (env_vars): Remove EMACSLOCKDIR.
247 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
248 (maybe-bootstrap-SH): New targets.
249 (all): Depend on maybe-bootstrap.
251 2002-05-03 Jason Rumney <jasonr@gnu.org>
253 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
254 (sys_getpeername, fcntl): Declare as wrappers.
256 2002-04-10 Juanma Barranquero <lektu@terra.es>
258 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
259 after compiling .el files.
261 2002-03-20 Jason Rumney <jasonr@gnu.org>
263 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
264 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
266 2002-03-19 Kim F. Storm <storm@cua.dk>
268 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
269 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
270 (HAVE_SYS_UN_H): Undef.
271 From David Ponce <dponce@voila.fr>.
273 2002-03-13 Jason Rumney <jasonr@gnu.org>
275 * config.nt (STRFTIME_NO_POSIX2): Define.
277 2002-02-18 Jason Rumney <jasonr@gnu.org>
279 * emacs.rc: Define VS_VERSION_INFO if not already.
282 2002-01-04 Andrew Innes <andrewi@gnu.org>
284 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
285 pick up relevant bits of the Windows API definitions.
287 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
288 pick up relevant bits of the Windows API definitions.
290 2001-12-14 Andrew Innes <andrewi@gnu.org>
292 * makefile.w32-in (bootstrap): Build addsection program before
293 bootstrap (required for post-processing temacs.exe).
295 2001-12-08 Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>
299 2001-12-03 Andrew Innes <andrewi@gnu.org>
301 * makefile.w32-in (bootstrap-nmake):
302 (bootstrap-gmake): Extend bootstrap process to first do
303 bootstrap-clean in lisp dir and rebuild the DOC file.
304 (bootstrap): Do a "normal" make after the bootstrap work.
306 2001-11-20 Jason Rumney <jasonr@gnu.org>
308 * INSTALL: Update table of versions of make that are suitable
309 for building Emacs, based on recent feedback.
311 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
313 2001-11-19 Andrew Innes <andrewi@gnu.org>
315 * ftime-nostartup.bat: New file.
317 * ftime.bat: Don't include libc.lib for profiling - the profiler
318 corrupts part of memcpy.
320 2001-11-17 Jason Rumney <jasonr@gnu.org>
322 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
323 expansion. From Juanma Barranquero <lektu@terra.es>.
325 2001-10-20 Gerd Moellmann <gerd@gnu.org>
327 * (Version 21.1 released.)
329 2001-10-12 Andrew Innes <andrewi@gnu.org>
331 * inc/pwd.h (uid_t, gid_t): New typedefs.
333 2001-10-05 Gerd Moellmann <gerd@gnu.org>
337 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
339 * README: Update the address of the mailing list and subscription
340 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
342 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
344 * INSTALL: Suggest to avoid using WinZip.
346 * configure.bat: Make sure ../site-lisp exists; create if necessary.
348 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
350 * INSTALL: Mention that "make install" can be "nmake install".
352 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
354 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
355 since some versions of `mkdir' don't automatically create parent
356 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
358 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
360 * subdirs.el: New file.
362 * configure.bat: Copy subdirs.el to the site-lisp directory.
364 * makefile.w32-in (install): Copy subdirs.el to the installation
367 2001-06-20 Jason Rumney <jasonr@gnu.org>
369 * runemacs.c (WinMain): Add quotes around command in case of spaces.
371 2001-06-01 Andrew Innes <andrewi@gnu.org>
373 * gmake.defs (sh_output): Don't use $(warning ...) to output
374 messages, since that is not supported by GNU make 3.77.
376 2001-05-24 Jason Rumney <jasonr@gnu.org>
378 * INSTALL: Clarify that building with MSVC requires nmake.
380 2001-05-17 Andrew Innes <andrewi@gnu.org>
382 * gmake.defs (NEW_CYGWIN): Output message about spurious error
383 message that is to be ignored.
385 2001-05-13 Andrew Innes <andrewi@gnu.org>
387 * TODO: Remove file, since it is completely out of date.
389 * README: Add copyright notice.
391 * INSTALL: Add copyright notice.
393 2001-04-18 Andrew Innes <andrewi@gnu.org>
395 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
398 * gmake.defs (SETLOADPATH): Remove definition.
399 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
402 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
404 * configure.bat: Make the checkw32api* labels be distinct in the
407 2001-03-17 Andrew Innes <andrewi@gnu.org>
409 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
412 * gmake.defs (DEBUG_LINK): New macro.
413 (LINK_FLAGS): Use it.
415 * nmake.defs (DEBUG_LINK): New macro.
416 (LINK_FLAGS): Use it.
418 2001-03-06 Andrew Innes <andrewi@gnu.org>
420 * INSTALL: Add --ldflags to configure line for building with
421 recent versions of Cygwin GCC.
423 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
425 * configure.bat: Use correct options when compiling a test program
426 with Cygwin. From David Ponce <dponce@voila.fr>.
428 2001-02-24 Andrew Innes <andrewi@gnu.org>
430 * _emacs: Remove obsolete file.
432 * emacs.bat.in: Remove obsolete file.
434 * debug.bat.in: Remove obsolete file.
436 * inc/sys/socket.h: Add copyright notice.
438 * paths.h: Add copyright notice.
440 * makefile.nt: Update copyright notice.
442 * makefile.def: Update copyright notice.
444 * configure.bat: Update copyright notice.
446 * nmake.defs: Add copyright notice.
448 * gmake.defs: Add copyright notice.
450 * makefile.w32-in: Add copyright notice.
452 2001-02-05 Andrew Innes <andrewi@gnu.org>
454 * nmake.defs (THISDIR): New definition.
456 * gmake.defs (THISDIR): New definition.
458 2001-02-03 Andrew Innes <andrewi@gnu.org>
460 * configure.bat: Leave a space before >> only when there is a
461 preceding digit. Add a comment about the importance of this.
463 * README: Replace outdated information.
465 * INSTALL (Trouble-shooting): Add note about need to specify extra
466 compiler flags with recent Cygwin ports of gcc.
468 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
470 * configure.bat: Use "rm -f" instead of "del /f", as the latter
471 is not supported by Windows 9X's COMMAND.COM.
473 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
475 * configure.bat: Make sure redirection is preceeded by a blank, to
476 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
477 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
479 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
481 * INSTALL: Copy the table of tested combinations of development
482 tools from confuigure.bat. Add suggestion to install Bash on
485 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
486 lisp/Makefile.in instead. Use "rm -f" where more than one file
487 needs to be deleted, since command.com in Windows 9X doesn't grok
488 more than one argument.
490 2001-01-24 Andrew Innes <andrewi@gnu.org>
492 * makefile.w32-in (cleanall-other-dirs-nmake):
493 (cleanall-other-dirs-gmake): New targets.
494 (cleanall): Invoke them.
496 2001-01-19 Andrew Innes <andrewi@gnu.org>
498 * addpm.c (env_vars): Add a version-independent site-lisp
499 directory to EMACSLOADPATH, after the version dependent one.
501 2001-01-06 Andrew Innes <andrewi@gnu.org>
503 * README: Update info about compilers.
505 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
506 select correct rule for invoking make in another directory. Amend
508 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
510 * nmake.defs (EMACS_ICON_PATH): Delete definition.
511 (COMPILER_TEMP_FILES): New definition.
512 (MAKETYPE): New definition.
514 * gmake.defs (EMACS_ICON_PATH): Delete definition.
515 (COMPILER_TEMP_FILES): New definition.
516 (MAKETYPE): New definition.
518 * makefile.def (EMACS_ICON_PATH): Delete definition.
520 * configure.bat: Be careful not to add trailing spaces when
521 outputting to config.settings.
523 2001-01-02 Andrew Innes <andrewi@gnu.org>
525 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
528 2000-12-17 Andrew Innes <andrewi@gnu.org>
530 * makefile.w32-in (install): Copy directories to the correct
532 (real_install): Remove obsolete target.
534 2000-12-06 Andrew Innes <andrewi@gnu.org>
536 * nmake.defs (CURDIR): New define.
537 (INSTALL_DIR): Use it.
539 * gmake.defs (NEW_CYGWIN): New define.
540 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
541 so we need to adjust how we escape embedded quotes.
542 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
543 relative to $(CURDIR).
545 2000-11-25 Jason Rumney <jasonr@gnu.org>
547 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
549 2000-10-17 Andrew Innes <andrewi@gnu.org>
551 * makefile.w32-in (recompile): New target to recompile lisp
553 (recompile-CMD, recompile-SH): New support targets.
555 2000-09-24 Jason Rumney <jasonr@gnu.org>
557 * config.nt (NO_RETURN): Define it.
559 2000-09-17 Andrew Innes <andrewi@gnu.org>
561 * gmake.defs: Revert to Unix line endings.
563 * nmake.defs: Revert to Unix line endings.
565 2000-09-16 Andrew Innes <andrewi@gnu.org>
567 * gmake.defs (SETLOADPATH): Change definition to work from any
570 2000-09-14 Andrew Innes <andrewi@gnu.org>
572 * makefile.w32-in: Revert to Unix line endings.
574 2000-09-14 Andrew Innes <andrewi@gnu.org>
576 * INSTALL: Add note about expected error messages when configure
579 * configure.bat: Simplify the generation of makefiles (don't need
580 to generate various top-level targets that invoke make in other
583 * gmake.defs (SHELLTYPE): New define.
584 (SETLOADPATH): New define.
586 * nmake.defs (SHELLTYPE): New define.
588 * makefile.w32-in: Standardize indentation somewhat.
589 Add bootstrap support.
590 Pass $(MFLAGS) when invoking make recursively.
591 Add shell-specific variants of top-level targets that invoke make
592 recursively in other directories, and add necessary computed
595 2000-09-03 Andrew Innes <andrewi@gnu.org>
597 * makefile.w32-in: Change to DOS line endings.
599 * configure.bat: Change to DOS line endings.
601 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
602 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
604 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
605 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
607 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
608 -D_ANONYMOUS_STRUCT on compile line.
609 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
610 (ARCH_CFLAGS): Change optimization flags to -O2.
611 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
612 (ARGQUOTE, DQUOTE): New defines.
614 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
615 -D_ANONYMOUS_STRUCT on compile line.
616 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
617 (ARGQUOTE, DQUOTE): New defines.
619 2000-08-22 Andrew Innes <andrewi@gnu.org>
621 * configure.bat: New file.
623 * gmake.defs: New file.
625 * nmake.defs: New file.
627 * makefile.w32-in: New file.
629 * INSTALL: Rewrite to match new configure process.
631 * config.nt [WINDOWSNT]: Don't declare getenv.
632 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
634 * addpm.c (main): Accept /q to mean install based on addpm's
635 location without asking. Remove reference to emacs.bat which is
638 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
640 * paths.h: Use forward slash as directory separator in all path
642 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
644 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
646 * runemacs.c: Remove WIN32 define.
648 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
651 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
652 (fd_set): Define to new name, after including winsock.h, so we can
653 provide our own implementation.
655 2000-07-05 Andrew Innes <andrewi@gnu.org>
657 * ebuild.bat: Add support for specifying make arguments.
659 * makefile.nt: Add support for `bootstrap' and related targets.
661 2000-06-11 Jason Rumney <jasonr@gnu.org>
663 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
665 2000-02-06 Andrew Innes <andrewi@gnu.org>
667 * inc/sys/time.h: Add inclusion protection.
669 * makefile.def (SYS_LDFLAGS): Add -nologo.
671 1999-11-22 Andrew Innes <andrewi@gnu.org>
673 * install.bat: Pass on command line arguments to make.
675 * makefile.nt (fast_install): Bring commands up-to-date, and fix
678 1999-11-21 Andrew Innes <andrewi@gnu.org>
680 * makefile.nt (all): Build leim if present.
681 (install): Install leim if present.
682 (clean): Clean leim if present.
684 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
687 * emacs.bat.in (EMACSLOADPATH): Include leim.
689 1999-07-12 Richard Stallman <rms@gnu.org>
691 * Version 20.4 released.
693 1999-06-16 Andrew Innes <andrewi@gnu.org>
695 * emacs.rc: Use an icon with a transparent background, to be in
696 keeping with other applications.
698 1999-06-03 Andrew Innes <andrewi@gnu.org>
700 * preprep.c: Fix typo.
702 1999-05-02 Andrew Innes <andrewi@gnu.org>
704 * config.h: Remove obsolete file.
706 * preprep.c (copy_executable_and_move_sections): Ifdef out a
707 couple of unused switch cases that aren't defined on all
710 * ftime.bat: Add another variation of the profile command, which
711 only profiles extended commands.
713 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
715 * cmdproxy.c (main): Fix parens.
717 1999-03-25 Andrew Innes <andrewi@gnu.org>
719 * cmdproxy.c (main): Call GetShortPathName to normalize program
720 names for comparison.
722 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
724 * makefile.def: Compile multiple .c files when possible.
725 Use BLD instead of assuming i386.
726 * makefile.nt: Remove common multiple file compilation commands.
728 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
730 * cmdproxy.c (main): Add missing parens.
732 1999-02-20 Andrew Innes <andrewi@gnu.org>
734 * preprep.c: New program to allow dumped image to be profiled.
736 * makefile.nt (preprep): New target.
739 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
741 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
742 Change prep options to profile libc functions and skip the startup
745 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
747 * makefile.nt: Create installation directory as first step.
749 1999-01-31 Andrew Innes <andrewi@gnu.org>
751 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
752 ROUND_UP_DST. Zeroes the alignment slop.
753 (copy_executable_and_add_section): Update the
754 SizeOfHeaders field properly.
756 1999-01-27 Andrew Innes <andrewi@gnu.org>
758 * makefile.nt: Do make version comparison as strings.
760 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
762 * runemacs.c (WinMain): Pass explicit environment block to
763 CreateProcess, to work around a bug in Windows 95/98.
765 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
767 * icons: New directory with Davenport's icons.
768 * icons/sink.ico: Renamed from emacs.ico.
770 * makefile.nt (install, fast_install): Install Windows icons
773 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
775 1999-01-17 Andrew Innes <andrewi@gnu.org>
777 * makefile.nt: (ALL): List top-level targets.
778 (addsection): New top-level target.
779 (install): Copy fns-*.el to bin directory.
781 * addsection.c: New program to add static heap section to
782 temacs.exe after linking, in support of new unexec method.
784 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
786 * cmdproxy.c (spawn): Pass directory for child as parameter.
787 (main): Save startup directory to give to spawn, then change
788 directory to location of .exe in order not to prevent startup
789 directory from being deleted.
791 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
793 * makefile.nt: Do string comparision of _NMAKE_VER.
795 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
797 * config.nt (LOCALTIME_CACHE): Define.
799 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
801 * install.bat: Convert to DOS format.
803 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
805 * cmdproxy.c (main): Set environment size only when running
808 1998-11-03 Theodore Jump <tjump@tertius.com>
810 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
811 (DEL_TREE): Use rd instead of rmdir.
812 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
813 * makefile.nt: Compile multiple source files when possible.
815 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
817 * cmdproxy.c (main): Treat command line options as case-insensitive.
819 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
821 * Version 20.3 released.
823 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
825 * addpm.c (main): Explicitly check result of message box for OK.
827 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
829 * inc/sys/file.h (D_OK): Define new macro.
831 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
833 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
835 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
837 * emacs.rc (VS_VERSION_INFO): Define.
839 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
841 * makefile.nt (emacs.bat, debug.bat): Create them in the
842 installation directory.
844 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
846 * ddeclient.c: New file. (Support program for performing limited
847 interprocess communication on Windows.)
849 * makefile.nt: Build ddeclient.
851 * cmdproxy.c (main): Only set environment size for real shell, and
852 provide extra directory argument, when running on Windows 95.
854 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
856 * cmdproxy.c (fail): Exit with a negative return value.
857 (spawn): Return subprocess return code as an argument.
858 Explicitly copy environment block.
859 (main): Update to use return value argument with spawn.
860 Retry if spawn failed when a subshell was not tried.
862 * config.nt: Include new macros from src/config.in.
863 (GNU_MALLOC, REL_ALLOC): Define.
864 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
865 (RE_TRANSLATE): Use char_table_translate.
867 * makefile.def (CP_DIR): Preserve attributes.
869 * makefile.nt (clean): Delete patch generated files, optimized
872 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
874 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
876 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
878 * Version 20.2 released.
880 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
882 * Version 20.1 released.
884 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
886 * debug.bat.in: New file.
887 * makefile.nt (debug.bat): New target.
889 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
891 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
892 Quote group name. Allow different icons to be specified.
894 * cmdproxy.c (get_env_size): New function.
895 (spawn): Explicitly pass in environment when creating subprocess.
896 (main): Cleaup error messages.
897 Specify dynamically sized environment block for real shell.
898 Pass on unhandled switches to real shell.
901 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
903 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
905 * runemacs.c (WinMain): Allow Emacs process to be started with
906 high or low priority.
908 * emacs.bat.in: Remove OS dependent operations.
910 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
912 * addpm.c (env_vars): No longer set INFOPATH.
914 * cmdproxy.c (get_next_token): Null terminate token returned.
916 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
918 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
920 * addpm.c (env_vars): Set SHELL to cmdproxy.
921 (main): Initialize idDde to 0.
922 Determine emacs_path from module file name.
925 * makefile.def (MSVCNT11): Conditionally define it.
926 (BASE_LIBS): Do not use oldnames.lib.
927 (SYS_LDFLAGS): Use pdb files.
928 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
929 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
930 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
932 * makefile.nt (ALL): Build cmdproxy.
933 (cmdproxy): New target.
934 (install): Install cmdproxy.
936 * ftime.bat, debug.bat, cmdproxy.c: New files.
938 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
940 * inc/sys/socket.h: (shutdown): Define.
941 (sys_shutdown): Export.
943 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
945 * config.nt (RE_TRANSLATE): Copy definition from config.in.
947 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
949 * config.nt: Update file comments.
950 Update undefs added/removed in src/config.in.
952 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
954 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
955 of win95 and winnt, respectively.
957 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
959 * makefile.nt (real_install): Create site-lisp in installation dir.
960 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
961 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
963 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
965 * Version 19.33 released.
967 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
969 * runemacs.c (WinMain): Put a space between the binary and its args.
971 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
973 * Version 19.32 released.
975 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
977 * makefile.nt (clean): Use OBJDIR macro.
979 1996-06-03 Kim F. Storm <kfs@olicom.dk>
981 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
982 Not defined by default.
983 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
984 (WinMain): Convert backslashes to slashes in env var values.
986 * addpm.c (env_vars): Use slashes, not backslashes.
988 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
990 * Version 19.31 released.
992 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
994 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
995 undo settings afterwards.
997 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
999 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1000 environment variable.
1002 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1004 * install.bat: Allow for optimized build.
1005 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1006 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1008 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1010 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1011 (env_vars): Rename field emacs_path to emacs_dir.
1012 (main): Add link to runemacs instead of emacs.
1014 * install.bat: Check if INSTALL_DIR is passed as an argument.
1016 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1018 * makefile.nt: Build and install runemacs.exe.
1020 * runemacs.c: New file.
1022 * config.w95: File removed.
1024 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1025 inc/sys/socket.h, inc/sys/time.h: New header files.
1027 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1029 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1031 * makefile.def (DEL): Defined.
1032 (DEL_TREE) [win95]: Defined.
1033 (SYS_LDFLAGS): Set executable versions to 3.10.
1035 * makefile.nt: Change uses of del to $(DEL).
1037 1996-01-17 Erik Naggum <erik@naggum.no>
1039 * All files: Update FSF's address in comment preamble.
1041 1996-01-03 George V. Reilly <georger@microcrafts.com>
1043 * emacs.ico: Now the proverbial kitchen sink icon.
1045 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1047 * Version 19.30 released.
1049 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1051 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1053 * makefile.nt (install, fast_install, real_install, clean):
1054 Don't use switches to del not supported by Win95.
1056 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
1058 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1059 (install, fast_install): Change same-dir test to create test file in
1060 installation tree and thereby support read-only shares.
1061 (clean): Remove .pdb files.
1063 * makefile.def (NTGUI): New macro.
1064 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1066 * config.nt, config.w95: Update to latest src/config.in.
1068 * addpm.c (env_vars): New variable.
1069 (add_registry): New procedure.
1070 (main): Use values of configuration environment variables from
1071 the registry if defined, the process environment otherwise.
1073 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1075 * Version 19.29 released.
1077 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1079 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1081 * makefile.nt: Define .c to .obj suffix rule.
1082 (addpm.obj): Compile directly, use CFLAGS.
1083 (addpm.exe): Link from addpm.obj.
1085 * makefile.def (MSVCNT11): Defined.
1086 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1087 (CFLAGS_COMMON): Defined.
1088 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1090 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1092 * emacs.bat.in: Renamed from emacs.bat.
1093 (emacs_dir): Renamed from emacs_path.
1096 * addpm.c: New file.
1097 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
1098 (all): Depend upon $(BLD) and $(ALL).
1099 (install): Depend upon emacs.bat.
1100 Create program item for Emacs.
1101 (clean): Delete obj.
1102 (emacs.bat): Defined.
1103 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
1105 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1107 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1108 Add carriage returns; necessary for batch files on Win95.
1110 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1112 * config.w95: Created.
1113 * config.h: Changed to config.nt.
1115 * makefile.nt (SUBDIRS): Commented out.
1116 (all,install,clean): Expand for-loops.
1117 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1119 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1120 (ARCH): New definition.
1121 (CPU,CONFIG_H,OS_TYPE): Defined.
1122 (INCLUDE,LIB): Checked if valid.
1123 (ntwin32.mak): Included.
1124 (AR,CC,LINK): New definition.
1125 (ADVAPI32,libc,BASE_LIBS): Defined.
1126 (SYS_LDFLAGS): New definition.
1127 Update comments and preprocessor conditionals.
1129 * emacs.bat (SHELL): Conditionally defined.
1130 (HOME): Conditionally defined.
1131 (emacs_path,HOME): Update comments.
1134 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1136 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1137 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1138 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1139 inc/sys/param.h: Removed carriage-returns.
1141 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1143 * makefile.def (CVTRES): Defined.
1145 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1147 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1149 * src: Remove directory.
1151 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1153 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1155 * makefile.def (INSTALL_DIR): Changed to generic directory.
1157 * emacs.bat: Added arguments when emacs.exe invoked.
1159 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1161 1994-12-13 voelker <voelker@cs.washington.edu>
1163 * makefile.def (CC): In configuration section.
1164 (COMPAT_LIB): Defined.
1166 1994-11-01 voelker <voelker@cs.washington.edu>
1168 * src/paths.h: New file.
1170 * src/config.h: New file.
1172 * inc/pwd.h: New file.
1174 * inc/sys/dir.h: New file.
1176 * inc/sys/file.h: New file.
1178 * inc/sys/ioctl.h: New file.
1180 * inc/sys/param.h: New file.
1186 * makefile.nt: New file.
1188 * makefile.def: New file.
1190 * install.cmd: New file.
1192 * INSTALL: New file.
1194 * fast-install.cmd: New file.
1196 * emacs.cmd: New file.
1198 * ebuild.cmd: New file.
1203 ;; coding: iso-2022-7bit
1206 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1207 2005, 2006 Free Software Foundation, Inc.
1208 Copying and distribution of this file, with or without modification,
1209 are permitted provided the copyright notice and this notice are preserved.
1211 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414