(POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
[emacs.git] / nt / ChangeLog
blob331f316d924d592933995891e8711517e98030e1
1 2000-10-17  Andrew Innes  <andrewi@gnu.org>
3         * makefile.w32-in (recompile): New target to recompile lisp
4         directory.
5         (recompile-CMD, recompile-SH): New support targets.
7 2000-09-24  Jason Rumney  <jasonr@gnu.org>
9         * config.nt (NO_RETURN): Define it.
11 2000-09-17  Andrew Innes  <andrewi@gnu.org>
13         * gmake.defs: Revert to Unix line endings.
15         * nmake.defs: Revert to Unix line endings.
17 2000-09-16  Andrew Innes  <andrewi@gnu.org>
19         * gmake.defs (SETLOADPATH): Change definition to work from any
20         subdirectory.
22 2000-09-14  Andrew Innes  <andrewi@gnu.org>
24         * makefile.w32-in: Revert to Unix line endings.
26 2000-09-14  Andrew Innes  <andrewi@gnu.org>
28         * INSTALL: Add note about expected error messages when configure
29         is run.
31         * configure.bat: Simplify the generation of makefiles (don't need
32         to generate various top-level targets that invoke make in other
33         directories).
35         * gmake.defs (SHELLTYPE): New define.
36         (SETLOADPATH): New define.
38         * nmake.defs (SHELLTYPE): New define.
40         * makefile.w32-in: Standardize indentation somewhat.
41         Add bootstrap support.
42         Pass $(MFLAGS) when invoking make recursively.
43         Add shell-specific variants of top-level targets that invoke make
44         recursively in other directories, and add necessary computed
45         dependencies.
47 2000-09-03  Andrew Innes  <andrewi@gnu.org>
49         * makefile.w32-in: Change to DOS line endings.
51         * configure.bat: Change to DOS line endings.
53         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
54         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
56         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
57         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
59         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
60         -D_ANONYMOUS_STRUCT on compile line.
61         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
62         (ARCH_CFLAGS): Change optimization flags to -O2.
63         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
64         (ARGQUOTE, DQUOTE): New defines.
66         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
67         -D_ANONYMOUS_STRUCT on compile line.
68         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
69         (ARGQUOTE, DQUOTE): New defines.
71 2000-08-22  Andrew Innes  <andrewi@gnu.org>
73         * configure.bat: New file.
75         * gmake.defs: New file.
77         * nmake.defs: New file.
79         * makefile.w32-in: New file.
81         * INSTALL: Rewrite to match new configure process.
83         * config.nt [WINDOWSNT]: Don't declare getenv.
84         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
86         * addpm.c (main): Accept /q to mean install based on addpm's
87         location without asking.  Remove reference to emacs.bat which is
88         now obsolete.
90         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
92         * paths.h: Use forward slash as directory separator in all path
93         definitions.
94         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
96         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
98         * runemacs.c: Remove WIN32 define.
100         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
101         not defined.
103         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
104         (fd_set): Define to new name, after including winsock.h, so we can
105         provide our own implementation.
107 2000-07-05  Andrew Innes  <andrewi@gnu.org>
109         * ebuild.bat: Add support for specifying make arguments.
111         * makefile.nt: Add support for `bootstrap' and related targets.
113 2000-06-11  Jason Rumney  <jasonr@gnu.org>
115         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
117 2000-02-06  Andrew Innes  <andrewi@gnu.org>
119         * inc/sys/time.h: Add inclusion protection.
121         * makefile.def (SYS_LDFLAGS): Add -nologo.
123 1999-11-22  Andrew Innes  <andrewi@gnu.org>
125         * install.bat: Pass on command line arguments to make.
127         * makefile.nt (fast_install): Bring commands up-to-date, and fix
128         typo.
130 1999-11-21  Andrew Innes  <andrewi@gnu.org>
132         * makefile.nt (all): Build leim if present.
133         (install): Install leim if present.
134         (clean): Clean leim if present.
136         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
137         definition.
139         * emacs.bat.in (EMACSLOADPATH): Include leim.
141 After the release of 20.4, development was split into two separate
142 code lines.  One line contained the code for Emacs 21, and the other
143 one the code for the 20.x releases after 20.4.  The following change
144 log entries up to the entry ``20.4 released'' are for the 20.x code
145 line.  Change logs above this notice are those for the 21.x code line.
147 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
149         * Version 20.7 released.
150         
151 2000-05-12  Jason Rumney  <jasonr@gnu.org>
152         
153         * INSTALL: Remove point 5 and other references to emacs.bat.
154         Renumber following points. Add note in point 1 about emacs.bat
155         and debug.bat being removed.
157 2000-02-20  Andrew Innes  <andrewi@gnu.org>
159         * makefile.nt: Remove all references to emacs.bat and debug.bat.
161         * emacs.bat.in: Remove obsolete file.
163         * debug.bat.in: Remove obsolete file.
165 1999-11-22  Andrew Innes  <andrewi@gnu.org>
167         * install.bat: Pass on command line arguments to make.
168         
169         * makefile.nt (fast_install): Bring commands up-to-date, and fix
170         typo.
172 1999-11-21  Andrew Innes  <andrewi@gnu.org>
174         * makefile.nt (all): Build leim if present.
175         (install): Install leim if present.
176         (clean): Clean leim if present.
178         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
179         definition.
181         * emacs.bat.in (EMACSLOADPATH): Include leim.
183 1999-11-04  Andrew Innes  <andrewi@gnu.org>
185         * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission
186         optimization, to ensure accurate stack traces.  The performance
187         loss is negligible.
189 1999-07-12  Richard Stallman  <rms@gnu.org>
191         * Version 20.4 released.
193 1999-06-16  Andrew Innes  <andrewi@gnu.org>
195         * emacs.rc: Use an icon with a transparent background, to be in
196         keeping with other applications.
198 1999-06-03  Andrew Innes  <andrewi@gnu.org>
200         * preprep.c: Fix typo.
202 1999-05-02  Andrew Innes  <andrewi@gnu.org>
204         * config.h: Remove obsolete file.
206         * preprep.c (copy_executable_and_move_sections): Ifdef out a
207         couple of unused switch cases that aren't defined on all
208         platforms.
210         * ftime.bat: Add another variation of the profile command, which
211         only profiles extended commands.
213 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
215         * cmdproxy.c (main): Fix parens.
217 1999-03-25  Andrew Innes  <andrewi@gnu.org>
219         * cmdproxy.c (main): Call GetShortPathName to normalize program
220         names for comparison.
222 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
224         * makefile.def: Compile multiple .c files when possible.
225         Use BLD instead of assuming i386.
226         * makefile.nt: Remove common multiple file compilation commands.
228 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
230         * cmdproxy.c (main): Add missing parens.
232 1999-02-20  Andrew Innes  <andrewi@gnu.org>
234         * preprep.c: New program to allow dumped image to be profiled.
236         * makefile.nt (preprep): New target.
237         (ALL): Build it.
239         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
241         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
242         Change prep options to profile libc functions and skip the startup
243         code.
245 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
247         * makefile.nt: Create installation directory as first step.
249 1999-01-31  Andrew Innes  <andrewi@gnu.org>
251         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
252         ROUND_UP_DST.  Zeroes the alignment slop.
253         (copy_executable_and_add_section): Update the
254         SizeOfHeaders field properly.
256 1999-01-27  Andrew Innes  <andrewi@gnu.org>
258         * makefile.nt: Do make version comparison as strings.
260 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
262         * runemacs.c (WinMain): Pass explicit environment block to
263         CreateProcess, to work around a bug in Windows 95/98.
265 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
267         * icons: New directory with Davenport's icons.
268         icons/sink.ico: Renamed from emacs.ico.
270         * makefile.nt (install, fast_install): Install Windows icons
271         into etc/icons.
273         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
275 1999-01-17  Andrew Innes  <andrewi@gnu.org>
277         * makefile.nt: (ALL): List top-level targets.
278         (addsection): New top-level target.
279         (install): Copy fns-*.el to bin directory.
281         * addsection.c: New program to add static heap section to
282         temacs.exe after linking, in support of new unexec method.
284 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
286         * cmdproxy.c (spawn): Pass directory for child as parameter.
287         (main): Save startup directory to give to spawn, then change
288         directory to location of .exe in order not to prevent startup
289         directory from being deleted.
291 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
293         * makefile.nt: Do string comparision of _NMAKE_VER.
295 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
297         * config.nt (LOCALTIME_CACHE): Define.
299 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
301         * install.bat: Convert to DOS format.
303 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
305         * cmdproxy.c (main): Set environment size only when running
306         command.com.
308 1998-11-03  Theodore Jump <tjump@tertius.com>
310         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
311         (DEL_TREE): Use rd instead of rmdir.
312         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
313         * makefile.nt: Compile multiple source files when possible.
314         
315 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
317         * cmdproxy.c (main): Treat command line options as case-insensitive.
319 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
321         * Version 20.3 released.
323 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
325         * addpm.c (main): Explicitly check result of message box for OK.
327 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
329         * inc/sys/file.h (D_OK): Define new macro.
331 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
333         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
335 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
337         * emacs.rc (VS_VERSION_INFO): Define.
339 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
341         * makefile.nt (emacs.bat, debug.bat): Create them in the
342         installation directory.
344 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
346         * ddeclient.c: New file.  (Support program for performing limited
347         interprocess communication on Windows.)
349         * makefile.nt: Build ddeclient.
351         * cmdproxy.c (main): Only set environment size for real shell, and
352         provide extra directory argument, when running on Windows 95.
353         
354 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
356         * cmdproxy.c (fail): Exit with a negative return value.
357         (spawn): Return subprocess return code as an argument.
358         Explicitly copy environment block.
359         (main): Update to use return value argument with spawn.
360         Retry if spawn failed when a subshell was not tried.
362         * config.nt: Include new macros from src/config.in.
363         (GNU_MALLOC, REL_ALLOC): Define.
364         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
365         (RE_TRANSLATE): Use char_table_translate.
367         * makefile.def (CP_DIR): Preserve attributes.
369         * makefile.nt (clean): Delete patch generated files, optimized
370         build directory.
372 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
374         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
376 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
378         * Version 20.2 released.
380 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
382         * Version 20.1 released.
384 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
386         * debug.bat.in: New file.
387         * makefile.nt (debug.bat): New target.
389 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
391         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
392         Quote group name.  Allow different icons to be specified.
394         * cmdproxy.c (get_env_size): New function.
395         (spawn): Explicitly pass in environment when creating subprocess.
396         (main): Cleaup error messages.
397         Specify dynamically sized environment block for real shell.
398         Pass on unhandled switches to real shell.
399         Quote program name.
401         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
402         directory.
403         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
405         * runemacs.c (WinMain): Allow Emacs process to be started with
406         high or low priority.
408         * emacs.bat.in: Remove OS dependent operations.
409         
410 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
412         * addpm.c (env_vars): No longer set INFOPATH.
414         * cmdproxy.c (get_next_token): Null terminate token returned.
416         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
418 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
420         * addpm.c (env_vars): Set SHELL to cmdproxy.
421         (main): Initialize idDde to 0.
422         Determine emacs_path from module file name.
423         Prompt for install.
425         * makefile.def (MSVCNT11): Conditionally define it.
426         (BASE_LIBS): Do not use oldnames.lib.
427         (SYS_LDFLAGS): Use pdb files.
428         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
429         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
430         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
432         * makefile.nt (ALL): Build cmdproxy.
433         (cmdproxy): New target.
434         (install): Install cmdproxy.
436         * ftime.bat, debug.bat, cmdproxy.c: New files.
438 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
440         * inc/sys/socket.h: (shutdown): Define.
441         (sys_shutdown): Export.
443 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
445         * config.nt (RE_TRANSLATE): Copy definition from config.in.
447 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
449         * config.nt: Update file comments.
450         Update undefs added/removed in src/config.in.
452 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
454         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
455         of win95 and winnt, respectively.
457 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
459         * makefile.nt (real_install): Create site-lisp in installation dir.
460         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
461         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
463 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
465         * Version 19.33 released.
467 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
469         * runemacs.c (WinMain): Put a space between the binary and its args.
471 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
473         * Version 19.32 released.
475 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
477         * makefile.nt (clean): Use OBJDIR macro.
479 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
481         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
482         Not defined by default.
483         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
484         (WinMain): Convert backslashes to slashes in env var values.
486         * addpm.c (env_vars): Use slashes, not backslashes.
488 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
490         * Version 19.31 released.
492 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
494         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
495         undo settings afterwards.
497 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
499         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
500         environment variable.
502 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
504         * install.bat: Allow for optimized build.
505         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
506         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
508 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
510         * addpm.c (REG_ROOT): Don't use a trailing backslash.
511         (env_vars): Rename field emacs_path to emacs_dir.
512         (main): Add link to runemacs instead of emacs.
514         * install.bat: Check if INSTALL_DIR is passed as an argument.
516         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
518         * makefile.nt: Build and install runemacs.exe.
520         * runemacs.c: New file.
522         * config.w95: File removed.
524         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
525         inc/sys/socket.h, inc/sys/time.h: New header files.
527         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
528         
529 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
531         * makefile.def (DEL): Defined.
532         (DEL_TREE) [win95]: Defined.
533         (SYS_LDFLAGS): Set executable versions to 3.10.
534         
535         * makefile.nt: Change uses of del to $(DEL).
537 1996-01-17  Erik Naggum  <erik@naggum.no>
539         * All files: Update FSF's address in comment preamble.
541 1996-01-03  George V. Reilly  <georger@microcrafts.com>
543         * emacs.ico: Now the proverbial kitchen sink icon.
545 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
547         * Version 19.30 released.
549 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
551         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
553         * makefile.nt (install, fast_install, real_install, clean):
554         Don't use switches to del not supported by Win95.
556 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
558         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
559         (install, fast_install): Change same-dir test to create test file in
560         installation tree and thereby support read-only shares.
561         (clean): Remove .pdb files.
563         * makefile.def (NTGUI): New macro.
564         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
566         * config.nt, config.w95: Update to latest src/config.in.
568         * addpm.c (env_vars): New variable.
569         (add_registry): New procedure.
570         (main): Use values of configuration environment variables from
571         the registry if defined, the process environment otherwise.
573 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
575         * Version 19.29 released.
577         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
579 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
581         * makefile.nt: Define .c to .obj suffix rule.
582         (addpm.obj): Compile directly, use CFLAGS.
583         (addpm.exe): Link from addpm.obj.
584         
585         * makefile.def (MSVCNT11): Defined.
586         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
587         (CFLAGS_COMMON): Defined.
588         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
589         
590 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
592         * emacs.bat.in: Renamed from emacs.bat
593         (emacs_dir): Renamed from emacs_path
594         Definition removed.
596         * addpm.c: New file.
597         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
598         (all): Depend upon $(BLD) and $(ALL).
599         (install): Depend upon emacs.bat.
600         Create program item for Emacs.
601         (clean): Delete obj.
602         (emacs.bat): Defined.
603         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
605 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
607         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
608         Add carriage returns; necessary for batch files on Win95.
610 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
612         * config.w95: Created.
613         * config.h: Changed to config.nt.
614         
615         * makefile.nt (SUBDIRS): Commented out.
616         (all,install,clean): Expand for-loops.
617         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
619         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
620         (ARCH): New definition.
621         (CPU,CONFIG_H,OS_TYPE): Defined.
622         (INCLUDE,LIB): Checked if valid.
623         (ntwin32.mak): Included.
624         (AR,CC,LINK): New definition.
625         (ADVAPI32,libc,BASE_LIBS): Defined.
626         (SYS_LDFLAGS): New definition.
627         Update comments and preprocessor conditionals.
629         * emacs.bat (SHELL): Conditionally defined.
630         (HOME): Conditionally defined.
631         (emacs_path,HOME): Update comments.
632         Turn off all echo.
634 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
636         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
637         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
638         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
639         inc/sys/param.h: Removed carriage-returns.
641 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
643         * makefile.def (CVTRES): Defined.
645         * emacs.ico, emacs.rc: New files by Kevin Gallo.
647 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
649         * src: Removed.
651         * src\config.h, src\paths.h: Moved to parent dir, src removed.
653 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
655         * makefile.def (INSTALL_DIR): Changed to generic directory.
657         * emacs.bat: Added arguments when emacs.exe invoked.
659         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
661 1994-12-13  voelker  <voelker@cs.washington.edu>
663         * makefile.def (CC): In configuration section.
664         (COMPAT_LIB): Defined.
666 1994-11-01  voelker  <voelker@cs.washington.edu>
668         * src/paths.h: New file.
670         * src/config.h: New file.
672         * inc/pwd.h: New file.
674         * inc/sys/dir.h: New file.
676         * inc/sys/file.h: New file.
678         * inc/sys/ioctl.h: New file.
680         * inc/sys/param.h: New file.
682         * todo: New file.
684         * readme: New file.
686         * makefile.nt: New file.
688         * makefile.def: New file.
690         * install.cmd: New file.
692         * install: New file.
694         * fast-install.cmd: New file.
696         * emacs.cmd: New file.
698         * ebuild.cmd: New file.
700         * _emacs: New file.
702 ;; Local Variables:
703 ;; coding: iso-2022-7bit
704 ;; End: