Add cyrillic-iso8859-5 characters in the encoding table of
[emacs.git] / nt / ChangeLog
blob33507ef581d6a7bdae7f9e0f65f2d0cba3c09e4f
1 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
3         * INSTALL: Add more pointers to ports of Unix tools to Windows,
4         and to the Emacs Wiki (which contains building instructions for
5         Windows).  Reword image library instructions and remove obsolete
6         incompatibility information.
8 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
10         * config.nt (HAVE_PWD_H): Undef.
12 2004-06-07  Juanma Barranquero  <lektu@terra.es>
14         * INSTALL: Clarify paragraph about compatibility between image
15         libraries and builds of Emacs with several compilers.
17 2004-06-06  Juanma Barranquero  <lektu@terra.es>
19         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
20         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
21         calling non-existent cmdproxy.exe on boostrappings after a
22         previous install followed by realclean.
24         * nmake.defs: Add quote in comment to resync font-locking.
26 2004-06-04  Juanma Barranquero  <lektu@terra.es>
28         * INSTALL: Reword the section on image support.  Add reference to
29         GnuWin32.  Mention problems when mixing binaries from different
30         compilers.
32 2004-05-06  Jason Rumney  <jasonr@gnu.org>
34         * configure.bat: Use -mno-cygwin to check for image libraries
35         when needed.
37 2004-05-03  Jason Rumney  <jasonr@gnu.org>
39         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
40         * makefile.def: Remove.
42         * nmake.defs (SYS_LDFLAGS): Add -nologo.
44         * makefile.w32-in (info-gmake, info-nmake): New targets.
45         (info): Use them.
47 2004-04-23  Juanma Barranquero  <lektu@terra.es>
49         * nmake.defs:
50         * gmake.defs:
51         * makefile.w32-in:
52         * makefile.def:
53         * makefile.nt: Add "-*- makefile -*-" mode tag.
55 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
57         * runemacs.c (WinMain): Let Emacs environment default to parent.
59 2004-03-11  Jason Rumney  <jasonr@gnu.org>
61         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
63 2004-03-10  Juanma Barranquero  <lektu@terra.es>
65         * makefile.w32-in (install): Don't try to copy
66         ../lib-src/fns-*.el, as it isn't used anymore.
68 2004-01-28  Peter Runestig  <peter@runestig.com>
70         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
72 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
74         * .cvsignore: Add `.arch-inventory'.
76 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
78         * inc/grp.h: New file.
80 2003-09-03  Peter Runestig  <peter@runestig.com>
82         * configure.bat: Create ``makefile'' in directories man, lispref
83         and lispintro.
85         * makefile.w32-in (force-info, info): New targets.
87         * envadd.bat: New file.
89         * multi-install-info.bat: New file.
91 2003-06-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
93         * config.nt (my_strftime): New define.
95 2003-02-01  Jason Rumney  <jasonr@gnu.org>
97         * configure.bat: Automatically detect libXpm.
98         Suppress compiler output when testing for image libraries.
99         Give names of un-found libraries in messages.
101 2003-01-31  Juanma Barranquero  <lektu@terra.es>
103         * configure.bat: Automatically detect giflib and tifflib.
105 2003-01-29  Jason Rumney  <jasonr@gnu.org>
107         * gmake.defs (CURDIR): Disable cygpath kludge.
109 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
111         * configure.bat: Avoid endless loop when configuring without image
112         support.
114 2003-01-26  Jason Rumney  <jasonr@gnu.org>
116         * configure.bat: Automatically detect jpeglib.
118 2003-01-25  Jason Rumney  <jasonr@gnu.org>
120         * configure.bat: Automatically detect libpng.
122 2003-01-21  Jason Rumney  <jasonr@gnu.org>
124         * icons/hand.cur: New file.
126 2003-01-21  David Ponce  <david@dponce.com>
128         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
130 2003-01-15  Andrew Innes  <andrewi@gnu.org>
132         * gmake.defs (CURDIR): Convert to native Windows format (with
133         forward slashes), to support building with Cygwin builds of make.
135 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
137         * nmake.defs:
138         * gmake.defs: Made changes so that Emacs would link with
139         WinMM.lib.  This change was required for my addition of a Windows
140         compatible implementation of play-sound-internal.
142 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
144         * emacs.rc: Version updated to 21.3.50.
146 2002-06-13  Jason Rumney  <jasonr@gnu.org>
148         * addpm.c (env_vars): Remove EMACSLOCKDIR.
150         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
151         (maybe-bootstrap-SH): New targets.
152         (all): Depend on maybe-bootstrap.
154 2002-05-03  Jason Rumney  <jasonr@gnu.org>
156         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
157         (sys_getpeername, fcntl): Declare as wrappers.
159 2002-04-10  Juanma Barranquero  <lektu@terra.es>
161         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
162         after compiling .el files.
164 2002-03-20  Jason Rumney  <jasonr@gnu.org>
166         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
167         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
169 2002-03-19  Kim F. Storm  <storm@cua.dk>
171         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
172         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
173         (HAVE_SYS_UN_H): Undef.
174         From David Ponce <dponce@voila.fr>.
176 2002-03-13  Jason Rumney  <jasonr@gnu.org>
178         * config.nt (STRFTIME_NO_POSIX2): Define.
180 2002-02-18  Jason Rumney  <jasonr@gnu.org>
182         * emacs.rc: Define VS_VERSION_INFO if not already.
183         Update version info.
185 2002-01-04  Andrew Innes  <andrewi@gnu.org>
187         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
188         pick up relevant bits of the Windows API definitions.
190         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
191         pick up relevant bits of the Windows API definitions.
193 2001-12-14  Andrew Innes  <andrewi@gnu.org>
195         * makefile.w32-in (bootstrap): Build addsection program before
196         bootstrap (required for post-processing temacs.exe).
198 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
200         * COPYING: New file.
202 2001-12-03  Andrew Innes  <andrewi@gnu.org>
204         * makefile.w32-in (bootstrap-nmake):
205         (bootstrap-gmake): Extend bootstrap process to first do
206         bootstrap-clean in lisp dir and rebuild the DOC file.
207         (bootstrap): Do a "normal" make after the bootstrap work.
209 2001-11-20  Jason Rumney  <jasonr@gnu.org>
211         * INSTALL: Update table of versions of make that are suitable
212         for building Emacs, based on recent feedback.
214         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
216 2001-11-19  Andrew Innes  <andrewi@gnu.org>
218         * ftime-nostartup.bat: New file.
220         * ftime.bat: Don't include libc.lib for profiling - the profiler
221         corrupts part of memcpy.
223 2001-11-17  Jason Rumney  <jasonr@gnu.org>
225         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
226         expansion.  From Juanma Barranquero <lektu@terra.es>.
228 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
230         * (Version 21.1 released.)
232 2001-10-12  Andrew Innes  <andrewi@gnu.org>
234         * inc/pwd.h (uid_t, gid_t): New typedefs.
236 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
238         * Branch for 21.1.
240 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
242         * README: Update the address of the mailing list and subscription
243         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
245 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
247         * INSTALL: Suggest to avoid using WinZip.
249         * configure.bat: Make sure ../site-lisp exists; create if necessary.
251 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
253         * INSTALL: Mention that "make install" can be "nmake install".
255 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
257         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
258         since some versions of `mkdir' don't automatically create parent
259         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
261 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
263         * subdirs.el: New file.
265         * configure.bat: Copy subdirs.el to the site-lisp directory.
267         * makefile.w32-in (install): Copy subdirs.el to the installation
268         directory.
270 2001-06-20  Jason Rumney  <jasonr@gnu.org>
272         * runemacs.c (WinMain): Add quotes around command in case of spaces.
274 2001-06-01  Andrew Innes  <andrewi@gnu.org>
276         * gmake.defs (sh_output): Don't use $(warning ...) to output
277         messages, since that is not supported by GNU make 3.77.
279 2001-05-24  Jason Rumney  <jasonr@gnu.org>
281         * INSTALL: Clarify that building with MSVC requires nmake.
283 2001-05-17  Andrew Innes  <andrewi@gnu.org>
285         * gmake.defs (NEW_CYGWIN): Output message about spurious error
286         message that is to be ignored.
288 2001-05-13  Andrew Innes  <andrewi@gnu.org>
290         * TODO: Remove file, since it is completely out of date.
292         * README: Add copyright notice.
294         * INSTALL: Add copyright notice.
296 2001-04-18  Andrew Innes  <andrewi@gnu.org>
298         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
299         the environment.
301         * gmake.defs (SETLOADPATH): Remove definition.
302         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
303         environment.
305 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
307         * configure.bat: Make the checkw32api* labels be distinct in the
308         first 8 characters.
310 2001-03-17  Andrew Innes  <andrewi@gnu.org>
312         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
313         escaped quotes.
315         * gmake.defs (DEBUG_LINK): New macro.
316         (LINK_FLAGS): Use it.
318         * nmake.defs (DEBUG_LINK): New macro.
319         (LINK_FLAGS): Use it.
321 2001-03-06  Andrew Innes  <andrewi@gnu.org>
323         * INSTALL: Add --ldflags to configure line for building with
324         recent versions of Cygwin GCC.
326 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
328         * configure.bat: Use correct options when compiling a test program
329         with Cygwin.  From David Ponce <dponce@voila.fr>.
331 2001-02-24  Andrew Innes  <andrewi@gnu.org>
333         * _emacs: Remove obsolete file.
335         * emacs.bat.in: Remove obsolete file.
337         * debug.bat.in: Remove obsolete file.
339         * inc/sys/socket.h: Add copyright notice.
341         * paths.h: Add copyright notice.
343         * makefile.nt: Update copyright notice.
345         * makefile.def: Update copyright notice.
347         * configure.bat: Update copyright notice.
349         * nmake.defs: Add copyright notice.
351         * gmake.defs: Add copyright notice.
353         * makefile.w32-in: Add copyright notice.
355 2001-02-05  Andrew Innes  <andrewi@gnu.org>
357         * nmake.defs (THISDIR): New definition.
359         * gmake.defs (THISDIR): New definition.
361 2001-02-03  Andrew Innes  <andrewi@gnu.org>
363         * configure.bat: Leave a space before >> only when there is a
364         preceding digit.  Add a comment about the importance of this.
366         * README: Replace outdated information.
368         * INSTALL (Trouble-shooting): Add note about need to specify extra
369         compiler flags with recent Cygwin ports of gcc.
371 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
373         * configure.bat: Use "rm -f" instead of "del /f", as the latter
374         is not supported by Windows 9X's COMMAND.COM.
376 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
378         * configure.bat: Make sure redirection is preceeded by a blank, to
379         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
380         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
382 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
384         * INSTALL: Copy the table of tested combinations of development
385         tools from confuigure.bat.  Add suggestion to install Bash on
386         Windows 9X.
388         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
389         lisp/Makefile.in instead.  Use "rm -f" where more than one file
390         needs to be deleted, since command.com in Windows 9X doesn't grok
391         more than one argument.
393 2001-01-24  Andrew Innes  <andrewi@gnu.org>
395         * makefile.w32-in (cleanall-other-dirs-nmake):
396         (cleanall-other-dirs-gmake): New targets.
397         (cleanall): Invoke them.
399 2001-01-19  Andrew Innes  <andrewi@gnu.org>
401         * addpm.c (env_vars): Add a version-independent site-lisp
402         directory to EMACSLOADPATH, after the version dependent one.
404 2001-01-06  Andrew Innes  <andrewi@gnu.org>
406         * README: Update info about compilers.
408         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
409         select correct rule for invoking make in another directory.  Amend
410         rules accordingly.
411         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
413         * nmake.defs (EMACS_ICON_PATH): Delete definition.
414         (COMPILER_TEMP_FILES): New definition.
415         (MAKETYPE): New definition.
417         * gmake.defs (EMACS_ICON_PATH): Delete definition.
418         (COMPILER_TEMP_FILES): New definition.
419         (MAKETYPE): New definition.
421         * makefile.def (EMACS_ICON_PATH): Delete definition.
423         * configure.bat: Be careful not to add trailing spaces when
424         outputting to config.settings.
426 2001-01-02  Andrew Innes  <andrewi@gnu.org>
428         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
429         than the function.
431 2000-12-17  Andrew Innes  <andrewi@gnu.org>
433         * makefile.w32-in (install): Copy directories to the correct
434         places.
435         (real_install): Remove obsolete target.
437 2000-12-06  Andrew Innes  <andrewi@gnu.org>
439         * nmake.defs (CURDIR): New define.
440         (INSTALL_DIR): Use it.
442         * gmake.defs (NEW_CYGWIN): New define.
443         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
444         so we need to adjust how we escape embedded quotes.
445         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
446         relative to $(CURDIR).
448 2000-11-25  Jason Rumney  <jasonr@gnu.org>
450         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
452 2000-10-17  Andrew Innes  <andrewi@gnu.org>
454         * makefile.w32-in (recompile): New target to recompile lisp
455         directory.
456         (recompile-CMD, recompile-SH): New support targets.
458 2000-09-24  Jason Rumney  <jasonr@gnu.org>
460         * config.nt (NO_RETURN): Define it.
462 2000-09-17  Andrew Innes  <andrewi@gnu.org>
464         * gmake.defs: Revert to Unix line endings.
466         * nmake.defs: Revert to Unix line endings.
468 2000-09-16  Andrew Innes  <andrewi@gnu.org>
470         * gmake.defs (SETLOADPATH): Change definition to work from any
471         subdirectory.
473 2000-09-14  Andrew Innes  <andrewi@gnu.org>
475         * makefile.w32-in: Revert to Unix line endings.
477 2000-09-14  Andrew Innes  <andrewi@gnu.org>
479         * INSTALL: Add note about expected error messages when configure
480         is run.
482         * configure.bat: Simplify the generation of makefiles (don't need
483         to generate various top-level targets that invoke make in other
484         directories).
486         * gmake.defs (SHELLTYPE): New define.
487         (SETLOADPATH): New define.
489         * nmake.defs (SHELLTYPE): New define.
491         * makefile.w32-in: Standardize indentation somewhat.
492         Add bootstrap support.
493         Pass $(MFLAGS) when invoking make recursively.
494         Add shell-specific variants of top-level targets that invoke make
495         recursively in other directories, and add necessary computed
496         dependencies.
498 2000-09-03  Andrew Innes  <andrewi@gnu.org>
500         * makefile.w32-in: Change to DOS line endings.
502         * configure.bat: Change to DOS line endings.
504         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
505         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
507         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
508         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
510         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
511         -D_ANONYMOUS_STRUCT on compile line.
512         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
513         (ARCH_CFLAGS): Change optimization flags to -O2.
514         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
515         (ARGQUOTE, DQUOTE): New defines.
517         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
518         -D_ANONYMOUS_STRUCT on compile line.
519         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
520         (ARGQUOTE, DQUOTE): New defines.
522 2000-08-22  Andrew Innes  <andrewi@gnu.org>
524         * configure.bat: New file.
526         * gmake.defs: New file.
528         * nmake.defs: New file.
530         * makefile.w32-in: New file.
532         * INSTALL: Rewrite to match new configure process.
534         * config.nt [WINDOWSNT]: Don't declare getenv.
535         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
537         * addpm.c (main): Accept /q to mean install based on addpm's
538         location without asking.  Remove reference to emacs.bat which is
539         now obsolete.
541         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
543         * paths.h: Use forward slash as directory separator in all path
544         definitions.
545         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
547         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
549         * runemacs.c: Remove WIN32 define.
551         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
552         not defined.
554         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
555         (fd_set): Define to new name, after including winsock.h, so we can
556         provide our own implementation.
558 2000-07-05  Andrew Innes  <andrewi@gnu.org>
560         * ebuild.bat: Add support for specifying make arguments.
562         * makefile.nt: Add support for `bootstrap' and related targets.
564 2000-06-11  Jason Rumney  <jasonr@gnu.org>
566         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
568 2000-02-06  Andrew Innes  <andrewi@gnu.org>
570         * inc/sys/time.h: Add inclusion protection.
572         * makefile.def (SYS_LDFLAGS): Add -nologo.
574 1999-11-22  Andrew Innes  <andrewi@gnu.org>
576         * install.bat: Pass on command line arguments to make.
578         * makefile.nt (fast_install): Bring commands up-to-date, and fix
579         typo.
581 1999-11-21  Andrew Innes  <andrewi@gnu.org>
583         * makefile.nt (all): Build leim if present.
584         (install): Install leim if present.
585         (clean): Clean leim if present.
587         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
588         definition.
590         * emacs.bat.in (EMACSLOADPATH): Include leim.
592 1999-07-12  Richard Stallman  <rms@gnu.org>
594         * Version 20.4 released.
596 1999-06-16  Andrew Innes  <andrewi@gnu.org>
598         * emacs.rc: Use an icon with a transparent background, to be in
599         keeping with other applications.
601 1999-06-03  Andrew Innes  <andrewi@gnu.org>
603         * preprep.c: Fix typo.
605 1999-05-02  Andrew Innes  <andrewi@gnu.org>
607         * config.h: Remove obsolete file.
609         * preprep.c (copy_executable_and_move_sections): Ifdef out a
610         couple of unused switch cases that aren't defined on all
611         platforms.
613         * ftime.bat: Add another variation of the profile command, which
614         only profiles extended commands.
616 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
618         * cmdproxy.c (main): Fix parens.
620 1999-03-25  Andrew Innes  <andrewi@gnu.org>
622         * cmdproxy.c (main): Call GetShortPathName to normalize program
623         names for comparison.
625 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
627         * makefile.def: Compile multiple .c files when possible.
628         Use BLD instead of assuming i386.
629         * makefile.nt: Remove common multiple file compilation commands.
631 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
633         * cmdproxy.c (main): Add missing parens.
635 1999-02-20  Andrew Innes  <andrewi@gnu.org>
637         * preprep.c: New program to allow dumped image to be profiled.
639         * makefile.nt (preprep): New target.
640         (ALL): Build it.
642         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
644         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
645         Change prep options to profile libc functions and skip the startup
646         code.
648 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
650         * makefile.nt: Create installation directory as first step.
652 1999-01-31  Andrew Innes  <andrewi@gnu.org>
654         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
655         ROUND_UP_DST.  Zeroes the alignment slop.
656         (copy_executable_and_add_section): Update the
657         SizeOfHeaders field properly.
659 1999-01-27  Andrew Innes  <andrewi@gnu.org>
661         * makefile.nt: Do make version comparison as strings.
663 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
665         * runemacs.c (WinMain): Pass explicit environment block to
666         CreateProcess, to work around a bug in Windows 95/98.
668 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
670         * icons: New directory with Davenport's icons.
671         * icons/sink.ico: Renamed from emacs.ico.
673         * makefile.nt (install, fast_install): Install Windows icons
674         into etc/icons.
676         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
678 1999-01-17  Andrew Innes  <andrewi@gnu.org>
680         * makefile.nt: (ALL): List top-level targets.
681         (addsection): New top-level target.
682         (install): Copy fns-*.el to bin directory.
684         * addsection.c: New program to add static heap section to
685         temacs.exe after linking, in support of new unexec method.
687 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
689         * cmdproxy.c (spawn): Pass directory for child as parameter.
690         (main): Save startup directory to give to spawn, then change
691         directory to location of .exe in order not to prevent startup
692         directory from being deleted.
694 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
696         * makefile.nt: Do string comparision of _NMAKE_VER.
698 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
700         * config.nt (LOCALTIME_CACHE): Define.
702 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
704         * install.bat: Convert to DOS format.
706 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
708         * cmdproxy.c (main): Set environment size only when running
709         command.com.
711 1998-11-03  Theodore Jump  <tjump@tertius.com>
713         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
714         (DEL_TREE): Use rd instead of rmdir.
715         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
716         * makefile.nt: Compile multiple source files when possible.
718 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
720         * cmdproxy.c (main): Treat command line options as case-insensitive.
722 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
724         * Version 20.3 released.
726 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
728         * addpm.c (main): Explicitly check result of message box for OK.
730 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
732         * inc/sys/file.h (D_OK): Define new macro.
734 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
736         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
738 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
740         * emacs.rc (VS_VERSION_INFO): Define.
742 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
744         * makefile.nt (emacs.bat, debug.bat): Create them in the
745         installation directory.
747 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
749         * ddeclient.c: New file.  (Support program for performing limited
750         interprocess communication on Windows.)
752         * makefile.nt: Build ddeclient.
754         * cmdproxy.c (main): Only set environment size for real shell, and
755         provide extra directory argument, when running on Windows 95.
757 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
759         * cmdproxy.c (fail): Exit with a negative return value.
760         (spawn): Return subprocess return code as an argument.
761         Explicitly copy environment block.
762         (main): Update to use return value argument with spawn.
763         Retry if spawn failed when a subshell was not tried.
765         * config.nt: Include new macros from src/config.in.
766         (GNU_MALLOC, REL_ALLOC): Define.
767         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
768         (RE_TRANSLATE): Use char_table_translate.
770         * makefile.def (CP_DIR): Preserve attributes.
772         * makefile.nt (clean): Delete patch generated files, optimized
773         build directory.
775 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
777         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
779 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
781         * Version 20.2 released.
783 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
785         * Version 20.1 released.
787 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
789         * debug.bat.in: New file.
790         * makefile.nt (debug.bat): New target.
792 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
794         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
795         Quote group name.  Allow different icons to be specified.
797         * cmdproxy.c (get_env_size): New function.
798         (spawn): Explicitly pass in environment when creating subprocess.
799         (main): Cleaup error messages.
800         Specify dynamically sized environment block for real shell.
801         Pass on unhandled switches to real shell.
802         Quote program name.
804         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
805         directory.
806         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
808         * runemacs.c (WinMain): Allow Emacs process to be started with
809         high or low priority.
811         * emacs.bat.in: Remove OS dependent operations.
813 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
815         * addpm.c (env_vars): No longer set INFOPATH.
817         * cmdproxy.c (get_next_token): Null terminate token returned.
819         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
821 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
823         * addpm.c (env_vars): Set SHELL to cmdproxy.
824         (main): Initialize idDde to 0.
825         Determine emacs_path from module file name.
826         Prompt for install.
828         * makefile.def (MSVCNT11): Conditionally define it.
829         (BASE_LIBS): Do not use oldnames.lib.
830         (SYS_LDFLAGS): Use pdb files.
831         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
832         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
833         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
835         * makefile.nt (ALL): Build cmdproxy.
836         (cmdproxy): New target.
837         (install): Install cmdproxy.
839         * ftime.bat, debug.bat, cmdproxy.c: New files.
841 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
843         * inc/sys/socket.h: (shutdown): Define.
844         (sys_shutdown): Export.
846 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
848         * config.nt (RE_TRANSLATE): Copy definition from config.in.
850 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
852         * config.nt: Update file comments.
853         Update undefs added/removed in src/config.in.
855 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
857         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
858         of win95 and winnt, respectively.
860 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
862         * makefile.nt (real_install): Create site-lisp in installation dir.
863         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
864         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
866 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
868         * Version 19.33 released.
870 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
872         * runemacs.c (WinMain): Put a space between the binary and its args.
874 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
876         * Version 19.32 released.
878 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
880         * makefile.nt (clean): Use OBJDIR macro.
882 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
884         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
885         Not defined by default.
886         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
887         (WinMain): Convert backslashes to slashes in env var values.
889         * addpm.c (env_vars): Use slashes, not backslashes.
891 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
893         * Version 19.31 released.
895 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
897         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
898         undo settings afterwards.
900 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
902         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
903         environment variable.
905 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
907         * install.bat: Allow for optimized build.
908         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
909         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
911 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
913         * addpm.c (REG_ROOT): Don't use a trailing backslash.
914         (env_vars): Rename field emacs_path to emacs_dir.
915         (main): Add link to runemacs instead of emacs.
917         * install.bat: Check if INSTALL_DIR is passed as an argument.
919         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
921         * makefile.nt: Build and install runemacs.exe.
923         * runemacs.c: New file.
925         * config.w95: File removed.
927         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
928         inc/sys/socket.h, inc/sys/time.h: New header files.
930         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
932 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
934         * makefile.def (DEL): Defined.
935         (DEL_TREE) [win95]: Defined.
936         (SYS_LDFLAGS): Set executable versions to 3.10.
938         * makefile.nt: Change uses of del to $(DEL).
940 1996-01-17  Erik Naggum  <erik@naggum.no>
942         * All files: Update FSF's address in comment preamble.
944 1996-01-03  George V. Reilly  <georger@microcrafts.com>
946         * emacs.ico: Now the proverbial kitchen sink icon.
948 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
950         * Version 19.30 released.
952 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
954         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
956         * makefile.nt (install, fast_install, real_install, clean):
957         Don't use switches to del not supported by Win95.
959 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
961         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
962         (install, fast_install): Change same-dir test to create test file in
963         installation tree and thereby support read-only shares.
964         (clean): Remove .pdb files.
966         * makefile.def (NTGUI): New macro.
967         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
969         * config.nt, config.w95: Update to latest src/config.in.
971         * addpm.c (env_vars): New variable.
972         (add_registry): New procedure.
973         (main): Use values of configuration environment variables from
974         the registry if defined, the process environment otherwise.
976 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
978         * Version 19.29 released.
980         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
982 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
984         * makefile.nt: Define .c to .obj suffix rule.
985         (addpm.obj): Compile directly, use CFLAGS.
986         (addpm.exe): Link from addpm.obj.
988         * makefile.def (MSVCNT11): Defined.
989         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
990         (CFLAGS_COMMON): Defined.
991         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
993 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
995         * emacs.bat.in: Renamed from emacs.bat.
996         (emacs_dir): Renamed from emacs_path.
997         Definition removed.
999         * addpm.c: New file.
1000         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
1001         (all): Depend upon $(BLD) and $(ALL).
1002         (install): Depend upon emacs.bat.
1003         Create program item for Emacs.
1004         (clean): Delete obj.
1005         (emacs.bat): Defined.
1006         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
1008 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
1010         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1011         Add carriage returns; necessary for batch files on Win95.
1013 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
1015         * config.w95: Created.
1016         * config.h: Changed to config.nt.
1018         * makefile.nt (SUBDIRS): Commented out.
1019         (all,install,clean): Expand for-loops.
1020         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1022         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1023         (ARCH): New definition.
1024         (CPU,CONFIG_H,OS_TYPE): Defined.
1025         (INCLUDE,LIB): Checked if valid.
1026         (ntwin32.mak): Included.
1027         (AR,CC,LINK): New definition.
1028         (ADVAPI32,libc,BASE_LIBS): Defined.
1029         (SYS_LDFLAGS): New definition.
1030         Update comments and preprocessor conditionals.
1032         * emacs.bat (SHELL): Conditionally defined.
1033         (HOME): Conditionally defined.
1034         (emacs_path,HOME): Update comments.
1035         Turn off all echo.
1037 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
1039         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1040         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1041         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1042         inc/sys/param.h: Removed carriage-returns.
1044 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
1046         * makefile.def (CVTRES): Defined.
1048         * emacs.ico, emacs.rc: New files by Kevin Gallo.
1050 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1052         * src: Remove directory.
1054         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1056 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1058         * makefile.def (INSTALL_DIR): Changed to generic directory.
1060         * emacs.bat: Added arguments when emacs.exe invoked.
1062         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1064 1994-12-13  voelker  <voelker@cs.washington.edu>
1066         * makefile.def (CC): In configuration section.
1067         (COMPAT_LIB): Defined.
1069 1994-11-01  voelker  <voelker@cs.washington.edu>
1071         * src/paths.h: New file.
1073         * src/config.h: New file.
1075         * inc/pwd.h: New file.
1077         * inc/sys/dir.h: New file.
1079         * inc/sys/file.h: New file.
1081         * inc/sys/ioctl.h: New file.
1083         * inc/sys/param.h: New file.
1085         * todo: New file.
1087         * README: New file.
1089         * makefile.nt: New file.
1091         * makefile.def: New file.
1093         * install.cmd: New file.
1095         * INSTALL: New file.
1097         * fast-install.cmd: New file.
1099         * emacs.cmd: New file.
1101         * ebuild.cmd: New file.
1103         * _emacs: New file.
1105 ;; Local Variables:
1106 ;; coding: iso-2022-7bit
1107 ;; End:
1109     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
1110         Free Software Foundation, Inc.
1111   Copying and distribution of this file, with or without modification,
1112   are permitted provided the copyright notice and this notice are preserved.
1114 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414