(battery-echo-area-format): Doc fix.
[emacs.git] / nt / ChangeLog
blob12b8cf20967c331fa15b84fc2b5bcb4dfa264394
1 2006-03-11  Jason Rumney  <jasonr@gnu.org>
3         * runemacs.c (WinMain): Set screen buffer to 80x25.
5 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
8         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
10 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
12         * INSTALL: Add explanation of how to debug with GDB starting from
13         the Emacs Abort dialog.
15 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
17         * emacs.rc: Use new icons.
19 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
21         * emacs21.ico: Renamed from emacs.ico.
22         * emacs.ico: New icons from Andrew Zhilin
23         <andrew_zhilin@yahoo.com>.
25 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
27         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
29 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
31         * .cvsignore: Add `obj' and `oo' for in-place installations.
33 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
35         * config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
37 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
39         * configure.bat: Don't create lisp/Makefile.unix.
41 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
43         * .cvsignore: Add `makefile' and `config.log'.
45 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
47         Merge gnulib getopt implementation into Emacs.
49         * inc/gettext.h: Remove; no longer needed now that
50         lib-src/gettext.h exists.
52 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
54         * configure.bat: Finish config.log with a line that indicates that
55         the configure step was successful.
57 2005-07-04  Lute Kamstra  <lute@gnu.org>
59         Update FSF's address in GPL notices.
61 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
63         * configure.bat: If their fc.exe returns a meaningful exit status,
64         don't overwrite src/config.h and src/epaths.h with identical
65         copies.
67         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
68         changes.  Add a pointer to another site with detailed configure
69         and build instructions.  Suggest to look at config.log when
70         configure fails.  Add MinGW Make 3.80 to the list of successful
71         combinations.
73         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
74         "-mcpu=i686".
76         * configure.bat: Update copyright years.
77         Delete config.log before doing anything else.
78         Write additional diagnostics to config.log in case of failures to
79         compile test programs, including the failed test program itself.
80         Add a test for support of -mtune=pentium4 switch to GCC; if it is
81         supported, set up MCPU_FLAG variable on the various Makefiles to
82         use that switch during compilations.  (This avoids GCC warning
83         about -mcpu being deprecated.)
85 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
87         * addsection.c (copy_executable_and_add_section): Pass non-zero
88         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
89         environment.  Print section names with %.8s.
90         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
91         only if non-zero.  All callers changed.
93 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
95         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
96         `const void *', for consistency with Posix.
98 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
100         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
102 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
104         * INSTALL: Add more pointers to ports of Unix tools to Windows,
105         and to the Emacs Wiki (which contains building instructions for
106         Windows).  Reword image library instructions and remove obsolete
107         incompatibility information.
109 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
111         * config.nt (HAVE_PWD_H): Undef.
113 2004-06-07  Juanma Barranquero  <lektu@terra.es>
115         * INSTALL: Clarify paragraph about compatibility between image
116         libraries and builds of Emacs with several compilers.
118 2004-06-06  Juanma Barranquero  <lektu@terra.es>
120         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
121         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
122         calling non-existent cmdproxy.exe on boostrappings after a
123         previous install followed by realclean.
125         * nmake.defs: Add quote in comment to resync font-locking.
127 2004-06-04  Juanma Barranquero  <lektu@terra.es>
129         * INSTALL: Reword the section on image support.  Add reference to
130         GnuWin32.  Mention problems when mixing binaries from different
131         compilers.
133 2004-05-06  Jason Rumney  <jasonr@gnu.org>
135         * configure.bat: Use -mno-cygwin to check for image libraries
136         when needed.
138 2004-05-03  Jason Rumney  <jasonr@gnu.org>
140         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
141         * makefile.def: Remove.
143         * nmake.defs (SYS_LDFLAGS): Add -nologo.
145         * makefile.w32-in (info-gmake, info-nmake): New targets.
146         (info): Use them.
148 2004-04-23  Juanma Barranquero  <lektu@terra.es>
150         * nmake.defs:
151         * gmake.defs:
152         * makefile.w32-in:
153         * makefile.def:
154         * makefile.nt: Add "-*- makefile -*-" mode tag.
156 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
158         * runemacs.c (WinMain): Let Emacs environment default to parent.
160 2004-03-11  Jason Rumney  <jasonr@gnu.org>
162         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
164 2004-03-10  Juanma Barranquero  <lektu@terra.es>
166         * makefile.w32-in (install): Don't try to copy
167         ../lib-src/fns-*.el, as it isn't used anymore.
169 2004-01-28  Peter Runestig  <peter@runestig.com>
171         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
173 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
175         * .cvsignore: Add `.arch-inventory'.
177 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
179         * inc/grp.h: New file.
181 2003-09-03  Peter Runestig  <peter@runestig.com>
183         * configure.bat: Create ``makefile'' in directories man, lispref
184         and lispintro.
186         * makefile.w32-in (force-info, info): New targets.
188         * envadd.bat: New file.
190         * multi-install-info.bat: New file.
192 2003-06-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
194         * config.nt (my_strftime): New define.
196 2003-02-01  Jason Rumney  <jasonr@gnu.org>
198         * configure.bat: Automatically detect libXpm.
199         Suppress compiler output when testing for image libraries.
200         Give names of un-found libraries in messages.
202 2003-01-31  Juanma Barranquero  <lektu@terra.es>
204         * configure.bat: Automatically detect giflib and tifflib.
206 2003-01-29  Jason Rumney  <jasonr@gnu.org>
208         * gmake.defs (CURDIR): Disable cygpath kludge.
210 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
212         * configure.bat: Avoid endless loop when configuring without image
213         support.
215 2003-01-26  Jason Rumney  <jasonr@gnu.org>
217         * configure.bat: Automatically detect jpeglib.
219 2003-01-25  Jason Rumney  <jasonr@gnu.org>
221         * configure.bat: Automatically detect libpng.
223 2003-01-21  Jason Rumney  <jasonr@gnu.org>
225         * icons/hand.cur: New file.
227 2003-01-21  David Ponce  <david@dponce.com>
229         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
231 2003-01-15  Andrew Innes  <andrewi@gnu.org>
233         * gmake.defs (CURDIR): Convert to native Windows format (with
234         forward slashes), to support building with Cygwin builds of make.
236 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
238         * nmake.defs:
239         * gmake.defs: Made changes so that Emacs would link with
240         WinMM.lib.  This change was required for my addition of a Windows
241         compatible implementation of play-sound-internal.
243 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
245         * emacs.rc: Version updated to 21.3.50.
247 2002-06-13  Jason Rumney  <jasonr@gnu.org>
249         * addpm.c (env_vars): Remove EMACSLOCKDIR.
251         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
252         (maybe-bootstrap-SH): New targets.
253         (all): Depend on maybe-bootstrap.
255 2002-05-03  Jason Rumney  <jasonr@gnu.org>
257         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
258         (sys_getpeername, fcntl): Declare as wrappers.
260 2002-04-10  Juanma Barranquero  <lektu@terra.es>
262         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
263         after compiling .el files.
265 2002-03-20  Jason Rumney  <jasonr@gnu.org>
267         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
268         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
270 2002-03-19  Kim F. Storm  <storm@cua.dk>
272         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
273         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
274         (HAVE_SYS_UN_H): Undef.
275         From David Ponce <dponce@voila.fr>.
277 2002-03-13  Jason Rumney  <jasonr@gnu.org>
279         * config.nt (STRFTIME_NO_POSIX2): Define.
281 2002-02-18  Jason Rumney  <jasonr@gnu.org>
283         * emacs.rc: Define VS_VERSION_INFO if not already.
284         Update version info.
286 2002-01-04  Andrew Innes  <andrewi@gnu.org>
288         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
289         pick up relevant bits of the Windows API definitions.
291         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
292         pick up relevant bits of the Windows API definitions.
294 2001-12-14  Andrew Innes  <andrewi@gnu.org>
296         * makefile.w32-in (bootstrap): Build addsection program before
297         bootstrap (required for post-processing temacs.exe).
299 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
301         * COPYING: New file.
303 2001-12-03  Andrew Innes  <andrewi@gnu.org>
305         * makefile.w32-in (bootstrap-nmake):
306         (bootstrap-gmake): Extend bootstrap process to first do
307         bootstrap-clean in lisp dir and rebuild the DOC file.
308         (bootstrap): Do a "normal" make after the bootstrap work.
310 2001-11-20  Jason Rumney  <jasonr@gnu.org>
312         * INSTALL: Update table of versions of make that are suitable
313         for building Emacs, based on recent feedback.
315         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
317 2001-11-19  Andrew Innes  <andrewi@gnu.org>
319         * ftime-nostartup.bat: New file.
321         * ftime.bat: Don't include libc.lib for profiling - the profiler
322         corrupts part of memcpy.
324 2001-11-17  Jason Rumney  <jasonr@gnu.org>
326         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
327         expansion.  From Juanma Barranquero <lektu@terra.es>.
329 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
331         * (Version 21.1 released.)
333 2001-10-12  Andrew Innes  <andrewi@gnu.org>
335         * inc/pwd.h (uid_t, gid_t): New typedefs.
337 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
339         * Branch for 21.1.
341 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
343         * README: Update the address of the mailing list and subscription
344         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
346 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
348         * INSTALL: Suggest to avoid using WinZip.
350         * configure.bat: Make sure ../site-lisp exists; create if necessary.
352 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
354         * INSTALL: Mention that "make install" can be "nmake install".
356 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
358         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
359         since some versions of `mkdir' don't automatically create parent
360         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
362 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
364         * subdirs.el: New file.
366         * configure.bat: Copy subdirs.el to the site-lisp directory.
368         * makefile.w32-in (install): Copy subdirs.el to the installation
369         directory.
371 2001-06-20  Jason Rumney  <jasonr@gnu.org>
373         * runemacs.c (WinMain): Add quotes around command in case of spaces.
375 2001-06-01  Andrew Innes  <andrewi@gnu.org>
377         * gmake.defs (sh_output): Don't use $(warning ...) to output
378         messages, since that is not supported by GNU make 3.77.
380 2001-05-24  Jason Rumney  <jasonr@gnu.org>
382         * INSTALL: Clarify that building with MSVC requires nmake.
384 2001-05-17  Andrew Innes  <andrewi@gnu.org>
386         * gmake.defs (NEW_CYGWIN): Output message about spurious error
387         message that is to be ignored.
389 2001-05-13  Andrew Innes  <andrewi@gnu.org>
391         * TODO: Remove file, since it is completely out of date.
393         * README: Add copyright notice.
395         * INSTALL: Add copyright notice.
397 2001-04-18  Andrew Innes  <andrewi@gnu.org>
399         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
400         the environment.
402         * gmake.defs (SETLOADPATH): Remove definition.
403         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
404         environment.
406 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
408         * configure.bat: Make the checkw32api* labels be distinct in the
409         first 8 characters.
411 2001-03-17  Andrew Innes  <andrewi@gnu.org>
413         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
414         escaped quotes.
416         * gmake.defs (DEBUG_LINK): New macro.
417         (LINK_FLAGS): Use it.
419         * nmake.defs (DEBUG_LINK): New macro.
420         (LINK_FLAGS): Use it.
422 2001-03-06  Andrew Innes  <andrewi@gnu.org>
424         * INSTALL: Add --ldflags to configure line for building with
425         recent versions of Cygwin GCC.
427 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
429         * configure.bat: Use correct options when compiling a test program
430         with Cygwin.  From David Ponce <dponce@voila.fr>.
432 2001-02-24  Andrew Innes  <andrewi@gnu.org>
434         * _emacs: Remove obsolete file.
436         * emacs.bat.in: Remove obsolete file.
438         * debug.bat.in: Remove obsolete file.
440         * inc/sys/socket.h: Add copyright notice.
442         * paths.h: Add copyright notice.
444         * makefile.nt: Update copyright notice.
446         * makefile.def: Update copyright notice.
448         * configure.bat: Update copyright notice.
450         * nmake.defs: Add copyright notice.
452         * gmake.defs: Add copyright notice.
454         * makefile.w32-in: Add copyright notice.
456 2001-02-05  Andrew Innes  <andrewi@gnu.org>
458         * nmake.defs (THISDIR): New definition.
460         * gmake.defs (THISDIR): New definition.
462 2001-02-03  Andrew Innes  <andrewi@gnu.org>
464         * configure.bat: Leave a space before >> only when there is a
465         preceding digit.  Add a comment about the importance of this.
467         * README: Replace outdated information.
469         * INSTALL (Trouble-shooting): Add note about need to specify extra
470         compiler flags with recent Cygwin ports of gcc.
472 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
474         * configure.bat: Use "rm -f" instead of "del /f", as the latter
475         is not supported by Windows 9X's COMMAND.COM.
477 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
479         * configure.bat: Make sure redirection is preceeded by a blank, to
480         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
481         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
483 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
485         * INSTALL: Copy the table of tested combinations of development
486         tools from confuigure.bat.  Add suggestion to install Bash on
487         Windows 9X.
489         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
490         lisp/Makefile.in instead.  Use "rm -f" where more than one file
491         needs to be deleted, since command.com in Windows 9X doesn't grok
492         more than one argument.
494 2001-01-24  Andrew Innes  <andrewi@gnu.org>
496         * makefile.w32-in (cleanall-other-dirs-nmake):
497         (cleanall-other-dirs-gmake): New targets.
498         (cleanall): Invoke them.
500 2001-01-19  Andrew Innes  <andrewi@gnu.org>
502         * addpm.c (env_vars): Add a version-independent site-lisp
503         directory to EMACSLOADPATH, after the version dependent one.
505 2001-01-06  Andrew Innes  <andrewi@gnu.org>
507         * README: Update info about compilers.
509         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
510         select correct rule for invoking make in another directory.  Amend
511         rules accordingly.
512         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
514         * nmake.defs (EMACS_ICON_PATH): Delete definition.
515         (COMPILER_TEMP_FILES): New definition.
516         (MAKETYPE): New definition.
518         * gmake.defs (EMACS_ICON_PATH): Delete definition.
519         (COMPILER_TEMP_FILES): New definition.
520         (MAKETYPE): New definition.
522         * makefile.def (EMACS_ICON_PATH): Delete definition.
524         * configure.bat: Be careful not to add trailing spaces when
525         outputting to config.settings.
527 2001-01-02  Andrew Innes  <andrewi@gnu.org>
529         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
530         than the function.
532 2000-12-17  Andrew Innes  <andrewi@gnu.org>
534         * makefile.w32-in (install): Copy directories to the correct
535         places.
536         (real_install): Remove obsolete target.
538 2000-12-06  Andrew Innes  <andrewi@gnu.org>
540         * nmake.defs (CURDIR): New define.
541         (INSTALL_DIR): Use it.
543         * gmake.defs (NEW_CYGWIN): New define.
544         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
545         so we need to adjust how we escape embedded quotes.
546         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
547         relative to $(CURDIR).
549 2000-11-25  Jason Rumney  <jasonr@gnu.org>
551         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
553 2000-10-17  Andrew Innes  <andrewi@gnu.org>
555         * makefile.w32-in (recompile): New target to recompile lisp
556         directory.
557         (recompile-CMD, recompile-SH): New support targets.
559 2000-09-24  Jason Rumney  <jasonr@gnu.org>
561         * config.nt (NO_RETURN): Define it.
563 2000-09-17  Andrew Innes  <andrewi@gnu.org>
565         * gmake.defs: Revert to Unix line endings.
567         * nmake.defs: Revert to Unix line endings.
569 2000-09-16  Andrew Innes  <andrewi@gnu.org>
571         * gmake.defs (SETLOADPATH): Change definition to work from any
572         subdirectory.
574 2000-09-14  Andrew Innes  <andrewi@gnu.org>
576         * makefile.w32-in: Revert to Unix line endings.
578 2000-09-14  Andrew Innes  <andrewi@gnu.org>
580         * INSTALL: Add note about expected error messages when configure
581         is run.
583         * configure.bat: Simplify the generation of makefiles (don't need
584         to generate various top-level targets that invoke make in other
585         directories).
587         * gmake.defs (SHELLTYPE): New define.
588         (SETLOADPATH): New define.
590         * nmake.defs (SHELLTYPE): New define.
592         * makefile.w32-in: Standardize indentation somewhat.
593         Add bootstrap support.
594         Pass $(MFLAGS) when invoking make recursively.
595         Add shell-specific variants of top-level targets that invoke make
596         recursively in other directories, and add necessary computed
597         dependencies.
599 2000-09-03  Andrew Innes  <andrewi@gnu.org>
601         * makefile.w32-in: Change to DOS line endings.
603         * configure.bat: Change to DOS line endings.
605         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
606         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
608         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
609         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
611         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
612         -D_ANONYMOUS_STRUCT on compile line.
613         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
614         (ARCH_CFLAGS): Change optimization flags to -O2.
615         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
616         (ARGQUOTE, DQUOTE): New defines.
618         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
619         -D_ANONYMOUS_STRUCT on compile line.
620         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
621         (ARGQUOTE, DQUOTE): New defines.
623 2000-08-22  Andrew Innes  <andrewi@gnu.org>
625         * configure.bat: New file.
627         * gmake.defs: New file.
629         * nmake.defs: New file.
631         * makefile.w32-in: New file.
633         * INSTALL: Rewrite to match new configure process.
635         * config.nt [WINDOWSNT]: Don't declare getenv.
636         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
638         * addpm.c (main): Accept /q to mean install based on addpm's
639         location without asking.  Remove reference to emacs.bat which is
640         now obsolete.
642         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
644         * paths.h: Use forward slash as directory separator in all path
645         definitions.
646         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
648         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
650         * runemacs.c: Remove WIN32 define.
652         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
653         not defined.
655         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
656         (fd_set): Define to new name, after including winsock.h, so we can
657         provide our own implementation.
659 2000-07-05  Andrew Innes  <andrewi@gnu.org>
661         * ebuild.bat: Add support for specifying make arguments.
663         * makefile.nt: Add support for `bootstrap' and related targets.
665 2000-06-11  Jason Rumney  <jasonr@gnu.org>
667         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
669 2000-02-06  Andrew Innes  <andrewi@gnu.org>
671         * inc/sys/time.h: Add inclusion protection.
673         * makefile.def (SYS_LDFLAGS): Add -nologo.
675 1999-11-22  Andrew Innes  <andrewi@gnu.org>
677         * install.bat: Pass on command line arguments to make.
679         * makefile.nt (fast_install): Bring commands up-to-date, and fix
680         typo.
682 1999-11-21  Andrew Innes  <andrewi@gnu.org>
684         * makefile.nt (all): Build leim if present.
685         (install): Install leim if present.
686         (clean): Clean leim if present.
688         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
689         definition.
691         * emacs.bat.in (EMACSLOADPATH): Include leim.
693 1999-07-12  Richard Stallman  <rms@gnu.org>
695         * Version 20.4 released.
697 1999-06-16  Andrew Innes  <andrewi@gnu.org>
699         * emacs.rc: Use an icon with a transparent background, to be in
700         keeping with other applications.
702 1999-06-03  Andrew Innes  <andrewi@gnu.org>
704         * preprep.c: Fix typo.
706 1999-05-02  Andrew Innes  <andrewi@gnu.org>
708         * config.h: Remove obsolete file.
710         * preprep.c (copy_executable_and_move_sections): Ifdef out a
711         couple of unused switch cases that aren't defined on all
712         platforms.
714         * ftime.bat: Add another variation of the profile command, which
715         only profiles extended commands.
717 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
719         * cmdproxy.c (main): Fix parens.
721 1999-03-25  Andrew Innes  <andrewi@gnu.org>
723         * cmdproxy.c (main): Call GetShortPathName to normalize program
724         names for comparison.
726 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
728         * makefile.def: Compile multiple .c files when possible.
729         Use BLD instead of assuming i386.
730         * makefile.nt: Remove common multiple file compilation commands.
732 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
734         * cmdproxy.c (main): Add missing parens.
736 1999-02-20  Andrew Innes  <andrewi@gnu.org>
738         * preprep.c: New program to allow dumped image to be profiled.
740         * makefile.nt (preprep): New target.
741         (ALL): Build it.
743         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
745         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
746         Change prep options to profile libc functions and skip the startup
747         code.
749 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
751         * makefile.nt: Create installation directory as first step.
753 1999-01-31  Andrew Innes  <andrewi@gnu.org>
755         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
756         ROUND_UP_DST.  Zeroes the alignment slop.
757         (copy_executable_and_add_section): Update the
758         SizeOfHeaders field properly.
760 1999-01-27  Andrew Innes  <andrewi@gnu.org>
762         * makefile.nt: Do make version comparison as strings.
764 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
766         * runemacs.c (WinMain): Pass explicit environment block to
767         CreateProcess, to work around a bug in Windows 95/98.
769 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
771         * icons: New directory with Davenport's icons.
772         * icons/sink.ico: Renamed from emacs.ico.
774         * makefile.nt (install, fast_install): Install Windows icons
775         into etc/icons.
777         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
779 1999-01-17  Andrew Innes  <andrewi@gnu.org>
781         * makefile.nt: (ALL): List top-level targets.
782         (addsection): New top-level target.
783         (install): Copy fns-*.el to bin directory.
785         * addsection.c: New program to add static heap section to
786         temacs.exe after linking, in support of new unexec method.
788 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
790         * cmdproxy.c (spawn): Pass directory for child as parameter.
791         (main): Save startup directory to give to spawn, then change
792         directory to location of .exe in order not to prevent startup
793         directory from being deleted.
795 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
797         * makefile.nt: Do string comparision of _NMAKE_VER.
799 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
801         * config.nt (LOCALTIME_CACHE): Define.
803 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
805         * install.bat: Convert to DOS format.
807 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
809         * cmdproxy.c (main): Set environment size only when running
810         command.com.
812 1998-11-03  Theodore Jump  <tjump@tertius.com>
814         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
815         (DEL_TREE): Use rd instead of rmdir.
816         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
817         * makefile.nt: Compile multiple source files when possible.
819 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
821         * cmdproxy.c (main): Treat command line options as case-insensitive.
823 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
825         * Version 20.3 released.
827 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
829         * addpm.c (main): Explicitly check result of message box for OK.
831 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
833         * inc/sys/file.h (D_OK): Define new macro.
835 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
837         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
839 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
841         * emacs.rc (VS_VERSION_INFO): Define.
843 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
845         * makefile.nt (emacs.bat, debug.bat): Create them in the
846         installation directory.
848 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
850         * ddeclient.c: New file.  (Support program for performing limited
851         interprocess communication on Windows.)
853         * makefile.nt: Build ddeclient.
855         * cmdproxy.c (main): Only set environment size for real shell, and
856         provide extra directory argument, when running on Windows 95.
858 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
860         * cmdproxy.c (fail): Exit with a negative return value.
861         (spawn): Return subprocess return code as an argument.
862         Explicitly copy environment block.
863         (main): Update to use return value argument with spawn.
864         Retry if spawn failed when a subshell was not tried.
866         * config.nt: Include new macros from src/config.in.
867         (GNU_MALLOC, REL_ALLOC): Define.
868         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
869         (RE_TRANSLATE): Use char_table_translate.
871         * makefile.def (CP_DIR): Preserve attributes.
873         * makefile.nt (clean): Delete patch generated files, optimized
874         build directory.
876 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
878         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
880 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
882         * Version 20.2 released.
884 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
886         * Version 20.1 released.
888 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
890         * debug.bat.in: New file.
891         * makefile.nt (debug.bat): New target.
893 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
895         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
896         Quote group name.  Allow different icons to be specified.
898         * cmdproxy.c (get_env_size): New function.
899         (spawn): Explicitly pass in environment when creating subprocess.
900         (main): Cleaup error messages.
901         Specify dynamically sized environment block for real shell.
902         Pass on unhandled switches to real shell.
903         Quote program name.
905         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
906         directory.
907         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
909         * runemacs.c (WinMain): Allow Emacs process to be started with
910         high or low priority.
912         * emacs.bat.in: Remove OS dependent operations.
914 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
916         * addpm.c (env_vars): No longer set INFOPATH.
918         * cmdproxy.c (get_next_token): Null terminate token returned.
920         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
922 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
924         * addpm.c (env_vars): Set SHELL to cmdproxy.
925         (main): Initialize idDde to 0.
926         Determine emacs_path from module file name.
927         Prompt for install.
929         * makefile.def (MSVCNT11): Conditionally define it.
930         (BASE_LIBS): Do not use oldnames.lib.
931         (SYS_LDFLAGS): Use pdb files.
932         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
933         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
934         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
936         * makefile.nt (ALL): Build cmdproxy.
937         (cmdproxy): New target.
938         (install): Install cmdproxy.
940         * ftime.bat, debug.bat, cmdproxy.c: New files.
942 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
944         * inc/sys/socket.h: (shutdown): Define.
945         (sys_shutdown): Export.
947 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
949         * config.nt (RE_TRANSLATE): Copy definition from config.in.
951 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
953         * config.nt: Update file comments.
954         Update undefs added/removed in src/config.in.
956 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
958         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
959         of win95 and winnt, respectively.
961 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
963         * makefile.nt (real_install): Create site-lisp in installation dir.
964         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
965         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
967 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
969         * Version 19.33 released.
971 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
973         * runemacs.c (WinMain): Put a space between the binary and its args.
975 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
977         * Version 19.32 released.
979 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
981         * makefile.nt (clean): Use OBJDIR macro.
983 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
985         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
986         Not defined by default.
987         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
988         (WinMain): Convert backslashes to slashes in env var values.
990         * addpm.c (env_vars): Use slashes, not backslashes.
992 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
994         * Version 19.31 released.
996 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
998         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
999         undo settings afterwards.
1001 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
1003         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1004         environment variable.
1006 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
1008         * install.bat: Allow for optimized build.
1009         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1010         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1012 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
1014         * addpm.c (REG_ROOT): Don't use a trailing backslash.
1015         (env_vars): Rename field emacs_path to emacs_dir.
1016         (main): Add link to runemacs instead of emacs.
1018         * install.bat: Check if INSTALL_DIR is passed as an argument.
1020         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1022         * makefile.nt: Build and install runemacs.exe.
1024         * runemacs.c: New file.
1026         * config.w95: File removed.
1028         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1029         inc/sys/socket.h, inc/sys/time.h: New header files.
1031         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1033 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
1035         * makefile.def (DEL): Defined.
1036         (DEL_TREE) [win95]: Defined.
1037         (SYS_LDFLAGS): Set executable versions to 3.10.
1039         * makefile.nt: Change uses of del to $(DEL).
1041 1996-01-17  Erik Naggum  <erik@naggum.no>
1043         * All files: Update FSF's address in comment preamble.
1045 1996-01-03  George V. Reilly  <georger@microcrafts.com>
1047         * emacs.ico: Now the proverbial kitchen sink icon.
1049 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1051         * Version 19.30 released.
1053 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
1055         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1057         * makefile.nt (install, fast_install, real_install, clean):
1058         Don't use switches to del not supported by Win95.
1060 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
1062         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1063         (install, fast_install): Change same-dir test to create test file in
1064         installation tree and thereby support read-only shares.
1065         (clean): Remove .pdb files.
1067         * makefile.def (NTGUI): New macro.
1068         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1070         * config.nt, config.w95: Update to latest src/config.in.
1072         * addpm.c (env_vars): New variable.
1073         (add_registry): New procedure.
1074         (main): Use values of configuration environment variables from
1075         the registry if defined, the process environment otherwise.
1077 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1079         * Version 19.29 released.
1081         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1083 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
1085         * makefile.nt: Define .c to .obj suffix rule.
1086         (addpm.obj): Compile directly, use CFLAGS.
1087         (addpm.exe): Link from addpm.obj.
1089         * makefile.def (MSVCNT11): Defined.
1090         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1091         (CFLAGS_COMMON): Defined.
1092         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1094 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
1096         * emacs.bat.in: Renamed from emacs.bat.
1097         (emacs_dir): Renamed from emacs_path.
1098         Definition removed.
1100         * addpm.c: New file.
1101         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
1102         (all): Depend upon $(BLD) and $(ALL).
1103         (install): Depend upon emacs.bat.
1104         Create program item for Emacs.
1105         (clean): Delete obj.
1106         (emacs.bat): Defined.
1107         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
1109 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
1111         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1112         Add carriage returns; necessary for batch files on Win95.
1114 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
1116         * config.w95: Created.
1117         * config.h: Changed to config.nt.
1119         * makefile.nt (SUBDIRS): Commented out.
1120         (all,install,clean): Expand for-loops.
1121         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1123         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1124         (ARCH): New definition.
1125         (CPU,CONFIG_H,OS_TYPE): Defined.
1126         (INCLUDE,LIB): Checked if valid.
1127         (ntwin32.mak): Included.
1128         (AR,CC,LINK): New definition.
1129         (ADVAPI32,libc,BASE_LIBS): Defined.
1130         (SYS_LDFLAGS): New definition.
1131         Update comments and preprocessor conditionals.
1133         * emacs.bat (SHELL): Conditionally defined.
1134         (HOME): Conditionally defined.
1135         (emacs_path,HOME): Update comments.
1136         Turn off all echo.
1138 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
1140         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1141         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1142         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1143         inc/sys/param.h: Removed carriage-returns.
1145 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
1147         * makefile.def (CVTRES): Defined.
1149         * emacs.ico, emacs.rc: New files by Kevin Gallo.
1151 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1153         * src: Remove directory.
1155         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1157 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1159         * makefile.def (INSTALL_DIR): Changed to generic directory.
1161         * emacs.bat: Added arguments when emacs.exe invoked.
1163         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1165 1994-12-13  voelker  <voelker@cs.washington.edu>
1167         * makefile.def (CC): In configuration section.
1168         (COMPAT_LIB): Defined.
1170 1994-11-01  voelker  <voelker@cs.washington.edu>
1172         * src/paths.h: New file.
1174         * src/config.h: New file.
1176         * inc/pwd.h: New file.
1178         * inc/sys/dir.h: New file.
1180         * inc/sys/file.h: New file.
1182         * inc/sys/ioctl.h: New file.
1184         * inc/sys/param.h: New file.
1186         * todo: New file.
1188         * README: New file.
1190         * makefile.nt: New file.
1192         * makefile.def: New file.
1194         * install.cmd: New file.
1196         * INSTALL: New file.
1198         * fast-install.cmd: New file.
1200         * emacs.cmd: New file.
1202         * ebuild.cmd: New file.
1204         * _emacs: New file.
1206 ;; Local Variables:
1207 ;; coding: iso-2022-7bit
1208 ;; End:
1210     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1211        2005, 2006 Free Software Foundation, Inc.
1212   Copying and distribution of this file, with or without modification,
1213   are permitted provided the copyright notice and this notice are preserved.
1215 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414