(ex-unix-type-shell-options): Fix :type.
[emacs.git] / nt / ChangeLog
blobac86224ea6911b3edceb9501eb69ad573f1e6267
1 2001-02-05  Andrew Innes  <andrewi@gnu.org>\r
2 \r
3         * nmake.defs (THISDIR): New definition.\r
4 \r
5         * gmake.defs (THISDIR): New definition.\r
6 \r
7 2001-02-03  Andrew Innes  <andrewi@gnu.org>\r
8 \r
9         * configure.bat: Leave a space before >> only when there is a\r
10         preceding digit.  Add a comment about the importance of this.\r
12         * README: Replace outdated information.\r
14         * INSTALL (Trouble-shooting): Add note about need to specify extra\r
15         compiler flags with recent Cygwin ports of gcc.\r
17 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>\r
19         * configure.bat: Use "rm -f" instead of "del /f", as the latter\r
20         is not supported by Windows 9X's COMMAND.COM.\r
22 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>\r
24         * configure.bat: Make sure redirection is preceeded by a blank, to\r
25         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats\r
26         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.\r
28 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>\r
30         * INSTALL: Copy the table of tested combinations of development\r
31         tools from confuigure.bat.  Add suggestion to install Bash on\r
32         Windows 9X.\r
34         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy\r
35         lisp/Makefile.in instead.  Use "rm -f" where more than one file\r
36         needs to be deleted, since command.com in Windows 9X doesn't grok\r
37         more than one argument.\r
39 2001-01-24  Andrew Innes  <andrewi@gnu.org>\r
41         * makefile.w32-in (cleanall-other-dirs-nmake): \r
42         (cleanall-other-dirs-gmake): New targets.\r
43         (cleanall): Invoke them.\r
45 2001-01-19  Andrew Innes  <andrewi@gnu.org>\r
47         * addpm.c (env_vars): Add a version-independent site-lisp\r
48         directory to EMACSLOADPATH, after the version dependent one.\r
50 2001-01-06  Andrew Innes  <andrewi@gnu.org>\r
52         * README: Update info about compilers.\r
54         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to\r
55         select correct rule for invoking make in another directory.  Amend\r
56         rules accordingly.\r
57         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.\r
59         * nmake.defs (EMACS_ICON_PATH): Delete definition.\r
60         (COMPILER_TEMP_FILES): New definition.\r
61         (MAKETYPE): New definition.\r
63         * gmake.defs (EMACS_ICON_PATH): Delete definition.\r
64         (COMPILER_TEMP_FILES): New definition.\r
65         (MAKETYPE): New definition.\r
67         * makefile.def (EMACS_ICON_PATH): Delete definition.\r
69         * configure.bat: Be careful not to add trailing spaces when\r
70         outputting to config.settings.\r
72 2001-01-02  Andrew Innes  <andrewi@gnu.org>\r
74         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather\r
75         than the function.\r
77 2000-12-17  Andrew Innes  <andrewi@gnu.org>\r
79         * makefile.w32-in (install): Copy directories to the correct\r
80         places.\r
81         (real_install): Remove obsolete target.\r
83 2000-12-06  Andrew Innes  <andrewi@gnu.org>\r
85         * nmake.defs (CURDIR): New define.\r
86         (INSTALL_DIR): Use it.\r
88         * gmake.defs (NEW_CYGWIN): New define.\r
89         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,\r
90         so we need to adjust how we escape embedded quotes.\r
91         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,\r
92         relative to $(CURDIR).\r
94 2000-11-25  Jason Rumney  <jasonr@gnu.org>\r
96         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.\r
98 2000-10-17  Andrew Innes  <andrewi@gnu.org>\r
100         * makefile.w32-in (recompile): New target to recompile lisp\r
101         directory.\r
102         (recompile-CMD, recompile-SH): New support targets.\r
104 2000-09-24  Jason Rumney  <jasonr@gnu.org>\r
106         * config.nt (NO_RETURN): Define it.\r
108 2000-09-17  Andrew Innes  <andrewi@gnu.org>\r
110         * gmake.defs: Revert to Unix line endings.\r
112         * nmake.defs: Revert to Unix line endings.\r
114 2000-09-16  Andrew Innes  <andrewi@gnu.org>\r
116         * gmake.defs (SETLOADPATH): Change definition to work from any\r
117         subdirectory.\r
119 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
121         * makefile.w32-in: Revert to Unix line endings.\r
123 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
125         * INSTALL: Add note about expected error messages when configure\r
126         is run.\r
128         * configure.bat: Simplify the generation of makefiles (don't need\r
129         to generate various top-level targets that invoke make in other\r
130         directories).\r
132         * gmake.defs (SHELLTYPE): New define.\r
133         (SETLOADPATH): New define.\r
135         * nmake.defs (SHELLTYPE): New define.\r
137         * makefile.w32-in: Standardize indentation somewhat.\r
138         Add bootstrap support.\r
139         Pass $(MFLAGS) when invoking make recursively.\r
140         Add shell-specific variants of top-level targets that invoke make\r
141         recursively in other directories, and add necessary computed\r
142         dependencies.\r
144 2000-09-03  Andrew Innes  <andrewi@gnu.org>\r
146         * makefile.w32-in: Change to DOS line endings.\r
148         * configure.bat: Change to DOS line endings.\r
150         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
151         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
153         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
154         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
156         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
157         -D_ANONYMOUS_STRUCT on compile line.\r
158         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.\r
159         (ARCH_CFLAGS): Change optimization flags to -O2.\r
160         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
161         (ARGQUOTE, DQUOTE): New defines.\r
163         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
164         -D_ANONYMOUS_STRUCT on compile line.\r
165         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
166         (ARGQUOTE, DQUOTE): New defines.\r
168 2000-08-22  Andrew Innes  <andrewi@gnu.org>\r
170         * configure.bat: New file.\r
172         * gmake.defs: New file.\r
174         * nmake.defs: New file.\r
176         * makefile.w32-in: New file.\r
178         * INSTALL: Rewrite to match new configure process.\r
180         * config.nt [WINDOWSNT]: Don't declare getenv.\r
181         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.\r
183         * addpm.c (main): Accept /q to mean install based on addpm's\r
184         location without asking.  Remove reference to emacs.bat which is\r
185         now obsolete.\r
187         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.\r
189         * paths.h: Use forward slash as directory separator in all path\r
190         definitions.\r
191         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.\r
193         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.\r
195         * runemacs.c: Remove WIN32 define.\r
197         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is\r
198         not defined.\r
200         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.\r
201         (fd_set): Define to new name, after including winsock.h, so we can\r
202         provide our own implementation.\r
204 2000-07-05  Andrew Innes  <andrewi@gnu.org>\r
206         * ebuild.bat: Add support for specifying make arguments.\r
208         * makefile.nt: Add support for `bootstrap' and related targets.\r
210 2000-06-11  Jason Rumney  <jasonr@gnu.org>\r
212         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.\r
214 2000-02-06  Andrew Innes  <andrewi@gnu.org>\r
216         * inc/sys/time.h: Add inclusion protection.\r
218         * makefile.def (SYS_LDFLAGS): Add -nologo.\r
220 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
222         * install.bat: Pass on command line arguments to make.\r
224         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
225         typo.\r
227 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
229         * makefile.nt (all): Build leim if present.\r
230         (install): Install leim if present.\r
231         (clean): Clean leim if present.\r
233         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
234         definition.\r
236         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
238 After the release of 20.4, development was split into two separate\r
239 code lines.  One line contained the code for Emacs 21, and the other\r
240 one the code for the 20.x releases after 20.4.  The following change\r
241 log entries up to the entry ``20.4 released'' are for the 20.x code\r
242 line.  Change logs above this notice are those for the 21.x code line.\r
244 2000-06-13  Gerd Moellmann  <gerd@gnu.org>\r
246         * Version 20.7 released.\r
247         \r
248 2000-05-12  Jason Rumney  <jasonr@gnu.org>\r
249         \r
250         * INSTALL: Remove point 5 and other references to emacs.bat.\r
251         Renumber following points. Add note in point 1 about emacs.bat\r
252         and debug.bat being removed.\r
254 2000-02-20  Andrew Innes  <andrewi@gnu.org>\r
256         * makefile.nt: Remove all references to emacs.bat and debug.bat.\r
258         * emacs.bat.in: Remove obsolete file.\r
260         * debug.bat.in: Remove obsolete file.\r
262 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
264         * install.bat: Pass on command line arguments to make.\r
265         \r
266         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
267         typo.\r
269 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
271         * makefile.nt (all): Build leim if present.\r
272         (install): Install leim if present.\r
273         (clean): Clean leim if present.\r
275         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
276         definition.\r
278         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
280 1999-11-04  Andrew Innes  <andrewi@gnu.org>\r
282         * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission\r
283         optimization, to ensure accurate stack traces.  The performance\r
284         loss is negligible.\r
286 1999-07-12  Richard Stallman  <rms@gnu.org>\r
288         * Version 20.4 released.\r
290 1999-06-16  Andrew Innes  <andrewi@gnu.org>\r
292         * emacs.rc: Use an icon with a transparent background, to be in\r
293         keeping with other applications.\r
295 1999-06-03  Andrew Innes  <andrewi@gnu.org>\r
297         * preprep.c: Fix typo.\r
299 1999-05-02  Andrew Innes  <andrewi@gnu.org>\r
301         * config.h: Remove obsolete file.\r
303         * preprep.c (copy_executable_and_move_sections): Ifdef out a\r
304         couple of unused switch cases that aren't defined on all\r
305         platforms.\r
307         * ftime.bat: Add another variation of the profile command, which\r
308         only profiles extended commands.\r
310 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>\r
312         * cmdproxy.c (main): Fix parens.\r
314 1999-03-25  Andrew Innes  <andrewi@gnu.org>\r
316         * cmdproxy.c (main): Call GetShortPathName to normalize program\r
317         names for comparison.\r
319 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>\r
321         * makefile.def: Compile multiple .c files when possible.\r
322         Use BLD instead of assuming i386.\r
323         * makefile.nt: Remove common multiple file compilation commands.\r
325 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>\r
327         * cmdproxy.c (main): Add missing parens.\r
329 1999-02-20  Andrew Innes  <andrewi@gnu.org>\r
331         * preprep.c: New program to allow dumped image to be profiled.\r
333         * makefile.nt (preprep): New target.\r
334         (ALL): Build it.\r
336         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.\r
338         * ftime.bat: Invoke preprep to prepare dumped image for profiling.\r
339         Change prep options to profile libc functions and skip the startup\r
340         code.\r
342 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>\r
344         * makefile.nt: Create installation directory as first step.\r
346 1999-01-31  Andrew Innes  <andrewi@gnu.org>\r
348         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from\r
349         ROUND_UP_DST.  Zeroes the alignment slop.\r
350         (copy_executable_and_add_section): Update the\r
351         SizeOfHeaders field properly.\r
353 1999-01-27  Andrew Innes  <andrewi@gnu.org>\r
355         * makefile.nt: Do make version comparison as strings.\r
357 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>\r
359         * runemacs.c (WinMain): Pass explicit environment block to\r
360         CreateProcess, to work around a bug in Windows 95/98.\r
362 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>\r
364         * icons: New directory with Davenport's icons.\r
365         icons/sink.ico: Renamed from emacs.ico.\r
367         * makefile.nt (install, fast_install): Install Windows icons\r
368         into etc/icons.\r
370         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.\r
372 1999-01-17  Andrew Innes  <andrewi@gnu.org>\r
374         * makefile.nt: (ALL): List top-level targets.\r
375         (addsection): New top-level target.\r
376         (install): Copy fns-*.el to bin directory.\r
378         * addsection.c: New program to add static heap section to\r
379         temacs.exe after linking, in support of new unexec method.\r
381 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>\r
383         * cmdproxy.c (spawn): Pass directory for child as parameter.\r
384         (main): Save startup directory to give to spawn, then change\r
385         directory to location of .exe in order not to prevent startup\r
386         directory from being deleted.\r
388 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>\r
390         * makefile.nt: Do string comparision of _NMAKE_VER.\r
392 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>\r
394         * config.nt (LOCALTIME_CACHE): Define.\r
396 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>\r
398         * install.bat: Convert to DOS format.\r
400 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
402         * cmdproxy.c (main): Set environment size only when running\r
403         command.com.\r
405 1998-11-03  Theodore Jump <tjump@tertius.com>\r
407         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.\r
408         (DEL_TREE): Use rd instead of rmdir.\r
409         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.\r
410         * makefile.nt: Compile multiple source files when possible.\r
411         \r
412 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>\r
414         * cmdproxy.c (main): Treat command line options as case-insensitive.\r
416 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>\r
418         * Version 20.3 released.\r
420 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>\r
422         * addpm.c (main): Explicitly check result of message box for OK.\r
424 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>\r
426         * inc/sys/file.h (D_OK): Define new macro.\r
428 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>\r
430         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.\r
432 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>\r
434         * emacs.rc (VS_VERSION_INFO): Define.\r
436 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>\r
438         * makefile.nt (emacs.bat, debug.bat): Create them in the\r
439         installation directory.\r
441 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>\r
443         * ddeclient.c: New file.  (Support program for performing limited\r
444         interprocess communication on Windows.)\r
446         * makefile.nt: Build ddeclient.\r
448         * cmdproxy.c (main): Only set environment size for real shell, and\r
449         provide extra directory argument, when running on Windows 95.\r
450         \r
451 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>\r
453         * cmdproxy.c (fail): Exit with a negative return value.\r
454         (spawn): Return subprocess return code as an argument.\r
455         Explicitly copy environment block.\r
456         (main): Update to use return value argument with spawn.\r
457         Retry if spawn failed when a subshell was not tried.\r
459         * config.nt: Include new macros from src/config.in.\r
460         (GNU_MALLOC, REL_ALLOC): Define.\r
461         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.\r
462         (RE_TRANSLATE): Use char_table_translate.\r
464         * makefile.def (CP_DIR): Preserve attributes.\r
466         * makefile.nt (clean): Delete patch generated files, optimized\r
467         build directory.\r
469 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>\r
471         * addpm.c (env_vars): Fix misplaced % in SHELL entry.\r
473 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
475         * Version 20.2 released.\r
477 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
479         * Version 20.1 released.\r
481 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>\r
483         * debug.bat.in: New file.\r
484         * makefile.nt (debug.bat): New target.\r
486 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>\r
488         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.\r
489         Quote group name.  Allow different icons to be specified.\r
491         * cmdproxy.c (get_env_size): New function.\r
492         (spawn): Explicitly pass in environment when creating subprocess.\r
493         (main): Cleaup error messages.\r
494         Specify dynamically sized environment block for real shell.\r
495         Pass on unhandled switches to real shell.\r
496         Quote program name.\r
498         * makefile.def (CFLAGS_COMMON): Place pdb file in object build \r
499         directory.\r
500         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  \r
502         * runemacs.c (WinMain): Allow Emacs process to be started with\r
503         high or low priority.\r
505         * emacs.bat.in: Remove OS dependent operations.\r
506         \r
507 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>\r
509         * addpm.c (env_vars): No longer set INFOPATH.\r
511         * cmdproxy.c (get_next_token): Null terminate token returned.\r
513         * emacs.bat.in (INFOPATH): No longer set INFOPATH.\r
515 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
517         * addpm.c (env_vars): Set SHELL to cmdproxy.\r
518         (main): Initialize idDde to 0.\r
519         Determine emacs_path from module file name.\r
520         Prompt for install.\r
522         * makefile.def (MSVCNT11): Conditionally define it.\r
523         (BASE_LIBS): Do not use oldnames.lib.\r
524         (SYS_LDFLAGS): Use pdb files.\r
525         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.\r
526         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.\r
527         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.\r
529         * makefile.nt (ALL): Build cmdproxy.\r
530         (cmdproxy): New target.\r
531         (install): Install cmdproxy.\r
533         * ftime.bat, debug.bat, cmdproxy.c: New files.\r
535 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>\r
537         * inc/sys/socket.h: (shutdown): Define.\r
538         (sys_shutdown): Export.\r
540 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
542         * config.nt (RE_TRANSLATE): Copy definition from config.in.\r
544 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>\r
546         * config.nt: Update file comments.\r
547         Update undefs added/removed in src/config.in.\r
549 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>\r
551         * makefil.def, emacs.bat: Use windows95 and windowsnt instead\r
552         of win95 and winnt, respectively.\r
554 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>\r
556         * makefile.nt (real_install): Create site-lisp in installation dir.\r
557         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.\r
558         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.\r
560 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
562         * Version 19.33 released.\r
564 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>\r
566         * runemacs.c (WinMain): Put a space between the binary and its args.\r
568 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
570         * Version 19.32 released.\r
572 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>\r
574         * makefile.nt (clean): Use OBJDIR macro.\r
576 1996-06-03  Kim F. Storm  <kfs@olicom.dk>\r
578         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.\r
579         Not defined by default.\r
580         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.\r
581         (WinMain): Convert backslashes to slashes in env var values.\r
583         * addpm.c (env_vars): Use slashes, not backslashes.\r
585 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>\r
587         * Version 19.31 released.\r
589 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>\r
591         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;\r
592         undo settings afterwards.\r
594 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>\r
596         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC\r
597         environment variable.\r
599 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
601         * install.bat: Allow for optimized build.\r
602         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.\r
603         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.\r
605 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
607         * addpm.c (REG_ROOT): Don't use a trailing backslash.\r
608         (env_vars): Rename field emacs_path to emacs_dir.\r
609         (main): Add link to runemacs instead of emacs.\r
611         * install.bat: Check if INSTALL_DIR is passed as an argument.\r
613         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.\r
615         * makefile.nt: Build and install runemacs.exe.\r
617         * runemacs.c: New file.\r
619         * config.w95: File removed.\r
621         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,\r
622         inc/sys/socket.h, inc/sys/time.h: New header files.\r
624         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.\r
625         \r
626 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>\r
628         * makefile.def (DEL): Defined.\r
629         (DEL_TREE) [win95]: Defined.\r
630         (SYS_LDFLAGS): Set executable versions to 3.10.\r
631         \r
632         * makefile.nt: Change uses of del to $(DEL).\r
634 1996-01-17  Erik Naggum  <erik@naggum.no>\r
636         * All files: Update FSF's address in comment preamble.\r
638 1996-01-03  George V. Reilly  <georger@microcrafts.com>\r
640         * emacs.ico: Now the proverbial kitchen sink icon.\r
642 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
644         * Version 19.30 released.\r
646 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>\r
648         * makefile.def (CP_DIR): Use platform independent switches for xcopy.\r
650         * makefile.nt (install, fast_install, real_install, clean):\r
651         Don't use switches to del not supported by Win95.\r
653 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>\r
655         * makefile.nt (addpm.exe): Link with $(ADVAPI32).\r
656         (install, fast_install): Change same-dir test to create test file in\r
657         installation tree and thereby support read-only shares.\r
658         (clean): Remove .pdb files.\r
660         * makefile.def (NTGUI): New macro.\r
661         [NTGUI] (CFLAGS): Define HAVE_NTGUI.\r
663         * config.nt, config.w95: Update to latest src/config.in.\r
665         * addpm.c (env_vars): New variable.\r
666         (add_registry): New procedure.\r
667         (main): Use values of configuration environment variables from\r
668         the registry if defined, the process environment otherwise.\r
670 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
672         * Version 19.29 released.\r
674         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.\r
676 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>\r
678         * makefile.nt: Define .c to .obj suffix rule.\r
679         (addpm.obj): Compile directly, use CFLAGS.\r
680         (addpm.exe): Link from addpm.obj.\r
681         \r
682         * makefile.def (MSVCNT11): Defined.\r
683         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.\r
684         (CFLAGS_COMMON): Defined.\r
685         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.\r
686         \r
687 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>\r
689         * emacs.bat.in: Renamed from emacs.bat\r
690         (emacs_dir): Renamed from emacs_path\r
691         Definition removed.\r
693         * addpm.c: New file.\r
694         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.\r
695         (all): Depend upon $(BLD) and $(ALL).\r
696         (install): Depend upon emacs.bat.\r
697         Create program item for Emacs.\r
698         (clean): Delete obj.\r
699         (emacs.bat): Defined.\r
700         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.\r
702 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>\r
704         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:\r
705         Add carriage returns; necessary for batch files on Win95.\r
707 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>\r
709         * config.w95: Created.\r
710         * config.h: Changed to config.nt.\r
711         \r
712         * makefile.nt (SUBDIRS): Commented out.\r
713         (all,install,clean): Expand for-loops.\r
714         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.\r
716         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.\r
717         (ARCH): New definition.\r
718         (CPU,CONFIG_H,OS_TYPE): Defined.\r
719         (INCLUDE,LIB): Checked if valid.\r
720         (ntwin32.mak): Included.\r
721         (AR,CC,LINK): New definition.\r
722         (ADVAPI32,libc,BASE_LIBS): Defined.\r
723         (SYS_LDFLAGS): New definition.\r
724         Update comments and preprocessor conditionals.\r
726         * emacs.bat (SHELL): Conditionally defined.\r
727         (HOME): Conditionally defined.\r
728         (emacs_path,HOME): Update comments.\r
729         Turn off all echo.\r
731 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>\r
733         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,\r
734         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,\r
735         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,\r
736         inc/sys/param.h: Removed carriage-returns.\r
738 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>\r
740         * makefile.def (CVTRES): Defined.\r
742         * emacs.ico, emacs.rc: New files by Kevin Gallo.\r
744 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>\r
746         * src: Removed.\r
748         * src\config.h, src\paths.h: Moved to parent dir, src removed.\r
750 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>\r
752         * makefile.def (INSTALL_DIR): Changed to generic directory.\r
754         * emacs.bat: Added arguments when emacs.exe invoked.\r
756         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.\r
758 1994-12-13  voelker  <voelker@cs.washington.edu>\r
760         * makefile.def (CC): In configuration section.\r
761         (COMPAT_LIB): Defined.\r
763 1994-11-01  voelker  <voelker@cs.washington.edu>\r
765         * src/paths.h: New file.\r
767         * src/config.h: New file.\r
769         * inc/pwd.h: New file.\r
771         * inc/sys/dir.h: New file.\r
773         * inc/sys/file.h: New file.\r
775         * inc/sys/ioctl.h: New file.\r
777         * inc/sys/param.h: New file.\r
779         * todo: New file.\r
781         * readme: New file.\r
783         * makefile.nt: New file.\r
785         * makefile.def: New file.\r
786  \r
787         * install.cmd: New file.\r
789         * install: New file.\r
791         * fast-install.cmd: New file.\r
793         * emacs.cmd: New file.\r
795         * ebuild.cmd: New file.\r
797         * _emacs: New file.\r
799 ;; Local Variables:\r
800 ;; coding: iso-2022-7bit\r
801 ;; End:\r