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