Mercurial > emacs
annotate nt/ChangeLog @ 44695:7a20e252e50a
(Qhbar): New variable.
(syms_of_msdos): intern and staticpro it.
(IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
cursor type.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 19 Apr 2002 12:13:47 +0000 |
parents | 9148e7fc1e39 |
children | 452cb5c80efd |
rev | line source |
---|---|
44496
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
1 2002-04-10 Juanma Barranquero <lektu@terra.es> |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
2 |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
3 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
4 after compiling .el files. |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
5 |
44048 | 6 2002-03-20 Jason Rumney <jasonr@gnu.org> |
7 | |
8 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname) | |
9 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers. | |
10 | |
44024 | 11 2002-03-19 Kim F. Storm <storm@cua.dk> |
12 | |
13 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) | |
14 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. | |
15 (HAVE_SYS_UN_H): Undef. | |
16 From David Ponce <dponce@voila.fr>. | |
17 | |
43892 | 18 2002-03-13 Jason Rumney <jasonr@gnu.org> |
19 | |
20 * config.nt (STRFTIME_NO_POSIX2): Define. | |
21 | |
43398 | 22 2002-02-18 Jason Rumney <jasonr@gnu.org> |
23 | |
24 * emacs.rc: Define VS_VERSION_INFO if not already. | |
25 Update version info. | |
26 | |
42530 | 27 2002-01-04 Andrew Innes <andrewi@gnu.org> |
28 | |
29 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
30 pick up relevant bits of the Windows API definitions. | |
31 | |
32 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
33 pick up relevant bits of the Windows API definitions. | |
34 | |
42027 | 35 2001-12-14 Andrew Innes <andrewi@gnu.org> |
36 | |
37 * makefile.w32-in (bootstrap): Build addsection program before | |
38 bootstrap (required for post-processing temacs.exe). | |
39 | |
41896 | 40 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
41 | |
42 * COPYING: New file. | |
43 | |
42025 | 44 2001-12-03 Andrew Innes <andrewi@gnu.org> |
45 | |
46 * makefile.w32-in (bootstrap-nmake): | |
47 (bootstrap-gmake): Extend bootstrap process to first do | |
48 bootstrap-clean in lisp dir and rebuild the DOC file. | |
49 (bootstrap): Do a "normal" make after the bootstrap work. | |
50 | |
41328 | 51 2001-11-20 Jason Rumney <jasonr@gnu.org> |
52 | |
53 * INSTALL: Update table of versions of make that are suitable | |
54 for building Emacs, based on recent feedback. | |
55 | |
56 * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed. | |
57 | |
41278 | 58 2001-11-19 Andrew Innes <andrewi@gnu.org> |
59 | |
60 * ftime-nostartup.bat: New file. | |
61 | |
62 * ftime.bat: Don't include libc.lib for profiling - the profiler | |
63 corrupts part of memcpy. | |
64 | |
41178 | 65 2001-11-17 Jason Rumney <jasonr@gnu.org> |
66 | |
67 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard | |
68 expansion. From Juanma Barranquero <lektu@terra.es>. | |
69 | |
40111 | 70 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
71 | |
40152 | 72 * (Version 21.1 released.) |
40111 | 73 |
39826 | 74 2001-10-12 Andrew Innes <andrewi@gnu.org> |
75 | |
76 * inc/pwd.h (uid_t, gid_t): New typedefs. | |
77 | |
39742 | 78 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
79 | |
80 * Branch for 21.1. | |
81 | |
39193 | 82 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
83 | |
84 * README: Update the address of the mailing list and subscription | |
85 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. | |
86 | |
39156 | 87 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il> |
88 | |
89 * INSTALL: Suggest to avoid using WinZip. | |
39154 | 90 |
91 * configure.bat: Make sure ../site-lisp exists; create if necessary. | |
92 | |
39145 | 93 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il> |
94 | |
95 * INSTALL: Mention that "make install" can be "nmake install". | |
96 | |
39114 | 97 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il> |
98 | |
99 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR), | |
100 since some versions of `mkdir' don't automatically create parent | |
101 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>. | |
102 | |
39056 | 103 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il> |
104 | |
105 * subdirs.el: New file. | |
106 | |
107 * configure.bat: Copy subdirs.el to the site-lisp directory. | |
108 | |
109 * makefile.w32-in (install): Copy subdirs.el to the installation | |
110 directory. | |
111 | |
38140 | 112 2001-06-20 Jason Rumney <jasonr@gnu.org> |
113 | |
114 * runemacs.c (WinMain): Add quotes around command in case of spaces. | |
115 | |
37975 | 116 2001-06-01 Andrew Innes <andrewi@gnu.org> |
117 | |
118 * gmake.defs (sh_output): Don't use $(warning ...) to output | |
119 messages, since that is not supported by GNU make 3.77. | |
120 | |
37886 | 121 2001-05-24 Jason Rumney <jasonr@gnu.org> |
122 | |
123 * INSTALL: Clarify that building with MSVC requires nmake. | |
124 | |
37779 | 125 2001-05-17 Andrew Innes <andrewi@gnu.org> |
126 | |
127 * gmake.defs (NEW_CYGWIN): Output message about spurious error | |
128 message that is to be ignored. | |
129 | |
37711 | 130 2001-05-13 Andrew Innes <andrewi@gnu.org> |
131 | |
132 * TODO: Remove file, since it is completely out of date. | |
133 | |
134 * README: Add copyright notice. | |
135 | |
136 * INSTALL: Add copyright notice. | |
137 | |
37566 | 138 2001-04-18 Andrew Innes <andrewi@gnu.org> |
139 | |
140 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in | |
141 the environment. | |
142 | |
143 * gmake.defs (SETLOADPATH): Remove definition. | |
144 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the | |
145 environment. | |
146 | |
147 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il> | |
148 | |
149 * configure.bat: Make the checkw32api* labels be distinct in the | |
150 first 8 characters. | |
151 | |
152 2001-03-17 Andrew Innes <andrewi@gnu.org> | |
153 | |
154 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning | |
155 escaped quotes. | |
156 | |
157 * gmake.defs (DEBUG_LINK): New macro. | |
158 (LINK_FLAGS): Use it. | |
159 | |
160 * nmake.defs (DEBUG_LINK): New macro. | |
161 (LINK_FLAGS): Use it. | |
162 | |
163 2001-03-06 Andrew Innes <andrewi@gnu.org> | |
164 | |
165 * INSTALL: Add --ldflags to configure line for building with | |
166 recent versions of Cygwin GCC. | |
167 | |
168 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> | |
169 | |
170 * configure.bat: Use correct options when compiling a test program | |
171 with Cygwin. From David Ponce <dponce@voila.fr>. | |
172 | |
173 2001-02-24 Andrew Innes <andrewi@gnu.org> | |
174 | |
175 * _emacs: Remove obsolete file. | |
176 | |
177 * emacs.bat.in: Remove obsolete file. | |
178 | |
179 * debug.bat.in: Remove obsolete file. | |
180 | |
181 * inc/sys/socket.h: Add copyright notice. | |
182 | |
183 * paths.h: Add copyright notice. | |
184 | |
185 * makefile.nt: Update copyright notice. | |
186 | |
187 * makefile.def: Update copyright notice. | |
188 | |
189 * configure.bat: Update copyright notice. | |
190 | |
191 * nmake.defs: Add copyright notice. | |
192 | |
193 * gmake.defs: Add copyright notice. | |
194 | |
195 * makefile.w32-in: Add copyright notice. | |
196 | |
197 2001-02-05 Andrew Innes <andrewi@gnu.org> | |
198 | |
199 * nmake.defs (THISDIR): New definition. | |
200 | |
201 * gmake.defs (THISDIR): New definition. | |
202 | |
203 2001-02-03 Andrew Innes <andrewi@gnu.org> | |
204 | |
205 * configure.bat: Leave a space before >> only when there is a | |
206 preceding digit. Add a comment about the importance of this. | |
207 | |
208 * README: Replace outdated information. | |
209 | |
210 * INSTALL (Trouble-shooting): Add note about need to specify extra | |
211 compiler flags with recent Cygwin ports of gcc. | |
212 | |
213 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | |
214 | |
215 * configure.bat: Use "rm -f" instead of "del /f", as the latter | |
216 is not supported by Windows 9X's COMMAND.COM. | |
217 | |
218 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il> | |
219 | |
220 * configure.bat: Make sure redirection is preceeded by a blank, to | |
221 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats | |
222 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>. | |
223 | |
224 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il> | |
225 | |
226 * INSTALL: Copy the table of tested combinations of development | |
227 tools from confuigure.bat. Add suggestion to install Bash on | |
228 Windows 9X. | |
229 | |
230 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy | |
231 lisp/Makefile.in instead. Use "rm -f" where more than one file | |
232 needs to be deleted, since command.com in Windows 9X doesn't grok | |
233 more than one argument. | |
234 | |
235 2001-01-24 Andrew Innes <andrewi@gnu.org> | |
236 | |
237 * makefile.w32-in (cleanall-other-dirs-nmake): | |
238 (cleanall-other-dirs-gmake): New targets. | |
239 (cleanall): Invoke them. | |
240 | |
241 2001-01-19 Andrew Innes <andrewi@gnu.org> | |
242 | |
243 * addpm.c (env_vars): Add a version-independent site-lisp | |
244 directory to EMACSLOADPATH, after the version dependent one. | |
245 | |
246 2001-01-06 Andrew Innes <andrewi@gnu.org> | |
247 | |
248 * README: Update info about compilers. | |
249 | |
250 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to | |
251 select correct rule for invoking make in another directory. Amend | |
252 rules accordingly. | |
253 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. | |
254 | |
255 * nmake.defs (EMACS_ICON_PATH): Delete definition. | |
256 (COMPILER_TEMP_FILES): New definition. | |
257 (MAKETYPE): New definition. | |
258 | |
259 * gmake.defs (EMACS_ICON_PATH): Delete definition. | |
260 (COMPILER_TEMP_FILES): New definition. | |
261 (MAKETYPE): New definition. | |
262 | |
263 * makefile.def (EMACS_ICON_PATH): Delete definition. | |
264 | |
265 * configure.bat: Be careful not to add trailing spaces when | |
266 outputting to config.settings. | |
267 | |
268 2001-01-02 Andrew Innes <andrewi@gnu.org> | |
269 | |
270 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather | |
271 than the function. | |
272 | |
273 2000-12-17 Andrew Innes <andrewi@gnu.org> | |
274 | |
275 * makefile.w32-in (install): Copy directories to the correct | |
276 places. | |
277 (real_install): Remove obsolete target. | |
278 | |
279 2000-12-06 Andrew Innes <andrewi@gnu.org> | |
280 | |
281 * nmake.defs (CURDIR): New define. | |
282 (INSTALL_DIR): Use it. | |
283 | |
284 * gmake.defs (NEW_CYGWIN): New define. | |
285 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, | |
286 so we need to adjust how we escape embedded quotes. | |
287 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, | |
288 relative to $(CURDIR). | |
289 | |
290 2000-11-25 Jason Rumney <jasonr@gnu.org> | |
291 | |
292 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. | |
293 | |
294 2000-10-17 Andrew Innes <andrewi@gnu.org> | |
295 | |
296 * makefile.w32-in (recompile): New target to recompile lisp | |
297 directory. | |
298 (recompile-CMD, recompile-SH): New support targets. | |
299 | |
300 2000-09-24 Jason Rumney <jasonr@gnu.org> | |
301 | |
302 * config.nt (NO_RETURN): Define it. | |
303 | |
304 2000-09-17 Andrew Innes <andrewi@gnu.org> | |
305 | |
306 * gmake.defs: Revert to Unix line endings. | |
307 | |
308 * nmake.defs: Revert to Unix line endings. | |
309 | |
310 2000-09-16 Andrew Innes <andrewi@gnu.org> | |
311 | |
312 * gmake.defs (SETLOADPATH): Change definition to work from any | |
313 subdirectory. | |
314 | |
315 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
316 | |
317 * makefile.w32-in: Revert to Unix line endings. | |
318 | |
319 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
320 | |
321 * INSTALL: Add note about expected error messages when configure | |
322 is run. | |
323 | |
324 * configure.bat: Simplify the generation of makefiles (don't need | |
325 to generate various top-level targets that invoke make in other | |
326 directories). | |
327 | |
328 * gmake.defs (SHELLTYPE): New define. | |
329 (SETLOADPATH): New define. | |
330 | |
331 * nmake.defs (SHELLTYPE): New define. | |
332 | |
333 * makefile.w32-in: Standardize indentation somewhat. | |
334 Add bootstrap support. | |
335 Pass $(MFLAGS) when invoking make recursively. | |
336 Add shell-specific variants of top-level targets that invoke make | |
337 recursively in other directories, and add necessary computed | |
338 dependencies. | |
339 | |
340 2000-09-03 Andrew Innes <andrewi@gnu.org> | |
341 | |
342 * makefile.w32-in: Change to DOS line endings. | |
343 | |
344 * configure.bat: Change to DOS line endings. | |
345 | |
346 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
347 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
348 | |
349 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
350 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
351 | |
352 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
353 -D_ANONYMOUS_STRUCT on compile line. | |
354 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
355 (ARCH_CFLAGS): Change optimization flags to -O2. | |
356 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
357 (ARGQUOTE, DQUOTE): New defines. | |
358 | |
359 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
360 -D_ANONYMOUS_STRUCT on compile line. | |
361 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
362 (ARGQUOTE, DQUOTE): New defines. | |
363 | |
364 2000-08-22 Andrew Innes <andrewi@gnu.org> | |
365 | |
366 * configure.bat: New file. | |
367 | |
368 * gmake.defs: New file. | |
369 | |
370 * nmake.defs: New file. | |
371 | |
372 * makefile.w32-in: New file. | |
373 | |
374 * INSTALL: Rewrite to match new configure process. | |
375 | |
376 * config.nt [WINDOWSNT]: Don't declare getenv. | |
377 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
378 | |
379 * addpm.c (main): Accept /q to mean install based on addpm's | |
380 location without asking. Remove reference to emacs.bat which is | |
381 now obsolete. | |
382 | |
383 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
384 | |
385 * paths.h: Use forward slash as directory separator in all path | |
386 definitions. | |
387 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
388 | |
389 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
390 | |
391 * runemacs.c: Remove WIN32 define. | |
392 | |
393 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
394 not defined. | |
395 | |
396 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
397 (fd_set): Define to new name, after including winsock.h, so we can | |
398 provide our own implementation. | |
399 | |
400 2000-07-05 Andrew Innes <andrewi@gnu.org> | |
401 | |
402 * ebuild.bat: Add support for specifying make arguments. | |
403 | |
404 * makefile.nt: Add support for `bootstrap' and related targets. | |
405 | |
406 2000-06-11 Jason Rumney <jasonr@gnu.org> | |
407 | |
408 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
409 | |
410 2000-02-06 Andrew Innes <andrewi@gnu.org> | |
411 | |
412 * inc/sys/time.h: Add inclusion protection. | |
413 | |
414 * makefile.def (SYS_LDFLAGS): Add -nologo. | |
415 | |
416 1999-11-22 Andrew Innes <andrewi@gnu.org> | |
417 | |
418 * install.bat: Pass on command line arguments to make. | |
419 | |
420 * makefile.nt (fast_install): Bring commands up-to-date, and fix | |
421 typo. | |
422 | |
423 1999-11-21 Andrew Innes <andrewi@gnu.org> | |
424 | |
425 * makefile.nt (all): Build leim if present. | |
426 (install): Install leim if present. | |
427 (clean): Clean leim if present. | |
428 | |
429 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
430 definition. | |
431 | |
432 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
433 | |
434 1999-07-12 Richard Stallman <rms@gnu.org> | |
435 | |
436 * Version 20.4 released. | |
437 | |
438 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
439 | |
440 * emacs.rc: Use an icon with a transparent background, to be in | |
441 keeping with other applications. | |
442 | |
443 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
444 | |
445 * preprep.c: Fix typo. | |
446 | |
447 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
448 | |
449 * config.h: Remove obsolete file. | |
450 | |
451 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
452 couple of unused switch cases that aren't defined on all | |
453 platforms. | |
454 | |
455 * ftime.bat: Add another variation of the profile command, which | |
456 only profiles extended commands. | |
457 | |
458 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
459 | |
460 * cmdproxy.c (main): Fix parens. | |
461 | |
462 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
463 | |
464 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
465 names for comparison. | |
466 | |
467 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
468 | |
469 * makefile.def: Compile multiple .c files when possible. | |
470 Use BLD instead of assuming i386. | |
471 * makefile.nt: Remove common multiple file compilation commands. | |
472 | |
473 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
474 | |
475 * cmdproxy.c (main): Add missing parens. | |
476 | |
477 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
478 | |
479 * preprep.c: New program to allow dumped image to be profiled. | |
480 | |
481 * makefile.nt (preprep): New target. | |
482 (ALL): Build it. | |
483 | |
484 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
485 | |
486 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
487 Change prep options to profile libc functions and skip the startup | |
488 code. | |
489 | |
490 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
491 | |
492 * makefile.nt: Create installation directory as first step. | |
493 | |
494 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
495 | |
496 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from | |
497 ROUND_UP_DST. Zeroes the alignment slop. | |
498 (copy_executable_and_add_section): Update the | |
499 SizeOfHeaders field properly. | |
500 | |
501 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
502 | |
503 * makefile.nt: Do make version comparison as strings. | |
504 | |
505 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
506 | |
507 * runemacs.c (WinMain): Pass explicit environment block to | |
508 CreateProcess, to work around a bug in Windows 95/98. | |
509 | |
510 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
511 | |
512 * icons: New directory with Davenport's icons. | |
513 icons/sink.ico: Renamed from emacs.ico. | |
514 | |
515 * makefile.nt (install, fast_install): Install Windows icons | |
516 into etc/icons. | |
517 | |
518 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
519 | |
520 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
521 | |
522 * makefile.nt: (ALL): List top-level targets. | |
523 (addsection): New top-level target. | |
524 (install): Copy fns-*.el to bin directory. | |
525 | |
526 * addsection.c: New program to add static heap section to | |
527 temacs.exe after linking, in support of new unexec method. | |
528 | |
529 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
530 | |
531 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
532 (main): Save startup directory to give to spawn, then change | |
533 directory to location of .exe in order not to prevent startup | |
534 directory from being deleted. | |
535 | |
536 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
537 | |
538 * makefile.nt: Do string comparision of _NMAKE_VER. | |
539 | |
540 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
541 | |
542 * config.nt (LOCALTIME_CACHE): Define. | |
543 | |
544 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
545 | |
546 * install.bat: Convert to DOS format. | |
547 | |
548 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
549 | |
550 * cmdproxy.c (main): Set environment size only when running | |
551 command.com. | |
552 | |
553 1998-11-03 Theodore Jump <tjump@tertius.com> | |
554 | |
555 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
556 (DEL_TREE): Use rd instead of rmdir. | |
557 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
558 * makefile.nt: Compile multiple source files when possible. | |
559 | |
560 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> | |
561 | |
562 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
563 | |
564 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
565 | |
566 * Version 20.3 released. | |
567 | |
568 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
569 | |
570 * addpm.c (main): Explicitly check result of message box for OK. | |
571 | |
572 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
573 | |
574 * inc/sys/file.h (D_OK): Define new macro. | |
575 | |
576 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
577 | |
578 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
579 | |
580 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
581 | |
582 * emacs.rc (VS_VERSION_INFO): Define. | |
583 | |
584 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
585 | |
586 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
587 installation directory. | |
588 | |
589 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
590 | |
591 * ddeclient.c: New file. (Support program for performing limited | |
592 interprocess communication on Windows.) | |
593 | |
594 * makefile.nt: Build ddeclient. | |
595 | |
596 * cmdproxy.c (main): Only set environment size for real shell, and | |
597 provide extra directory argument, when running on Windows 95. | |
598 | |
599 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | |
600 | |
601 * cmdproxy.c (fail): Exit with a negative return value. | |
602 (spawn): Return subprocess return code as an argument. | |
603 Explicitly copy environment block. | |
604 (main): Update to use return value argument with spawn. | |
605 Retry if spawn failed when a subshell was not tried. | |
606 | |
607 * config.nt: Include new macros from src/config.in. | |
608 (GNU_MALLOC, REL_ALLOC): Define. | |
609 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
610 (RE_TRANSLATE): Use char_table_translate. | |
611 | |
612 * makefile.def (CP_DIR): Preserve attributes. | |
613 | |
614 * makefile.nt (clean): Delete patch generated files, optimized | |
615 build directory. | |
616 | |
617 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
618 | |
619 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
620 | |
621 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
622 | |
623 * Version 20.2 released. | |
624 | |
625 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
626 | |
627 * Version 20.1 released. | |
628 | |
629 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
630 | |
631 * debug.bat.in: New file. | |
632 * makefile.nt (debug.bat): New target. | |
633 | |
634 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
635 | |
636 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
637 Quote group name. Allow different icons to be specified. | |
638 | |
639 * cmdproxy.c (get_env_size): New function. | |
640 (spawn): Explicitly pass in environment when creating subprocess. | |
641 (main): Cleaup error messages. | |
642 Specify dynamically sized environment block for real shell. | |
643 Pass on unhandled switches to real shell. | |
644 Quote program name. | |
645 | |
646 * makefile.def (CFLAGS_COMMON): Place pdb file in object build | |
647 directory. | |
648 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. | |
649 | |
650 * runemacs.c (WinMain): Allow Emacs process to be started with | |
651 high or low priority. | |
652 | |
653 * emacs.bat.in: Remove OS dependent operations. | |
654 | |
655 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> | |
656 | |
657 * addpm.c (env_vars): No longer set INFOPATH. | |
658 | |
659 * cmdproxy.c (get_next_token): Null terminate token returned. | |
660 | |
661 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
662 | |
663 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
664 | |
665 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
666 (main): Initialize idDde to 0. | |
667 Determine emacs_path from module file name. | |
668 Prompt for install. | |
669 | |
670 * makefile.def (MSVCNT11): Conditionally define it. | |
671 (BASE_LIBS): Do not use oldnames.lib. | |
672 (SYS_LDFLAGS): Use pdb files. | |
673 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
674 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
675 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
676 | |
677 * makefile.nt (ALL): Build cmdproxy. | |
678 (cmdproxy): New target. | |
679 (install): Install cmdproxy. | |
680 | |
681 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
682 | |
683 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
684 | |
685 * inc/sys/socket.h: (shutdown): Define. | |
686 (sys_shutdown): Export. | |
687 | |
688 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
689 | |
690 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
691 | |
692 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
693 | |
694 * config.nt: Update file comments. | |
695 Update undefs added/removed in src/config.in. | |
696 | |
697 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
698 | |
699 * makefil.def, emacs.bat: Use windows95 and windowsnt instead | |
700 of win95 and winnt, respectively. | |
701 | |
702 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
703 | |
704 * makefile.nt (real_install): Create site-lisp in installation dir. | |
705 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
706 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
707 | |
708 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
709 | |
710 * Version 19.33 released. | |
711 | |
712 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
713 | |
714 * runemacs.c (WinMain): Put a space between the binary and its args. | |
715 | |
716 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
717 | |
718 * Version 19.32 released. | |
719 | |
720 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
721 | |
722 * makefile.nt (clean): Use OBJDIR macro. | |
723 | |
724 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
725 | |
726 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. | |
727 Not defined by default. | |
728 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
729 (WinMain): Convert backslashes to slashes in env var values. | |
730 | |
731 * addpm.c (env_vars): Use slashes, not backslashes. | |
732 | |
733 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
734 | |
735 * Version 19.31 released. | |
736 | |
737 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
738 | |
739 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
740 undo settings afterwards. | |
741 | |
742 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
743 | |
744 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
745 environment variable. | |
746 | |
747 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
748 | |
749 * install.bat: Allow for optimized build. | |
750 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
751 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
752 | |
753 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
754 | |
755 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
756 (env_vars): Rename field emacs_path to emacs_dir. | |
757 (main): Add link to runemacs instead of emacs. | |
758 | |
759 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
760 | |
761 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
762 | |
763 * makefile.nt: Build and install runemacs.exe. | |
764 | |
765 * runemacs.c: New file. | |
766 | |
767 * config.w95: File removed. | |
768 | |
769 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
770 inc/sys/socket.h, inc/sys/time.h: New header files. | |
771 | |
772 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
773 | |
774 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> | |
775 | |
776 * makefile.def (DEL): Defined. | |
777 (DEL_TREE) [win95]: Defined. | |
778 (SYS_LDFLAGS): Set executable versions to 3.10. | |
779 | |
780 * makefile.nt: Change uses of del to $(DEL). | |
781 | |
782 1996-01-17 Erik Naggum <erik@naggum.no> | |
783 | |
784 * All files: Update FSF's address in comment preamble. | |
785 | |
786 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
787 | |
788 * emacs.ico: Now the proverbial kitchen sink icon. | |
789 | |
790 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
791 | |
792 * Version 19.30 released. | |
793 | |
794 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
795 | |
796 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
797 | |
798 * makefile.nt (install, fast_install, real_install, clean): | |
799 Don't use switches to del not supported by Win95. | |
800 | |
801 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
802 | |
803 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
804 (install, fast_install): Change same-dir test to create test file in | |
805 installation tree and thereby support read-only shares. | |
806 (clean): Remove .pdb files. | |
807 | |
808 * makefile.def (NTGUI): New macro. | |
809 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
810 | |
811 * config.nt, config.w95: Update to latest src/config.in. | |
812 | |
813 * addpm.c (env_vars): New variable. | |
814 (add_registry): New procedure. | |
815 (main): Use values of configuration environment variables from | |
816 the registry if defined, the process environment otherwise. | |
817 | |
818 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
819 | |
820 * Version 19.29 released. | |
821 | |
822 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
823 | |
824 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
825 | |
826 * makefile.nt: Define .c to .obj suffix rule. | |
827 (addpm.obj): Compile directly, use CFLAGS. | |
828 (addpm.exe): Link from addpm.obj. | |
829 | |
830 * makefile.def (MSVCNT11): Defined. | |
831 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
832 (CFLAGS_COMMON): Defined. | |
833 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
834 | |
835 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> | |
836 | |
837 * emacs.bat.in: Renamed from emacs.bat | |
838 (emacs_dir): Renamed from emacs_path | |
839 Definition removed. | |
840 | |
841 * addpm.c: New file. | |
842 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. | |
843 (all): Depend upon $(BLD) and $(ALL). | |
844 (install): Depend upon emacs.bat. | |
845 Create program item for Emacs. | |
846 (clean): Delete obj. | |
847 (emacs.bat): Defined. | |
848 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined. | |
849 | |
850 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
851 | |
852 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
853 Add carriage returns; necessary for batch files on Win95. | |
854 | |
855 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
856 | |
857 * config.w95: Created. | |
858 * config.h: Changed to config.nt. | |
859 | |
860 * makefile.nt (SUBDIRS): Commented out. | |
861 (all,install,clean): Expand for-loops. | |
862 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | |
863 | |
864 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | |
865 (ARCH): New definition. | |
866 (CPU,CONFIG_H,OS_TYPE): Defined. | |
867 (INCLUDE,LIB): Checked if valid. | |
868 (ntwin32.mak): Included. | |
869 (AR,CC,LINK): New definition. | |
870 (ADVAPI32,libc,BASE_LIBS): Defined. | |
871 (SYS_LDFLAGS): New definition. | |
872 Update comments and preprocessor conditionals. | |
873 | |
874 * emacs.bat (SHELL): Conditionally defined. | |
875 (HOME): Conditionally defined. | |
876 (emacs_path,HOME): Update comments. | |
877 Turn off all echo. | |
878 | |
879 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
880 | |
881 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
882 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
883 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
884 inc/sys/param.h: Removed carriage-returns. | |
885 | |
886 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
887 | |
888 * makefile.def (CVTRES): Defined. | |
889 | |
890 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
891 | |
892 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
893 | |
894 * src: Removed. | |
895 | |
896 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
897 | |
898 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
899 | |
900 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
901 | |
902 * emacs.bat: Added arguments when emacs.exe invoked. | |
903 | |
904 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
905 | |
906 1994-12-13 voelker <voelker@cs.washington.edu> | |
907 | |
908 * makefile.def (CC): In configuration section. | |
909 (COMPAT_LIB): Defined. | |
910 | |
911 1994-11-01 voelker <voelker@cs.washington.edu> | |
912 | |
913 * src/paths.h: New file. | |
914 | |
915 * src/config.h: New file. | |
916 | |
917 * inc/pwd.h: New file. | |
918 | |
919 * inc/sys/dir.h: New file. | |
920 | |
921 * inc/sys/file.h: New file. | |
922 | |
923 * inc/sys/ioctl.h: New file. | |
924 | |
925 * inc/sys/param.h: New file. | |
926 | |
927 * todo: New file. | |
928 | |
929 * readme: New file. | |
930 | |
931 * makefile.nt: New file. | |
932 | |
933 * makefile.def: New file. | |
934 | |
935 * install.cmd: New file. | |
936 | |
937 * install: New file. | |
938 | |
939 * fast-install.cmd: New file. | |
940 | |
941 * emacs.cmd: New file. | |
942 | |
943 * ebuild.cmd: New file. | |
944 | |
945 * _emacs: New file. | |
946 | |
947 ;; Local Variables: | |
948 ;; coding: iso-2022-7bit | |
949 ;; End: | |
39627 | 950 |
951 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001 | |
952 Free Software Foundation, Inc. | |
953 Copying and distribution of this file, with or without modification, | |
954 are permitted provided the copyright notice and this notice are preserved. |