(x_alloc_nearest_color_1): New function.
[emacs.git] / nt / ChangeLog
blob96ad8aac3afcaa729e67d80d38b812a3b5366ef2
1 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>\r
2 \r
3         * configure.bat: Make the checkw32api* labels be distinct in the\r
4         first 8 characters.\r
5 \r
6 2001-03-17  Andrew Innes  <andrewi@gnu.org>\r
7 \r
8         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning\r
9         escaped quotes.\r
11         * gmake.defs (DEBUG_LINK): New macro.\r
12         (LINK_FLAGS): Use it.\r
14         * nmake.defs (DEBUG_LINK): New macro.\r
15         (LINK_FLAGS): Use it.\r
17 2001-03-06  Andrew Innes  <andrewi@gnu.org>\r
19         * INSTALL: Add --ldflags to configure line for building with\r
20         recent versions of Cygwin GCC.\r
22 2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>\r
24         * configure.bat: Use correct options when compiling a test program\r
25         with Cygwin.  From David Ponce <dponce@voila.fr>.\r
27 2001-02-24  Andrew Innes  <andrewi@gnu.org>\r
29         * _emacs: Remove obsolete file.\r
31         * emacs.bat.in: Remove obsolete file.\r
33         * debug.bat.in: Remove obsolete file.\r
35         * inc/sys/socket.h: Add copyright notice.\r
37         * paths.h: Add copyright notice.\r
39         * makefile.nt: Update copyright notice.\r
41         * makefile.def: Update copyright notice.\r
43         * configure.bat: Update copyright notice.\r
45         * nmake.defs: Add copyright notice.\r
47         * gmake.defs: Add copyright notice.\r
49         * makefile.w32-in: Add copyright notice.\r
51 2001-02-05  Andrew Innes  <andrewi@gnu.org>\r
53         * nmake.defs (THISDIR): New definition.\r
55         * gmake.defs (THISDIR): New definition.\r
57 2001-02-03  Andrew Innes  <andrewi@gnu.org>\r
59         * configure.bat: Leave a space before >> only when there is a\r
60         preceding digit.  Add a comment about the importance of this.\r
62         * README: Replace outdated information.\r
64         * INSTALL (Trouble-shooting): Add note about need to specify extra\r
65         compiler flags with recent Cygwin ports of gcc.\r
67 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>\r
69         * configure.bat: Use "rm -f" instead of "del /f", as the latter\r
70         is not supported by Windows 9X's COMMAND.COM.\r
72 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>\r
74         * configure.bat: Make sure redirection is preceeded by a blank, to\r
75         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats\r
76         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.\r
78 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>\r
80         * INSTALL: Copy the table of tested combinations of development\r
81         tools from confuigure.bat.  Add suggestion to install Bash on\r
82         Windows 9X.\r
84         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy\r
85         lisp/Makefile.in instead.  Use "rm -f" where more than one file\r
86         needs to be deleted, since command.com in Windows 9X doesn't grok\r
87         more than one argument.\r
89 2001-01-24  Andrew Innes  <andrewi@gnu.org>\r
91         * makefile.w32-in (cleanall-other-dirs-nmake): \r
92         (cleanall-other-dirs-gmake): New targets.\r
93         (cleanall): Invoke them.\r
95 2001-01-19  Andrew Innes  <andrewi@gnu.org>\r
97         * addpm.c (env_vars): Add a version-independent site-lisp\r
98         directory to EMACSLOADPATH, after the version dependent one.\r
100 2001-01-06  Andrew Innes  <andrewi@gnu.org>\r
102         * README: Update info about compilers.\r
104         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to\r
105         select correct rule for invoking make in another directory.  Amend\r
106         rules accordingly.\r
107         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.\r
109         * nmake.defs (EMACS_ICON_PATH): Delete definition.\r
110         (COMPILER_TEMP_FILES): New definition.\r
111         (MAKETYPE): New definition.\r
113         * gmake.defs (EMACS_ICON_PATH): Delete definition.\r
114         (COMPILER_TEMP_FILES): New definition.\r
115         (MAKETYPE): New definition.\r
117         * makefile.def (EMACS_ICON_PATH): Delete definition.\r
119         * configure.bat: Be careful not to add trailing spaces when\r
120         outputting to config.settings.\r
122 2001-01-02  Andrew Innes  <andrewi@gnu.org>\r
124         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather\r
125         than the function.\r
127 2000-12-17  Andrew Innes  <andrewi@gnu.org>\r
129         * makefile.w32-in (install): Copy directories to the correct\r
130         places.\r
131         (real_install): Remove obsolete target.\r
133 2000-12-06  Andrew Innes  <andrewi@gnu.org>\r
135         * nmake.defs (CURDIR): New define.\r
136         (INSTALL_DIR): Use it.\r
138         * gmake.defs (NEW_CYGWIN): New define.\r
139         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,\r
140         so we need to adjust how we escape embedded quotes.\r
141         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,\r
142         relative to $(CURDIR).\r
144 2000-11-25  Jason Rumney  <jasonr@gnu.org>\r
146         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.\r
148 2000-10-17  Andrew Innes  <andrewi@gnu.org>\r
150         * makefile.w32-in (recompile): New target to recompile lisp\r
151         directory.\r
152         (recompile-CMD, recompile-SH): New support targets.\r
154 2000-09-24  Jason Rumney  <jasonr@gnu.org>\r
156         * config.nt (NO_RETURN): Define it.\r
158 2000-09-17  Andrew Innes  <andrewi@gnu.org>\r
160         * gmake.defs: Revert to Unix line endings.\r
162         * nmake.defs: Revert to Unix line endings.\r
164 2000-09-16  Andrew Innes  <andrewi@gnu.org>\r
166         * gmake.defs (SETLOADPATH): Change definition to work from any\r
167         subdirectory.\r
169 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
171         * makefile.w32-in: Revert to Unix line endings.\r
173 2000-09-14  Andrew Innes  <andrewi@gnu.org>\r
175         * INSTALL: Add note about expected error messages when configure\r
176         is run.\r
178         * configure.bat: Simplify the generation of makefiles (don't need\r
179         to generate various top-level targets that invoke make in other\r
180         directories).\r
182         * gmake.defs (SHELLTYPE): New define.\r
183         (SETLOADPATH): New define.\r
185         * nmake.defs (SHELLTYPE): New define.\r
187         * makefile.w32-in: Standardize indentation somewhat.\r
188         Add bootstrap support.\r
189         Pass $(MFLAGS) when invoking make recursively.\r
190         Add shell-specific variants of top-level targets that invoke make\r
191         recursively in other directories, and add necessary computed\r
192         dependencies.\r
194 2000-09-03  Andrew Innes  <andrewi@gnu.org>\r
196         * makefile.w32-in: Change to DOS line endings.\r
198         * configure.bat: Change to DOS line endings.\r
200         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
201         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
203         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.\r
204         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.\r
206         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
207         -D_ANONYMOUS_STRUCT on compile line.\r
208         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.\r
209         (ARCH_CFLAGS): Change optimization flags to -O2.\r
210         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
211         (ARGQUOTE, DQUOTE): New defines.\r
213         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION\r
214         -D_ANONYMOUS_STRUCT on compile line.\r
215         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.\r
216         (ARGQUOTE, DQUOTE): New defines.\r
218 2000-08-22  Andrew Innes  <andrewi@gnu.org>\r
220         * configure.bat: New file.\r
222         * gmake.defs: New file.\r
224         * nmake.defs: New file.\r
226         * makefile.w32-in: New file.\r
228         * INSTALL: Rewrite to match new configure process.\r
230         * config.nt [WINDOWSNT]: Don't declare getenv.\r
231         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.\r
233         * addpm.c (main): Accept /q to mean install based on addpm's\r
234         location without asking.  Remove reference to emacs.bat which is\r
235         now obsolete.\r
237         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.\r
239         * paths.h: Use forward slash as directory separator in all path\r
240         definitions.\r
241         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.\r
243         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.\r
245         * runemacs.c: Remove WIN32 define.\r
247         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is\r
248         not defined.\r
250         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.\r
251         (fd_set): Define to new name, after including winsock.h, so we can\r
252         provide our own implementation.\r
254 2000-07-05  Andrew Innes  <andrewi@gnu.org>\r
256         * ebuild.bat: Add support for specifying make arguments.\r
258         * makefile.nt: Add support for `bootstrap' and related targets.\r
260 2000-06-11  Jason Rumney  <jasonr@gnu.org>\r
262         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.\r
264 2000-02-06  Andrew Innes  <andrewi@gnu.org>\r
266         * inc/sys/time.h: Add inclusion protection.\r
268         * makefile.def (SYS_LDFLAGS): Add -nologo.\r
270 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
272         * install.bat: Pass on command line arguments to make.\r
274         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
275         typo.\r
277 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
279         * makefile.nt (all): Build leim if present.\r
280         (install): Install leim if present.\r
281         (clean): Clean leim if present.\r
283         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
284         definition.\r
286         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
288 After the release of 20.4, development was split into two separate\r
289 code lines.  One line contained the code for Emacs 21, and the other\r
290 one the code for the 20.x releases after 20.4.  The following change\r
291 log entries up to the entry ``20.4 released'' are for the 20.x code\r
292 line.  Change logs above this notice are those for the 21.x code line.\r
294 2000-06-13  Gerd Moellmann  <gerd@gnu.org>\r
296         * Version 20.7 released.\r
297         \r
298 2000-05-12  Jason Rumney  <jasonr@gnu.org>\r
299         \r
300         * INSTALL: Remove point 5 and other references to emacs.bat.\r
301         Renumber following points. Add note in point 1 about emacs.bat\r
302         and debug.bat being removed.\r
304 2000-02-20  Andrew Innes  <andrewi@gnu.org>\r
306         * makefile.nt: Remove all references to emacs.bat and debug.bat.\r
308         * emacs.bat.in: Remove obsolete file.\r
310         * debug.bat.in: Remove obsolete file.\r
312 1999-11-22  Andrew Innes  <andrewi@gnu.org>\r
314         * install.bat: Pass on command line arguments to make.\r
315         \r
316         * makefile.nt (fast_install): Bring commands up-to-date, and fix\r
317         typo.\r
319 1999-11-21  Andrew Innes  <andrewi@gnu.org>\r
321         * makefile.nt (all): Build leim if present.\r
322         (install): Install leim if present.\r
323         (clean): Clean leim if present.\r
325         * addpm.c (env_vars): Include leim in default EMACSLOADPATH\r
326         definition.\r
328         * emacs.bat.in (EMACSLOADPATH): Include leim.\r
330 1999-11-04  Andrew Innes  <andrewi@gnu.org>\r
332         * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission\r
333         optimization, to ensure accurate stack traces.  The performance\r
334         loss is negligible.\r
336 1999-07-12  Richard Stallman  <rms@gnu.org>\r
338         * Version 20.4 released.\r
340 1999-06-16  Andrew Innes  <andrewi@gnu.org>\r
342         * emacs.rc: Use an icon with a transparent background, to be in\r
343         keeping with other applications.\r
345 1999-06-03  Andrew Innes  <andrewi@gnu.org>\r
347         * preprep.c: Fix typo.\r
349 1999-05-02  Andrew Innes  <andrewi@gnu.org>\r
351         * config.h: Remove obsolete file.\r
353         * preprep.c (copy_executable_and_move_sections): Ifdef out a\r
354         couple of unused switch cases that aren't defined on all\r
355         platforms.\r
357         * ftime.bat: Add another variation of the profile command, which\r
358         only profiles extended commands.\r
360 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>\r
362         * cmdproxy.c (main): Fix parens.\r
364 1999-03-25  Andrew Innes  <andrewi@gnu.org>\r
366         * cmdproxy.c (main): Call GetShortPathName to normalize program\r
367         names for comparison.\r
369 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>\r
371         * makefile.def: Compile multiple .c files when possible.\r
372         Use BLD instead of assuming i386.\r
373         * makefile.nt: Remove common multiple file compilation commands.\r
375 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>\r
377         * cmdproxy.c (main): Add missing parens.\r
379 1999-02-20  Andrew Innes  <andrewi@gnu.org>\r
381         * preprep.c: New program to allow dumped image to be profiled.\r
383         * makefile.nt (preprep): New target.\r
384         (ALL): Build it.\r
386         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.\r
388         * ftime.bat: Invoke preprep to prepare dumped image for profiling.\r
389         Change prep options to profile libc functions and skip the startup\r
390         code.\r
392 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>\r
394         * makefile.nt: Create installation directory as first step.\r
396 1999-01-31  Andrew Innes  <andrewi@gnu.org>\r
398         * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from\r
399         ROUND_UP_DST.  Zeroes the alignment slop.\r
400         (copy_executable_and_add_section): Update the\r
401         SizeOfHeaders field properly.\r
403 1999-01-27  Andrew Innes  <andrewi@gnu.org>\r
405         * makefile.nt: Do make version comparison as strings.\r
407 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>\r
409         * runemacs.c (WinMain): Pass explicit environment block to\r
410         CreateProcess, to work around a bug in Windows 95/98.\r
412 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>\r
414         * icons: New directory with Davenport's icons.\r
415         icons/sink.ico: Renamed from emacs.ico.\r
417         * makefile.nt (install, fast_install): Install Windows icons\r
418         into etc/icons.\r
420         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.\r
422 1999-01-17  Andrew Innes  <andrewi@gnu.org>\r
424         * makefile.nt: (ALL): List top-level targets.\r
425         (addsection): New top-level target.\r
426         (install): Copy fns-*.el to bin directory.\r
428         * addsection.c: New program to add static heap section to\r
429         temacs.exe after linking, in support of new unexec method.\r
431 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>\r
433         * cmdproxy.c (spawn): Pass directory for child as parameter.\r
434         (main): Save startup directory to give to spawn, then change\r
435         directory to location of .exe in order not to prevent startup\r
436         directory from being deleted.\r
438 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>\r
440         * makefile.nt: Do string comparision of _NMAKE_VER.\r
442 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>\r
444         * config.nt (LOCALTIME_CACHE): Define.\r
446 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>\r
448         * install.bat: Convert to DOS format.\r
450 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
452         * cmdproxy.c (main): Set environment size only when running\r
453         command.com.\r
455 1998-11-03  Theodore Jump <tjump@tertius.com>\r
457         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.\r
458         (DEL_TREE): Use rd instead of rmdir.\r
459         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.\r
460         * makefile.nt: Compile multiple source files when possible.\r
461         \r
462 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>\r
464         * cmdproxy.c (main): Treat command line options as case-insensitive.\r
466 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>\r
468         * Version 20.3 released.\r
470 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>\r
472         * addpm.c (main): Explicitly check result of message box for OK.\r
474 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>\r
476         * inc/sys/file.h (D_OK): Define new macro.\r
478 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>\r
480         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.\r
482 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>\r
484         * emacs.rc (VS_VERSION_INFO): Define.\r
486 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>\r
488         * makefile.nt (emacs.bat, debug.bat): Create them in the\r
489         installation directory.\r
491 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>\r
493         * ddeclient.c: New file.  (Support program for performing limited\r
494         interprocess communication on Windows.)\r
496         * makefile.nt: Build ddeclient.\r
498         * cmdproxy.c (main): Only set environment size for real shell, and\r
499         provide extra directory argument, when running on Windows 95.\r
500         \r
501 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>\r
503         * cmdproxy.c (fail): Exit with a negative return value.\r
504         (spawn): Return subprocess return code as an argument.\r
505         Explicitly copy environment block.\r
506         (main): Update to use return value argument with spawn.\r
507         Retry if spawn failed when a subshell was not tried.\r
509         * config.nt: Include new macros from src/config.in.\r
510         (GNU_MALLOC, REL_ALLOC): Define.\r
511         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.\r
512         (RE_TRANSLATE): Use char_table_translate.\r
514         * makefile.def (CP_DIR): Preserve attributes.\r
516         * makefile.nt (clean): Delete patch generated files, optimized\r
517         build directory.\r
519 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>\r
521         * addpm.c (env_vars): Fix misplaced % in SHELL entry.\r
523 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
525         * Version 20.2 released.\r
527 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
529         * Version 20.1 released.\r
531 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>\r
533         * debug.bat.in: New file.\r
534         * makefile.nt (debug.bat): New target.\r
536 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>\r
538         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.\r
539         Quote group name.  Allow different icons to be specified.\r
541         * cmdproxy.c (get_env_size): New function.\r
542         (spawn): Explicitly pass in environment when creating subprocess.\r
543         (main): Cleaup error messages.\r
544         Specify dynamically sized environment block for real shell.\r
545         Pass on unhandled switches to real shell.\r
546         Quote program name.\r
548         * makefile.def (CFLAGS_COMMON): Place pdb file in object build \r
549         directory.\r
550         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  \r
552         * runemacs.c (WinMain): Allow Emacs process to be started with\r
553         high or low priority.\r
555         * emacs.bat.in: Remove OS dependent operations.\r
556         \r
557 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>\r
559         * addpm.c (env_vars): No longer set INFOPATH.\r
561         * cmdproxy.c (get_next_token): Null terminate token returned.\r
563         * emacs.bat.in (INFOPATH): No longer set INFOPATH.\r
565 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>\r
567         * addpm.c (env_vars): Set SHELL to cmdproxy.\r
568         (main): Initialize idDde to 0.\r
569         Determine emacs_path from module file name.\r
570         Prompt for install.\r
572         * makefile.def (MSVCNT11): Conditionally define it.\r
573         (BASE_LIBS): Do not use oldnames.lib.\r
574         (SYS_LDFLAGS): Use pdb files.\r
575         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.\r
576         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.\r
577         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.\r
579         * makefile.nt (ALL): Build cmdproxy.\r
580         (cmdproxy): New target.\r
581         (install): Install cmdproxy.\r
583         * ftime.bat, debug.bat, cmdproxy.c: New files.\r
585 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>\r
587         * inc/sys/socket.h: (shutdown): Define.\r
588         (sys_shutdown): Export.\r
590 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
592         * config.nt (RE_TRANSLATE): Copy definition from config.in.\r
594 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>\r
596         * config.nt: Update file comments.\r
597         Update undefs added/removed in src/config.in.\r
599 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>\r
601         * makefil.def, emacs.bat: Use windows95 and windowsnt instead\r
602         of win95 and winnt, respectively.\r
604 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>\r
606         * makefile.nt (real_install): Create site-lisp in installation dir.\r
607         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.\r
608         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.\r
610 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
612         * Version 19.33 released.\r
614 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>\r
616         * runemacs.c (WinMain): Put a space between the binary and its args.\r
618 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>\r
620         * Version 19.32 released.\r
622 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>\r
624         * makefile.nt (clean): Use OBJDIR macro.\r
626 1996-06-03  Kim F. Storm  <kfs@olicom.dk>\r
628         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.\r
629         Not defined by default.\r
630         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.\r
631         (WinMain): Convert backslashes to slashes in env var values.\r
633         * addpm.c (env_vars): Use slashes, not backslashes.\r
635 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>\r
637         * Version 19.31 released.\r
639 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>\r
641         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;\r
642         undo settings afterwards.\r
644 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>\r
646         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC\r
647         environment variable.\r
649 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
651         * install.bat: Allow for optimized build.\r
652         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.\r
653         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.\r
655 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>\r
657         * addpm.c (REG_ROOT): Don't use a trailing backslash.\r
658         (env_vars): Rename field emacs_path to emacs_dir.\r
659         (main): Add link to runemacs instead of emacs.\r
661         * install.bat: Check if INSTALL_DIR is passed as an argument.\r
663         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.\r
665         * makefile.nt: Build and install runemacs.exe.\r
667         * runemacs.c: New file.\r
669         * config.w95: File removed.\r
671         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,\r
672         inc/sys/socket.h, inc/sys/time.h: New header files.\r
674         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.\r
675         \r
676 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>\r
678         * makefile.def (DEL): Defined.\r
679         (DEL_TREE) [win95]: Defined.\r
680         (SYS_LDFLAGS): Set executable versions to 3.10.\r
681         \r
682         * makefile.nt: Change uses of del to $(DEL).\r
684 1996-01-17  Erik Naggum  <erik@naggum.no>\r
686         * All files: Update FSF's address in comment preamble.\r
688 1996-01-03  George V. Reilly  <georger@microcrafts.com>\r
690         * emacs.ico: Now the proverbial kitchen sink icon.\r
692 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
694         * Version 19.30 released.\r
696 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>\r
698         * makefile.def (CP_DIR): Use platform independent switches for xcopy.\r
700         * makefile.nt (install, fast_install, real_install, clean):\r
701         Don't use switches to del not supported by Win95.\r
703 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>\r
705         * makefile.nt (addpm.exe): Link with $(ADVAPI32).\r
706         (install, fast_install): Change same-dir test to create test file in\r
707         installation tree and thereby support read-only shares.\r
708         (clean): Remove .pdb files.\r
710         * makefile.def (NTGUI): New macro.\r
711         [NTGUI] (CFLAGS): Define HAVE_NTGUI.\r
713         * config.nt, config.w95: Update to latest src/config.in.\r
715         * addpm.c (env_vars): New variable.\r
716         (add_registry): New procedure.\r
717         (main): Use values of configuration environment variables from\r
718         the registry if defined, the process environment otherwise.\r
720 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>\r
722         * Version 19.29 released.\r
724         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.\r
726 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>\r
728         * makefile.nt: Define .c to .obj suffix rule.\r
729         (addpm.obj): Compile directly, use CFLAGS.\r
730         (addpm.exe): Link from addpm.obj.\r
731         \r
732         * makefile.def (MSVCNT11): Defined.\r
733         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.\r
734         (CFLAGS_COMMON): Defined.\r
735         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.\r
736         \r
737 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>\r
739         * emacs.bat.in: Renamed from emacs.bat\r
740         (emacs_dir): Renamed from emacs_path\r
741         Definition removed.\r
743         * addpm.c: New file.\r
744         * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.\r
745         (all): Depend upon $(BLD) and $(ALL).\r
746         (install): Depend upon emacs.bat.\r
747         Create program item for Emacs.\r
748         (clean): Delete obj.\r
749         (emacs.bat): Defined.\r
750         * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.\r
752 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>\r
754         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:\r
755         Add carriage returns; necessary for batch files on Win95.\r
757 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>\r
759         * config.w95: Created.\r
760         * config.h: Changed to config.nt.\r
761         \r
762         * makefile.nt (SUBDIRS): Commented out.\r
763         (all,install,clean): Expand for-loops.\r
764         (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.\r
766         * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.\r
767         (ARCH): New definition.\r
768         (CPU,CONFIG_H,OS_TYPE): Defined.\r
769         (INCLUDE,LIB): Checked if valid.\r
770         (ntwin32.mak): Included.\r
771         (AR,CC,LINK): New definition.\r
772         (ADVAPI32,libc,BASE_LIBS): Defined.\r
773         (SYS_LDFLAGS): New definition.\r
774         Update comments and preprocessor conditionals.\r
776         * emacs.bat (SHELL): Conditionally defined.\r
777         (HOME): Conditionally defined.\r
778         (emacs_path,HOME): Update comments.\r
779         Turn off all echo.\r
781 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>\r
783         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,\r
784         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,\r
785         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,\r
786         inc/sys/param.h: Removed carriage-returns.\r
788 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>\r
790         * makefile.def (CVTRES): Defined.\r
792         * emacs.ico, emacs.rc: New files by Kevin Gallo.\r
794 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>\r
796         * src: Removed.\r
798         * src\config.h, src\paths.h: Moved to parent dir, src removed.\r
800 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>\r
802         * makefile.def (INSTALL_DIR): Changed to generic directory.\r
804         * emacs.bat: Added arguments when emacs.exe invoked.\r
806         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.\r
808 1994-12-13  voelker  <voelker@cs.washington.edu>\r
810         * makefile.def (CC): In configuration section.\r
811         (COMPAT_LIB): Defined.\r
813 1994-11-01  voelker  <voelker@cs.washington.edu>\r
815         * src/paths.h: New file.\r
817         * src/config.h: New file.\r
819         * inc/pwd.h: New file.\r
821         * inc/sys/dir.h: New file.\r
823         * inc/sys/file.h: New file.\r
825         * inc/sys/ioctl.h: New file.\r
827         * inc/sys/param.h: New file.\r
829         * todo: New file.\r
831         * readme: New file.\r
833         * makefile.nt: New file.\r
835         * makefile.def: New file.\r
836  \r
837         * install.cmd: New file.\r
839         * install: New file.\r
841         * fast-install.cmd: New file.\r
843         * emacs.cmd: New file.\r
845         * ebuild.cmd: New file.\r
847         * _emacs: New file.\r
849 ;; Local Variables:\r
850 ;; coding: iso-2022-7bit\r
851 ;; End:\r