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