(Fx_popup_menu): Set Vmenu_updating_frame to f if
[emacs.git] / nt / ChangeLog
blobdc8888b2c87bdca60f0e92d06d23f8b72754e49c
1 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
3         * INSTALL: Add explanation of how to debug with GDB starting from
4         the Emacs Abort dialog.
6 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
8         * emacs.rc: Use new icons.
10 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
12         * emacs21.ico: Renamed from emacs.ico.
13         * emacs.ico: New icons from Andrew Zhilin
14         <andrew_zhilin@yahoo.com>.
16 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
18         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
20 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
22         * .cvsignore: Add `obj' and `oo' for in-place installations.
24 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
26         * config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
28 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
30         * configure.bat: Don't create lisp/Makefile.unix.
32 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
34         * .cvsignore: Add `makefile' and `config.log'.
36 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
38         Merge gnulib getopt implementation into Emacs.
40         * inc/gettext.h: Remove; no longer needed now that
41         lib-src/gettext.h exists.
43 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
45         * configure.bat: Finish config.log with a line that indicates that
46         the configure step was successful.
48 2005-07-04  Lute Kamstra  <lute@gnu.org>
50         Update FSF's address in GPL notices.
52 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
54         * configure.bat: If their fc.exe returns a meaningful exit status,
55         don't overwrite src/config.h and src/epaths.h with identical
56         copies.
58         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
59         changes.  Add a pointer to another site with detailed configure
60         and build instructions.  Suggest to look at config.log when
61         configure fails.  Add MinGW Make 3.80 to the list of successful
62         combinations.
64         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
65         "-mcpu=i686".
67         * configure.bat: Update copyright years.
68         Delete config.log before doing anything else.
69         Write additional diagnostics to config.log in case of failures to
70         compile test programs, including the failed test program itself.
71         Add a test for support of -mtune=pentium4 switch to GCC; if it is
72         supported, set up MCPU_FLAG variable on the various Makefiles to
73         use that switch during compilations.  (This avoids GCC warning
74         about -mcpu being deprecated.)
76 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
78         * addsection.c (copy_executable_and_add_section): Pass non-zero
79         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
80         environment.  Print section names with %.8s.
81         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
82         only if non-zero.  All callers changed.
84 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
86         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
87         `const void *', for consistency with Posix.
89 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
91         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
93 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
95         * INSTALL: Add more pointers to ports of Unix tools to Windows,
96         and to the Emacs Wiki (which contains building instructions for
97         Windows).  Reword image library instructions and remove obsolete
98         incompatibility information.
100 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
102         * config.nt (HAVE_PWD_H): Undef.
104 2004-06-07  Juanma Barranquero  <lektu@terra.es>
106         * INSTALL: Clarify paragraph about compatibility between image
107         libraries and builds of Emacs with several compilers.
109 2004-06-06  Juanma Barranquero  <lektu@terra.es>
111         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
112         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
113         calling non-existent cmdproxy.exe on boostrappings after a
114         previous install followed by realclean.
116         * nmake.defs: Add quote in comment to resync font-locking.
118 2004-06-04  Juanma Barranquero  <lektu@terra.es>
120         * INSTALL: Reword the section on image support.  Add reference to
121         GnuWin32.  Mention problems when mixing binaries from different
122         compilers.
124 2004-05-06  Jason Rumney  <jasonr@gnu.org>
126         * configure.bat: Use -mno-cygwin to check for image libraries
127         when needed.
129 2004-05-03  Jason Rumney  <jasonr@gnu.org>
131         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
132         * makefile.def: Remove.
134         * nmake.defs (SYS_LDFLAGS): Add -nologo.
136         * makefile.w32-in (info-gmake, info-nmake): New targets.
137         (info): Use them.
139 2004-04-23  Juanma Barranquero  <lektu@terra.es>
141         * nmake.defs:
142         * gmake.defs:
143         * makefile.w32-in:
144         * makefile.def:
145         * makefile.nt: Add "-*- makefile -*-" mode tag.
147 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
149         * runemacs.c (WinMain): Let Emacs environment default to parent.
151 2004-03-11  Jason Rumney  <jasonr@gnu.org>
153         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
155 2004-03-10  Juanma Barranquero  <lektu@terra.es>
157         * makefile.w32-in (install): Don't try to copy
158         ../lib-src/fns-*.el, as it isn't used anymore.
160 2004-01-28  Peter Runestig  <peter@runestig.com>
162         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
164 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
166         * .cvsignore: Add `.arch-inventory'.
168 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
170         * inc/grp.h: New file.
172 2003-09-03  Peter Runestig  <peter@runestig.com>
174         * configure.bat: Create ``makefile'' in directories man, lispref
175         and lispintro.
177         * makefile.w32-in (force-info, info): New targets.
179         * envadd.bat: New file.
181         * multi-install-info.bat: New file.
183 2003-06-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
185         * config.nt (my_strftime): New define.
187 2003-02-01  Jason Rumney  <jasonr@gnu.org>
189         * configure.bat: Automatically detect libXpm.
190         Suppress compiler output when testing for image libraries.
191         Give names of un-found libraries in messages.
193 2003-01-31  Juanma Barranquero  <lektu@terra.es>
195         * configure.bat: Automatically detect giflib and tifflib.
197 2003-01-29  Jason Rumney  <jasonr@gnu.org>
199         * gmake.defs (CURDIR): Disable cygpath kludge.
201 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
203         * configure.bat: Avoid endless loop when configuring without image
204         support.
206 2003-01-26  Jason Rumney  <jasonr@gnu.org>
208         * configure.bat: Automatically detect jpeglib.
210 2003-01-25  Jason Rumney  <jasonr@gnu.org>
212         * configure.bat: Automatically detect libpng.
214 2003-01-21  Jason Rumney  <jasonr@gnu.org>
216         * icons/hand.cur: New file.
218 2003-01-21  David Ponce  <david@dponce.com>
220         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
222 2003-01-15  Andrew Innes  <andrewi@gnu.org>
224         * gmake.defs (CURDIR): Convert to native Windows format (with
225         forward slashes), to support building with Cygwin builds of make.
227 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
229         * nmake.defs:
230         * gmake.defs: Made changes so that Emacs would link with
231         WinMM.lib.  This change was required for my addition of a Windows
232         compatible implementation of play-sound-internal.
234 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
236         * emacs.rc: Version updated to 21.3.50.
238 2002-06-13  Jason Rumney  <jasonr@gnu.org>
240         * addpm.c (env_vars): Remove EMACSLOCKDIR.
242         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
243         (maybe-bootstrap-SH): New targets.
244         (all): Depend on maybe-bootstrap.
246 2002-05-03  Jason Rumney  <jasonr@gnu.org>
248         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
249         (sys_getpeername, fcntl): Declare as wrappers.
251 2002-04-10  Juanma Barranquero  <lektu@terra.es>
253         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
254         after compiling .el files.
256 2002-03-20  Jason Rumney  <jasonr@gnu.org>
258         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
259         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
261 2002-03-19  Kim F. Storm  <storm@cua.dk>
263         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
264         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
265         (HAVE_SYS_UN_H): Undef.
266         From David Ponce <dponce@voila.fr>.
268 2002-03-13  Jason Rumney  <jasonr@gnu.org>
270         * config.nt (STRFTIME_NO_POSIX2): Define.
272 2002-02-18  Jason Rumney  <jasonr@gnu.org>
274         * emacs.rc: Define VS_VERSION_INFO if not already.
275         Update version info.
277 2002-01-04  Andrew Innes  <andrewi@gnu.org>
279         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
280         pick up relevant bits of the Windows API definitions.
282         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
283         pick up relevant bits of the Windows API definitions.
285 2001-12-14  Andrew Innes  <andrewi@gnu.org>
287         * makefile.w32-in (bootstrap): Build addsection program before
288         bootstrap (required for post-processing temacs.exe).
290 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
292         * COPYING: New file.
294 2001-12-03  Andrew Innes  <andrewi@gnu.org>
296         * makefile.w32-in (bootstrap-nmake):
297         (bootstrap-gmake): Extend bootstrap process to first do
298         bootstrap-clean in lisp dir and rebuild the DOC file.
299         (bootstrap): Do a "normal" make after the bootstrap work.
301 2001-11-20  Jason Rumney  <jasonr@gnu.org>
303         * INSTALL: Update table of versions of make that are suitable
304         for building Emacs, based on recent feedback.
306         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
308 2001-11-19  Andrew Innes  <andrewi@gnu.org>
310         * ftime-nostartup.bat: New file.
312         * ftime.bat: Don't include libc.lib for profiling - the profiler
313         corrupts part of memcpy.
315 2001-11-17  Jason Rumney  <jasonr@gnu.org>
317         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
318         expansion.  From Juanma Barranquero <lektu@terra.es>.
320 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
322         * (Version 21.1 released.)
324 2001-10-12  Andrew Innes  <andrewi@gnu.org>
326         * inc/pwd.h (uid_t, gid_t): New typedefs.
328 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
330         * Branch for 21.1.
332 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
334         * README: Update the address of the mailing list and subscription
335         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
337 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
339         * INSTALL: Suggest to avoid using WinZip.
341         * configure.bat: Make sure ../site-lisp exists; create if necessary.
343 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
345         * INSTALL: Mention that "make install" can be "nmake install".
347 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
349         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
350         since some versions of `mkdir' don't automatically create parent
351         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
353 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
355         * subdirs.el: New file.
357         * configure.bat: Copy subdirs.el to the site-lisp directory.
359         * makefile.w32-in (install): Copy subdirs.el to the installation
360         directory.
362 2001-06-20  Jason Rumney  <jasonr@gnu.org>
364         * runemacs.c (WinMain): Add quotes around command in case of spaces.
366 2001-06-01  Andrew Innes  <andrewi@gnu.org>
368         * gmake.defs (sh_output): Don't use $(warning ...) to output
369         messages, since that is not supported by GNU make 3.77.
371 2001-05-24  Jason Rumney  <jasonr@gnu.org>
373         * INSTALL: Clarify that building with MSVC requires nmake.
375 2001-05-17  Andrew Innes  <andrewi@gnu.org>
377         * gmake.defs (NEW_CYGWIN): Output message about spurious error
378         message that is to be ignored.
380 2001-05-13  Andrew Innes  <andrewi@gnu.org>
382         * TODO: Remove file, since it is completely out of date.
384         * README: Add copyright notice.
386         * INSTALL: Add copyright notice.
388 2001-04-18  Andrew Innes  <andrewi@gnu.org>
390         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
391         the environment.
393         * gmake.defs (SETLOADPATH): Remove definition.
394         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
395         environment.
397 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
399         * configure.bat: Make the checkw32api* labels be distinct in the
400         first 8 characters.
402 2001-03-17  Andrew Innes  <andrewi@gnu.org>
404         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
405         escaped quotes.
407         * gmake.defs (DEBUG_LINK): New macro.
408         (LINK_FLAGS): Use it.
410         * nmake.defs (DEBUG_LINK): New macro.
411         (LINK_FLAGS): Use it.
413 2001-03-06  Andrew Innes  <andrewi@gnu.org>
415         * INSTALL: Add --ldflags to configure line for building with
416         recent versions of Cygwin GCC.
418 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
420         * configure.bat: Use correct options when compiling a test program
421         with Cygwin.  From David Ponce <dponce@voila.fr>.
423 2001-02-24  Andrew Innes  <andrewi@gnu.org>
425         * _emacs: Remove obsolete file.
427         * emacs.bat.in: Remove obsolete file.
429         * debug.bat.in: Remove obsolete file.
431         * inc/sys/socket.h: Add copyright notice.
433         * paths.h: Add copyright notice.
435         * makefile.nt: Update copyright notice.
437         * makefile.def: Update copyright notice.
439         * configure.bat: Update copyright notice.
441         * nmake.defs: Add copyright notice.
443         * gmake.defs: Add copyright notice.
445         * makefile.w32-in: Add copyright notice.
447 2001-02-05  Andrew Innes  <andrewi@gnu.org>
449         * nmake.defs (THISDIR): New definition.
451         * gmake.defs (THISDIR): New definition.
453 2001-02-03  Andrew Innes  <andrewi@gnu.org>
455         * configure.bat: Leave a space before >> only when there is a
456         preceding digit.  Add a comment about the importance of this.
458         * README: Replace outdated information.
460         * INSTALL (Trouble-shooting): Add note about need to specify extra
461         compiler flags with recent Cygwin ports of gcc.
463 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
465         * configure.bat: Use "rm -f" instead of "del /f", as the latter
466         is not supported by Windows 9X's COMMAND.COM.
468 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
470         * configure.bat: Make sure redirection is preceeded by a blank, to
471         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
472         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
474 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
476         * INSTALL: Copy the table of tested combinations of development
477         tools from confuigure.bat.  Add suggestion to install Bash on
478         Windows 9X.
480         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
481         lisp/Makefile.in instead.  Use "rm -f" where more than one file
482         needs to be deleted, since command.com in Windows 9X doesn't grok
483         more than one argument.
485 2001-01-24  Andrew Innes  <andrewi@gnu.org>
487         * makefile.w32-in (cleanall-other-dirs-nmake):
488         (cleanall-other-dirs-gmake): New targets.
489         (cleanall): Invoke them.
491 2001-01-19  Andrew Innes  <andrewi@gnu.org>
493         * addpm.c (env_vars): Add a version-independent site-lisp
494         directory to EMACSLOADPATH, after the version dependent one.
496 2001-01-06  Andrew Innes  <andrewi@gnu.org>
498         * README: Update info about compilers.
500         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
501         select correct rule for invoking make in another directory.  Amend
502         rules accordingly.
503         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
505         * nmake.defs (EMACS_ICON_PATH): Delete definition.
506         (COMPILER_TEMP_FILES): New definition.
507         (MAKETYPE): New definition.
509         * gmake.defs (EMACS_ICON_PATH): Delete definition.
510         (COMPILER_TEMP_FILES): New definition.
511         (MAKETYPE): New definition.
513         * makefile.def (EMACS_ICON_PATH): Delete definition.
515         * configure.bat: Be careful not to add trailing spaces when
516         outputting to config.settings.
518 2001-01-02  Andrew Innes  <andrewi@gnu.org>
520         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
521         than the function.
523 2000-12-17  Andrew Innes  <andrewi@gnu.org>
525         * makefile.w32-in (install): Copy directories to the correct
526         places.
527         (real_install): Remove obsolete target.
529 2000-12-06  Andrew Innes  <andrewi@gnu.org>
531         * nmake.defs (CURDIR): New define.
532         (INSTALL_DIR): Use it.
534         * gmake.defs (NEW_CYGWIN): New define.
535         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
536         so we need to adjust how we escape embedded quotes.
537         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
538         relative to $(CURDIR).
540 2000-11-25  Jason Rumney  <jasonr@gnu.org>
542         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
544 2000-10-17  Andrew Innes  <andrewi@gnu.org>
546         * makefile.w32-in (recompile): New target to recompile lisp
547         directory.
548         (recompile-CMD, recompile-SH): New support targets.
550 2000-09-24  Jason Rumney  <jasonr@gnu.org>
552         * config.nt (NO_RETURN): Define it.
554 2000-09-17  Andrew Innes  <andrewi@gnu.org>
556         * gmake.defs: Revert to Unix line endings.
558         * nmake.defs: Revert to Unix line endings.
560 2000-09-16  Andrew Innes  <andrewi@gnu.org>
562         * gmake.defs (SETLOADPATH): Change definition to work from any
563         subdirectory.
565 2000-09-14  Andrew Innes  <andrewi@gnu.org>
567         * makefile.w32-in: Revert to Unix line endings.
569 2000-09-14  Andrew Innes  <andrewi@gnu.org>
571         * INSTALL: Add note about expected error messages when configure
572         is run.
574         * configure.bat: Simplify the generation of makefiles (don't need
575         to generate various top-level targets that invoke make in other
576         directories).
578         * gmake.defs (SHELLTYPE): New define.
579         (SETLOADPATH): New define.
581         * nmake.defs (SHELLTYPE): New define.
583         * makefile.w32-in: Standardize indentation somewhat.
584         Add bootstrap support.
585         Pass $(MFLAGS) when invoking make recursively.
586         Add shell-specific variants of top-level targets that invoke make
587         recursively in other directories, and add necessary computed
588         dependencies.
590 2000-09-03  Andrew Innes  <andrewi@gnu.org>
592         * makefile.w32-in: Change to DOS line endings.
594         * configure.bat: Change to DOS line endings.
596         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
597         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
599         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
600         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
602         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
603         -D_ANONYMOUS_STRUCT on compile line.
604         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
605         (ARCH_CFLAGS): Change optimization flags to -O2.
606         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
607         (ARGQUOTE, DQUOTE): New defines.
609         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
610         -D_ANONYMOUS_STRUCT on compile line.
611         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
612         (ARGQUOTE, DQUOTE): New defines.
614 2000-08-22  Andrew Innes  <andrewi@gnu.org>
616         * configure.bat: New file.
618         * gmake.defs: New file.
620         * nmake.defs: New file.
622         * makefile.w32-in: New file.
624         * INSTALL: Rewrite to match new configure process.
626         * config.nt [WINDOWSNT]: Don't declare getenv.
627         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
629         * addpm.c (main): Accept /q to mean install based on addpm's
630         location without asking.  Remove reference to emacs.bat which is
631         now obsolete.
633         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
635         * paths.h: Use forward slash as directory separator in all path
636         definitions.
637         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
639         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
641         * runemacs.c: Remove WIN32 define.
643         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
644         not defined.
646         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
647         (fd_set): Define to new name, after including winsock.h, so we can
648         provide our own implementation.
650 2000-07-05  Andrew Innes  <andrewi@gnu.org>
652         * ebuild.bat: Add support for specifying make arguments.
654         * makefile.nt: Add support for `bootstrap' and related targets.
656 2000-06-11  Jason Rumney  <jasonr@gnu.org>
658         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
660 2000-02-06  Andrew Innes  <andrewi@gnu.org>
662         * inc/sys/time.h: Add inclusion protection.
664         * makefile.def (SYS_LDFLAGS): Add -nologo.
666 1999-11-22  Andrew Innes  <andrewi@gnu.org>
668         * install.bat: Pass on command line arguments to make.
670         * makefile.nt (fast_install): Bring commands up-to-date, and fix
671         typo.
673 1999-11-21  Andrew Innes  <andrewi@gnu.org>
675         * makefile.nt (all): Build leim if present.
676         (install): Install leim if present.
677         (clean): Clean leim if present.
679         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
680         definition.
682         * emacs.bat.in (EMACSLOADPATH): Include leim.
684 1999-07-12  Richard Stallman  <rms@gnu.org>
686         * Version 20.4 released.
688 1999-06-16  Andrew Innes  <andrewi@gnu.org>
690         * emacs.rc: Use an icon with a transparent background, to be in
691         keeping with other applications.
693 1999-06-03  Andrew Innes  <andrewi@gnu.org>
695         * preprep.c: Fix typo.
697 1999-05-02  Andrew Innes  <andrewi@gnu.org>
699         * config.h: Remove obsolete file.
701         * preprep.c (copy_executable_and_move_sections): Ifdef out a
702         couple of unused switch cases that aren't defined on all
703         platforms.
705         * ftime.bat: Add another variation of the profile command, which
706         only profiles extended commands.
708 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
710         * cmdproxy.c (main): Fix parens.
712 1999-03-25  Andrew Innes  <andrewi@gnu.org>
714         * cmdproxy.c (main): Call GetShortPathName to normalize program
715         names for comparison.
717 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
719         * makefile.def: Compile multiple .c files when possible.
720         Use BLD instead of assuming i386.
721         * makefile.nt: Remove common multiple file compilation commands.
723 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
725         * cmdproxy.c (main): Add missing parens.
727 1999-02-20  Andrew Innes  <andrewi@gnu.org>
729         * preprep.c: New program to allow dumped image to be profiled.
731         * makefile.nt (preprep): New target.
732         (ALL): Build it.
734         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
736         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
737         Change prep options to profile libc functions and skip the startup
738         code.
740 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
742         * makefile.nt: Create installation directory as first step.
744 1999-01-31  Andrew Innes  <andrewi@gnu.org>
746         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
747         ROUND_UP_DST.  Zeroes the alignment slop.
748         (copy_executable_and_add_section): Update the
749         SizeOfHeaders field properly.
751 1999-01-27  Andrew Innes  <andrewi@gnu.org>
753         * makefile.nt: Do make version comparison as strings.
755 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
757         * runemacs.c (WinMain): Pass explicit environment block to
758         CreateProcess, to work around a bug in Windows 95/98.
760 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
762         * icons: New directory with Davenport's icons.
763         * icons/sink.ico: Renamed from emacs.ico.
765         * makefile.nt (install, fast_install): Install Windows icons
766         into etc/icons.
768         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
770 1999-01-17  Andrew Innes  <andrewi@gnu.org>
772         * makefile.nt: (ALL): List top-level targets.
773         (addsection): New top-level target.
774         (install): Copy fns-*.el to bin directory.
776         * addsection.c: New program to add static heap section to
777         temacs.exe after linking, in support of new unexec method.
779 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
781         * cmdproxy.c (spawn): Pass directory for child as parameter.
782         (main): Save startup directory to give to spawn, then change
783         directory to location of .exe in order not to prevent startup
784         directory from being deleted.
786 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
788         * makefile.nt: Do string comparision of _NMAKE_VER.
790 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
792         * config.nt (LOCALTIME_CACHE): Define.
794 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
796         * install.bat: Convert to DOS format.
798 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
800         * cmdproxy.c (main): Set environment size only when running
801         command.com.
803 1998-11-03  Theodore Jump  <tjump@tertius.com>
805         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
806         (DEL_TREE): Use rd instead of rmdir.
807         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
808         * makefile.nt: Compile multiple source files when possible.
810 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
812         * cmdproxy.c (main): Treat command line options as case-insensitive.
814 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
816         * Version 20.3 released.
818 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
820         * addpm.c (main): Explicitly check result of message box for OK.
822 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
824         * inc/sys/file.h (D_OK): Define new macro.
826 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
828         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
830 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
832         * emacs.rc (VS_VERSION_INFO): Define.
834 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
836         * makefile.nt (emacs.bat, debug.bat): Create them in the
837         installation directory.
839 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
841         * ddeclient.c: New file.  (Support program for performing limited
842         interprocess communication on Windows.)
844         * makefile.nt: Build ddeclient.
846         * cmdproxy.c (main): Only set environment size for real shell, and
847         provide extra directory argument, when running on Windows 95.
849 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
851         * cmdproxy.c (fail): Exit with a negative return value.
852         (spawn): Return subprocess return code as an argument.
853         Explicitly copy environment block.
854         (main): Update to use return value argument with spawn.
855         Retry if spawn failed when a subshell was not tried.
857         * config.nt: Include new macros from src/config.in.
858         (GNU_MALLOC, REL_ALLOC): Define.
859         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
860         (RE_TRANSLATE): Use char_table_translate.
862         * makefile.def (CP_DIR): Preserve attributes.
864         * makefile.nt (clean): Delete patch generated files, optimized
865         build directory.
867 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
869         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
871 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
873         * Version 20.2 released.
875 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
877         * Version 20.1 released.
879 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
881         * debug.bat.in: New file.
882         * makefile.nt (debug.bat): New target.
884 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
886         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
887         Quote group name.  Allow different icons to be specified.
889         * cmdproxy.c (get_env_size): New function.
890         (spawn): Explicitly pass in environment when creating subprocess.
891         (main): Cleaup error messages.
892         Specify dynamically sized environment block for real shell.
893         Pass on unhandled switches to real shell.
894         Quote program name.
896         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
897         directory.
898         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
900         * runemacs.c (WinMain): Allow Emacs process to be started with
901         high or low priority.
903         * emacs.bat.in: Remove OS dependent operations.
905 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
907         * addpm.c (env_vars): No longer set INFOPATH.
909         * cmdproxy.c (get_next_token): Null terminate token returned.
911         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
913 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
915         * addpm.c (env_vars): Set SHELL to cmdproxy.
916         (main): Initialize idDde to 0.
917         Determine emacs_path from module file name.
918         Prompt for install.
920         * makefile.def (MSVCNT11): Conditionally define it.
921         (BASE_LIBS): Do not use oldnames.lib.
922         (SYS_LDFLAGS): Use pdb files.
923         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
924         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
925         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
927         * makefile.nt (ALL): Build cmdproxy.
928         (cmdproxy): New target.
929         (install): Install cmdproxy.
931         * ftime.bat, debug.bat, cmdproxy.c: New files.
933 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
935         * inc/sys/socket.h: (shutdown): Define.
936         (sys_shutdown): Export.
938 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
940         * config.nt (RE_TRANSLATE): Copy definition from config.in.
942 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
944         * config.nt: Update file comments.
945         Update undefs added/removed in src/config.in.
947 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
949         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
950         of win95 and winnt, respectively.
952 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
954         * makefile.nt (real_install): Create site-lisp in installation dir.
955         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
956         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
958 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
960         * Version 19.33 released.
962 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
964         * runemacs.c (WinMain): Put a space between the binary and its args.
966 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
968         * Version 19.32 released.
970 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
972         * makefile.nt (clean): Use OBJDIR macro.
974 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
976         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
977         Not defined by default.
978         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
979         (WinMain): Convert backslashes to slashes in env var values.
981         * addpm.c (env_vars): Use slashes, not backslashes.
983 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
985         * Version 19.31 released.
987 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
989         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
990         undo settings afterwards.
992 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
994         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
995         environment variable.
997 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
999         * install.bat: Allow for optimized build.
1000         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1001         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1003 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
1005         * addpm.c (REG_ROOT): Don't use a trailing backslash.
1006         (env_vars): Rename field emacs_path to emacs_dir.
1007         (main): Add link to runemacs instead of emacs.
1009         * install.bat: Check if INSTALL_DIR is passed as an argument.
1011         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1013         * makefile.nt: Build and install runemacs.exe.
1015         * runemacs.c: New file.
1017         * config.w95: File removed.
1019         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1020         inc/sys/socket.h, inc/sys/time.h: New header files.
1022         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1024 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
1026         * makefile.def (DEL): Defined.
1027         (DEL_TREE) [win95]: Defined.
1028         (SYS_LDFLAGS): Set executable versions to 3.10.
1030         * makefile.nt: Change uses of del to $(DEL).
1032 1996-01-17  Erik Naggum  <erik@naggum.no>
1034         * All files: Update FSF's address in comment preamble.
1036 1996-01-03  George V. Reilly  <georger@microcrafts.com>
1038         * emacs.ico: Now the proverbial kitchen sink icon.
1040 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1042         * Version 19.30 released.
1044 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
1046         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1048         * makefile.nt (install, fast_install, real_install, clean):
1049         Don't use switches to del not supported by Win95.
1051 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
1053         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1054         (install, fast_install): Change same-dir test to create test file in
1055         installation tree and thereby support read-only shares.
1056         (clean): Remove .pdb files.
1058         * makefile.def (NTGUI): New macro.
1059         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1061         * config.nt, config.w95: Update to latest src/config.in.
1063         * addpm.c (env_vars): New variable.
1064         (add_registry): New procedure.
1065         (main): Use values of configuration environment variables from
1066         the registry if defined, the process environment otherwise.
1068 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1070         * Version 19.29 released.
1072         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1074 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
1076         * makefile.nt: Define .c to .obj suffix rule.
1077         (addpm.obj): Compile directly, use CFLAGS.
1078         (addpm.exe): Link from addpm.obj.
1080         * makefile.def (MSVCNT11): Defined.
1081         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1082         (CFLAGS_COMMON): Defined.
1083         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1085 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
1087         * emacs.bat.in: Renamed from emacs.bat.
1088         (emacs_dir): Renamed from emacs_path.
1089         Definition removed.
1091         * addpm.c: New file.
1092         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
1093         (all): Depend upon $(BLD) and $(ALL).
1094         (install): Depend upon emacs.bat.
1095         Create program item for Emacs.
1096         (clean): Delete obj.
1097         (emacs.bat): Defined.
1098         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
1100 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
1102         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1103         Add carriage returns; necessary for batch files on Win95.
1105 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
1107         * config.w95: Created.
1108         * config.h: Changed to config.nt.
1110         * makefile.nt (SUBDIRS): Commented out.
1111         (all,install,clean): Expand for-loops.
1112         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1114         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1115         (ARCH): New definition.
1116         (CPU,CONFIG_H,OS_TYPE): Defined.
1117         (INCLUDE,LIB): Checked if valid.
1118         (ntwin32.mak): Included.
1119         (AR,CC,LINK): New definition.
1120         (ADVAPI32,libc,BASE_LIBS): Defined.
1121         (SYS_LDFLAGS): New definition.
1122         Update comments and preprocessor conditionals.
1124         * emacs.bat (SHELL): Conditionally defined.
1125         (HOME): Conditionally defined.
1126         (emacs_path,HOME): Update comments.
1127         Turn off all echo.
1129 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
1131         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1132         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1133         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1134         inc/sys/param.h: Removed carriage-returns.
1136 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
1138         * makefile.def (CVTRES): Defined.
1140         * emacs.ico, emacs.rc: New files by Kevin Gallo.
1142 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1144         * src: Remove directory.
1146         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1148 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1150         * makefile.def (INSTALL_DIR): Changed to generic directory.
1152         * emacs.bat: Added arguments when emacs.exe invoked.
1154         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1156 1994-12-13  voelker  <voelker@cs.washington.edu>
1158         * makefile.def (CC): In configuration section.
1159         (COMPAT_LIB): Defined.
1161 1994-11-01  voelker  <voelker@cs.washington.edu>
1163         * src/paths.h: New file.
1165         * src/config.h: New file.
1167         * inc/pwd.h: New file.
1169         * inc/sys/dir.h: New file.
1171         * inc/sys/file.h: New file.
1173         * inc/sys/ioctl.h: New file.
1175         * inc/sys/param.h: New file.
1177         * todo: New file.
1179         * README: New file.
1181         * makefile.nt: New file.
1183         * makefile.def: New file.
1185         * install.cmd: New file.
1187         * INSTALL: New file.
1189         * fast-install.cmd: New file.
1191         * emacs.cmd: New file.
1193         * ebuild.cmd: New file.
1195         * _emacs: New file.
1197 ;; Local Variables:
1198 ;; coding: iso-2022-7bit
1199 ;; End:
1201     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1202        2005 Free Software Foundation, Inc.
1203   Copying and distribution of this file, with or without modification,
1204   are permitted provided the copyright notice and this notice are preserved.
1206 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414