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