*** empty log message ***
[emacs/old-mirror.git] / nt / ChangeLog
blobfe7db344ecd8f1e7b25345cf196e6345cd578e20
1 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
3         * README: Update the address of the mailing list and subscription
4         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
6 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
8         * INSTALL: Suggest to avoid using WinZip.
10         * configure.bat: Make sure ../site-lisp exists; create if necessary.
12 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
14         * INSTALL: Mention that "make install" can be "nmake install".
16 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
18         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
19         since some versions of `mkdir' don't automatically create parent
20         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
22 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
24         * subdirs.el: New file.
26         * configure.bat: Copy subdirs.el to the site-lisp directory.
28         * makefile.w32-in (install): Copy subdirs.el to the installation
29         directory.
31 2001-06-20  Jason Rumney  <jasonr@gnu.org>
33         * runemacs.c (WinMain): Add quotes around command in case of spaces.
35 2001-06-01  Andrew Innes  <andrewi@gnu.org>
37         * gmake.defs (sh_output): Don't use $(warning ...) to output
38         messages, since that is not supported by GNU make 3.77.
40 2001-05-24  Jason Rumney  <jasonr@gnu.org>
42         * INSTALL: Clarify that building with MSVC requires nmake.
44 2001-05-17  Andrew Innes  <andrewi@gnu.org>
46         * gmake.defs (NEW_CYGWIN): Output message about spurious error
47         message that is to be ignored.
49 2001-05-13  Andrew Innes  <andrewi@gnu.org>
51         * TODO: Remove file, since it is completely out of date.
53         * README: Add copyright notice.
55         * INSTALL: Add copyright notice.
57 2001-04-18  Andrew Innes  <andrewi@gnu.org>
59         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
60         the environment.
62         * gmake.defs (SETLOADPATH): Remove definition.
63         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
64         environment.
66 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
68         * configure.bat: Make the checkw32api* labels be distinct in the
69         first 8 characters.
71 2001-03-17  Andrew Innes  <andrewi@gnu.org>
73         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
74         escaped quotes.
76         * gmake.defs (DEBUG_LINK): New macro.
77         (LINK_FLAGS): Use it.
79         * nmake.defs (DEBUG_LINK): New macro.
80         (LINK_FLAGS): Use it.
82 2001-03-06  Andrew Innes  <andrewi@gnu.org>
84         * INSTALL: Add --ldflags to configure line for building with
85         recent versions of Cygwin GCC.
87 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
89         * configure.bat: Use correct options when compiling a test program
90         with Cygwin.  From David Ponce <dponce@voila.fr>.
92 2001-02-24  Andrew Innes  <andrewi@gnu.org>
94         * _emacs: Remove obsolete file.
96         * emacs.bat.in: Remove obsolete file.
98         * debug.bat.in: Remove obsolete file.
100         * inc/sys/socket.h: Add copyright notice.
102         * paths.h: Add copyright notice.
104         * makefile.nt: Update copyright notice.
106         * makefile.def: Update copyright notice.
108         * configure.bat: Update copyright notice.
110         * nmake.defs: Add copyright notice.
112         * gmake.defs: Add copyright notice.
114         * makefile.w32-in: Add copyright notice.
116 2001-02-05  Andrew Innes  <andrewi@gnu.org>
118         * nmake.defs (THISDIR): New definition.
120         * gmake.defs (THISDIR): New definition.
122 2001-02-03  Andrew Innes  <andrewi@gnu.org>
124         * configure.bat: Leave a space before >> only when there is a
125         preceding digit.  Add a comment about the importance of this.
127         * README: Replace outdated information.
129         * INSTALL (Trouble-shooting): Add note about need to specify extra
130         compiler flags with recent Cygwin ports of gcc.
132 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
134         * configure.bat: Use "rm -f" instead of "del /f", as the latter
135         is not supported by Windows 9X's COMMAND.COM.
137 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
139         * configure.bat: Make sure redirection is preceeded by a blank, to
140         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
141         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
143 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
145         * INSTALL: Copy the table of tested combinations of development
146         tools from confuigure.bat.  Add suggestion to install Bash on
147         Windows 9X.
149         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
150         lisp/Makefile.in instead.  Use "rm -f" where more than one file
151         needs to be deleted, since command.com in Windows 9X doesn't grok
152         more than one argument.
154 2001-01-24  Andrew Innes  <andrewi@gnu.org>
156         * makefile.w32-in (cleanall-other-dirs-nmake): 
157         (cleanall-other-dirs-gmake): New targets.
158         (cleanall): Invoke them.
160 2001-01-19  Andrew Innes  <andrewi@gnu.org>
162         * addpm.c (env_vars): Add a version-independent site-lisp
163         directory to EMACSLOADPATH, after the version dependent one.
165 2001-01-06  Andrew Innes  <andrewi@gnu.org>
167         * README: Update info about compilers.
169         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
170         select correct rule for invoking make in another directory.  Amend
171         rules accordingly.
172         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
174         * nmake.defs (EMACS_ICON_PATH): Delete definition.
175         (COMPILER_TEMP_FILES): New definition.
176         (MAKETYPE): New definition.
178         * gmake.defs (EMACS_ICON_PATH): Delete definition.
179         (COMPILER_TEMP_FILES): New definition.
180         (MAKETYPE): New definition.
182         * makefile.def (EMACS_ICON_PATH): Delete definition.
184         * configure.bat: Be careful not to add trailing spaces when
185         outputting to config.settings.
187 2001-01-02  Andrew Innes  <andrewi@gnu.org>
189         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
190         than the function.
192 2000-12-17  Andrew Innes  <andrewi@gnu.org>
194         * makefile.w32-in (install): Copy directories to the correct
195         places.
196         (real_install): Remove obsolete target.
198 2000-12-06  Andrew Innes  <andrewi@gnu.org>
200         * nmake.defs (CURDIR): New define.
201         (INSTALL_DIR): Use it.
203         * gmake.defs (NEW_CYGWIN): New define.
204         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
205         so we need to adjust how we escape embedded quotes.
206         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
207         relative to $(CURDIR).
209 2000-11-25  Jason Rumney  <jasonr@gnu.org>
211         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
213 2000-10-17  Andrew Innes  <andrewi@gnu.org>
215         * makefile.w32-in (recompile): New target to recompile lisp
216         directory.
217         (recompile-CMD, recompile-SH): New support targets.
219 2000-09-24  Jason Rumney  <jasonr@gnu.org>
221         * config.nt (NO_RETURN): Define it.
223 2000-09-17  Andrew Innes  <andrewi@gnu.org>
225         * gmake.defs: Revert to Unix line endings.
227         * nmake.defs: Revert to Unix line endings.
229 2000-09-16  Andrew Innes  <andrewi@gnu.org>
231         * gmake.defs (SETLOADPATH): Change definition to work from any
232         subdirectory.
234 2000-09-14  Andrew Innes  <andrewi@gnu.org>
236         * makefile.w32-in: Revert to Unix line endings.
238 2000-09-14  Andrew Innes  <andrewi@gnu.org>
240         * INSTALL: Add note about expected error messages when configure
241         is run.
243         * configure.bat: Simplify the generation of makefiles (don't need
244         to generate various top-level targets that invoke make in other
245         directories).
247         * gmake.defs (SHELLTYPE): New define.
248         (SETLOADPATH): New define.
250         * nmake.defs (SHELLTYPE): New define.
252         * makefile.w32-in: Standardize indentation somewhat.
253         Add bootstrap support.
254         Pass $(MFLAGS) when invoking make recursively.
255         Add shell-specific variants of top-level targets that invoke make
256         recursively in other directories, and add necessary computed
257         dependencies.
259 2000-09-03  Andrew Innes  <andrewi@gnu.org>
261         * makefile.w32-in: Change to DOS line endings.
263         * configure.bat: Change to DOS line endings.
265         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
266         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
268         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
269         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
271         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
272         -D_ANONYMOUS_STRUCT on compile line.
273         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
274         (ARCH_CFLAGS): Change optimization flags to -O2.
275         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
276         (ARGQUOTE, DQUOTE): New defines.
278         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
279         -D_ANONYMOUS_STRUCT on compile line.
280         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
281         (ARGQUOTE, DQUOTE): New defines.
283 2000-08-22  Andrew Innes  <andrewi@gnu.org>
285         * configure.bat: New file.
287         * gmake.defs: New file.
289         * nmake.defs: New file.
291         * makefile.w32-in: New file.
293         * INSTALL: Rewrite to match new configure process.
295         * config.nt [WINDOWSNT]: Don't declare getenv.
296         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
298         * addpm.c (main): Accept /q to mean install based on addpm's
299         location without asking.  Remove reference to emacs.bat which is
300         now obsolete.
302         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
304         * paths.h: Use forward slash as directory separator in all path
305         definitions.
306         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
308         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
310         * runemacs.c: Remove WIN32 define.
312         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
313         not defined.
315         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
316         (fd_set): Define to new name, after including winsock.h, so we can
317         provide our own implementation.
319 2000-07-05  Andrew Innes  <andrewi@gnu.org>
321         * ebuild.bat: Add support for specifying make arguments.
323         * makefile.nt: Add support for `bootstrap' and related targets.
325 2000-06-11  Jason Rumney  <jasonr@gnu.org>
327         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
329 2000-02-06  Andrew Innes  <andrewi@gnu.org>
331         * inc/sys/time.h: Add inclusion protection.
333         * makefile.def (SYS_LDFLAGS): Add -nologo.
335 1999-11-22  Andrew Innes  <andrewi@gnu.org>
337         * install.bat: Pass on command line arguments to make.
339         * makefile.nt (fast_install): Bring commands up-to-date, and fix
340         typo.
342 1999-11-21  Andrew Innes  <andrewi@gnu.org>
344         * makefile.nt (all): Build leim if present.
345         (install): Install leim if present.
346         (clean): Clean leim if present.
348         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
349         definition.
351         * emacs.bat.in (EMACSLOADPATH): Include leim.
353 1999-07-12  Richard Stallman  <rms@gnu.org>
355         * Version 20.4 released.
357 1999-06-16  Andrew Innes  <andrewi@gnu.org>
359         * emacs.rc: Use an icon with a transparent background, to be in
360         keeping with other applications.
362 1999-06-03  Andrew Innes  <andrewi@gnu.org>
364         * preprep.c: Fix typo.
366 1999-05-02  Andrew Innes  <andrewi@gnu.org>
368         * config.h: Remove obsolete file.
370         * preprep.c (copy_executable_and_move_sections): Ifdef out a
371         couple of unused switch cases that aren't defined on all
372         platforms.
374         * ftime.bat: Add another variation of the profile command, which
375         only profiles extended commands.
377 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
379         * cmdproxy.c (main): Fix parens.
381 1999-03-25  Andrew Innes  <andrewi@gnu.org>
383         * cmdproxy.c (main): Call GetShortPathName to normalize program
384         names for comparison.
386 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
388         * makefile.def: Compile multiple .c files when possible.
389         Use BLD instead of assuming i386.
390         * makefile.nt: Remove common multiple file compilation commands.
392 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
394         * cmdproxy.c (main): Add missing parens.
396 1999-02-20  Andrew Innes  <andrewi@gnu.org>
398         * preprep.c: New program to allow dumped image to be profiled.
400         * makefile.nt (preprep): New target.
401         (ALL): Build it.
403         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
405         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
406         Change prep options to profile libc functions and skip the startup
407         code.
409 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
411         * makefile.nt: Create installation directory as first step.
413 1999-01-31  Andrew Innes  <andrewi@gnu.org>
415         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
416         ROUND_UP_DST.  Zeroes the alignment slop.
417         (copy_executable_and_add_section): Update the
418         SizeOfHeaders field properly.
420 1999-01-27  Andrew Innes  <andrewi@gnu.org>
422         * makefile.nt: Do make version comparison as strings.
424 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
426         * runemacs.c (WinMain): Pass explicit environment block to
427         CreateProcess, to work around a bug in Windows 95/98.
429 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
431         * icons: New directory with Davenport's icons.
432         icons/sink.ico: Renamed from emacs.ico.
434         * makefile.nt (install, fast_install): Install Windows icons
435         into etc/icons.
437         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
439 1999-01-17  Andrew Innes  <andrewi@gnu.org>
441         * makefile.nt: (ALL): List top-level targets.
442         (addsection): New top-level target.
443         (install): Copy fns-*.el to bin directory.
445         * addsection.c: New program to add static heap section to
446         temacs.exe after linking, in support of new unexec method.
448 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
450         * cmdproxy.c (spawn): Pass directory for child as parameter.
451         (main): Save startup directory to give to spawn, then change
452         directory to location of .exe in order not to prevent startup
453         directory from being deleted.
455 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
457         * makefile.nt: Do string comparision of _NMAKE_VER.
459 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
461         * config.nt (LOCALTIME_CACHE): Define.
463 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
465         * install.bat: Convert to DOS format.
467 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
469         * cmdproxy.c (main): Set environment size only when running
470         command.com.
472 1998-11-03  Theodore Jump <tjump@tertius.com>
474         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
475         (DEL_TREE): Use rd instead of rmdir.
476         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
477         * makefile.nt: Compile multiple source files when possible.
478         
479 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
481         * cmdproxy.c (main): Treat command line options as case-insensitive.
483 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
485         * Version 20.3 released.
487 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
489         * addpm.c (main): Explicitly check result of message box for OK.
491 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
493         * inc/sys/file.h (D_OK): Define new macro.
495 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
497         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
499 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
501         * emacs.rc (VS_VERSION_INFO): Define.
503 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
505         * makefile.nt (emacs.bat, debug.bat): Create them in the
506         installation directory.
508 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
510         * ddeclient.c: New file.  (Support program for performing limited
511         interprocess communication on Windows.)
513         * makefile.nt: Build ddeclient.
515         * cmdproxy.c (main): Only set environment size for real shell, and
516         provide extra directory argument, when running on Windows 95.
517         
518 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
520         * cmdproxy.c (fail): Exit with a negative return value.
521         (spawn): Return subprocess return code as an argument.
522         Explicitly copy environment block.
523         (main): Update to use return value argument with spawn.
524         Retry if spawn failed when a subshell was not tried.
526         * config.nt: Include new macros from src/config.in.
527         (GNU_MALLOC, REL_ALLOC): Define.
528         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
529         (RE_TRANSLATE): Use char_table_translate.
531         * makefile.def (CP_DIR): Preserve attributes.
533         * makefile.nt (clean): Delete patch generated files, optimized
534         build directory.
536 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
538         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
540 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
542         * Version 20.2 released.
544 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
546         * Version 20.1 released.
548 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
550         * debug.bat.in: New file.
551         * makefile.nt (debug.bat): New target.
553 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
555         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
556         Quote group name.  Allow different icons to be specified.
558         * cmdproxy.c (get_env_size): New function.
559         (spawn): Explicitly pass in environment when creating subprocess.
560         (main): Cleaup error messages.
561         Specify dynamically sized environment block for real shell.
562         Pass on unhandled switches to real shell.
563         Quote program name.
565         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
566         directory.
567         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
569         * runemacs.c (WinMain): Allow Emacs process to be started with
570         high or low priority.
572         * emacs.bat.in: Remove OS dependent operations.
573         
574 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
576         * addpm.c (env_vars): No longer set INFOPATH.
578         * cmdproxy.c (get_next_token): Null terminate token returned.
580         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
582 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
584         * addpm.c (env_vars): Set SHELL to cmdproxy.
585         (main): Initialize idDde to 0.
586         Determine emacs_path from module file name.
587         Prompt for install.
589         * makefile.def (MSVCNT11): Conditionally define it.
590         (BASE_LIBS): Do not use oldnames.lib.
591         (SYS_LDFLAGS): Use pdb files.
592         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
593         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
594         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
596         * makefile.nt (ALL): Build cmdproxy.
597         (cmdproxy): New target.
598         (install): Install cmdproxy.
600         * ftime.bat, debug.bat, cmdproxy.c: New files.
602 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
604         * inc/sys/socket.h: (shutdown): Define.
605         (sys_shutdown): Export.
607 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
609         * config.nt (RE_TRANSLATE): Copy definition from config.in.
611 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
613         * config.nt: Update file comments.
614         Update undefs added/removed in src/config.in.
616 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
618         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
619         of win95 and winnt, respectively.
621 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
623         * makefile.nt (real_install): Create site-lisp in installation dir.
624         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
625         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
627 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
629         * Version 19.33 released.
631 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
633         * runemacs.c (WinMain): Put a space between the binary and its args.
635 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
637         * Version 19.32 released.
639 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
641         * makefile.nt (clean): Use OBJDIR macro.
643 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
645         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
646         Not defined by default.
647         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
648         (WinMain): Convert backslashes to slashes in env var values.
650         * addpm.c (env_vars): Use slashes, not backslashes.
652 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
654         * Version 19.31 released.
656 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
658         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
659         undo settings afterwards.
661 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
663         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
664         environment variable.
666 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
668         * install.bat: Allow for optimized build.
669         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
670         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
672 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
674         * addpm.c (REG_ROOT): Don't use a trailing backslash.
675         (env_vars): Rename field emacs_path to emacs_dir.
676         (main): Add link to runemacs instead of emacs.
678         * install.bat: Check if INSTALL_DIR is passed as an argument.
680         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
682         * makefile.nt: Build and install runemacs.exe.
684         * runemacs.c: New file.
686         * config.w95: File removed.
688         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
689         inc/sys/socket.h, inc/sys/time.h: New header files.
691         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
692         
693 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
695         * makefile.def (DEL): Defined.
696         (DEL_TREE) [win95]: Defined.
697         (SYS_LDFLAGS): Set executable versions to 3.10.
698         
699         * makefile.nt: Change uses of del to $(DEL).
701 1996-01-17  Erik Naggum  <erik@naggum.no>
703         * All files: Update FSF's address in comment preamble.
705 1996-01-03  George V. Reilly  <georger@microcrafts.com>
707         * emacs.ico: Now the proverbial kitchen sink icon.
709 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
711         * Version 19.30 released.
713 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
715         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
717         * makefile.nt (install, fast_install, real_install, clean):
718         Don't use switches to del not supported by Win95.
720 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
722         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
723         (install, fast_install): Change same-dir test to create test file in
724         installation tree and thereby support read-only shares.
725         (clean): Remove .pdb files.
727         * makefile.def (NTGUI): New macro.
728         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
730         * config.nt, config.w95: Update to latest src/config.in.
732         * addpm.c (env_vars): New variable.
733         (add_registry): New procedure.
734         (main): Use values of configuration environment variables from
735         the registry if defined, the process environment otherwise.
737 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
739         * Version 19.29 released.
741         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
743 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
745         * makefile.nt: Define .c to .obj suffix rule.
746         (addpm.obj): Compile directly, use CFLAGS.
747         (addpm.exe): Link from addpm.obj.
748         
749         * makefile.def (MSVCNT11): Defined.
750         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
751         (CFLAGS_COMMON): Defined.
752         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
753         
754 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
756         * emacs.bat.in: Renamed from emacs.bat
757         (emacs_dir): Renamed from emacs_path
758         Definition removed.
760         * addpm.c: New file.
761         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
762         (all): Depend upon $(BLD) and $(ALL).
763         (install): Depend upon emacs.bat.
764         Create program item for Emacs.
765         (clean): Delete obj.
766         (emacs.bat): Defined.
767         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
769 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
771         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
772         Add carriage returns; necessary for batch files on Win95.
774 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
776         * config.w95: Created.
777         * config.h: Changed to config.nt.
778         
779         * makefile.nt (SUBDIRS): Commented out.
780         (all,install,clean): Expand for-loops.
781         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
783         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
784         (ARCH): New definition.
785         (CPU,CONFIG_H,OS_TYPE): Defined.
786         (INCLUDE,LIB): Checked if valid.
787         (ntwin32.mak): Included.
788         (AR,CC,LINK): New definition.
789         (ADVAPI32,libc,BASE_LIBS): Defined.
790         (SYS_LDFLAGS): New definition.
791         Update comments and preprocessor conditionals.
793         * emacs.bat (SHELL): Conditionally defined.
794         (HOME): Conditionally defined.
795         (emacs_path,HOME): Update comments.
796         Turn off all echo.
798 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
800         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
801         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
802         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
803         inc/sys/param.h: Removed carriage-returns.
805 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
807         * makefile.def (CVTRES): Defined.
809         * emacs.ico, emacs.rc: New files by Kevin Gallo.
811 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
813         * src: Removed.
815         * src\config.h, src\paths.h: Moved to parent dir, src removed.
817 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
819         * makefile.def (INSTALL_DIR): Changed to generic directory.
821         * emacs.bat: Added arguments when emacs.exe invoked.
823         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
825 1994-12-13  voelker  <voelker@cs.washington.edu>
827         * makefile.def (CC): In configuration section.
828         (COMPAT_LIB): Defined.
830 1994-11-01  voelker  <voelker@cs.washington.edu>
832         * src/paths.h: New file.
834         * src/config.h: New file.
836         * inc/pwd.h: New file.
838         * inc/sys/dir.h: New file.
840         * inc/sys/file.h: New file.
842         * inc/sys/ioctl.h: New file.
844         * inc/sys/param.h: New file.
846         * todo: New file.
848         * readme: New file.
850         * makefile.nt: New file.
852         * makefile.def: New file.
854         * install.cmd: New file.
856         * install: New file.
858         * fast-install.cmd: New file.
860         * emacs.cmd: New file.
862         * ebuild.cmd: New file.
864         * _emacs: New file.
866 ;; Local Variables:
867 ;; coding: iso-2022-7bit
868 ;; End:
870     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
871         Free Software Foundation, Inc.
872   Copying and distribution of this file, with or without modification,
873   are permitted provided the copyright notice and this notice are preserved.