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