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