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