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