Mercurial > emacs
annotate nt/ChangeLog @ 31352:e562d903994d
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 03 Sep 2000 17:46:22 +0000 |
parents | f62423f3a3c4 |
children | d883244d9cf4 |
rev | line source |
---|---|
31352 | 1 2000-09-03 Andrew Innes <andrewi@gnu.org> |
2 | |
3 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
4 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
5 | |
6 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
7 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
8 | |
9 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
10 -D_ANONYMOUS_STRUCT on compile line. | |
11 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
12 (ARCH_CFLAGS): Change optimization flags to -O2. | |
13 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
14 (ARGQUOTE, DQUOTE): New defines. | |
15 | |
16 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
17 -D_ANONYMOUS_STRUCT on compile line. | |
18 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
19 (ARGQUOTE, DQUOTE): New defines. | |
20 | |
31092 | 21 2000-08-22 Andrew Innes <andrewi@gnu.org> |
22 | |
23 * configure.bat: New file. | |
24 | |
25 * gmake.defs: New file. | |
26 | |
27 * nmake.defs: New file. | |
28 | |
29 * makefile.w32-in: New file. | |
30 | |
31 * INSTALL: Rewrite to match new configure process. | |
32 | |
33 * config.nt [WINDOWSNT]: Don't declare getenv. | |
34 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
35 | |
36 * addpm.c (main): Accept /q to mean install based on addpm's | |
37 location without asking. Remove reference to emacs.bat which is | |
38 now obsolete. | |
39 | |
40 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
41 | |
42 * paths.h: Use forward slash as directory separator in all path | |
43 definitions. | |
44 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
45 | |
46 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
47 | |
48 * runemacs.c: Remove WIN32 define. | |
49 | |
50 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
51 not defined. | |
52 | |
53 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
54 (fd_set): Define to new name, after including winsock.h, so we can | |
55 provide our own implementation. | |
56 | |
30077 | 57 2000-07-05 Andrew Innes <andrewi@gnu.org> |
58 | |
59 * ebuild.bat: Add support for specifying make arguments. | |
60 | |
61 * makefile.nt: Add support for `bootstrap' and related targets. | |
62 | |
29564 | 63 2000-06-11 Jason Rumney <jasonr@gnu.org> |
64 | |
65 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
66 | |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
67 2000-02-06 Andrew Innes <andrewi@gnu.org> |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
68 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
69 * inc/sys/time.h: Add inclusion protection. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
70 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
71 * makefile.def (SYS_LDFLAGS): Add -nologo. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
72 |
26543 | 73 1999-11-22 Andrew Innes <andrewi@gnu.org> |
74 | |
26549 | 75 * install.bat: Pass on command line arguments to make. |
76 | |
26543 | 77 * makefile.nt (fast_install): Bring commands up-to-date, and fix |
78 typo. | |
79 | |
26538 | 80 1999-11-21 Andrew Innes <andrewi@gnu.org> |
81 | |
82 * makefile.nt (all): Build leim if present. | |
83 (install): Install leim if present. | |
84 (clean): Clean leim if present. | |
85 | |
86 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
87 definition. | |
88 | |
89 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
90 | |
25856 | 91 1999-07-12 Richard Stallman <rms@gnu.org> |
92 | |
93 * Version 20.4 released. | |
94 | |
95 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
96 | |
97 * emacs.rc: Use an icon with a transparent background, to be in | |
98 keeping with other applications. | |
99 | |
100 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
101 | |
102 * preprep.c: Fix typo. | |
103 | |
104 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
105 | |
106 * config.h: Remove obsolete file. | |
107 | |
108 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
109 couple of unused switch cases that aren't defined on all | |
110 platforms. | |
111 | |
112 * ftime.bat: Add another variation of the profile command, which | |
113 only profiles extended commands. | |
114 | |
115 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
116 | |
117 * cmdproxy.c (main): Fix parens. | |
118 | |
119 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
120 | |
121 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
122 names for comparison. | |
123 | |
124 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
125 | |
126 * makefile.def: Compile multiple .c files when possible. | |
127 Use BLD instead of assuming i386. | |
128 * makefile.nt: Remove common multiple file compilation commands. | |
129 | |
130 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
131 | |
132 * cmdproxy.c (main): Add missing parens. | |
133 | |
134 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
135 | |
136 * preprep.c: New program to allow dumped image to be profiled. | |
137 | |
138 * makefile.nt (preprep): New target. | |
139 (ALL): Build it. | |
140 | |
141 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
142 | |
143 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
144 Change prep options to profile libc functions and skip the startup | |
145 code. | |
146 | |
147 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
148 | |
149 * makefile.nt: Create installation directory as first step. | |
150 | |
151 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
152 | |
153 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from | |
154 ROUND_UP_DST. Zeroes the alignment slop. | |
155 (copy_executable_and_add_section): Update the | |
156 SizeOfHeaders field properly. | |
157 | |
158 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
159 | |
160 * makefile.nt: Do make version comparison as strings. | |
161 | |
162 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
163 | |
164 * runemacs.c (WinMain): Pass explicit environment block to | |
165 CreateProcess, to work around a bug in Windows 95/98. | |
166 | |
167 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
168 | |
169 * icons: New directory with Davenport's icons. | |
170 icons/sink.ico: Renamed from emacs.ico. | |
171 | |
172 * makefile.nt (install, fast_install): Install Windows icons | |
173 into etc/icons. | |
174 | |
175 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
176 | |
177 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
178 | |
179 * makefile.nt: (ALL): List top-level targets. | |
180 (addsection): New top-level target. | |
181 (install): Copy fns-*.el to bin directory. | |
182 | |
183 * addsection.c: New program to add static heap section to | |
184 temacs.exe after linking, in support of new unexec method. | |
185 | |
186 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
187 | |
188 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
189 (main): Save startup directory to give to spawn, then change | |
190 directory to location of .exe in order not to prevent startup | |
191 directory from being deleted. | |
192 | |
193 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
194 | |
195 * makefile.nt: Do string comparision of _NMAKE_VER. | |
196 | |
197 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
198 | |
199 * config.nt (LOCALTIME_CACHE): Define. | |
200 | |
201 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
202 | |
203 * install.bat: Convert to DOS format. | |
204 | |
205 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
206 | |
207 * cmdproxy.c (main): Set environment size only when running | |
208 command.com. | |
209 | |
210 1998-11-03 Theodore Jump <tjump@tertius.com> | |
211 | |
212 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
213 (DEL_TREE): Use rd instead of rmdir. | |
214 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
215 * makefile.nt: Compile multiple source files when possible. | |
216 | |
217 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> | |
218 | |
219 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
220 | |
221 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
222 | |
223 * Version 20.3 released. | |
224 | |
225 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
226 | |
227 * addpm.c (main): Explicitly check result of message box for OK. | |
228 | |
229 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
230 | |
231 * inc/sys/file.h (D_OK): Define new macro. | |
232 | |
233 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
234 | |
235 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
236 | |
237 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
238 | |
239 * emacs.rc (VS_VERSION_INFO): Define. | |
240 | |
241 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
242 | |
243 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
244 installation directory. | |
245 | |
246 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
247 | |
248 * ddeclient.c: New file. (Support program for performing limited | |
249 interprocess communication on Windows.) | |
250 | |
251 * makefile.nt: Build ddeclient. | |
252 | |
253 * cmdproxy.c (main): Only set environment size for real shell, and | |
254 provide extra directory argument, when running on Windows 95. | |
255 | |
256 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | |
257 | |
258 * cmdproxy.c (fail): Exit with a negative return value. | |
259 (spawn): Return subprocess return code as an argument. | |
260 Explicitly copy environment block. | |
261 (main): Update to use return value argument with spawn. | |
262 Retry if spawn failed when a subshell was not tried. | |
263 | |
264 * config.nt: Include new macros from src/config.in. | |
265 (GNU_MALLOC, REL_ALLOC): Define. | |
266 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
267 (RE_TRANSLATE): Use char_table_translate. | |
268 | |
269 * makefile.def (CP_DIR): Preserve attributes. | |
270 | |
271 * makefile.nt (clean): Delete patch generated files, optimized | |
272 build directory. | |
273 | |
274 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
275 | |
276 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
277 | |
278 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
279 | |
280 * Version 20.2 released. | |
281 | |
282 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
283 | |
284 * Version 20.1 released. | |
285 | |
286 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
287 | |
288 * debug.bat.in: New file. | |
289 * makefile.nt (debug.bat): New target. | |
290 | |
291 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
292 | |
293 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
294 Quote group name. Allow different icons to be specified. | |
295 | |
296 * cmdproxy.c (get_env_size): New function. | |
297 (spawn): Explicitly pass in environment when creating subprocess. | |
298 (main): Cleaup error messages. | |
299 Specify dynamically sized environment block for real shell. | |
300 Pass on unhandled switches to real shell. | |
301 Quote program name. | |
302 | |
303 * makefile.def (CFLAGS_COMMON): Place pdb file in object build | |
304 directory. | |
305 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. | |
306 | |
307 * runemacs.c (WinMain): Allow Emacs process to be started with | |
308 high or low priority. | |
309 | |
310 * emacs.bat.in: Remove OS dependent operations. | |
311 | |
312 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> | |
313 | |
314 * addpm.c (env_vars): No longer set INFOPATH. | |
315 | |
316 * cmdproxy.c (get_next_token): Null terminate token returned. | |
317 | |
318 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
319 | |
320 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
321 | |
322 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
323 (main): Initialize idDde to 0. | |
324 Determine emacs_path from module file name. | |
325 Prompt for install. | |
326 | |
327 * makefile.def (MSVCNT11): Conditionally define it. | |
328 (BASE_LIBS): Do not use oldnames.lib. | |
329 (SYS_LDFLAGS): Use pdb files. | |
330 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
331 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
332 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
333 | |
334 * makefile.nt (ALL): Build cmdproxy. | |
335 (cmdproxy): New target. | |
336 (install): Install cmdproxy. | |
337 | |
338 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
339 | |
340 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
341 | |
342 * inc/sys/socket.h: (shutdown): Define. | |
343 (sys_shutdown): Export. | |
344 | |
345 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
346 | |
347 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
348 | |
349 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
350 | |
351 * config.nt: Update file comments. | |
352 Update undefs added/removed in src/config.in. | |
353 | |
354 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
355 | |
356 * makefil.def, emacs.bat: Use windows95 and windowsnt instead | |
357 of win95 and winnt, respectively. | |
358 | |
359 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
360 | |
361 * makefile.nt (real_install): Create site-lisp in installation dir. | |
362 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
363 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
364 | |
365 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
366 | |
367 * Version 19.33 released. | |
368 | |
369 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
370 | |
371 * runemacs.c (WinMain): Put a space between the binary and its args. | |
372 | |
373 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
374 | |
375 * Version 19.32 released. | |
376 | |
377 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
378 | |
379 * makefile.nt (clean): Use OBJDIR macro. | |
380 | |
381 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
382 | |
383 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. | |
384 Not defined by default. | |
385 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
386 (WinMain): Convert backslashes to slashes in env var values. | |
387 | |
388 * addpm.c (env_vars): Use slashes, not backslashes. | |
389 | |
390 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
391 | |
392 * Version 19.31 released. | |
393 | |
394 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
395 | |
396 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
397 undo settings afterwards. | |
398 | |
399 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
400 | |
401 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
402 environment variable. | |
403 | |
404 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
405 | |
406 * install.bat: Allow for optimized build. | |
407 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
408 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
409 | |
410 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
411 | |
412 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
413 (env_vars): Rename field emacs_path to emacs_dir. | |
414 (main): Add link to runemacs instead of emacs. | |
415 | |
416 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
417 | |
418 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
419 | |
420 * makefile.nt: Build and install runemacs.exe. | |
421 | |
422 * runemacs.c: New file. | |
423 | |
424 * config.w95: File removed. | |
425 | |
426 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
427 inc/sys/socket.h, inc/sys/time.h: New header files. | |
428 | |
429 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
430 | |
431 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> | |
432 | |
433 * makefile.def (DEL): Defined. | |
434 (DEL_TREE) [win95]: Defined. | |
435 (SYS_LDFLAGS): Set executable versions to 3.10. | |
436 | |
437 * makefile.nt: Change uses of del to $(DEL). | |
438 | |
439 1996-01-17 Erik Naggum <erik@naggum.no> | |
440 | |
441 * All files: Update FSF's address in comment preamble. | |
442 | |
443 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
444 | |
445 * emacs.ico: Now the proverbial kitchen sink icon. | |
446 | |
447 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
448 | |
449 * Version 19.30 released. | |
450 | |
451 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
452 | |
453 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
454 | |
455 * makefile.nt (install, fast_install, real_install, clean): | |
456 Don't use switches to del not supported by Win95. | |
457 | |
458 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
459 | |
460 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
461 (install, fast_install): Change same-dir test to create test file in | |
462 installation tree and thereby support read-only shares. | |
463 (clean): Remove .pdb files. | |
464 | |
465 * makefile.def (NTGUI): New macro. | |
466 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
467 | |
468 * config.nt, config.w95: Update to latest src/config.in. | |
469 | |
470 * addpm.c (env_vars): New variable. | |
471 (add_registry): New procedure. | |
472 (main): Use values of configuration environment variables from | |
473 the registry if defined, the process environment otherwise. | |
474 | |
475 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
476 | |
477 * Version 19.29 released. | |
478 | |
479 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
480 | |
481 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
482 | |
483 * makefile.nt: Define .c to .obj suffix rule. | |
484 (addpm.obj): Compile directly, use CFLAGS. | |
485 (addpm.exe): Link from addpm.obj. | |
486 | |
487 * makefile.def (MSVCNT11): Defined. | |
488 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
489 (CFLAGS_COMMON): Defined. | |
490 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
491 | |
492 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> | |
493 | |
494 * emacs.bat.in: Renamed from emacs.bat | |
495 (emacs_dir): Renamed from emacs_path | |
496 Definition removed. | |
497 | |
498 * addpm.c: New file. | |
499 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. | |
500 (all): Depend upon $(BLD) and $(ALL). | |
501 (install): Depend upon emacs.bat. | |
502 Create program item for Emacs. | |
503 (clean): Delete obj. | |
504 (emacs.bat): Defined. | |
505 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined. | |
506 | |
507 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
508 | |
509 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
510 Add carriage returns; necessary for batch files on Win95. | |
511 | |
512 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
513 | |
514 * config.w95: Created. | |
515 * config.h: Changed to config.nt. | |
516 | |
517 * makefile.nt (SUBDIRS): Commented out. | |
518 (all,install,clean): Expand for-loops. | |
519 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | |
520 | |
521 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | |
522 (ARCH): New definition. | |
523 (CPU,CONFIG_H,OS_TYPE): Defined. | |
524 (INCLUDE,LIB): Checked if valid. | |
525 (ntwin32.mak): Included. | |
526 (AR,CC,LINK): New definition. | |
527 (ADVAPI32,libc,BASE_LIBS): Defined. | |
528 (SYS_LDFLAGS): New definition. | |
529 Update comments and preprocessor conditionals. | |
530 | |
531 * emacs.bat (SHELL): Conditionally defined. | |
532 (HOME): Conditionally defined. | |
533 (emacs_path,HOME): Update comments. | |
534 Turn off all echo. | |
535 | |
536 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
537 | |
538 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
539 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
540 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
541 inc/sys/param.h: Removed carriage-returns. | |
542 | |
543 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
544 | |
545 * makefile.def (CVTRES): Defined. | |
546 | |
547 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
548 | |
549 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
550 | |
551 * src: Removed. | |
552 | |
553 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
554 | |
555 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
556 | |
557 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
558 | |
559 * emacs.bat: Added arguments when emacs.exe invoked. | |
560 | |
561 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
562 | |
563 1994-12-13 voelker <voelker@cs.washington.edu> | |
564 | |
565 * makefile.def (CC): In configuration section. | |
566 (COMPAT_LIB): Defined. | |
567 | |
568 1994-11-01 voelker <voelker@cs.washington.edu> | |
569 | |
570 * src/paths.h: New file. | |
571 | |
572 * src/config.h: New file. | |
573 | |
574 * inc/pwd.h: New file. | |
575 | |
576 * inc/sys/dir.h: New file. | |
577 | |
578 * inc/sys/file.h: New file. | |
579 | |
580 * inc/sys/ioctl.h: New file. | |
581 | |
582 * inc/sys/param.h: New file. | |
583 | |
584 * todo: New file. | |
585 | |
586 * readme: New file. | |
587 | |
588 * makefile.nt: New file. | |
589 | |
590 * makefile.def: New file. | |
591 | |
592 * install.cmd: New file. | |
593 | |
594 * install: New file. | |
595 | |
596 * fast-install.cmd: New file. | |
597 | |
598 * emacs.cmd: New file. | |
599 | |
600 * ebuild.cmd: New file. | |
601 | |
602 * _emacs: New file. | |
30994 | 603 |
604 ;; Local Variables: | |
31291 | 605 ;; coding: iso-2022-7bit-unix |
30994 | 606 ;; End: |