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