462
|
1 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.2.46 "Urania" is released.
|
|
4
|
|
5 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
6
|
|
7 * xemacs.mak (DEPEND):
|
|
8 Correct line that runs perl to do correct quoting regardless of
|
|
9 whether nmake is run from bash.
|
|
10
|
|
11 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
12
|
|
13 * config.h: Sadly, we need to disable another warning (C4116,
|
|
14 unnamed type definition in parentheses: A structure, union, or
|
|
15 enumerated type with no name was defined in a parenthetical
|
|
16 expression. The type definition is meaningless.), due to Martin's
|
|
17 latest definition of ALIGNOF.
|
|
18
|
460
|
19 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
20
|
|
21 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
22
|
|
23 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
24
|
|
25 * config.h (HAVE_UTIME): New.
|
|
26 * config.h (HAVE_UTIME_H): Remove.
|
|
27 * config.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
28
|
458
|
29 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
30
|
|
31 * XEmacs 21.2.44 "Thalia" is released.
|
|
32
|
456
|
33 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
34
|
|
35 * XEmacs 21.2.43 "Terspichore" is released.
|
|
36
|
454
|
37 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
38
|
|
39 * XEmacs 21.2.42 "Poseidon" is released.
|
|
40
|
452
|
41 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
42
|
|
43 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
44
|
450
|
45 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
46
|
|
47 * XEmacs 21.2.40 is released.
|
|
48
|
448
|
49 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
50
|
|
51 * XEmacs 21.2.39 is released.
|
|
52
|
446
|
53 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
54
|
|
55 * XEmacs 21.2.38 is released.
|
|
56
|
444
|
57 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
58
|
|
59 * XEmacs 21.2.37 is released.
|
|
60
|
|
61 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
62
|
|
63 * config.h: Oops, _getpt ==> _getpty
|
|
64
|
|
65 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
66
|
|
67 * config.h (HAVE_XFREE86): Remove.
|
|
68 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
|
|
69 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
|
|
70
|
|
71 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
72
|
|
73 * config.h:
|
|
74 Sync with pty/signaling related changes to src/config.h.in
|
|
75
|
|
76 2000-10-07 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
77
|
|
78 * xemacs.mak (default): Enforce runnig nmake from xemacs.mak's
|
|
79 directory to avoid problems with relative paths.
|
|
80
|
442
|
81 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
82
|
|
83 * XEmacs 21.2.36 is released.
|
|
84
|
|
85 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
86
|
|
87 * config.h (HAVE_STRCASECMP): Remove.
|
|
88
|
|
89 2000-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
90
|
|
91 * xemacs.mak:
|
|
92 Make src\depend parsing recognise "#if defined" instead of "#ifdef".
|
|
93 Use matching single quotes to keep 4dos shell happy.
|
|
94
|
|
95 2000-08-07 Ben Wing <ben@xemacs.org>
|
|
96
|
|
97 * xemacs.mak: add getloadavg.c.
|
|
98
|
|
99 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
100
|
|
101 * README (NOTE):
|
|
102 Improve X documentation.
|
|
103 Document nascent Mule support.
|
|
104 Document current MS Windows contributors.
|
|
105
|
|
106 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
107
|
|
108 * xemacs.mak:
|
|
109 added new file win32.c.
|
|
110 took out unused alloca.c.
|
|
111 * xemacs.mak (update-elc-2): added new target for rebuilding the
|
|
112 remaining .elcs after dumped. its dependency is added for target
|
|
113 all.
|
|
114 * xemacs.mak (update-auto-and-custom):
|
|
115 cleaned up ; now it byte-compiles custom-load.el.
|
|
116 * xemacs.mak (mostlyclean):
|
|
117 * xemacs.mak (clean):
|
|
118 * xemacs.mak (nicenclean):
|
|
119 * xemacs.mak (distclean):
|
|
120 * xemacs.mak (realclean):
|
|
121 * xemacs.mak (versionclean):
|
|
122 Redid all the clean targets, to be similar to what's in the
|
|
123 standard Makefile.
|
|
124
|
|
125 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
126
|
|
127 * xemacs.mak ($(PROGNAME)): Do check error code from temacs during
|
|
128 dumping.
|
|
129
|
|
130 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
131
|
|
132 * XEmacs 21.2.35 is released.
|
|
133
|
|
134 2000-07-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
135
|
|
136 * config.h: Import C++ compilation stuff from src/config.h.
|
|
137
|
|
138 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
139
|
|
140 * xemacs.rc: Uppercase the id's so that windres will work.
|
|
141
|
|
142 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
143
|
|
144 * xemacs.mak (TEMACS_LIBS): Added comdlg32.lib
|
|
145
|
|
146 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
147
|
|
148 * config.h (ENCAPSULATE_STAT):
|
|
149 Always encapsulate stat/fstat. Also suggested by Mike Alexander
|
|
150 <mike.alexander@xemacs.org>.
|
|
151
|
|
152 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
153
|
|
154 * config.h:
|
|
155 * config.h (HAVE_GETPAGESIZE):
|
|
156 * config.h (HAVE_GETTIMEOFDAY):
|
|
157 corrections to go along with removed nt/inc.
|
|
158 removed HAVE_FEP.
|
|
159
|
|
160 * config.inc.samp:
|
|
161 correct graphics lib paths to agree with binaries provided in
|
|
162 ftp aux dir.
|
|
163
|
|
164 * xemacs.mak (DEPEND):
|
|
165 * xemacs.mak (DEFINES):
|
|
166 * xemacs.mak (LIB_SRC_DEFINES):
|
|
167 * xemacs.mak (minitar):
|
|
168 * xemacs.mak (TEMACS_LFLAGS):
|
|
169 * xemacs.mak (tags):
|
|
170 * xemacs.mak (all):
|
|
171 * xemacs.mak (install):
|
|
172 WINDOWSNT -> WIN32_NATIVE.
|
|
173 Don't build run*.exe.
|
|
174 comments about required ^^.
|
|
175 Added setargv.obj to the list of linked entities,
|
|
176 causing automatic wildcarding of filenames given on the
|
|
177 command line. (As usual, enclose in double quotes to avoid
|
|
178 this.)
|
|
179
|
|
180 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
181
|
|
182 * runemacs.c: Removed. No longer necessary.
|
|
183
|
|
184 * Makefile.cygwin: Removed.
|
|
185
|
|
186 * inc\*: Removed. At long-fucking-last!
|
|
187
|
|
188 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
189
|
|
190 * XEmacs 21.2.34 is released.
|
|
191
|
|
192 2000-05-12 Craig Lanning <CraigL@DyCon.com>
|
|
193
|
|
194 * inc\sys\socket.h: Don't define timeval as ws_timeval for mingw32
|
|
195
|
|
196 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
197
|
|
198 * XEmacs 21.2.33 is released.
|
|
199
|
|
200 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
201
|
|
202 * xemacs.mak: combine auto-autoloads.el and custom.el update into
|
|
203 one call to xemacs.
|
|
204
|
|
205 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
206
|
|
207 * xemacs.mak: put in support for QUICK_BUILD.
|
|
208
|
|
209 * config.inc.samp: put in an entry for QUICK_BUILD.
|
|
210
|
|
211 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
212
|
|
213 * xemacs.mak: Modified section that dumps .exe to not dump
|
|
214 when nothing has changed. It does this by relying on a flag
|
|
215 set by update-elcs.
|
|
216
|
|
217 Also in building of auto-autoloads.el, we no longer unconditionally
|
|
218 remove the old one. That was pointless and made the whole build
|
|
219 procedure a lot longer -- the autoload code is smart enough to
|
|
220 update itself automatically from an out-of-date autoload file.
|
|
221
|
|
222 2000-04-04 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
223
|
|
224 * xemacs.mak: Build the i utility and use it to pipe windowed
|
|
225 [xt]emacs output to the build console.
|
|
226
|
|
227 2000-03-25 Didier Verna <didier@xemacs.org>
|
|
228
|
|
229 * config.h: handle the renaming of `foo_h_path' to `foo_h_file'.
|
|
230
|
|
231 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
232
|
|
233 * xemacs.mak (PROGRAM_DEFINES): Define EMACS_VERSION and
|
|
234 EMACS_PROGNAME
|
|
235 (DEPEND): Don't try to create $(OUTDIR) if it already exists
|
|
236 ($(SRC)\dump-id.c): Make it
|
|
237 (DOC_SRC11): Add dumper.c if portable dumping
|
|
238 (dump-xemacs): Make portable dumping work again and create
|
|
239 dump-id.c and compile it whenever we do a portable dump.
|
|
240 (depend): Change $(SRCDIR) to $(SRC)
|
|
241
|
|
242 2000-03-22 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
243
|
|
244 * .cvsignore: New file, ignores user's config.inc and files
|
|
245 containing the user's DevStudio workspace info.
|
|
246
|
|
247 * config.h.samp: Added DEPEND option. Renamed HAVE_MSW and HAVE_X to
|
|
248 HAVE_MS_WINDOWS and HAVE_X_WINDOWS.
|
|
249
|
|
250 * README: Documented DEPEND option. Other small changes.
|
|
251
|
|
252 * Todo: Removed - was hopelessly out of date.
|
|
253
|
|
254 * config.h.samp:
|
|
255 * xemacs.mak: Added DEPEND option to control use of dependency
|
|
256 information generated by make-src-depend. Requires Perl. Defaults
|
|
257 to disabled. Renamed HAVE_MSW and HAVE_X to HAVE_MS_WINDOWS and
|
|
258 HAVE_X_WINDOWS as a side-effect.
|
|
259 Handles '&' in XEmacs codenames by replacing with 'and'.
|
|
260
|
|
261 * xemacs.dsp:
|
|
262 Correct Output_Dir so that DevStudio finds the xemacs executable
|
|
263 by default.
|
|
264
|
|
265 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
266
|
|
267 * README: Substantial rewrite.
|
|
268 * xemacs.mak: Pdump fix. (not working yet, though)
|
|
269
|
|
270 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
271
|
|
272 * XEmacs 21.2.32 is released.
|
|
273
|
|
274 2000-03-15 Mike Alexander <mta@arbortext.com>
|
|
275
|
|
276 * xemacs.mak: Fix for generation of $(XEMACS)\Installation.
|
|
277
|
|
278 2000-03-14 Adrian Aichner <adrain@xemacs.org>
|
|
279
|
|
280 * xemacs.mak (LIB_SRC_TOOLS): LIB_SRC_TOOLS depend on
|
|
281 XEMACS_INCLUDES when we USE_PORTABLE_DUMPER.
|
|
282
|
|
283 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
284
|
|
285 * xemacs.mak (TEMACS_ENTRYPOINT):
|
|
286 Fix for portable dumper.
|
|
287
|
|
288 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
289
|
|
290 * xemacs.mak (*):
|
|
291 * config.inc: New.
|
|
292
|
|
293 a) Added a file called config.inc which makes it easier to set
|
|
294 build options for MS Windows. (Previously, the only way to do this
|
|
295 was through command line options to nmake.)
|
|
296
|
|
297 b) Cleaned the file up a bit.
|
|
298
|
|
299 c) Changed xemacs to be a windows application and not a console
|
|
300 application, now that runemacs.exe is no longer necessary.
|
|
301
|
|
302 d) Added support for building the tags file.
|
|
303
|
|
304 * xemacs.dsw: New.
|
|
305 * xemacs.dsp: New.
|
|
306 For compiling, editing, and debugging XEmacs using the VC++ 5.0
|
|
307 GUI. They may well work under other versions of VC++, but I don't
|
|
308 have access to them to test them.
|
|
309
|
|
310 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
311
|
|
312 * PROBLEMS: Doc fix from Reini Urban <rurban@x-ray.at>.
|
|
313
|
|
314 2000-02-27 Mike Alexander <mta@arbortext.com>
|
|
315
|
|
316 * xemacs.rc: Include the portable dump data if INCLUDE_DUMP is defined
|
|
317
|
|
318 * xemacs.mak: Add the portable dump data to the EXE as a resource
|
|
319
|
|
320 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
321
|
|
322 * xemacs.mak (TEMACS_LIBS): Add ole32.lib and uuid.lib.
|
|
323 (installation): Always regenerate installation report.
|
|
324
|
|
325 2000-02-25 Craig Lanning <CraigL@DyCon.com>
|
|
326
|
|
327 * inc\sys\time.h: MinGW defines struct timeval in <winsock.h>.
|
|
328
|
|
329 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
330
|
|
331 * config.h (INLINE_HEADER): Define properly (?) for Windows.
|
|
332
|
|
333 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
334
|
|
335 * XEmacs 21.2.31 is released.
|
|
336
|
|
337 2000-02-22 Martin Buchholz <martin@xemacs.org>
|
|
338
|
|
339 * config.h (gc_checking_assert): New.
|
|
340
|
|
341 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
342
|
|
343 * XEmacs 21.2.30 is released.
|
|
344
|
|
345 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
346
|
|
347 * README: Tidy up.
|
|
348 Document need for makeinfo program or texinfo package.
|
|
349
|
|
350 * Xmd.patch: New file, previously in README.
|
|
351
|
|
352 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
353
|
|
354 * config.h: Delete unused HAVE_LINUX_VERSION_H.
|
|
355
|
|
356 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
357
|
|
358 * XEmacs 21.2.29 is released.
|
|
359
|
|
360 2000-02-06 Mike Alexander <mta@arbortext.com>
|
|
361
|
|
362 * xemacs.mak (install): Copy xemacs.dmp if using the portable
|
|
363 dumper.
|
|
364
|
440
|
365 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
366
|
|
367 * XEmacs 21.2.28 is released.
|
|
368
|
|
369 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
370
|
|
371 * Xpm.def: New file, required to build Xpm.dll.
|
|
372
|
|
373 * Xpm.mak: Use DEBUG instead of DEBUG_XEMACS - this library is not
|
|
374 xemacs-specific. Initialize to DEBUG_XEMACS if specified for
|
|
375 compatibility.
|
|
376 Build DLL instead of static LIB when USE_CRTDLL=1 is given to
|
|
377 make.
|
|
378
|
|
379 * xemacs.mak: Introduced USE_SYSTEM_MALLOC and USE_CRTDLL.
|
|
380 Do not build lastfile.lib when neither unexec not gmalloc are
|
|
381 used.
|
|
382
|
|
383 * config.h: Deleted GNU_MALLOC and SYSTEM_MALLOC, as they are set
|
|
384 in makefile.
|
|
385
|
|
386 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
387
|
|
388 * xemacs.mak (DOC_SRC9): Added tests.c ...
|
|
389 (TEMACS_DEBUG_OBJS): ... and tests.obj
|
|
390 ($(DOC)): Tweaked a bit, for `nmake docfile' unconditionally
|
|
391 rebuild the docfile.
|
|
392
|
|
393 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
394
|
|
395 * xemacs.mak (docfile): Added shortcut target.
|
|
396
|
|
397 2000-01-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
398
|
|
399 * xemacs.mak (TEMACS_LIBS): Added winspool.lib
|
|
400
|
|
401 2000-01-20 Martin Buchholz <martin@xemacs.org>
|
|
402
|
|
403 * xemacs.mak (dump-xemacs): Remove redundant EMACSBOOTSTRAPMODULEPATH.
|
|
404
|
|
405 2000-01-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
406
|
|
407 * xemacs.mak: Patch of 01/13 got in corrupted, fixed.
|
|
408
|
438
|
409 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
410
|
|
411 * XEmacs 21.2.27 is released.
|
|
412
|
|
413 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
414
|
|
415 * minitar.c: Errno.h --> errno.h. Remove errno declaration.
|
|
416
|
|
417 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
418
|
|
419 * xemacs.mak: Added USE_PORTABLE_DUMPER make command line macro.
|
|
420 (temacs:) Added dependency for lastfile.lib so that 'make temacs'
|
|
421 builds it first.
|
|
422
|
|
423 1999-12-28 Scott Blachowicz <Scott.Blachowicz@seaslug.org>
|
|
424
|
|
425 * minitar.mak: Add vars to allow building from main xemacs.mak.
|
|
426
|
|
427 * xemacs.mak: Add rules to build & install minitar.
|
|
428
|
440
|
429 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
430
|
|
431 * config.h: Fix stuff related to mail locking.
|
|
432
|
436
|
433 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
434
|
|
435 * XEmacs 21.2.26 is released.
|
|
436
|
434
|
437 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
438
|
|
439 * XEmacs 21.2.25 is released.
|
|
440
|
|
441 1999-12-15 Scott Blachowicz <Scott.Blachowicz@seaslug.org>
|
|
442
|
|
443 * minitar.c (main): Add explicit exit(0) to get successful return
|
|
444 code.
|
|
445
|
432
|
446 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
447
|
|
448 * XEmacs 21.2.24 is released.
|
|
449
|
434
|
450 1999-11-28 Adrian Aichner <adrian@xemacs.org>
|
430
|
451
|
|
452 * xemacs.mak (depend): Only update `depend' if there were changes.
|
|
453 Use "perl ./make-src-depend" instead of "mkdepend".
|
|
454
|
|
455 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
456
|
|
457 * XEmacs 21.2.23 is released.
|
|
458
|
434
|
459 1999-11-27 Adrian Aichner <adrian@xemacs.org>
|
430
|
460
|
|
461 * xemacs.mak (SRCDIR): Make path to xemacs absolute to
|
|
462 facilitate building info in man subdirs. Echo all cd commands,
|
442
|
463 not just some of them.
|
430
|
464
|
|
465 (makeinfo-test): Test for availability of `texinfo' package to
|
|
466 build info. Recommend use of external `makeinfo' program for
|
|
467 building info docs faster.
|
|
468
|
|
469 (info): cd into man subdirs to support use of external `makeinfo'
|
|
470 program.
|
|
471
|
|
472 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
473
|
|
474 * xemacs.mak: Remove references to index.unperm, index.perm.
|
|
475 Fix dependencies.
|
|
476 Shouldn't .obj and .info be in SUFFIXES?
|
|
477 Remove extra `\'.
|
|
478
|
428
|
479 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
480
|
|
481 * XEmacs 21.2.22 is released
|
|
482
|
|
483 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
484
|
|
485 * XEmacs 21.2.21 is released.
|
|
486
|
|
487 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
488
|
|
489 * XEmacs 21.2.20 is released
|
|
490
|
|
491 1999-10-07 Norbert Koch <n.koch@eai-delta.de>
|
|
492
|
|
493 * xemacs.mak: Ignore return code of 'del' calls. Use a make
|
|
494 variable for 'del'.
|
|
495
|
434
|
496 1999-09-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
497
|
|
498 * xemacs.mak (all): Update $(LISP)/auto-autoloads.elc? and
|
|
499 $(LISP)/custom-load.el using XEmacs itself, like xemacs-packages
|
|
500 do.
|
|
501 ($(LISP)\auto-autoloads.el): Add new rule.
|
|
502 ($(LISP)\custom-load.el): Ditto.
|
|
503
|
|
504 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
505
|
|
506 * xemacs.mak (HAVE_WIDGETS): add define to appropriate places.
|
|
507
|
434
|
508 1999-07-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
509
|
|
510 * xemacs.mak ($(MANDIR)\lispref\lispref.texi): Replace bad
|
|
511 dependency.
|
|
512
|
|
513 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
514
|
|
515 * XEmacs 21.2.19 is released
|
|
516
|
434
|
517 1999-07-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
518
|
|
519 * xemacs.mak (.SUFFIXES): Add .texi.
|
|
520 (check): Improve automated test section.
|
|
521 (info): Generate info files using XEmacs (no makeinfo.exe needed).
|
|
522
|
|
523 1999-07-19 Andy Piper <andy@xemacs.org>
|
|
524
|
|
525 * xemacs.mak (DOC_SRC3): add gutter.c
|
|
526 (TEMACS_OBJS): add gutter.obj.
|
|
527
|
|
528 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
529
|
|
530 * XEmacs 21.2.18 is released
|
|
531
|
|
532 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
533
|
|
534 * XEmacs 21.2.17 is released
|
|
535
|
434
|
536 1999-06-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
537
|
|
538 * xemacs.mak (DOC_SRC8): Remove mule-coding.c.
|
|
539 (TEMACS_MULE_OBJS): Remove mule-coding.obj
|
|
540 (check): Implement according to src/Makefile.
|
|
541 (check-temacs): ditto.
|
|
542
|
|
543 1999-06-05 Norbert Koch <n.koch@delta-ii.de>
|
|
544
|
|
545 * xemacs.mak (mule): remove dependencies from mule-coding.c
|
442
|
546
|
428
|
547 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
548
|
|
549 * XEmacs 21.2.16 is released
|
|
550
|
442
|
551 1999-05-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
552
|
|
553 * xemacs.mak (GUNG_HO): Explicitly default to 0.
|
|
554 Fix some comment typos.
|
|
555 ($(XEMACS)\Installation): Create it in the toplevel-directory,
|
|
556 where it is expected by loadup.el
|
|
557
|
|
558 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
559
|
|
560 * XEmacs 21.2.15 is released
|
|
561
|
|
562 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
563
|
|
564 * xemacs.mak: add select & select-x targets.
|
442
|
565
|
428
|
566 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
567
|
|
568 * XEmacs 21.2.14 is released
|
|
569
|
|
570 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
571
|
|
572 * xemacs.mak: please document me
|
|
573 From Norbert Koch <n.koch@delta-ii.de>
|
|
574
|
|
575 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
576
|
|
577 * xemacs.mak ($(LISP)\Installation.el): Don't use
|
|
578 `replace-in-string'.
|
|
579
|
434
|
580 1999-03-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
581
|
|
582 * xemacs.mak: Remove ESC macro -- no longer needed.
|
|
583 Remove small configuration report. Remove simplified version of
|
|
584 Installation and Installation.el
|
|
585 (Installation.el): Create it depending on "Installation" file.
|
|
586 Replace \r characters by use of `replace-in-string' in lisp-land.
|
|
587 (all): Make it depend on "Installation" file.
|
|
588 (Installation): Create a complete "Installation" file, looking
|
|
589 much like what is generated by "configure" on UNIX systems.
|
|
590 Insert WARNING where appropriate (currently when building without
|
|
591 HAVE_XPM, HAVE_PNG, and HAVE_MSW_C_DIRED).
|
|
592 Type "Installation" to STDOUT much like the "small configuration
|
|
593 report" did.
|
|
594
|
|
595 1999-04-29 Andy Piper <andy@xemacs.org>
|
442
|
596
|
428
|
597 * sys/file.h: conditionalise definition of X_OK.
|
442
|
598
|
428
|
599 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
600
|
|
601 * XEmacs 21.2.13 is released
|
|
602
|
|
603 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
604
|
|
605 * xemacs.mak:
|
|
606 Don't link lib-src programs incrementally.
|
|
607 Don't include debug info in release builds.
|
|
608 Put intermediate files in the appropriate directories.
|
|
609 Make "distclean" target delete all intermediate files.
|
|
610
|
|
611 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
612
|
|
613 * xemacs.mak:
|
|
614 Fix building on Windows 95/98 by conditionalising escape
|
|
615 character '^'.
|
|
616 Only put mule-packages in package path on MULE builds.
|
|
617 Only build source browser files on debug builds.
|
|
618 Build source browser database before link so that it's
|
|
619 available even if link fails.
|
|
620
|
|
621 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
622
|
|
623 * XEmacs 21.2.12 is released
|
|
624
|
|
625 1999-03-03 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
626
|
|
627 * xemacs.mak (HAVE_XFACE): fix for building without X-Face support
|
|
628 provided by Brent B. Powers <bpowers@ms.com>.
|
|
629
|
|
630 * xemacs.mak (CONFIG_ERROR): Misc error detection for build with
|
|
631 X-Face.
|
|
632
|
|
633 1999-02-01 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
634
|
|
635 * README: Document the X-Face build option.
|
|
636
|
|
637 * compface.mak: New file
|
|
638 Makefile for building compface library under MSVC. Build
|
|
639 library only, not executables. Should be extended to build
|
|
640 executables and propagated upstream, if possible.
|
|
641
|
|
642 * xemacs.mak: Link in X-Face/Compface for NT native build.
|
|
643
|
|
644 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
645
|
|
646 * XEmacs 21.2.11 is released
|
|
647
|
|
648 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
649
|
|
650 * XEmacs 21.2.10 is released
|
|
651
|
|
652 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
653
|
|
654 * XEmacs 21.2.9 is released
|
|
655
|
434
|
656 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
657
|
|
658 * xemacs.mak (MODULES): Adding variable.
|
|
659 (update-elc): Setting EMACSBOOTSTRAPMODULEPATH.
|
|
660
|
|
661 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
662
|
|
663 * minitar.c: New file
|
|
664 * minitar.mak: New file
|
|
665
|
|
666 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
667
|
|
668 * xemacs.mak:
|
|
669 Changed x86 EMACS_CONFIGURATION to i586-pc-win32 since we
|
|
670 build optimised for Pentium.
|
|
671 Created CFLAGS variable, used in building all objects and in
|
|
672 constructing config.values.
|
|
673 Added glyphs-widget.c and gui-msw.c to list of sources.
|
|
674 Added PACKAGE_PATH to EMACSBOOTSTRAPLOADPATH for mule builds.
|
|
675
|
|
676 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
677
|
|
678 * XEmacs 21.2.8 is released.
|
|
679
|
|
680 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
681
|
|
682 * XEmacs 21.2.7 is released.
|
|
683
|
|
684 1998-12-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
685
|
|
686 * xemacs.mak:
|
442
|
687 Replaced PACKAGEPATH variable with PACKAGE_PREFIX.
|
428
|
688 configure-package-path is initialised to contain
|
|
689 subdirectories of PACKAGE_PREFIX. The install target makes
|
|
690 a skeleton package tree under PACKAGE_PREFIX.
|
|
691
|
|
692 * README, PROBLEMS:
|
|
693 Documented the package path changes.
|
|
694 Corrected the advice on a suitable minimal set of packages.
|
|
695
|
|
696 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
697
|
|
698 * xemacs.mak ($(LIB_SRC)/movemail.exe): adapt make rule to build
|
|
699 with pop support.
|
|
700
|
|
701 * xemacs.mak: add gui-msw.c and glyphs-widget.c object lists.
|
|
702
|
|
703 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
704
|
|
705 * XEmacs 21.2.6 is released
|
|
706
|
434
|
707 1998-12-11 Adrian Aichner <adrian@xemacs.org>
|
428
|
708
|
|
709 * xemacs.mak (DOC_SRC2): CLASH_DETECTION is not supported under
|
|
710 native Windows NT. Therefore src\filelock.c is not to be
|
|
711 compiled.
|
|
712 (TEMACS_OBJS): Consequently, don't link in $(OUTDIR)\filelock.obj.
|
|
713
|
|
714 1998-12-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
715
|
|
716 * xemacs.mak ($(OUTDIR)\alloc.obj): add a dependency on
|
|
717 puresize-adjust.h to avoid infinite recursion.
|
|
718
|
|
719 1998-12-09 Andy Piper <andy@xemacs.org>
|
|
720
|
|
721 * config.h: remove clash detection stuff.
|
|
722
|
|
723 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
724
|
|
725 * xemacs.mak (TEMACS_OBJS):
|
442
|
726 (DOC_SRC4):
|
428
|
727 - Remove pure.c, pure.obj
|
|
728
|
434
|
729 1998-11-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
730
|
|
731 * xemacs.mak: Creating minimal versions of Installation,
|
|
732 Installation.el, and config.values to make
|
|
733 (describe-installation) and (config-value ...) work in Windows NT
|
|
734 native builds. Incorporating rule for movemail.exe courtesy of
|
|
735 Andy Piper.
|
|
736
|
|
737 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
738
|
|
739 * XEmacs 21.2.5 is released
|
|
740
|
|
741 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
742
|
|
743 * XEmacs 21.2-beta4 is released.
|
|
744
|
|
745 1998-10-29 Andy Piper <andyp@parallax.co.uk>
|
|
746
|
|
747 * xemacs.mak ($(LIB_SRC)/movemail.exe): add etags dependencies to
|
|
748 pull in getopt and friends.
|
|
749
|
|
750 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
751
|
|
752 * XEmacs 21.2-beta3 is released.
|
|
753
|
|
754 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
755
|
|
756 * XEmacs 21.2-beta2 is released.
|
|
757
|
434
|
758 1998-09-19 Adrian Aichner <adrian@xemacs.org>
|
428
|
759
|
|
760 * tiff.mak: New file provided by Charles Wilson
|
|
761 <cwilson@ee.gatech.edu>
|
|
762
|
|
763 * README: Update provided by Charles Wilson
|
|
764 <cwilson@ee.gatech.edu>. Documenting use of the newly
|
|
765 introduced tiff.mak. Renumbering subsequent build instruction
|
|
766 items.
|
|
767
|
|
768 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
769
|
|
770 * PROBLEMS: New file.
|
|
771
|
|
772 * xemacs.mak: Install the PROBLEMS file in the root directory of
|
|
773 the XEmacs installation.
|
|
774
|
|
775 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
776
|
|
777 * xemacs.mak: Detect failure to supply PNG_DIR or XLIB_DIR
|
|
778 when building with PNG support.
|
|
779
|
|
780 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
781
|
|
782 * README: Document the PNG, ZLIB, JPEG, TIFF and GIF build
|
|
783 options.
|
|
784
|
|
785 1998-08-12 Jeff Sparkes <jsparkes@internetivity.com>
|
|
786
|
|
787 * xemacs.mak: Link in GIF, fix HAVE_JPEG default.
|
|
788
|
|
789 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
790
|
|
791 * xemacs.mak (install): Win95 fixes:
|
|
792 DOS mkdir doesn't create intermediate directories. xcopy does
|
|
793 so use it to create the install and lock directories.
|
|
794 Removed trailing backslashes from copy commands since DOS
|
|
795 copy doesn't like them.
|
|
796
|
|
797 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
798
|
|
799 * xemacs.mak: change "copy" to "xcopy" in install target
|
|
800
|
442
|
801 1998-08-04 Jeff Sparkes <jsparkes@internetivity.com>
|
428
|
802
|
|
803 * xemacs.mak: Link in PNG, TIFF and JPEG in native build.
|
|
804
|
|
805 1998-08-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
806
|
|
807 * README: XEmacs has been successfully built with MSVC 4.0.
|
|
808 Mention the vcvars32.bat file installed with the MSVC tools.
|
|
809
|
|
810 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
811
|
|
812 * XEmacs 21.2-beta1 is released.
|
|
813
|
|
814 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
815
|
|
816 * xemacs.mak:
|
|
817 Add path to xemacs.res dependency.
|
|
818
|
|
819 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
820
|
|
821 * XEmacs 21.0-pre5 is released.
|
|
822
|
|
823 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
824
|
|
825 * XEmacs 21.0-pre4 is released.
|
|
826
|
|
827 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
828
|
|
829 * README: Documented the changed PACKAGEPATH option and the new
|
|
830 INSTALL_DIR option, install target and runemacs executable.
|
|
831 Added more debugging documentation.
|
|
832
|
|
833 * config.h: Don't undef EMACS_CONFIGURATION because it's now
|
|
834 set in the makefile.
|
|
835
|
|
836 * xemacs.mak: Added an INSTALL_DIR option and install target.
|
|
837 Renamed the default package location option to PACKAGEPATH
|
|
838 and made it cope with paths with spaces in them.
|
|
839 Made non-debug build the default; DEBUG_XEMACS defaults to 0.
|
|
840 System configuration (EMACS_CONFIGURATION) now correctly
|
|
841 determined at build-time by this makefile.
|
|
842 Compiles the runemacs executable as part of the all target.
|
|
843
|
|
844 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
845
|
|
846 * config.h:
|
|
847 * xemacs.mak: NT native sound fixes
|
434
|
848 From Fabrice POPINEAU via Adrian Aichner <adrian@xemacs.org>
|
428
|
849
|
|
850 1998-06-21 Martin Buchholz <martin@xemacs.org>
|
|
851
|
|
852 * xemacs.mak: It's XEmacs, not Xemacs!
|
|
853
|
|
854 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
855
|
|
856 * file.ico, lisp.ico:
|
|
857 New icons to represent a generic file and a lisp file.
|
|
858
|
|
859 * xemacs.rc: Build file.ico and lisp.ico into the executable.
|
|
860
|
|
861 1998-06-15 Peter Windle <peterw@sdl.ug.eds.com>
|
|
862
|
|
863 * xemacs.mak: Made XPM and X11 checks cope with case-sensitive
|
|
864 NFS. Also apply Sean MacLennan's change allowing
|
|
865 emacs_beta_version to be undefined.
|
|
866
|
|
867 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
868
|
|
869 * xemacs.mak (distclean): Reorder when puresize-adjust.h gets
|
|
870 deleted.
|
434
|
871 From Adrian Aichner <adrian@xemacs.org>
|
428
|
872
|
|
873 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
874
|
|
875 * config.h: Undefined DONT_ENCAPSULATE.
|
|
876 Defined ENCAPSULATE_* for fopem, open, rename and mkdir.
|
|
877 Removed MS-DOS code remains.
|
|
878
|
|
879 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
880
|
|
881 * Makefile.cygwin: created to compile runemacs.c. This should
|
|
882 probably have a Makefile.in, but...
|
|
883
|
|
884 * runemacs.c: modified to check to see if xemacs is a symbolic
|
|
885 link when compiled under Cygwin.
|
|
886
|
|
887 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru>
|
|
888
|
|
889 * xemacs.mak: Added lib-src/wakeup.exe
|
|
890
|
|
891 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
892
|
|
893 * xemacs.mak: Added rules for hexl.exe, movemail.exe, mmencode.exe
|
|
894 sorted-doc.exe, etags.exe
|
|
895
|
|
896 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
897
|
|
898 * xemacs.mak: Support building InfoDock, with INFODOCK=1 macro
|
|
899 in the command line.
|
|
900
|
|
901 1998-05-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
902
|
|
903 * inc/sys/dir.h: Removed #ifndef WINDOWSNT around the code which
|
|
904 should be compiled in (sic!).
|
|
905 Removed 'extern' before function prototypes.
|
|
906
|
|
907 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
908
|
442
|
909 * xemacs.mak: Unified -nologo compiler switch handling and lib-src
|
428
|
910 programs build (only make-docfile currently, adding other tools
|
442
|
911 soon).
|
428
|
912
|
|
913 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
914
|
|
915 * xemacs.mak: Added HAVE_DIALOGS macro, and dialog-*.* files to
|
|
916 docfile creation and compilation.
|
|
917 Defaulted HAVE_MSW to 1.
|
|
918 Changed lib-src references to be relative to $(XEMACS)/, not ../
|
|
919
|
|
920 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
921
|
|
922 * xemacs.mak: Removed inline.{c,obj}. It did buy nothing.
|
|
923
|
|
924 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
925
|
|
926 * xemacs.mak: Comment out dialog.{c,obj} from build.
|
|
927
|
|
928 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
929
|
|
930 * nt/config.h:
|
|
931 Unconditionally define new HAVE_DRAGNDROP.
|
|
932
|
|
933 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
934
|
|
935 * xemacs.mak: Added dragdrop.{c,obj}
|
|
936
|
|
937 1998-05-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
938
|
|
939 * config.h (enum_field): Redefine to be unsigned int.
|
|
940
|
|
941 1998-05-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
942
|
|
943 * xemacs.mak: Really honor minimal tagbits, indexed lrecord and
|
|
944 union type.
|
|
945
|
|
946 1998-05-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
947
|
|
948 * inc/sys/socket.h: Removed encapsulating definitions for Winsock
|
|
949 functions.
|
|
950
|
|
951 1998-05-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
952
|
|
953 * xemacs.mak: Defined PATH_PROGNAME and PATH_VERSION C macros.
|
|
954 Make _DEBUG defined only when DEBUG_XEMACS.
|
|
955
|
|
956 1998-04-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
957
|
|
958 * xemacs.mak: Added glyphs-eimage.{c,obj}
|
|
959
|
|
960 1998-04-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
961
|
|
962 * xemacs.mak: Support "Don't panic, I will restart make" exit code.
|
|
963 Extra checks for externally specified X{PM,11}_DIR.
|
|
964 Proper quoting to allow spaces in these paths.
|
|
965 Conduct all config checks at once.
|
|
966 New option VERBOSECC. When non-zero, C compiler echoes its
|
|
967 commands. When zero, only name of the file being compiled is
|
|
968 echoed. Default is 0 (do not echo).
|
|
969
|
|
970 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
971
|
|
972 * README: Documented new msvc build procedure, including XPM
|
|
973 support.
|
|
974
|
|
975 * xemacs.mak: Added XPM and TOOLBARS support for native msvc
|
|
976 build.
|
|
977
|
|
978 * xpm.mak: New file
|
|
979 Makefile for building xpm library under msvc. Hopefully this
|
|
980 will be part of future xpm distributions.
|
|
981
|
|
982 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
983
|
|
984 * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not
|
442
|
985 defined.
|
428
|
986
|
|
987 * xemacs.mak: Added new file process-nt.c
|
|
988
|
|
989 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
990
|
|
991 * xemacs.mak: Added build options which can be defined in nmake
|
|
992 command line (defaults are parentheses):
|
|
993 HAVE_MSW=0/1 (0) Build with native GUI
|
|
994 HAVE_X=0/1 (0) Build with X-Windows
|
|
995 ** At least one must be defined
|
|
996 X11_DIR=path () Path to the root dir of X11R6 installation
|
|
997 ** Must be defined when HAVE_X=1
|
|
998 HAVE_MULE=0/1 (0) Compile in MULE
|
|
999 HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired
|
|
1000 PATH_PACKAGEPATH=path Package search path
|
|
1001 ("~/.xemacs")
|
|
1002 DEBUG_XEMACS=0/1 (1) Compile with symbols, assertions and
|
|
1003 extra debugging checks
|
|
1004 USE_UNION_TYPE=0/1 (0)
|
|
1005 USE_MINIMAL_TAGBITS=0/1 (0)
|
|
1006 USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0)
|
|
1007 GUNG_HO=0/1 (none) When specified, overrides the above two.
|
|
1008 : Added output of a configuration report
|
|
1009 : Added copyright notice.
|
|
1010 : Deleted remains of ImageMagick.
|
|
1011 (distclean): Do not use mskedepend
|
|
1012 (install): echo "Not yet implmented".
|
|
1013
|
|
1014 1998-04-05 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1015
|
|
1016 * config.h (enum_field): Borrow new definition from config.h.in
|
|
1017
|
|
1018 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1019
|
|
1020 * config.h: Patial sync-up with config.h.in
|
|
1021
|
|
1022 1998-03-25 jhar@tardis.ed.ac.uk
|
|
1023
|
|
1024 * xemacs.mak: Adds glyphs-msw.c and imgproc.c and reflects
|
|
1025 alterations to package_path in nt/xemacs.mak.
|
|
1026
|
|
1027 1998-03-24 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1028
|
|
1029 * xemacs.mak (dump-xemacs): Replaced use of `touch' with `echo'.
|
|
1030
|
|
1031 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1032
|
|
1033 * xemacs.mak: Removed all references to deleted dgif_lib.{c,obj},
|
|
1034 gif_err.{c,obj} and gifalloc.{c,obj}. New image support is not
|
|
1035 compiled in yet.
|
|
1036
|
|
1037 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1038
|
442
|
1039 * xemacs.mak: HAVE_FILE_CODING removed: it is no longer an option,
|
428
|
1040 since file I/O depends on it, and defined unconditioanlly in
|
|
1041 src/s/windowsnt.h.
|
|
1042 Added -nologo switch to different tools here and there.
|
|
1043 Suppressed some irrelevant make output.
|
|
1044
|
|
1045 1998-02-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1046
|
|
1047 * xemacs.mak: Defined HAVE_FILE_CODING variable, an equivalent of
|
|
1048 --with-file-coding configure option. Default is yes.
|
|
1049
|
|
1050 1998-03-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1051
|
|
1052 * xemacs.mak (update-elc): Copy Installation.el to $(LISP)
|
|
1053
|
|
1054 * Installation.el: New file, copied by xemacs.mak during build.
|
|
1055
|
|
1056 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
1057
|
|
1058 * xemacs.mak: Added entry for src/dired-msw.c. Use of the
|
|
1059 dired-in-C enhancements is optional, and is determined by
|
|
1060 HAVE_MSW_C_DIRED. See comments in xemacs.mak.
|
|
1061
|
|
1062 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1063
|
|
1064 * xemacs.mak: Fixed lost docstrings
|
|
1065
|
|
1066 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
1067
|
|
1068 * xemacs.mak: Updated accordingly.
|
|
1069 Creates the MSVC browse info immediately after the link.
|
|
1070
|
|
1071 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1072
|
|
1073 * config.h: Suppressed MSVC warning 'relational' : signed/unsigned
|
|
1074 mismatch
|
|
1075
|
|
1076 * config.h: INLINE defined to __inline for MSVC compilers >= 2.x
|
|
1077
|
|
1078 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1079
|
|
1080 * xemacs.mak: added menubar-msw.c, menubar.c
|
|
1081
|
|
1082 * xemacs.mak: scrollabrs and menubars are rearranged properly
|
|
1083 under different ifdef'd secions, so for example menubar.obj goes
|
|
1084 to always compiled section, and menubar-msw.obj is built only when
|
|
1085 HAVE_MSW.
|
|
1086
|
|
1087 * xemacs.mak: Compiler warning flag definition moved to a macro
|
|
1088 CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!).
|
|
1089
|
|
1090 1997-12-11 David Hobley <davidh@wr.com.au>
|
|
1091
|
|
1092 * Added support for auto generation of puresize-adjust.h
|
|
1093 in xemacs.mak. Also created new file puresize-adjust.h to copy
|
|
1094 into src on initial build.
|
|
1095
|
|
1096 Mon December 08 1997 kkm@kis.ru
|
|
1097
|
|
1098 * xemacs.mak: added profile.c, removed event-unixod.c
|
|
1099 * xemacs.mak: removed dangerous defines _IX_86, _X86_,
|
|
1100 _MSC_VER
|
|
1101 * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP
|
|
1102
|
|
1103 Thu December 04 1997 jhar@tardis.ed.ac.uk
|
442
|
1104
|
428
|
1105 * xemacs.mak: Define DEBUG_XEMACS when compiling with debug.
|
|
1106
|
|
1107 Tue November 29 12:29:33 1997 davidh
|
|
1108
|
|
1109 * xemacs.mak and config.h updated to provide ability to
|
|
1110 specify DEBUG mode from the xemacs.mak file.
|
|
1111
|
|
1112 Mon December 01 1997 jhar
|
|
1113
|
|
1114 * msw-init.el: Provide default bindings for cut, paste, copy and undo
|
|
1115
|
|
1116 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
1117 - Implemeted simple emacs_mswindows_event_pending_p().
|
|
1118 - Fixed deleting frames.
|
|
1119 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
|
|
1120 - Special processing for 'Ctrl-@' keystroke.
|
|
1121 - Support for some new keysyms.
|
442
|
1122
|
428
|
1123 Mon December 01 1997 jhar
|
|
1124
|
|
1125 * xemacs.mak:
|
|
1126 - Add PACKAGE_PATH and EMACS_BETA_VERSION defines.
|
|
1127 - Automatically copy changed include files from \nt to \src.
|
|
1128 - Corrected some DOC_SRC* lists.
|
442
|
1129
|
428
|
1130 Tue November 18 21:45:06 1997 davidh
|
|
1131
|
|
1132 * xemacs.mak updated to remove dependency on startup.elc
|
|
1133 HAVE_IMAGEMAGICK added for X build.
|
|
1134
|
|
1135 Thu September 25 23:06:44 1997 davidh
|
|
1136
|
|
1137 * xemacs.mak updated to make the build as simple as typing
|
442
|
1138 nmake -f xemacs.mak. Also support for native gui included
|
428
|
1139 which should mean the w32 directory is no longer required.
|
|
1140
|
|
1141 * config.h synced with config.h.in from 20.3-b2
|
|
1142
|
|
1143 * synced in changes to support native gui.
|
|
1144
|
|
1145 Thu September 25 23:06:44 1997 davidh
|
|
1146
|
|
1147 * August Hill provided a patch to xemacs.mak to greatly simplify
|
442
|
1148 the build - the DOC file gets created correctly.
|
428
|
1149
|
|
1150 Tue September 22 23:06:44 1997 davidh
|
|
1151
|
|
1152 * August Hill provided some more patches - to expand ~ correctly
|
|
1153 and to correctly deal with drive letters in the path.
|
|
1154
|
|
1155 * emacs.c patched to call init_ntproc()
|
|
1156
|
|
1157
|
|
1158 Tue July 15 19:32:21 1997 davidh
|
|
1159
|
|
1160 * August Hill provided some more patches to make things better
|
|
1161 - there is a workaround for dired to make the ^M's disappear
|
|
1162 - a patch to fix shell-command
|
|
1163
|
|
1164 Tue July 08 22:01:36 1997 davidh
|
|
1165
|
|
1166 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
|
|
1167 as a result, removed /force - XEmacs now links normally.
|
|
1168
|
|
1169 Thu June 31 21:16:21 1997 davidh
|
|
1170
|
|
1171 * nt/TODO created.
|
|
1172
|
|
1173 * nt/X11.patch created to help with the X build.
|
442
|
1174
|
428
|
1175 * August Hill provided:
|
|
1176 a patch to fix the _WRETCODE undefined symbol,
|
|
1177 a patch to fix a problem with dired
|
|
1178
|
|
1179 and generally helped clarify the build instructions.
|
|
1180
|
|
1181 * Synced with 20.3b10 (Athens).
|
|
1182
|
|
1183 * Made DIRECTORY_SEP be '\\'. Until I can change all code to
|
|
1184 use the macro, I decided this would be easiest.
|
|
1185
|
|
1186 * Modified src/fileio.c to only open files in O_BINARY. This
|
442
|
1187 causes files to be opened and written without automatically
|
428
|
1188 writing ^M 's to the end of each line. MULE ought to sort this
|
|
1189 in theory, but I am less than convinced.
|
|
1190
|
|
1191 * Updated the nt/README to provide a little more help.
|
|
1192
|
|
1193 Thu May 29 23:11:21 1997 davidh
|
|
1194
|
|
1195 * Synced with 20.3b2.
|
|
1196
|
|
1197 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
|
|
1198
|
|
1199 * Updated README from marcpa.
|
|
1200
|
|
1201 * Added example Win32.cf and site.def files for X.
|
|
1202
|
|
1203 * Added sed.exe into nt/.
|
|
1204
|
|
1205 * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
|
|
1206
|
|
1207 * Added extra .elc files to ensure make-docfile gets all symbols.
|
|
1208
|
|
1209 * Modified balloon_help.c to compile (#if'd max definition)
|
|
1210
|
|
1211 * Modified src/event-Xt.c so as not to add signal_event_pipe to
|
|
1212 be selected on - this is a hack until I can work out a better
|
|
1213 way. Thanks to Ben Wing for help on this.
|
|
1214
|
|
1215 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA)
|
|
1216
|
|
1217 * Synced with 20.1b9.
|
|
1218
|
|
1219 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA)
|
|
1220
|
|
1221 * lisp/eterm/README.term is truncated: is it just me (because
|
|
1222 I'm on NT) or everyone else sees this ?
|
|
1223 Answer: it is because it contains a ^Z embedded in it, therefore
|
|
1224 it needs to be inserted in binary mode in CVS.
|
|
1225
|
|
1226 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA)
|
|
1227
|
442
|
1228 * At end of compilation, there are some unresolved symbols:
|
428
|
1229
|
|
1230 link.exe @C:\TEMP\nma00115.
|
|
1231 sysdep.obj : error LNK2001: unresolved external symbol _vfork
|
|
1232 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
|
|
1233 option; image may not run
|
|
1234
|
|
1235
|
|
1236 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA)
|
|
1237
|
|
1238 * Need to copy the nt/inc directory David originally submitted or
|
|
1239 NT code won't compile.
|
|
1240
|
|
1241 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
|
|
1242
|
|
1243 * Had to modify XEmacs sources here and there : see the diffs
|
|
1244 between NT_FIRST_COMPILE and V20_1_beta9.
|
|
1245
|
|
1246 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
|
|
1247 already defined by Windows and is a long, while X wants it to be
|
|
1248 an unsigned char.
|
|
1249
|
|
1250 --- Xmd.h~ Thu Jun 08 23:20:40 1995
|
|
1251 +++ Xmd.h Sun Mar 16 13:09:10 1997
|
|
1252 @@ -150,8 +150,9 @@
|
|
1253 typedef CARD16 BITS16;
|
|
1254 typedef CARD8 BYTE;
|
442
|
1255
|
428
|
1256 +#ifndef WIN32
|
|
1257 typedef CARD8 BOOL;
|
|
1258 -
|
|
1259 +#endif
|
|
1260
|
|
1261 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
|
442
|
1262 properly.
|