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