backward-delete-char-untabify-method
[emacs.git] / nt / ChangeLog
blobc19ac8c585ff03240de71891e24e656fc7821725
1 2001-01-06  Andrew Innes  <andrewi@gnu.org>\r
2 \r
3         * README: Update info about compilers.\r
4 \r
5         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to\r
6         select correct rule for invoking make in another directory.  Amend\r
7         rules accordingly.\r
8         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.\r
9 \r
10         * nmake.defs (EMACS_ICON_PATH): Delete definition.\r
11         (COMPILER_TEMP_FILES): New definition.\r
12         (MAKETYPE): New definition.\r
14         * gmake.defs (EMACS_ICON_PATH): Delete definition.\r
15         (COMPILER_TEMP_FILES): New definition.\r
16         (MAKETYPE): New definition.\r
18         * makefile.def (EMACS_ICON_PATH): Delete definition.\r
20         * configure.bat: Be careful not to add trailing spaces when\r
21         outputting to config.settings.\r
23 2001-01-02  Andrew Innes  <andrewi@gnu.org>\r
25         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather\r
26         than the function.\r
28 2000-12-17  Andrew Innes  <andrewi@gnu.org>\r
30         * makefile.w32-in (install): Copy directories to the correct\r
31         places.\r
32         (real_install): Remove obsolete target.\r
34 2000-12-06  Andrew Innes  <andrewi@gnu.org>\r
36         * nmake.defs (CURDIR): New define.\r
37         (INSTALL_DIR): Use it.\r
39         * gmake.defs (NEW_CYGWIN): New define.\r
40         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,\r
41         so we need to adjust how we escape embedded quotes.\r
42         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,\r
43         relative to $(CURDIR).\r
45 2000-11-25  Jason Rumney  <jasonr@gnu.org>\r
47         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.\r
49 2000-10-17  Andrew Innes  <andrewi@gnu.org>\r
51         * makefile.w32-in (recompile): New target to recompile lisp\r
52         directory.\r
53         (recompile-CMD, recompile-SH): New support targets.\r
55 2000-09-24  Jason Rumney  <jasonr@gnu.org>\r
57         * config.nt (NO_RETURN): Define it.\r
59 2000-09-17  Andrew Innes  <andrewi@gnu.org>\r
61         * gmake.defs: Revert to Unix line endings.\r
63         * nmake.defs: Revert to Unix line endings.\r
65 2000-09-16  Andrew Innes  <andrewi@gnu.org>\r
67         * gmake.defs (SETLOADPATH): Change definition to work from any\r
68         subdirectory.\r
70 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
72         * makefile.w32-in: Revert to Unix line endings.\r
74 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
76         * INSTALL: Add note about expected error messages when configure\r
77         is run.\r
79         * configure.bat: Simplify the generation of makefiles (don't need\r
80         to generate various top-level targets that invoke make in other\r
81         directories).\r
83         * gmake.defs (SHELLTYPE): New define.\r
84         (SETLOADPATH): New define.\r
86         * nmake.defs (SHELLTYPE): New define.\r
88         * makefile.w32-in: Standardize indentation somewhat.\r
89         Add bootstrap support.\r
90         Pass $(MFLAGS) when invoking make recursively.\r
91         Add shell-specific variants of top-level targets that invoke make\r
92         recursively in other directories, and add necessary computed\r
93         dependencies.\r
95 2000-09-03  Andrew Innes  <andrewi@gnu.org>\r
97         * makefile.w32-in: Change to DOS line endings.\r
99         * configure.bat: Change to DOS line endings.\r
101         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
102         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
104         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
105         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
107         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
108         -D_ANONYMOUS_STRUCT on compile line.\r
109         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.\r
110         (ARCH_CFLAGS): Change optimization flags to -O2.\r
111         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
112         (ARGQUOTE, DQUOTE): New defines.\r
114         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
115         -D_ANONYMOUS_STRUCT on compile line.\r
116         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
117         (ARGQUOTE, DQUOTE): New defines.\r
119 2000-08-22  Andrew Innes  <andrewi@gnu.org>\r
121         * configure.bat: New file.\r
123         * gmake.defs: New file.\r
125         * nmake.defs: New file.\r
127         * makefile.w32-in: New file.\r
129         * INSTALL: Rewrite to match new configure process.\r
131         * config.nt [WINDOWSNT]: Don't declare getenv.\r
132         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.\r
134         * addpm.c (main): Accept /q to mean install based on addpm's\r
135         location without asking.  Remove reference to emacs.bat which is\r
136         now obsolete.\r
138         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.\r
140         * paths.h: Use forward slash as directory separator in all path\r
141         definitions.\r
142         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.\r
144         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.\r
146         * runemacs.c: Remove WIN32 define.\r
148         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is\r
149         not defined.\r
151         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.\r
152         (fd_set): Define to new name, after including winsock.h, so we can\r
153         provide our own implementation.\r
155 2000-07-05  Andrew Innes  <andrewi@gnu.org>\r
157         * ebuild.bat: Add support for specifying make arguments.\r
159         * makefile.nt: Add support for `bootstrap' and related targets.\r
161 2000-06-11  Jason Rumney  <jasonr@gnu.org>\r
163         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.\r
165 2000-02-06  Andrew Innes  <andrewi@gnu.org>\r
167         * inc/sys/time.h: Add inclusion protection.\r
169         * makefile.def (SYS_LDFLAGS): Add -nologo.\r
171 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
173         * install.bat: Pass on command line arguments to make.\r
175         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
176         typo.\r
178 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
180         * makefile.nt (all): Build leim if present.\r
181         (install): Install leim if present.\r
182         (clean): Clean leim if present.\r
184         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
185         definition.\r
187         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
189 After the release of 20.4, development was split into two separate\r
190 code lines.  One line contained the code for Emacs 21, and the other\r
191 one the code for the 20.x releases after 20.4.  The following change\r
192 log entries up to the entry ``20.4 released'' are for the 20.x code\r
193 line.  Change logs above this notice are those for the 21.x code line.\r
195 2000-06-13  Gerd Moellmann  <gerd@gnu.org>\r
197         * Version 20.7 released.\r
198         \r
199 2000-05-12  Jason Rumney  <jasonr@gnu.org>\r
200         \r
201         * INSTALL: Remove point 5 and other references to emacs.bat.\r
202         Renumber following points. Add note in point 1 about emacs.bat\r
203         and debug.bat being removed.\r
205 2000-02-20  Andrew Innes  <andrewi@gnu.org>\r
207         * makefile.nt: Remove all references to emacs.bat and debug.bat.\r
209         * emacs.bat.in: Remove obsolete file.\r
211         * debug.bat.in: Remove obsolete file.\r
213 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
215         * install.bat: Pass on command line arguments to make.\r
216         \r
217         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
218         typo.\r
220 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
222         * makefile.nt (all): Build leim if present.\r
223         (install): Install leim if present.\r
224         (clean): Clean leim if present.\r
226         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
227         definition.\r
229         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
231 1999-11-04  Andrew Innes  <andrewi@gnu.org>\r
233         * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission\r
234         optimization, to ensure accurate stack traces.  The performance\r
235         loss is negligible.\r
237 1999-07-12  Richard Stallman  <rms@gnu.org>\r
239         * Version 20.4 released.\r
241 1999-06-16  Andrew Innes  <andrewi@gnu.org>\r
243         * emacs.rc: Use an icon with a transparent background, to be in\r
244         keeping with other applications.\r
246 1999-06-03  Andrew Innes  <andrewi@gnu.org>\r
248         * preprep.c: Fix typo.\r
250 1999-05-02  Andrew Innes  <andrewi@gnu.org>\r
252         * config.h: Remove obsolete file.\r
254         * preprep.c (copy_executable_and_move_sections): Ifdef out a\r
255         couple of unused switch cases that aren't defined on all\r
256         platforms.\r
258         * ftime.bat: Add another variation of the profile command, which\r
259         only profiles extended commands.\r
261 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>\r
263         * cmdproxy.c (main): Fix parens.\r
265 1999-03-25  Andrew Innes  <andrewi@gnu.org>\r
267         * cmdproxy.c (main): Call GetShortPathName to normalize program\r
268         names for comparison.\r
270 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>\r
272         * makefile.def: Compile multiple .c files when possible.\r
273         Use BLD instead of assuming i386.\r
274         * makefile.nt: Remove common multiple file compilation commands.\r
276 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>\r
278         * cmdproxy.c (main): Add missing parens.\r
280 1999-02-20  Andrew Innes  <andrewi@gnu.org>\r
282         * preprep.c: New program to allow dumped image to be profiled.\r
284         * makefile.nt (preprep): New target.\r
285         (ALL): Build it.\r
287         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.\r
289         * ftime.bat: Invoke preprep to prepare dumped image for profiling.\r
290         Change prep options to profile libc functions and skip the startup\r
291         code.\r
293 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>\r
295         * makefile.nt: Create installation directory as first step.\r
297 1999-01-31  Andrew Innes  <andrewi@gnu.org>\r
299         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from\r
300         ROUND_UP_DST.  Zeroes the alignment slop.\r
301         (copy_executable_and_add_section): Update the\r
302         SizeOfHeaders field properly.\r
304 1999-01-27  Andrew Innes  <andrewi@gnu.org>\r
306         * makefile.nt: Do make version comparison as strings.\r
308 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>\r
310         * runemacs.c (WinMain): Pass explicit environment block to\r
311         CreateProcess, to work around a bug in Windows 95/98.\r
313 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>\r
315         * icons: New directory with Davenport's icons.\r
316         icons/sink.ico: Renamed from emacs.ico.\r
318         * makefile.nt (install, fast_install): Install Windows icons\r
319         into etc/icons.\r
321         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.\r
323 1999-01-17  Andrew Innes  <andrewi@gnu.org>\r
325         * makefile.nt: (ALL): List top-level targets.\r
326         (addsection): New top-level target.\r
327         (install): Copy fns-*.el to bin directory.\r
329         * addsection.c: New program to add static heap section to\r
330         temacs.exe after linking, in support of new unexec method.\r
332 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>\r
334         * cmdproxy.c (spawn): Pass directory for child as parameter.\r
335         (main): Save startup directory to give to spawn, then change\r
336         directory to location of .exe in order not to prevent startup\r
337         directory from being deleted.\r
339 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>\r
341         * makefile.nt: Do string comparision of _NMAKE_VER.\r
343 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>\r
345         * config.nt (LOCALTIME_CACHE): Define.\r
347 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>\r
349         * install.bat: Convert to DOS format.\r
351 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
353         * cmdproxy.c (main): Set environment size only when running\r
354         command.com.\r
356 1998-11-03  Theodore Jump <tjump@tertius.com>\r
358         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.\r
359         (DEL_TREE): Use rd instead of rmdir.\r
360         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.\r
361         * makefile.nt: Compile multiple source files when possible.\r
362         \r
363 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>\r
365         * cmdproxy.c (main): Treat command line options as case-insensitive.\r
367 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>\r
369         * Version 20.3 released.\r
371 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>\r
373         * addpm.c (main): Explicitly check result of message box for OK.\r
375 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>\r
377         * inc/sys/file.h (D_OK): Define new macro.\r
379 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>\r
381         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.\r
383 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>\r
385         * emacs.rc (VS_VERSION_INFO): Define.\r
387 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>\r
389         * makefile.nt (emacs.bat, debug.bat): Create them in the\r
390         installation directory.\r
392 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>\r
394         * ddeclient.c: New file.  (Support program for performing limited\r
395         interprocess communication on Windows.)\r
397         * makefile.nt: Build ddeclient.\r
399         * cmdproxy.c (main): Only set environment size for real shell, and\r
400         provide extra directory argument, when running on Windows 95.\r
401         \r
402 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>\r
404         * cmdproxy.c (fail): Exit with a negative return value.\r
405         (spawn): Return subprocess return code as an argument.\r
406         Explicitly copy environment block.\r
407         (main): Update to use return value argument with spawn.\r
408         Retry if spawn failed when a subshell was not tried.\r
410         * config.nt: Include new macros from src/config.in.\r
411         (GNU_MALLOC, REL_ALLOC): Define.\r
412         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.\r
413         (RE_TRANSLATE): Use char_table_translate.\r
415         * makefile.def (CP_DIR): Preserve attributes.\r
417         * makefile.nt (clean): Delete patch generated files, optimized\r
418         build directory.\r
420 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>\r
422         * addpm.c (env_vars): Fix misplaced % in SHELL entry.\r
424 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
426         * Version 20.2 released.\r
428 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
430         * Version 20.1 released.\r
432 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>\r
434         * debug.bat.in: New file.\r
435         * makefile.nt (debug.bat): New target.\r
437 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>\r
439         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.\r
440         Quote group name.  Allow different icons to be specified.\r
442         * cmdproxy.c (get_env_size): New function.\r
443         (spawn): Explicitly pass in environment when creating subprocess.\r
444         (main): Cleaup error messages.\r
445         Specify dynamically sized environment block for real shell.\r
446         Pass on unhandled switches to real shell.\r
447         Quote program name.\r
449         * makefile.def (CFLAGS_COMMON): Place pdb file in object build \r
450         directory.\r
451         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  \r
453         * runemacs.c (WinMain): Allow Emacs process to be started with\r
454         high or low priority.\r
456         * emacs.bat.in: Remove OS dependent operations.\r
457         \r
458 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>\r
460         * addpm.c (env_vars): No longer set INFOPATH.\r
462         * cmdproxy.c (get_next_token): Null terminate token returned.\r
464         * emacs.bat.in (INFOPATH): No longer set INFOPATH.\r
466 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
468         * addpm.c (env_vars): Set SHELL to cmdproxy.\r
469         (main): Initialize idDde to 0.\r
470         Determine emacs_path from module file name.\r
471         Prompt for install.\r
473         * makefile.def (MSVCNT11): Conditionally define it.\r
474         (BASE_LIBS): Do not use oldnames.lib.\r
475         (SYS_LDFLAGS): Use pdb files.\r
476         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.\r
477         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.\r
478         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.\r
480         * makefile.nt (ALL): Build cmdproxy.\r
481         (cmdproxy): New target.\r
482         (install): Install cmdproxy.\r
484         * ftime.bat, debug.bat, cmdproxy.c: New files.\r
486 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>\r
488         * inc/sys/socket.h: (shutdown): Define.\r
489         (sys_shutdown): Export.\r
491 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
493         * config.nt (RE_TRANSLATE): Copy definition from config.in.\r
495 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>\r
497         * config.nt: Update file comments.\r
498         Update undefs added/removed in src/config.in.\r
500 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>\r
502         * makefil.def, emacs.bat: Use windows95 and windowsnt instead\r
503         of win95 and winnt, respectively.\r
505 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>\r
507         * makefile.nt (real_install): Create site-lisp in installation dir.\r
508         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.\r
509         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.\r
511 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
513         * Version 19.33 released.\r
515 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>\r
517         * runemacs.c (WinMain): Put a space between the binary and its args.\r
519 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
521         * Version 19.32 released.\r
523 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>\r
525         * makefile.nt (clean): Use OBJDIR macro.\r
527 1996-06-03  Kim F. Storm  <kfs@olicom.dk>\r
529         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.\r
530         Not defined by default.\r
531         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.\r
532         (WinMain): Convert backslashes to slashes in env var values.\r
534         * addpm.c (env_vars): Use slashes, not backslashes.\r
536 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>\r
538         * Version 19.31 released.\r
540 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>\r
542         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;\r
543         undo settings afterwards.\r
545 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>\r
547         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC\r
548         environment variable.\r
550 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
552         * install.bat: Allow for optimized build.\r
553         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.\r
554         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.\r
556 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
558         * addpm.c (REG_ROOT): Don't use a trailing backslash.\r
559         (env_vars): Rename field emacs_path to emacs_dir.\r
560         (main): Add link to runemacs instead of emacs.\r
562         * install.bat: Check if INSTALL_DIR is passed as an argument.\r
564         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.\r
566         * makefile.nt: Build and install runemacs.exe.\r
568         * runemacs.c: New file.\r
570         * config.w95: File removed.\r
572         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,\r
573         inc/sys/socket.h, inc/sys/time.h: New header files.\r
575         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.\r
576         \r
577 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>\r
579         * makefile.def (DEL): Defined.\r
580         (DEL_TREE) [win95]: Defined.\r
581         (SYS_LDFLAGS): Set executable versions to 3.10.\r
582         \r
583         * makefile.nt: Change uses of del to $(DEL).\r
585 1996-01-17  Erik Naggum  <erik@naggum.no>\r
587         * All files: Update FSF's address in comment preamble.\r
589 1996-01-03  George V. Reilly  <georger@microcrafts.com>\r
591         * emacs.ico: Now the proverbial kitchen sink icon.\r
593 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
595         * Version 19.30 released.\r
597 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>\r
599         * makefile.def (CP_DIR): Use platform independent switches for xcopy.\r
601         * makefile.nt (install, fast_install, real_install, clean):\r
602         Don't use switches to del not supported by Win95.\r
604 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>\r
606         * makefile.nt (addpm.exe): Link with $(ADVAPI32).\r
607         (install, fast_install): Change same-dir test to create test file in\r
608         installation tree and thereby support read-only shares.\r
609         (clean): Remove .pdb files.\r
611         * makefile.def (NTGUI): New macro.\r
612         [NTGUI] (CFLAGS): Define HAVE_NTGUI.\r
614         * config.nt, config.w95: Update to latest src/config.in.\r
616         * addpm.c (env_vars): New variable.\r
617         (add_registry): New procedure.\r
618         (main): Use values of configuration environment variables from\r
619         the registry if defined, the process environment otherwise.\r
621 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
623         * Version 19.29 released.\r
625         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.\r
627 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>\r
629         * makefile.nt: Define .c to .obj suffix rule.\r
630         (addpm.obj): Compile directly, use CFLAGS.\r
631         (addpm.exe): Link from addpm.obj.\r
632         \r
633         * makefile.def (MSVCNT11): Defined.\r
634         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.\r
635         (CFLAGS_COMMON): Defined.\r
636         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.\r
637         \r
638 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>\r
640         * emacs.bat.in: Renamed from emacs.bat\r
641         (emacs_dir): Renamed from emacs_path\r
642         Definition removed.\r
644         * addpm.c: New file.\r
645         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.\r
646         (all): Depend upon $(BLD) and $(ALL).\r
647         (install): Depend upon emacs.bat.\r
648         Create program item for Emacs.\r
649         (clean): Delete obj.\r
650         (emacs.bat): Defined.\r
651         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.\r
653 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>\r
655         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:\r
656         Add carriage returns; necessary for batch files on Win95.\r
658 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>\r
660         * config.w95: Created.\r
661         * config.h: Changed to config.nt.\r
662         \r
663         * makefile.nt (SUBDIRS): Commented out.\r
664         (all,install,clean): Expand for-loops.\r
665         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.\r
667         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.\r
668         (ARCH): New definition.\r
669         (CPU,CONFIG_H,OS_TYPE): Defined.\r
670         (INCLUDE,LIB): Checked if valid.\r
671         (ntwin32.mak): Included.\r
672         (AR,CC,LINK): New definition.\r
673         (ADVAPI32,libc,BASE_LIBS): Defined.\r
674         (SYS_LDFLAGS): New definition.\r
675         Update comments and preprocessor conditionals.\r
677         * emacs.bat (SHELL): Conditionally defined.\r
678         (HOME): Conditionally defined.\r
679         (emacs_path,HOME): Update comments.\r
680         Turn off all echo.\r
682 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>\r
684         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,\r
685         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,\r
686         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,\r
687         inc/sys/param.h: Removed carriage-returns.\r
689 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>\r
691         * makefile.def (CVTRES): Defined.\r
693         * emacs.ico, emacs.rc: New files by Kevin Gallo.\r
695 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>\r
697         * src: Removed.\r
699         * src\config.h, src\paths.h: Moved to parent dir, src removed.\r
701 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>\r
703         * makefile.def (INSTALL_DIR): Changed to generic directory.\r
705         * emacs.bat: Added arguments when emacs.exe invoked.\r
707         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.\r
709 1994-12-13  voelker  <voelker@cs.washington.edu>\r
711         * makefile.def (CC): In configuration section.\r
712         (COMPAT_LIB): Defined.\r
714 1994-11-01  voelker  <voelker@cs.washington.edu>\r
716         * src/paths.h: New file.\r
718         * src/config.h: New file.\r
720         * inc/pwd.h: New file.\r
722         * inc/sys/dir.h: New file.\r
724         * inc/sys/file.h: New file.\r
726         * inc/sys/ioctl.h: New file.\r
728         * inc/sys/param.h: New file.\r
730         * todo: New file.\r
732         * readme: New file.\r
734         * makefile.nt: New file.\r
736         * makefile.def: New file.\r
737  \r
738         * install.cmd: New file.\r
740         * install: New file.\r
742         * fast-install.cmd: New file.\r
744         * emacs.cmd: New file.\r
746         * ebuild.cmd: New file.\r
748         * _emacs: New file.\r
750 ;; Local Variables:\r
751 ;; coding: iso-2022-7bit\r
752 ;; End:\r