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