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