(Mode Line): Document the 3D appearence of the mode line on
[emacs.git] / nt / ChangeLog
blob443f688b2ced45722d01adfccd61610067bc2240
1 2001-01-19  Andrew Innes  <andrewi@gnu.org>\r
2 \r
3         * addpm.c (env_vars): Add a version-independent site-lisp\r
4         directory to EMACSLOADPATH, after the version dependent one.\r
5 \r
6 2001-01-06  Andrew Innes  <andrewi@gnu.org>\r
7 \r
8         * README: Update info about compilers.\r
9 \r
10         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to\r
11         select correct rule for invoking make in another directory.  Amend\r
12         rules accordingly.\r
13         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.\r
15         * nmake.defs (EMACS_ICON_PATH): Delete definition.\r
16         (COMPILER_TEMP_FILES): New definition.\r
17         (MAKETYPE): New definition.\r
19         * gmake.defs (EMACS_ICON_PATH): Delete definition.\r
20         (COMPILER_TEMP_FILES): New definition.\r
21         (MAKETYPE): New definition.\r
23         * makefile.def (EMACS_ICON_PATH): Delete definition.\r
25         * configure.bat: Be careful not to add trailing spaces when\r
26         outputting to config.settings.\r
28 2001-01-02  Andrew Innes  <andrewi@gnu.org>\r
30         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather\r
31         than the function.\r
33 2000-12-17  Andrew Innes  <andrewi@gnu.org>\r
35         * makefile.w32-in (install): Copy directories to the correct\r
36         places.\r
37         (real_install): Remove obsolete target.\r
39 2000-12-06  Andrew Innes  <andrewi@gnu.org>\r
41         * nmake.defs (CURDIR): New define.\r
42         (INSTALL_DIR): Use it.\r
44         * gmake.defs (NEW_CYGWIN): New define.\r
45         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,\r
46         so we need to adjust how we escape embedded quotes.\r
47         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,\r
48         relative to $(CURDIR).\r
50 2000-11-25  Jason Rumney  <jasonr@gnu.org>\r
52         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.\r
54 2000-10-17  Andrew Innes  <andrewi@gnu.org>\r
56         * makefile.w32-in (recompile): New target to recompile lisp\r
57         directory.\r
58         (recompile-CMD, recompile-SH): New support targets.\r
60 2000-09-24  Jason Rumney  <jasonr@gnu.org>\r
62         * config.nt (NO_RETURN): Define it.\r
64 2000-09-17  Andrew Innes  <andrewi@gnu.org>\r
66         * gmake.defs: Revert to Unix line endings.\r
68         * nmake.defs: Revert to Unix line endings.\r
70 2000-09-16  Andrew Innes  <andrewi@gnu.org>\r
72         * gmake.defs (SETLOADPATH): Change definition to work from any\r
73         subdirectory.\r
75 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
77         * makefile.w32-in: Revert to Unix line endings.\r
79 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
81         * INSTALL: Add note about expected error messages when configure\r
82         is run.\r
84         * configure.bat: Simplify the generation of makefiles (don't need\r
85         to generate various top-level targets that invoke make in other\r
86         directories).\r
88         * gmake.defs (SHELLTYPE): New define.\r
89         (SETLOADPATH): New define.\r
91         * nmake.defs (SHELLTYPE): New define.\r
93         * makefile.w32-in: Standardize indentation somewhat.\r
94         Add bootstrap support.\r
95         Pass $(MFLAGS) when invoking make recursively.\r
96         Add shell-specific variants of top-level targets that invoke make\r
97         recursively in other directories, and add necessary computed\r
98         dependencies.\r
100 2000-09-03  Andrew Innes  <andrewi@gnu.org>\r
102         * makefile.w32-in: Change to DOS line endings.\r
104         * configure.bat: Change to DOS line endings.\r
106         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
107         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
109         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
110         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
112         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
113         -D_ANONYMOUS_STRUCT on compile line.\r
114         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.\r
115         (ARCH_CFLAGS): Change optimization flags to -O2.\r
116         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
117         (ARGQUOTE, DQUOTE): New defines.\r
119         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
120         -D_ANONYMOUS_STRUCT on compile line.\r
121         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
122         (ARGQUOTE, DQUOTE): New defines.\r
124 2000-08-22  Andrew Innes  <andrewi@gnu.org>\r
126         * configure.bat: New file.\r
128         * gmake.defs: New file.\r
130         * nmake.defs: New file.\r
132         * makefile.w32-in: New file.\r
134         * INSTALL: Rewrite to match new configure process.\r
136         * config.nt [WINDOWSNT]: Don't declare getenv.\r
137         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.\r
139         * addpm.c (main): Accept /q to mean install based on addpm's\r
140         location without asking.  Remove reference to emacs.bat which is\r
141         now obsolete.\r
143         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.\r
145         * paths.h: Use forward slash as directory separator in all path\r
146         definitions.\r
147         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.\r
149         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.\r
151         * runemacs.c: Remove WIN32 define.\r
153         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is\r
154         not defined.\r
156         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.\r
157         (fd_set): Define to new name, after including winsock.h, so we can\r
158         provide our own implementation.\r
160 2000-07-05  Andrew Innes  <andrewi@gnu.org>\r
162         * ebuild.bat: Add support for specifying make arguments.\r
164         * makefile.nt: Add support for `bootstrap' and related targets.\r
166 2000-06-11  Jason Rumney  <jasonr@gnu.org>\r
168         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.\r
170 2000-02-06  Andrew Innes  <andrewi@gnu.org>\r
172         * inc/sys/time.h: Add inclusion protection.\r
174         * makefile.def (SYS_LDFLAGS): Add -nologo.\r
176 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
178         * install.bat: Pass on command line arguments to make.\r
180         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
181         typo.\r
183 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
185         * makefile.nt (all): Build leim if present.\r
186         (install): Install leim if present.\r
187         (clean): Clean leim if present.\r
189         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
190         definition.\r
192         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
194 After the release of 20.4, development was split into two separate\r
195 code lines.  One line contained the code for Emacs 21, and the other\r
196 one the code for the 20.x releases after 20.4.  The following change\r
197 log entries up to the entry ``20.4 released'' are for the 20.x code\r
198 line.  Change logs above this notice are those for the 21.x code line.\r
200 2000-06-13  Gerd Moellmann  <gerd@gnu.org>\r
202         * Version 20.7 released.\r
203         \r
204 2000-05-12  Jason Rumney  <jasonr@gnu.org>\r
205         \r
206         * INSTALL: Remove point 5 and other references to emacs.bat.\r
207         Renumber following points. Add note in point 1 about emacs.bat\r
208         and debug.bat being removed.\r
210 2000-02-20  Andrew Innes  <andrewi@gnu.org>\r
212         * makefile.nt: Remove all references to emacs.bat and debug.bat.\r
214         * emacs.bat.in: Remove obsolete file.\r
216         * debug.bat.in: Remove obsolete file.\r
218 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
220         * install.bat: Pass on command line arguments to make.\r
221         \r
222         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
223         typo.\r
225 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
227         * makefile.nt (all): Build leim if present.\r
228         (install): Install leim if present.\r
229         (clean): Clean leim if present.\r
231         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
232         definition.\r
234         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
236 1999-11-04  Andrew Innes  <andrewi@gnu.org>\r
238         * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission\r
239         optimization, to ensure accurate stack traces.  The performance\r
240         loss is negligible.\r
242 1999-07-12  Richard Stallman  <rms@gnu.org>\r
244         * Version 20.4 released.\r
246 1999-06-16  Andrew Innes  <andrewi@gnu.org>\r
248         * emacs.rc: Use an icon with a transparent background, to be in\r
249         keeping with other applications.\r
251 1999-06-03  Andrew Innes  <andrewi@gnu.org>\r
253         * preprep.c: Fix typo.\r
255 1999-05-02  Andrew Innes  <andrewi@gnu.org>\r
257         * config.h: Remove obsolete file.\r
259         * preprep.c (copy_executable_and_move_sections): Ifdef out a\r
260         couple of unused switch cases that aren't defined on all\r
261         platforms.\r
263         * ftime.bat: Add another variation of the profile command, which\r
264         only profiles extended commands.\r
266 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>\r
268         * cmdproxy.c (main): Fix parens.\r
270 1999-03-25  Andrew Innes  <andrewi@gnu.org>\r
272         * cmdproxy.c (main): Call GetShortPathName to normalize program\r
273         names for comparison.\r
275 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>\r
277         * makefile.def: Compile multiple .c files when possible.\r
278         Use BLD instead of assuming i386.\r
279         * makefile.nt: Remove common multiple file compilation commands.\r
281 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>\r
283         * cmdproxy.c (main): Add missing parens.\r
285 1999-02-20  Andrew Innes  <andrewi@gnu.org>\r
287         * preprep.c: New program to allow dumped image to be profiled.\r
289         * makefile.nt (preprep): New target.\r
290         (ALL): Build it.\r
292         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.\r
294         * ftime.bat: Invoke preprep to prepare dumped image for profiling.\r
295         Change prep options to profile libc functions and skip the startup\r
296         code.\r
298 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>\r
300         * makefile.nt: Create installation directory as first step.\r
302 1999-01-31  Andrew Innes  <andrewi@gnu.org>\r
304         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from\r
305         ROUND_UP_DST.  Zeroes the alignment slop.\r
306         (copy_executable_and_add_section): Update the\r
307         SizeOfHeaders field properly.\r
309 1999-01-27  Andrew Innes  <andrewi@gnu.org>\r
311         * makefile.nt: Do make version comparison as strings.\r
313 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>\r
315         * runemacs.c (WinMain): Pass explicit environment block to\r
316         CreateProcess, to work around a bug in Windows 95/98.\r
318 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>\r
320         * icons: New directory with Davenport's icons.\r
321         icons/sink.ico: Renamed from emacs.ico.\r
323         * makefile.nt (install, fast_install): Install Windows icons\r
324         into etc/icons.\r
326         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.\r
328 1999-01-17  Andrew Innes  <andrewi@gnu.org>\r
330         * makefile.nt: (ALL): List top-level targets.\r
331         (addsection): New top-level target.\r
332         (install): Copy fns-*.el to bin directory.\r
334         * addsection.c: New program to add static heap section to\r
335         temacs.exe after linking, in support of new unexec method.\r
337 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>\r
339         * cmdproxy.c (spawn): Pass directory for child as parameter.\r
340         (main): Save startup directory to give to spawn, then change\r
341         directory to location of .exe in order not to prevent startup\r
342         directory from being deleted.\r
344 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>\r
346         * makefile.nt: Do string comparision of _NMAKE_VER.\r
348 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>\r
350         * config.nt (LOCALTIME_CACHE): Define.\r
352 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>\r
354         * install.bat: Convert to DOS format.\r
356 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
358         * cmdproxy.c (main): Set environment size only when running\r
359         command.com.\r
361 1998-11-03  Theodore Jump <tjump@tertius.com>\r
363         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.\r
364         (DEL_TREE): Use rd instead of rmdir.\r
365         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.\r
366         * makefile.nt: Compile multiple source files when possible.\r
367         \r
368 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>\r
370         * cmdproxy.c (main): Treat command line options as case-insensitive.\r
372 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>\r
374         * Version 20.3 released.\r
376 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>\r
378         * addpm.c (main): Explicitly check result of message box for OK.\r
380 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>\r
382         * inc/sys/file.h (D_OK): Define new macro.\r
384 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>\r
386         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.\r
388 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>\r
390         * emacs.rc (VS_VERSION_INFO): Define.\r
392 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>\r
394         * makefile.nt (emacs.bat, debug.bat): Create them in the\r
395         installation directory.\r
397 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>\r
399         * ddeclient.c: New file.  (Support program for performing limited\r
400         interprocess communication on Windows.)\r
402         * makefile.nt: Build ddeclient.\r
404         * cmdproxy.c (main): Only set environment size for real shell, and\r
405         provide extra directory argument, when running on Windows 95.\r
406         \r
407 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>\r
409         * cmdproxy.c (fail): Exit with a negative return value.\r
410         (spawn): Return subprocess return code as an argument.\r
411         Explicitly copy environment block.\r
412         (main): Update to use return value argument with spawn.\r
413         Retry if spawn failed when a subshell was not tried.\r
415         * config.nt: Include new macros from src/config.in.\r
416         (GNU_MALLOC, REL_ALLOC): Define.\r
417         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.\r
418         (RE_TRANSLATE): Use char_table_translate.\r
420         * makefile.def (CP_DIR): Preserve attributes.\r
422         * makefile.nt (clean): Delete patch generated files, optimized\r
423         build directory.\r
425 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>\r
427         * addpm.c (env_vars): Fix misplaced % in SHELL entry.\r
429 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
431         * Version 20.2 released.\r
433 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
435         * Version 20.1 released.\r
437 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>\r
439         * debug.bat.in: New file.\r
440         * makefile.nt (debug.bat): New target.\r
442 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>\r
444         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.\r
445         Quote group name.  Allow different icons to be specified.\r
447         * cmdproxy.c (get_env_size): New function.\r
448         (spawn): Explicitly pass in environment when creating subprocess.\r
449         (main): Cleaup error messages.\r
450         Specify dynamically sized environment block for real shell.\r
451         Pass on unhandled switches to real shell.\r
452         Quote program name.\r
454         * makefile.def (CFLAGS_COMMON): Place pdb file in object build \r
455         directory.\r
456         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  \r
458         * runemacs.c (WinMain): Allow Emacs process to be started with\r
459         high or low priority.\r
461         * emacs.bat.in: Remove OS dependent operations.\r
462         \r
463 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>\r
465         * addpm.c (env_vars): No longer set INFOPATH.\r
467         * cmdproxy.c (get_next_token): Null terminate token returned.\r
469         * emacs.bat.in (INFOPATH): No longer set INFOPATH.\r
471 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
473         * addpm.c (env_vars): Set SHELL to cmdproxy.\r
474         (main): Initialize idDde to 0.\r
475         Determine emacs_path from module file name.\r
476         Prompt for install.\r
478         * makefile.def (MSVCNT11): Conditionally define it.\r
479         (BASE_LIBS): Do not use oldnames.lib.\r
480         (SYS_LDFLAGS): Use pdb files.\r
481         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.\r
482         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.\r
483         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.\r
485         * makefile.nt (ALL): Build cmdproxy.\r
486         (cmdproxy): New target.\r
487         (install): Install cmdproxy.\r
489         * ftime.bat, debug.bat, cmdproxy.c: New files.\r
491 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>\r
493         * inc/sys/socket.h: (shutdown): Define.\r
494         (sys_shutdown): Export.\r
496 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
498         * config.nt (RE_TRANSLATE): Copy definition from config.in.\r
500 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>\r
502         * config.nt: Update file comments.\r
503         Update undefs added/removed in src/config.in.\r
505 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>\r
507         * makefil.def, emacs.bat: Use windows95 and windowsnt instead\r
508         of win95 and winnt, respectively.\r
510 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>\r
512         * makefile.nt (real_install): Create site-lisp in installation dir.\r
513         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.\r
514         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.\r
516 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
518         * Version 19.33 released.\r
520 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>\r
522         * runemacs.c (WinMain): Put a space between the binary and its args.\r
524 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
526         * Version 19.32 released.\r
528 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>\r
530         * makefile.nt (clean): Use OBJDIR macro.\r
532 1996-06-03  Kim F. Storm  <kfs@olicom.dk>\r
534         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.\r
535         Not defined by default.\r
536         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.\r
537         (WinMain): Convert backslashes to slashes in env var values.\r
539         * addpm.c (env_vars): Use slashes, not backslashes.\r
541 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>\r
543         * Version 19.31 released.\r
545 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>\r
547         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;\r
548         undo settings afterwards.\r
550 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>\r
552         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC\r
553         environment variable.\r
555 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
557         * install.bat: Allow for optimized build.\r
558         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.\r
559         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.\r
561 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
563         * addpm.c (REG_ROOT): Don't use a trailing backslash.\r
564         (env_vars): Rename field emacs_path to emacs_dir.\r
565         (main): Add link to runemacs instead of emacs.\r
567         * install.bat: Check if INSTALL_DIR is passed as an argument.\r
569         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.\r
571         * makefile.nt: Build and install runemacs.exe.\r
573         * runemacs.c: New file.\r
575         * config.w95: File removed.\r
577         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,\r
578         inc/sys/socket.h, inc/sys/time.h: New header files.\r
580         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.\r
581         \r
582 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>\r
584         * makefile.def (DEL): Defined.\r
585         (DEL_TREE) [win95]: Defined.\r
586         (SYS_LDFLAGS): Set executable versions to 3.10.\r
587         \r
588         * makefile.nt: Change uses of del to $(DEL).\r
590 1996-01-17  Erik Naggum  <erik@naggum.no>\r
592         * All files: Update FSF's address in comment preamble.\r
594 1996-01-03  George V. Reilly  <georger@microcrafts.com>\r
596         * emacs.ico: Now the proverbial kitchen sink icon.\r
598 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
600         * Version 19.30 released.\r
602 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>\r
604         * makefile.def (CP_DIR): Use platform independent switches for xcopy.\r
606         * makefile.nt (install, fast_install, real_install, clean):\r
607         Don't use switches to del not supported by Win95.\r
609 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>\r
611         * makefile.nt (addpm.exe): Link with $(ADVAPI32).\r
612         (install, fast_install): Change same-dir test to create test file in\r
613         installation tree and thereby support read-only shares.\r
614         (clean): Remove .pdb files.\r
616         * makefile.def (NTGUI): New macro.\r
617         [NTGUI] (CFLAGS): Define HAVE_NTGUI.\r
619         * config.nt, config.w95: Update to latest src/config.in.\r
621         * addpm.c (env_vars): New variable.\r
622         (add_registry): New procedure.\r
623         (main): Use values of configuration environment variables from\r
624         the registry if defined, the process environment otherwise.\r
626 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
628         * Version 19.29 released.\r
630         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.\r
632 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>\r
634         * makefile.nt: Define .c to .obj suffix rule.\r
635         (addpm.obj): Compile directly, use CFLAGS.\r
636         (addpm.exe): Link from addpm.obj.\r
637         \r
638         * makefile.def (MSVCNT11): Defined.\r
639         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.\r
640         (CFLAGS_COMMON): Defined.\r
641         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.\r
642         \r
643 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>\r
645         * emacs.bat.in: Renamed from emacs.bat\r
646         (emacs_dir): Renamed from emacs_path\r
647         Definition removed.\r
649         * addpm.c: New file.\r
650         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.\r
651         (all): Depend upon $(BLD) and $(ALL).\r
652         (install): Depend upon emacs.bat.\r
653         Create program item for Emacs.\r
654         (clean): Delete obj.\r
655         (emacs.bat): Defined.\r
656         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.\r
658 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>\r
660         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:\r
661         Add carriage returns; necessary for batch files on Win95.\r
663 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>\r
665         * config.w95: Created.\r
666         * config.h: Changed to config.nt.\r
667         \r
668         * makefile.nt (SUBDIRS): Commented out.\r
669         (all,install,clean): Expand for-loops.\r
670         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.\r
672         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.\r
673         (ARCH): New definition.\r
674         (CPU,CONFIG_H,OS_TYPE): Defined.\r
675         (INCLUDE,LIB): Checked if valid.\r
676         (ntwin32.mak): Included.\r
677         (AR,CC,LINK): New definition.\r
678         (ADVAPI32,libc,BASE_LIBS): Defined.\r
679         (SYS_LDFLAGS): New definition.\r
680         Update comments and preprocessor conditionals.\r
682         * emacs.bat (SHELL): Conditionally defined.\r
683         (HOME): Conditionally defined.\r
684         (emacs_path,HOME): Update comments.\r
685         Turn off all echo.\r
687 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>\r
689         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,\r
690         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,\r
691         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,\r
692         inc/sys/param.h: Removed carriage-returns.\r
694 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>\r
696         * makefile.def (CVTRES): Defined.\r
698         * emacs.ico, emacs.rc: New files by Kevin Gallo.\r
700 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>\r
702         * src: Removed.\r
704         * src\config.h, src\paths.h: Moved to parent dir, src removed.\r
706 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>\r
708         * makefile.def (INSTALL_DIR): Changed to generic directory.\r
710         * emacs.bat: Added arguments when emacs.exe invoked.\r
712         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.\r
714 1994-12-13  voelker  <voelker@cs.washington.edu>\r
716         * makefile.def (CC): In configuration section.\r
717         (COMPAT_LIB): Defined.\r
719 1994-11-01  voelker  <voelker@cs.washington.edu>\r
721         * src/paths.h: New file.\r
723         * src/config.h: New file.\r
725         * inc/pwd.h: New file.\r
727         * inc/sys/dir.h: New file.\r
729         * inc/sys/file.h: New file.\r
731         * inc/sys/ioctl.h: New file.\r
733         * inc/sys/param.h: New file.\r
735         * todo: New file.\r
737         * readme: New file.\r
739         * makefile.nt: New file.\r
741         * makefile.def: New file.\r
742  \r
743         * install.cmd: New file.\r
745         * install: New file.\r
747         * fast-install.cmd: New file.\r
749         * emacs.cmd: New file.\r
751         * ebuild.cmd: New file.\r
753         * _emacs: New file.\r
755 ;; Local Variables:\r
756 ;; coding: iso-2022-7bit\r
757 ;; End:\r