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