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