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