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