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