*** empty log message ***
[emacs.git] / nt / ChangeLog
blob65bf35b0af3b73601e3baeab5bd08debe6ee27ba
1 2001-05-24  Jason Rumney  <jasonr@gnu.org>
3         * INSTALL: Clarify that building with MSVC requires nmake.
5 2001-05-17  Andrew Innes  <andrewi@gnu.org>
7         * gmake.defs (NEW_CYGWIN): Output message about spurious error
8         message that is to be ignored.
10 2001-05-13  Andrew Innes  <andrewi@gnu.org>
12         * TODO: Remove file, since it is completely out of date.
14         * README: Add copyright notice.
16         * INSTALL: Add copyright notice.
18 2001-04-18  Andrew Innes  <andrewi@gnu.org>
20         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
21         the environment.
23         * gmake.defs (SETLOADPATH): Remove definition.
24         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
25         environment.
27 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
29         * configure.bat: Make the checkw32api* labels be distinct in the
30         first 8 characters.
32 2001-03-17  Andrew Innes  <andrewi@gnu.org>
34         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
35         escaped quotes.
37         * gmake.defs (DEBUG_LINK): New macro.
38         (LINK_FLAGS): Use it.
40         * nmake.defs (DEBUG_LINK): New macro.
41         (LINK_FLAGS): Use it.
43 2001-03-06  Andrew Innes  <andrewi@gnu.org>
45         * INSTALL: Add --ldflags to configure line for building with
46         recent versions of Cygwin GCC.
48 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
50         * configure.bat: Use correct options when compiling a test program
51         with Cygwin.  From David Ponce <dponce@voila.fr>.
53 2001-02-24  Andrew Innes  <andrewi@gnu.org>
55         * _emacs: Remove obsolete file.
57         * emacs.bat.in: Remove obsolete file.
59         * debug.bat.in: Remove obsolete file.
61         * inc/sys/socket.h: Add copyright notice.
63         * paths.h: Add copyright notice.
65         * makefile.nt: Update copyright notice.
67         * makefile.def: Update copyright notice.
69         * configure.bat: Update copyright notice.
71         * nmake.defs: Add copyright notice.
73         * gmake.defs: Add copyright notice.
75         * makefile.w32-in: Add copyright notice.
77 2001-02-05  Andrew Innes  <andrewi@gnu.org>
79         * nmake.defs (THISDIR): New definition.
81         * gmake.defs (THISDIR): New definition.
83 2001-02-03  Andrew Innes  <andrewi@gnu.org>
85         * configure.bat: Leave a space before >> only when there is a
86         preceding digit.  Add a comment about the importance of this.
88         * README: Replace outdated information.
90         * INSTALL (Trouble-shooting): Add note about need to specify extra
91         compiler flags with recent Cygwin ports of gcc.
93 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
95         * configure.bat: Use "rm -f" instead of "del /f", as the latter
96         is not supported by Windows 9X's COMMAND.COM.
98 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
100         * configure.bat: Make sure redirection is preceeded by a blank, to
101         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
102         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
104 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
106         * INSTALL: Copy the table of tested combinations of development
107         tools from confuigure.bat.  Add suggestion to install Bash on
108         Windows 9X.
110         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
111         lisp/Makefile.in instead.  Use "rm -f" where more than one file
112         needs to be deleted, since command.com in Windows 9X doesn't grok
113         more than one argument.
115 2001-01-24  Andrew Innes  <andrewi@gnu.org>
117         * makefile.w32-in (cleanall-other-dirs-nmake): 
118         (cleanall-other-dirs-gmake): New targets.
119         (cleanall): Invoke them.
121 2001-01-19  Andrew Innes  <andrewi@gnu.org>
123         * addpm.c (env_vars): Add a version-independent site-lisp
124         directory to EMACSLOADPATH, after the version dependent one.
126 2001-01-06  Andrew Innes  <andrewi@gnu.org>
128         * README: Update info about compilers.
130         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
131         select correct rule for invoking make in another directory.  Amend
132         rules accordingly.
133         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
135         * nmake.defs (EMACS_ICON_PATH): Delete definition.
136         (COMPILER_TEMP_FILES): New definition.
137         (MAKETYPE): New definition.
139         * gmake.defs (EMACS_ICON_PATH): Delete definition.
140         (COMPILER_TEMP_FILES): New definition.
141         (MAKETYPE): New definition.
143         * makefile.def (EMACS_ICON_PATH): Delete definition.
145         * configure.bat: Be careful not to add trailing spaces when
146         outputting to config.settings.
148 2001-01-02  Andrew Innes  <andrewi@gnu.org>
150         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
151         than the function.
153 2000-12-17  Andrew Innes  <andrewi@gnu.org>
155         * makefile.w32-in (install): Copy directories to the correct
156         places.
157         (real_install): Remove obsolete target.
159 2000-12-06  Andrew Innes  <andrewi@gnu.org>
161         * nmake.defs (CURDIR): New define.
162         (INSTALL_DIR): Use it.
164         * gmake.defs (NEW_CYGWIN): New define.
165         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
166         so we need to adjust how we escape embedded quotes.
167         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
168         relative to $(CURDIR).
170 2000-11-25  Jason Rumney  <jasonr@gnu.org>
172         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
174 2000-10-17  Andrew Innes  <andrewi@gnu.org>
176         * makefile.w32-in (recompile): New target to recompile lisp
177         directory.
178         (recompile-CMD, recompile-SH): New support targets.
180 2000-09-24  Jason Rumney  <jasonr@gnu.org>
182         * config.nt (NO_RETURN): Define it.
184 2000-09-17  Andrew Innes  <andrewi@gnu.org>
186         * gmake.defs: Revert to Unix line endings.
188         * nmake.defs: Revert to Unix line endings.
190 2000-09-16  Andrew Innes  <andrewi@gnu.org>
192         * gmake.defs (SETLOADPATH): Change definition to work from any
193         subdirectory.
195 2000-09-14  Andrew Innes  <andrewi@gnu.org>
197         * makefile.w32-in: Revert to Unix line endings.
199 2000-09-14  Andrew Innes  <andrewi@gnu.org>
201         * INSTALL: Add note about expected error messages when configure
202         is run.
204         * configure.bat: Simplify the generation of makefiles (don't need
205         to generate various top-level targets that invoke make in other
206         directories).
208         * gmake.defs (SHELLTYPE): New define.
209         (SETLOADPATH): New define.
211         * nmake.defs (SHELLTYPE): New define.
213         * makefile.w32-in: Standardize indentation somewhat.
214         Add bootstrap support.
215         Pass $(MFLAGS) when invoking make recursively.
216         Add shell-specific variants of top-level targets that invoke make
217         recursively in other directories, and add necessary computed
218         dependencies.
220 2000-09-03  Andrew Innes  <andrewi@gnu.org>
222         * makefile.w32-in: Change to DOS line endings.
224         * configure.bat: Change to DOS line endings.
226         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
227         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
229         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
230         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
232         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
233         -D_ANONYMOUS_STRUCT on compile line.
234         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
235         (ARCH_CFLAGS): Change optimization flags to -O2.
236         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
237         (ARGQUOTE, DQUOTE): New defines.
239         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
240         -D_ANONYMOUS_STRUCT on compile line.
241         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
242         (ARGQUOTE, DQUOTE): New defines.
244 2000-08-22  Andrew Innes  <andrewi@gnu.org>
246         * configure.bat: New file.
248         * gmake.defs: New file.
250         * nmake.defs: New file.
252         * makefile.w32-in: New file.
254         * INSTALL: Rewrite to match new configure process.
256         * config.nt [WINDOWSNT]: Don't declare getenv.
257         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
259         * addpm.c (main): Accept /q to mean install based on addpm's
260         location without asking.  Remove reference to emacs.bat which is
261         now obsolete.
263         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
265         * paths.h: Use forward slash as directory separator in all path
266         definitions.
267         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
269         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
271         * runemacs.c: Remove WIN32 define.
273         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
274         not defined.
276         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
277         (fd_set): Define to new name, after including winsock.h, so we can
278         provide our own implementation.
280 2000-07-05  Andrew Innes  <andrewi@gnu.org>
282         * ebuild.bat: Add support for specifying make arguments.
284         * makefile.nt: Add support for `bootstrap' and related targets.
286 2000-06-11  Jason Rumney  <jasonr@gnu.org>
288         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
290 2000-02-06  Andrew Innes  <andrewi@gnu.org>
292         * inc/sys/time.h: Add inclusion protection.
294         * makefile.def (SYS_LDFLAGS): Add -nologo.
296 1999-11-22  Andrew Innes  <andrewi@gnu.org>
298         * install.bat: Pass on command line arguments to make.
300         * makefile.nt (fast_install): Bring commands up-to-date, and fix
301         typo.
303 1999-11-21  Andrew Innes  <andrewi@gnu.org>
305         * makefile.nt (all): Build leim if present.
306         (install): Install leim if present.
307         (clean): Clean leim if present.
309         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
310         definition.
312         * emacs.bat.in (EMACSLOADPATH): Include leim.
314 1999-07-12  Richard Stallman  <rms@gnu.org>
316         * Version 20.4 released.
318 1999-06-16  Andrew Innes  <andrewi@gnu.org>
320         * emacs.rc: Use an icon with a transparent background, to be in
321         keeping with other applications.
323 1999-06-03  Andrew Innes  <andrewi@gnu.org>
325         * preprep.c: Fix typo.
327 1999-05-02  Andrew Innes  <andrewi@gnu.org>
329         * config.h: Remove obsolete file.
331         * preprep.c (copy_executable_and_move_sections): Ifdef out a
332         couple of unused switch cases that aren't defined on all
333         platforms.
335         * ftime.bat: Add another variation of the profile command, which
336         only profiles extended commands.
338 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
340         * cmdproxy.c (main): Fix parens.
342 1999-03-25  Andrew Innes  <andrewi@gnu.org>
344         * cmdproxy.c (main): Call GetShortPathName to normalize program
345         names for comparison.
347 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
349         * makefile.def: Compile multiple .c files when possible.
350         Use BLD instead of assuming i386.
351         * makefile.nt: Remove common multiple file compilation commands.
353 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
355         * cmdproxy.c (main): Add missing parens.
357 1999-02-20  Andrew Innes  <andrewi@gnu.org>
359         * preprep.c: New program to allow dumped image to be profiled.
361         * makefile.nt (preprep): New target.
362         (ALL): Build it.
364         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
366         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
367         Change prep options to profile libc functions and skip the startup
368         code.
370 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
372         * makefile.nt: Create installation directory as first step.
374 1999-01-31  Andrew Innes  <andrewi@gnu.org>
376         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
377         ROUND_UP_DST.  Zeroes the alignment slop.
378         (copy_executable_and_add_section): Update the
379         SizeOfHeaders field properly.
381 1999-01-27  Andrew Innes  <andrewi@gnu.org>
383         * makefile.nt: Do make version comparison as strings.
385 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
387         * runemacs.c (WinMain): Pass explicit environment block to
388         CreateProcess, to work around a bug in Windows 95/98.
390 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
392         * icons: New directory with Davenport's icons.
393         icons/sink.ico: Renamed from emacs.ico.
395         * makefile.nt (install, fast_install): Install Windows icons
396         into etc/icons.
398         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
400 1999-01-17  Andrew Innes  <andrewi@gnu.org>
402         * makefile.nt: (ALL): List top-level targets.
403         (addsection): New top-level target.
404         (install): Copy fns-*.el to bin directory.
406         * addsection.c: New program to add static heap section to
407         temacs.exe after linking, in support of new unexec method.
409 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
411         * cmdproxy.c (spawn): Pass directory for child as parameter.
412         (main): Save startup directory to give to spawn, then change
413         directory to location of .exe in order not to prevent startup
414         directory from being deleted.
416 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
418         * makefile.nt: Do string comparision of _NMAKE_VER.
420 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
422         * config.nt (LOCALTIME_CACHE): Define.
424 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
426         * install.bat: Convert to DOS format.
428 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
430         * cmdproxy.c (main): Set environment size only when running
431         command.com.
433 1998-11-03  Theodore Jump <tjump@tertius.com>
435         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
436         (DEL_TREE): Use rd instead of rmdir.
437         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
438         * makefile.nt: Compile multiple source files when possible.
439         
440 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
442         * cmdproxy.c (main): Treat command line options as case-insensitive.
444 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
446         * Version 20.3 released.
448 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
450         * addpm.c (main): Explicitly check result of message box for OK.
452 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
454         * inc/sys/file.h (D_OK): Define new macro.
456 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
458         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
460 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
462         * emacs.rc (VS_VERSION_INFO): Define.
464 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
466         * makefile.nt (emacs.bat, debug.bat): Create them in the
467         installation directory.
469 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
471         * ddeclient.c: New file.  (Support program for performing limited
472         interprocess communication on Windows.)
474         * makefile.nt: Build ddeclient.
476         * cmdproxy.c (main): Only set environment size for real shell, and
477         provide extra directory argument, when running on Windows 95.
478         
479 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
481         * cmdproxy.c (fail): Exit with a negative return value.
482         (spawn): Return subprocess return code as an argument.
483         Explicitly copy environment block.
484         (main): Update to use return value argument with spawn.
485         Retry if spawn failed when a subshell was not tried.
487         * config.nt: Include new macros from src/config.in.
488         (GNU_MALLOC, REL_ALLOC): Define.
489         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
490         (RE_TRANSLATE): Use char_table_translate.
492         * makefile.def (CP_DIR): Preserve attributes.
494         * makefile.nt (clean): Delete patch generated files, optimized
495         build directory.
497 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
499         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
501 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
503         * Version 20.2 released.
505 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
507         * Version 20.1 released.
509 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
511         * debug.bat.in: New file.
512         * makefile.nt (debug.bat): New target.
514 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
516         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
517         Quote group name.  Allow different icons to be specified.
519         * cmdproxy.c (get_env_size): New function.
520         (spawn): Explicitly pass in environment when creating subprocess.
521         (main): Cleaup error messages.
522         Specify dynamically sized environment block for real shell.
523         Pass on unhandled switches to real shell.
524         Quote program name.
526         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
527         directory.
528         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
530         * runemacs.c (WinMain): Allow Emacs process to be started with
531         high or low priority.
533         * emacs.bat.in: Remove OS dependent operations.
534         
535 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
537         * addpm.c (env_vars): No longer set INFOPATH.
539         * cmdproxy.c (get_next_token): Null terminate token returned.
541         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
543 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
545         * addpm.c (env_vars): Set SHELL to cmdproxy.
546         (main): Initialize idDde to 0.
547         Determine emacs_path from module file name.
548         Prompt for install.
550         * makefile.def (MSVCNT11): Conditionally define it.
551         (BASE_LIBS): Do not use oldnames.lib.
552         (SYS_LDFLAGS): Use pdb files.
553         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
554         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
555         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
557         * makefile.nt (ALL): Build cmdproxy.
558         (cmdproxy): New target.
559         (install): Install cmdproxy.
561         * ftime.bat, debug.bat, cmdproxy.c: New files.
563 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
565         * inc/sys/socket.h: (shutdown): Define.
566         (sys_shutdown): Export.
568 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
570         * config.nt (RE_TRANSLATE): Copy definition from config.in.
572 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
574         * config.nt: Update file comments.
575         Update undefs added/removed in src/config.in.
577 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
579         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
580         of win95 and winnt, respectively.
582 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
584         * makefile.nt (real_install): Create site-lisp in installation dir.
585         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
586         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
588 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
590         * Version 19.33 released.
592 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
594         * runemacs.c (WinMain): Put a space between the binary and its args.
596 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
598         * Version 19.32 released.
600 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
602         * makefile.nt (clean): Use OBJDIR macro.
604 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
606         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
607         Not defined by default.
608         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
609         (WinMain): Convert backslashes to slashes in env var values.
611         * addpm.c (env_vars): Use slashes, not backslashes.
613 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
615         * Version 19.31 released.
617 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
619         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
620         undo settings afterwards.
622 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
624         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
625         environment variable.
627 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
629         * install.bat: Allow for optimized build.
630         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
631         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
633 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
635         * addpm.c (REG_ROOT): Don't use a trailing backslash.
636         (env_vars): Rename field emacs_path to emacs_dir.
637         (main): Add link to runemacs instead of emacs.
639         * install.bat: Check if INSTALL_DIR is passed as an argument.
641         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
643         * makefile.nt: Build and install runemacs.exe.
645         * runemacs.c: New file.
647         * config.w95: File removed.
649         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
650         inc/sys/socket.h, inc/sys/time.h: New header files.
652         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
653         
654 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
656         * makefile.def (DEL): Defined.
657         (DEL_TREE) [win95]: Defined.
658         (SYS_LDFLAGS): Set executable versions to 3.10.
659         
660         * makefile.nt: Change uses of del to $(DEL).
662 1996-01-17  Erik Naggum  <erik@naggum.no>
664         * All files: Update FSF's address in comment preamble.
666 1996-01-03  George V. Reilly  <georger@microcrafts.com>
668         * emacs.ico: Now the proverbial kitchen sink icon.
670 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
672         * Version 19.30 released.
674 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
676         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
678         * makefile.nt (install, fast_install, real_install, clean):
679         Don't use switches to del not supported by Win95.
681 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
683         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
684         (install, fast_install): Change same-dir test to create test file in
685         installation tree and thereby support read-only shares.
686         (clean): Remove .pdb files.
688         * makefile.def (NTGUI): New macro.
689         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
691         * config.nt, config.w95: Update to latest src/config.in.
693         * addpm.c (env_vars): New variable.
694         (add_registry): New procedure.
695         (main): Use values of configuration environment variables from
696         the registry if defined, the process environment otherwise.
698 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
700         * Version 19.29 released.
702         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
704 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
706         * makefile.nt: Define .c to .obj suffix rule.
707         (addpm.obj): Compile directly, use CFLAGS.
708         (addpm.exe): Link from addpm.obj.
709         
710         * makefile.def (MSVCNT11): Defined.
711         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
712         (CFLAGS_COMMON): Defined.
713         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
714         
715 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
717         * emacs.bat.in: Renamed from emacs.bat
718         (emacs_dir): Renamed from emacs_path
719         Definition removed.
721         * addpm.c: New file.
722         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
723         (all): Depend upon $(BLD) and $(ALL).
724         (install): Depend upon emacs.bat.
725         Create program item for Emacs.
726         (clean): Delete obj.
727         (emacs.bat): Defined.
728         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
730 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
732         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
733         Add carriage returns; necessary for batch files on Win95.
735 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
737         * config.w95: Created.
738         * config.h: Changed to config.nt.
739         
740         * makefile.nt (SUBDIRS): Commented out.
741         (all,install,clean): Expand for-loops.
742         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
744         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
745         (ARCH): New definition.
746         (CPU,CONFIG_H,OS_TYPE): Defined.
747         (INCLUDE,LIB): Checked if valid.
748         (ntwin32.mak): Included.
749         (AR,CC,LINK): New definition.
750         (ADVAPI32,libc,BASE_LIBS): Defined.
751         (SYS_LDFLAGS): New definition.
752         Update comments and preprocessor conditionals.
754         * emacs.bat (SHELL): Conditionally defined.
755         (HOME): Conditionally defined.
756         (emacs_path,HOME): Update comments.
757         Turn off all echo.
759 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
761         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
762         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
763         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
764         inc/sys/param.h: Removed carriage-returns.
766 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
768         * makefile.def (CVTRES): Defined.
770         * emacs.ico, emacs.rc: New files by Kevin Gallo.
772 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
774         * src: Removed.
776         * src\config.h, src\paths.h: Moved to parent dir, src removed.
778 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
780         * makefile.def (INSTALL_DIR): Changed to generic directory.
782         * emacs.bat: Added arguments when emacs.exe invoked.
784         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
786 1994-12-13  voelker  <voelker@cs.washington.edu>
788         * makefile.def (CC): In configuration section.
789         (COMPAT_LIB): Defined.
791 1994-11-01  voelker  <voelker@cs.washington.edu>
793         * src/paths.h: New file.
795         * src/config.h: New file.
797         * inc/pwd.h: New file.
799         * inc/sys/dir.h: New file.
801         * inc/sys/file.h: New file.
803         * inc/sys/ioctl.h: New file.
805         * inc/sys/param.h: New file.
807         * todo: New file.
809         * readme: New file.
811         * makefile.nt: New file.
813         * makefile.def: New file.
815         * install.cmd: New file.
817         * install: New file.
819         * fast-install.cmd: New file.
821         * emacs.cmd: New file.
823         * ebuild.cmd: New file.
825         * _emacs: New file.
827 ;; Local Variables:
828 ;; coding: iso-2022-7bit
829 ;; End: