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