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