(delete-key-deletes-forward-mode): Treat `kp-delete'
[emacs.git] / nt / ChangeLog
blob34cff6a7b79ed101872c7fc0537c08733623a5c2
1 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>\r
2 \r
3         * configure.bat: Make sure redirection is preceeded by a blank, to\r
4         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats\r
5         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.\r
6 \r
7 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>\r
8 \r
9         * INSTALL: Copy the table of tested combinations of development\r
10         tools from confuigure.bat.  Add suggestion to install Bash on\r
11         Windows 9X.\r
13         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy\r
14         lisp/Makefile.in instead.  Use "rm -f" where more than one file\r
15         needs to be deleted, since command.com in Windows 9X doesn't grok\r
16         more than one argument.\r
18 2001-01-24  Andrew Innes  <andrewi@gnu.org>\r
20         * makefile.w32-in (cleanall-other-dirs-nmake): \r
21         (cleanall-other-dirs-gmake): New targets.\r
22         (cleanall): Invoke them.\r
24 2001-01-19  Andrew Innes  <andrewi@gnu.org>\r
26         * addpm.c (env_vars): Add a version-independent site-lisp\r
27         directory to EMACSLOADPATH, after the version dependent one.\r
29 2001-01-06  Andrew Innes  <andrewi@gnu.org>\r
31         * README: Update info about compilers.\r
33         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to\r
34         select correct rule for invoking make in another directory.  Amend\r
35         rules accordingly.\r
36         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.\r
38         * nmake.defs (EMACS_ICON_PATH): Delete definition.\r
39         (COMPILER_TEMP_FILES): New definition.\r
40         (MAKETYPE): New definition.\r
42         * gmake.defs (EMACS_ICON_PATH): Delete definition.\r
43         (COMPILER_TEMP_FILES): New definition.\r
44         (MAKETYPE): New definition.\r
46         * makefile.def (EMACS_ICON_PATH): Delete definition.\r
48         * configure.bat: Be careful not to add trailing spaces when\r
49         outputting to config.settings.\r
51 2001-01-02  Andrew Innes  <andrewi@gnu.org>\r
53         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather\r
54         than the function.\r
56 2000-12-17  Andrew Innes  <andrewi@gnu.org>\r
58         * makefile.w32-in (install): Copy directories to the correct\r
59         places.\r
60         (real_install): Remove obsolete target.\r
62 2000-12-06  Andrew Innes  <andrewi@gnu.org>\r
64         * nmake.defs (CURDIR): New define.\r
65         (INSTALL_DIR): Use it.\r
67         * gmake.defs (NEW_CYGWIN): New define.\r
68         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,\r
69         so we need to adjust how we escape embedded quotes.\r
70         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,\r
71         relative to $(CURDIR).\r
73 2000-11-25  Jason Rumney  <jasonr@gnu.org>\r
75         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.\r
77 2000-10-17  Andrew Innes  <andrewi@gnu.org>\r
79         * makefile.w32-in (recompile): New target to recompile lisp\r
80         directory.\r
81         (recompile-CMD, recompile-SH): New support targets.\r
83 2000-09-24  Jason Rumney  <jasonr@gnu.org>\r
85         * config.nt (NO_RETURN): Define it.\r
87 2000-09-17  Andrew Innes  <andrewi@gnu.org>\r
89         * gmake.defs: Revert to Unix line endings.\r
91         * nmake.defs: Revert to Unix line endings.\r
93 2000-09-16  Andrew Innes  <andrewi@gnu.org>\r
95         * gmake.defs (SETLOADPATH): Change definition to work from any\r
96         subdirectory.\r
98 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
100         * makefile.w32-in: Revert to Unix line endings.\r
102 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
104         * INSTALL: Add note about expected error messages when configure\r
105         is run.\r
107         * configure.bat: Simplify the generation of makefiles (don't need\r
108         to generate various top-level targets that invoke make in other\r
109         directories).\r
111         * gmake.defs (SHELLTYPE): New define.\r
112         (SETLOADPATH): New define.\r
114         * nmake.defs (SHELLTYPE): New define.\r
116         * makefile.w32-in: Standardize indentation somewhat.\r
117         Add bootstrap support.\r
118         Pass $(MFLAGS) when invoking make recursively.\r
119         Add shell-specific variants of top-level targets that invoke make\r
120         recursively in other directories, and add necessary computed\r
121         dependencies.\r
123 2000-09-03  Andrew Innes  <andrewi@gnu.org>\r
125         * makefile.w32-in: Change to DOS line endings.\r
127         * configure.bat: Change to DOS line endings.\r
129         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
130         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
132         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
133         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
135         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
136         -D_ANONYMOUS_STRUCT on compile line.\r
137         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.\r
138         (ARCH_CFLAGS): Change optimization flags to -O2.\r
139         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
140         (ARGQUOTE, DQUOTE): New defines.\r
142         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
143         -D_ANONYMOUS_STRUCT on compile line.\r
144         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
145         (ARGQUOTE, DQUOTE): New defines.\r
147 2000-08-22  Andrew Innes  <andrewi@gnu.org>\r
149         * configure.bat: New file.\r
151         * gmake.defs: New file.\r
153         * nmake.defs: New file.\r
155         * makefile.w32-in: New file.\r
157         * INSTALL: Rewrite to match new configure process.\r
159         * config.nt [WINDOWSNT]: Don't declare getenv.\r
160         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.\r
162         * addpm.c (main): Accept /q to mean install based on addpm's\r
163         location without asking.  Remove reference to emacs.bat which is\r
164         now obsolete.\r
166         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.\r
168         * paths.h: Use forward slash as directory separator in all path\r
169         definitions.\r
170         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.\r
172         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.\r
174         * runemacs.c: Remove WIN32 define.\r
176         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is\r
177         not defined.\r
179         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.\r
180         (fd_set): Define to new name, after including winsock.h, so we can\r
181         provide our own implementation.\r
183 2000-07-05  Andrew Innes  <andrewi@gnu.org>\r
185         * ebuild.bat: Add support for specifying make arguments.\r
187         * makefile.nt: Add support for `bootstrap' and related targets.\r
189 2000-06-11  Jason Rumney  <jasonr@gnu.org>\r
191         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.\r
193 2000-02-06  Andrew Innes  <andrewi@gnu.org>\r
195         * inc/sys/time.h: Add inclusion protection.\r
197         * makefile.def (SYS_LDFLAGS): Add -nologo.\r
199 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
201         * install.bat: Pass on command line arguments to make.\r
203         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
204         typo.\r
206 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
208         * makefile.nt (all): Build leim if present.\r
209         (install): Install leim if present.\r
210         (clean): Clean leim if present.\r
212         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
213         definition.\r
215         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
217 After the release of 20.4, development was split into two separate\r
218 code lines.  One line contained the code for Emacs 21, and the other\r
219 one the code for the 20.x releases after 20.4.  The following change\r
220 log entries up to the entry ``20.4 released'' are for the 20.x code\r
221 line.  Change logs above this notice are those for the 21.x code line.\r
223 2000-06-13  Gerd Moellmann  <gerd@gnu.org>\r
225         * Version 20.7 released.\r
226         \r
227 2000-05-12  Jason Rumney  <jasonr@gnu.org>\r
228         \r
229         * INSTALL: Remove point 5 and other references to emacs.bat.\r
230         Renumber following points. Add note in point 1 about emacs.bat\r
231         and debug.bat being removed.\r
233 2000-02-20  Andrew Innes  <andrewi@gnu.org>\r
235         * makefile.nt: Remove all references to emacs.bat and debug.bat.\r
237         * emacs.bat.in: Remove obsolete file.\r
239         * debug.bat.in: Remove obsolete file.\r
241 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
243         * install.bat: Pass on command line arguments to make.\r
244         \r
245         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
246         typo.\r
248 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
250         * makefile.nt (all): Build leim if present.\r
251         (install): Install leim if present.\r
252         (clean): Clean leim if present.\r
254         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
255         definition.\r
257         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
259 1999-11-04  Andrew Innes  <andrewi@gnu.org>\r
261         * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission\r
262         optimization, to ensure accurate stack traces.  The performance\r
263         loss is negligible.\r
265 1999-07-12  Richard Stallman  <rms@gnu.org>\r
267         * Version 20.4 released.\r
269 1999-06-16  Andrew Innes  <andrewi@gnu.org>\r
271         * emacs.rc: Use an icon with a transparent background, to be in\r
272         keeping with other applications.\r
274 1999-06-03  Andrew Innes  <andrewi@gnu.org>\r
276         * preprep.c: Fix typo.\r
278 1999-05-02  Andrew Innes  <andrewi@gnu.org>\r
280         * config.h: Remove obsolete file.\r
282         * preprep.c (copy_executable_and_move_sections): Ifdef out a\r
283         couple of unused switch cases that aren't defined on all\r
284         platforms.\r
286         * ftime.bat: Add another variation of the profile command, which\r
287         only profiles extended commands.\r
289 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>\r
291         * cmdproxy.c (main): Fix parens.\r
293 1999-03-25  Andrew Innes  <andrewi@gnu.org>\r
295         * cmdproxy.c (main): Call GetShortPathName to normalize program\r
296         names for comparison.\r
298 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>\r
300         * makefile.def: Compile multiple .c files when possible.\r
301         Use BLD instead of assuming i386.\r
302         * makefile.nt: Remove common multiple file compilation commands.\r
304 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>\r
306         * cmdproxy.c (main): Add missing parens.\r
308 1999-02-20  Andrew Innes  <andrewi@gnu.org>\r
310         * preprep.c: New program to allow dumped image to be profiled.\r
312         * makefile.nt (preprep): New target.\r
313         (ALL): Build it.\r
315         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.\r
317         * ftime.bat: Invoke preprep to prepare dumped image for profiling.\r
318         Change prep options to profile libc functions and skip the startup\r
319         code.\r
321 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>\r
323         * makefile.nt: Create installation directory as first step.\r
325 1999-01-31  Andrew Innes  <andrewi@gnu.org>\r
327         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from\r
328         ROUND_UP_DST.  Zeroes the alignment slop.\r
329         (copy_executable_and_add_section): Update the\r
330         SizeOfHeaders field properly.\r
332 1999-01-27  Andrew Innes  <andrewi@gnu.org>\r
334         * makefile.nt: Do make version comparison as strings.\r
336 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>\r
338         * runemacs.c (WinMain): Pass explicit environment block to\r
339         CreateProcess, to work around a bug in Windows 95/98.\r
341 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>\r
343         * icons: New directory with Davenport's icons.\r
344         icons/sink.ico: Renamed from emacs.ico.\r
346         * makefile.nt (install, fast_install): Install Windows icons\r
347         into etc/icons.\r
349         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.\r
351 1999-01-17  Andrew Innes  <andrewi@gnu.org>\r
353         * makefile.nt: (ALL): List top-level targets.\r
354         (addsection): New top-level target.\r
355         (install): Copy fns-*.el to bin directory.\r
357         * addsection.c: New program to add static heap section to\r
358         temacs.exe after linking, in support of new unexec method.\r
360 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>\r
362         * cmdproxy.c (spawn): Pass directory for child as parameter.\r
363         (main): Save startup directory to give to spawn, then change\r
364         directory to location of .exe in order not to prevent startup\r
365         directory from being deleted.\r
367 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>\r
369         * makefile.nt: Do string comparision of _NMAKE_VER.\r
371 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>\r
373         * config.nt (LOCALTIME_CACHE): Define.\r
375 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>\r
377         * install.bat: Convert to DOS format.\r
379 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
381         * cmdproxy.c (main): Set environment size only when running\r
382         command.com.\r
384 1998-11-03  Theodore Jump <tjump@tertius.com>\r
386         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.\r
387         (DEL_TREE): Use rd instead of rmdir.\r
388         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.\r
389         * makefile.nt: Compile multiple source files when possible.\r
390         \r
391 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>\r
393         * cmdproxy.c (main): Treat command line options as case-insensitive.\r
395 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>\r
397         * Version 20.3 released.\r
399 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>\r
401         * addpm.c (main): Explicitly check result of message box for OK.\r
403 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>\r
405         * inc/sys/file.h (D_OK): Define new macro.\r
407 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>\r
409         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.\r
411 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>\r
413         * emacs.rc (VS_VERSION_INFO): Define.\r
415 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>\r
417         * makefile.nt (emacs.bat, debug.bat): Create them in the\r
418         installation directory.\r
420 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>\r
422         * ddeclient.c: New file.  (Support program for performing limited\r
423         interprocess communication on Windows.)\r
425         * makefile.nt: Build ddeclient.\r
427         * cmdproxy.c (main): Only set environment size for real shell, and\r
428         provide extra directory argument, when running on Windows 95.\r
429         \r
430 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>\r
432         * cmdproxy.c (fail): Exit with a negative return value.\r
433         (spawn): Return subprocess return code as an argument.\r
434         Explicitly copy environment block.\r
435         (main): Update to use return value argument with spawn.\r
436         Retry if spawn failed when a subshell was not tried.\r
438         * config.nt: Include new macros from src/config.in.\r
439         (GNU_MALLOC, REL_ALLOC): Define.\r
440         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.\r
441         (RE_TRANSLATE): Use char_table_translate.\r
443         * makefile.def (CP_DIR): Preserve attributes.\r
445         * makefile.nt (clean): Delete patch generated files, optimized\r
446         build directory.\r
448 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>\r
450         * addpm.c (env_vars): Fix misplaced % in SHELL entry.\r
452 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
454         * Version 20.2 released.\r
456 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
458         * Version 20.1 released.\r
460 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>\r
462         * debug.bat.in: New file.\r
463         * makefile.nt (debug.bat): New target.\r
465 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>\r
467         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.\r
468         Quote group name.  Allow different icons to be specified.\r
470         * cmdproxy.c (get_env_size): New function.\r
471         (spawn): Explicitly pass in environment when creating subprocess.\r
472         (main): Cleaup error messages.\r
473         Specify dynamically sized environment block for real shell.\r
474         Pass on unhandled switches to real shell.\r
475         Quote program name.\r
477         * makefile.def (CFLAGS_COMMON): Place pdb file in object build \r
478         directory.\r
479         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  \r
481         * runemacs.c (WinMain): Allow Emacs process to be started with\r
482         high or low priority.\r
484         * emacs.bat.in: Remove OS dependent operations.\r
485         \r
486 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>\r
488         * addpm.c (env_vars): No longer set INFOPATH.\r
490         * cmdproxy.c (get_next_token): Null terminate token returned.\r
492         * emacs.bat.in (INFOPATH): No longer set INFOPATH.\r
494 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
496         * addpm.c (env_vars): Set SHELL to cmdproxy.\r
497         (main): Initialize idDde to 0.\r
498         Determine emacs_path from module file name.\r
499         Prompt for install.\r
501         * makefile.def (MSVCNT11): Conditionally define it.\r
502         (BASE_LIBS): Do not use oldnames.lib.\r
503         (SYS_LDFLAGS): Use pdb files.\r
504         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.\r
505         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.\r
506         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.\r
508         * makefile.nt (ALL): Build cmdproxy.\r
509         (cmdproxy): New target.\r
510         (install): Install cmdproxy.\r
512         * ftime.bat, debug.bat, cmdproxy.c: New files.\r
514 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>\r
516         * inc/sys/socket.h: (shutdown): Define.\r
517         (sys_shutdown): Export.\r
519 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
521         * config.nt (RE_TRANSLATE): Copy definition from config.in.\r
523 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>\r
525         * config.nt: Update file comments.\r
526         Update undefs added/removed in src/config.in.\r
528 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>\r
530         * makefil.def, emacs.bat: Use windows95 and windowsnt instead\r
531         of win95 and winnt, respectively.\r
533 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>\r
535         * makefile.nt (real_install): Create site-lisp in installation dir.\r
536         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.\r
537         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.\r
539 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
541         * Version 19.33 released.\r
543 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>\r
545         * runemacs.c (WinMain): Put a space between the binary and its args.\r
547 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
549         * Version 19.32 released.\r
551 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>\r
553         * makefile.nt (clean): Use OBJDIR macro.\r
555 1996-06-03  Kim F. Storm  <kfs@olicom.dk>\r
557         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.\r
558         Not defined by default.\r
559         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.\r
560         (WinMain): Convert backslashes to slashes in env var values.\r
562         * addpm.c (env_vars): Use slashes, not backslashes.\r
564 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>\r
566         * Version 19.31 released.\r
568 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>\r
570         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;\r
571         undo settings afterwards.\r
573 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>\r
575         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC\r
576         environment variable.\r
578 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
580         * install.bat: Allow for optimized build.\r
581         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.\r
582         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.\r
584 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
586         * addpm.c (REG_ROOT): Don't use a trailing backslash.\r
587         (env_vars): Rename field emacs_path to emacs_dir.\r
588         (main): Add link to runemacs instead of emacs.\r
590         * install.bat: Check if INSTALL_DIR is passed as an argument.\r
592         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.\r
594         * makefile.nt: Build and install runemacs.exe.\r
596         * runemacs.c: New file.\r
598         * config.w95: File removed.\r
600         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,\r
601         inc/sys/socket.h, inc/sys/time.h: New header files.\r
603         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.\r
604         \r
605 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>\r
607         * makefile.def (DEL): Defined.\r
608         (DEL_TREE) [win95]: Defined.\r
609         (SYS_LDFLAGS): Set executable versions to 3.10.\r
610         \r
611         * makefile.nt: Change uses of del to $(DEL).\r
613 1996-01-17  Erik Naggum  <erik@naggum.no>\r
615         * All files: Update FSF's address in comment preamble.\r
617 1996-01-03  George V. Reilly  <georger@microcrafts.com>\r
619         * emacs.ico: Now the proverbial kitchen sink icon.\r
621 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
623         * Version 19.30 released.\r
625 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>\r
627         * makefile.def (CP_DIR): Use platform independent switches for xcopy.\r
629         * makefile.nt (install, fast_install, real_install, clean):\r
630         Don't use switches to del not supported by Win95.\r
632 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>\r
634         * makefile.nt (addpm.exe): Link with $(ADVAPI32).\r
635         (install, fast_install): Change same-dir test to create test file in\r
636         installation tree and thereby support read-only shares.\r
637         (clean): Remove .pdb files.\r
639         * makefile.def (NTGUI): New macro.\r
640         [NTGUI] (CFLAGS): Define HAVE_NTGUI.\r
642         * config.nt, config.w95: Update to latest src/config.in.\r
644         * addpm.c (env_vars): New variable.\r
645         (add_registry): New procedure.\r
646         (main): Use values of configuration environment variables from\r
647         the registry if defined, the process environment otherwise.\r
649 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
651         * Version 19.29 released.\r
653         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.\r
655 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>\r
657         * makefile.nt: Define .c to .obj suffix rule.\r
658         (addpm.obj): Compile directly, use CFLAGS.\r
659         (addpm.exe): Link from addpm.obj.\r
660         \r
661         * makefile.def (MSVCNT11): Defined.\r
662         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.\r
663         (CFLAGS_COMMON): Defined.\r
664         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.\r
665         \r
666 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>\r
668         * emacs.bat.in: Renamed from emacs.bat\r
669         (emacs_dir): Renamed from emacs_path\r
670         Definition removed.\r
672         * addpm.c: New file.\r
673         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.\r
674         (all): Depend upon $(BLD) and $(ALL).\r
675         (install): Depend upon emacs.bat.\r
676         Create program item for Emacs.\r
677         (clean): Delete obj.\r
678         (emacs.bat): Defined.\r
679         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.\r
681 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>\r
683         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:\r
684         Add carriage returns; necessary for batch files on Win95.\r
686 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>\r
688         * config.w95: Created.\r
689         * config.h: Changed to config.nt.\r
690         \r
691         * makefile.nt (SUBDIRS): Commented out.\r
692         (all,install,clean): Expand for-loops.\r
693         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.\r
695         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.\r
696         (ARCH): New definition.\r
697         (CPU,CONFIG_H,OS_TYPE): Defined.\r
698         (INCLUDE,LIB): Checked if valid.\r
699         (ntwin32.mak): Included.\r
700         (AR,CC,LINK): New definition.\r
701         (ADVAPI32,libc,BASE_LIBS): Defined.\r
702         (SYS_LDFLAGS): New definition.\r
703         Update comments and preprocessor conditionals.\r
705         * emacs.bat (SHELL): Conditionally defined.\r
706         (HOME): Conditionally defined.\r
707         (emacs_path,HOME): Update comments.\r
708         Turn off all echo.\r
710 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>\r
712         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,\r
713         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,\r
714         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,\r
715         inc/sys/param.h: Removed carriage-returns.\r
717 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>\r
719         * makefile.def (CVTRES): Defined.\r
721         * emacs.ico, emacs.rc: New files by Kevin Gallo.\r
723 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>\r
725         * src: Removed.\r
727         * src\config.h, src\paths.h: Moved to parent dir, src removed.\r
729 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>\r
731         * makefile.def (INSTALL_DIR): Changed to generic directory.\r
733         * emacs.bat: Added arguments when emacs.exe invoked.\r
735         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.\r
737 1994-12-13  voelker  <voelker@cs.washington.edu>\r
739         * makefile.def (CC): In configuration section.\r
740         (COMPAT_LIB): Defined.\r
742 1994-11-01  voelker  <voelker@cs.washington.edu>\r
744         * src/paths.h: New file.\r
746         * src/config.h: New file.\r
748         * inc/pwd.h: New file.\r
750         * inc/sys/dir.h: New file.\r
752         * inc/sys/file.h: New file.\r
754         * inc/sys/ioctl.h: New file.\r
756         * inc/sys/param.h: New file.\r
758         * todo: New file.\r
760         * readme: New file.\r
762         * makefile.nt: New file.\r
764         * makefile.def: New file.\r
765  \r
766         * install.cmd: New file.\r
768         * install: New file.\r
770         * fast-install.cmd: New file.\r
772         * emacs.cmd: New file.\r
774         * ebuild.cmd: New file.\r
776         * _emacs: New file.\r
778 ;; Local Variables:\r
779 ;; coding: iso-2022-7bit\r
780 ;; End:\r