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