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