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