f8c7e755994fe52f6f1c636f1063b998fdabc197
[chise/xemacs-chise.git.1] / nt / ChangeLog
1 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
2
3         * XEmacs 21.2.13 is released
4
5 1999-03-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6
7         * xemacs.mak:
8           Don't link lib-src programs incrementally.
9           Don't include debug info in release builds.
10           Put intermediate files in the appropriate directories.
11           Make "distclean" target delete all intermediate files.
12
13 1999-03-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
14
15         * xemacs.mak:
16           Fix building on Windows 95/98 by conditionalising escape
17           character '^'.
18           Only put mule-packages in package path on MULE builds.
19           Only build source browser files on debug builds.
20           Build source browser database before link so that it's
21           available even if link fails.
22
23 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
24
25         * XEmacs 21.2.12 is released
26
27 1999-03-03  Gleb Arshinov  <gleb@cs.stanford.edu>
28
29         * xemacs.mak (HAVE_XFACE): fix for building without X-Face support
30         provided by Brent B. Powers <bpowers@ms.com>.
31
32         * xemacs.mak (CONFIG_ERROR): Misc error detection for build with
33         X-Face.
34
35 1999-02-01  Gleb Arshinov  <gleb@cs.stanford.edu>
36
37         * README: Document the X-Face build option.
38
39         * compface.mak: New file
40           Makefile for building compface library under MSVC.  Build
41           library only, not executables.  Should be extended to build
42           executables and propagated upstream, if possible.
43
44         * xemacs.mak: Link in X-Face/Compface for NT native build.
45
46 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
47
48         * XEmacs 21.2.11 is released
49
50 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
51
52         * XEmacs 21.2.10 is released
53
54 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
55
56         * XEmacs 21.2.9 is released
57
58 1999-01-14  Adrian Aichner  <aichner@ecf.teradyne.com>
59
60         * xemacs.mak (MODULES): Adding variable.
61         (update-elc): Setting EMACSBOOTSTRAPMODULEPATH.
62
63 1998-12-17  Charles G. Waldman <cgw@pgt.com>
64
65         * minitar.c:  New file
66         * minitar.mak: New file
67
68 1998-12-29  Jonathan Harris  <jhar@tardis.ed.ac.uk>
69
70         * xemacs.mak:
71           Changed x86 EMACS_CONFIGURATION to i586-pc-win32 since we
72           build optimised for Pentium.
73           Created CFLAGS variable, used in building all objects and in
74           constructing config.values.
75           Added glyphs-widget.c and gui-msw.c to list of sources.
76           Added PACKAGE_PATH to EMACSBOOTSTRAPLOADPATH for mule builds.
77
78 1998-12-28  Martin Buchholz <martin@xemacs.org>
79
80         * XEmacs 21.2.8 is released.
81
82 1998-12-24  Martin Buchholz <martin@xemacs.org>
83
84         * XEmacs 21.2.7 is released.
85
86 1998-12-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
87
88         * xemacs.mak:
89           Replaced PACKAGEPATH variable with PACKAGE_PREFIX. 
90           configure-package-path is initialised to contain
91           subdirectories of PACKAGE_PREFIX. The install target makes
92           a skeleton package tree under PACKAGE_PREFIX.
93
94         * README, PROBLEMS:
95           Documented the package path changes.
96           Corrected the advice on a suitable minimal set of packages.
97
98 1998-12-17  Andy Piper  <andy@xemacs.org>
99
100         * xemacs.mak ($(LIB_SRC)/movemail.exe): adapt make rule to build
101         with pop support.
102
103         * xemacs.mak: add gui-msw.c and glyphs-widget.c object lists.
104
105 1998-12-16  Andy Piper  <andy@xemacs.org>
106
107         * XEmacs 21.2.6 is released
108
109 1998-12-11  Adrian Aichner  <aichner@ecf.teradyne.com>
110
111         * xemacs.mak (DOC_SRC2): CLASH_DETECTION is not supported under
112         native Windows NT.  Therefore src\filelock.c is not to be
113         compiled.
114         (TEMACS_OBJS): Consequently, don't link in $(OUTDIR)\filelock.obj.
115
116 1998-12-10  Jonathan Harris  <jhar@tardis.ed.ac.uk>
117
118         * xemacs.mak ($(OUTDIR)\alloc.obj): add a dependency on
119         puresize-adjust.h to avoid infinite recursion.
120
121 1998-12-09  Andy Piper  <andy@xemacs.org>
122
123         * config.h: remove clash detection stuff.
124
125 1998-12-07  Martin Buchholz  <martin@xemacs.org>
126
127         * xemacs.mak (TEMACS_OBJS):
128         (DOC_SRC4): 
129         - Remove pure.c, pure.obj
130
131 1998-11-04  Adrian Aichner  <aichner@ecf.teradyne.com>
132
133         * xemacs.mak: Creating minimal versions of Installation,
134         Installation.el, and config.values to make
135         (describe-installation) and (config-value ...) work in Windows NT
136         native builds.  Incorporating rule for movemail.exe courtesy of
137         Andy Piper.
138
139 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
140
141         * XEmacs 21.2.5 is released
142
143 1998-11-28  SL Baur  <steve@altair.xemacs.org>
144
145         * XEmacs 21.2-beta4 is released.
146
147 1998-10-29  Andy Piper  <andyp@parallax.co.uk>
148
149         * xemacs.mak ($(LIB_SRC)/movemail.exe): add etags dependencies to
150         pull in getopt and friends.
151
152 1998-10-15  SL Baur  <steve@altair.xemacs.org>
153
154         * XEmacs 21.2-beta3 is released.
155
156 1998-09-29  SL Baur  <steve@altair.xemacs.org>
157
158         * XEmacs 21.2-beta2 is released.
159
160 1998-09-19  Adrian Aichner  <aichner@ecf.teradyne.com>
161
162         * tiff.mak: New file provided by Charles Wilson
163           <cwilson@ee.gatech.edu>
164
165         * README: Update provided by Charles Wilson
166           <cwilson@ee.gatech.edu>.  Documenting use of the newly
167           introduced tiff.mak.  Renumbering subsequent build instruction
168           items.
169
170 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
171
172         * PROBLEMS: New file.
173
174         * xemacs.mak: Install the PROBLEMS file in the root directory of
175           the XEmacs installation.
176
177 1998-08-31  Jonathan Harris  <jhar@tardis.ed.ac.uk>
178
179         * xemacs.mak: Detect failure to supply PNG_DIR or XLIB_DIR
180           when building with PNG support.
181
182 1998-08-31  Jonathan Harris  <jhar@tardis.ed.ac.uk>
183
184         * README: Document the PNG, ZLIB, JPEG, TIFF and GIF build
185           options.
186
187 1998-08-12  Jeff Sparkes  <jsparkes@internetivity.com>
188
189         * xemacs.mak: Link in GIF, fix HAVE_JPEG default.
190
191 1998-08-09  Jonathan Harris  <jhar@tardis.ed.ac.uk>
192
193         * xemacs.mak (install): Win95 fixes:
194           DOS mkdir doesn't create intermediate directories. xcopy does
195           so use it to create the install and lock directories.
196           Removed trailing backslashes from copy commands since DOS
197           copy doesn't like them.
198
199 1998-08-05  Charles G. Waldman <cgw@pgt.com>
200
201         * xemacs.mak: change "copy" to "xcopy" in install target
202
203 1998-08-04  Jeff Sparkes  <jsparkes@internetivity.com> 
204
205         * xemacs.mak: Link in PNG, TIFF and JPEG in native build.
206
207 1998-08-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
208
209         * README: XEmacs has been successfully built with MSVC 4.0.
210           Mention the vcvars32.bat file installed with the MSVC tools.
211
212 1998-07-19  SL Baur  <steve@altair.xemacs.org>
213
214         * XEmacs 21.2-beta1 is released.
215
216 1998-07-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
217
218         * xemacs.mak:
219           Add path to xemacs.res dependency.
220
221 1998-07-12  SL Baur  <steve@altair.xemacs.org>
222
223         * XEmacs 21.0-pre5 is released.
224
225 1998-07-09  SL Baur  <steve@altair.xemacs.org>
226
227         * XEmacs 21.0-pre4 is released.
228
229 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
230
231         * README: Documented the changed PACKAGEPATH option and the new
232           INSTALL_DIR option, install target and runemacs executable.
233           Added more debugging documentation.
234
235         * config.h: Don't undef EMACS_CONFIGURATION because it's now
236           set in the makefile.
237
238         * xemacs.mak: Added an INSTALL_DIR option and install target.
239           Renamed the default package location option to PACKAGEPATH
240           and made it cope with paths with spaces in them.
241           Made non-debug build the default; DEBUG_XEMACS defaults to 0.
242           System configuration (EMACS_CONFIGURATION) now correctly
243           determined at build-time by this makefile.
244           Compiles the runemacs executable as part of the all target.
245
246 1998-06-29  SL Baur  <steve@altair.xemacs.org>
247
248         * config.h:
249         * xemacs.mak: NT native sound fixes
250         From Fabrice POPINEAU via Adrian Aichner <aichner@ecf.teradyne.com>
251
252 1998-06-21  Martin Buchholz  <martin@xemacs.org>
253
254         * xemacs.mak: It's XEmacs, not Xemacs!
255
256 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
257
258         * file.ico, lisp.ico:
259           New icons to represent a generic file and a lisp file.
260
261         * xemacs.rc: Build file.ico and lisp.ico into the executable.
262
263 1998-06-15  Peter Windle <peterw@sdl.ug.eds.com>
264
265         * xemacs.mak: Made XPM and X11 checks cope with case-sensitive
266         NFS. Also apply Sean MacLennan's change allowing
267         emacs_beta_version to be undefined.
268
269 1998-06-19  SL Baur  <steve@altair.xemacs.org>
270
271         * xemacs.mak (distclean): Reorder when puresize-adjust.h gets
272         deleted.
273         From Adrian Aichner <aichner@ecf.teradyne.com>
274
275 1998-06-08  Kirill M. Katsnelson  <kkm@kis.ru>
276
277         * config.h: Undefined DONT_ENCAPSULATE.
278         Defined ENCAPSULATE_* for fopem, open, rename and mkdir.
279         Removed MS-DOS code remains.
280
281 1998-06-03  Rick Rankin  <Rick_Rankin-P15254@email.mot.com>
282
283         * Makefile.cygwin: created to compile runemacs.c. This should
284         probably have a Makefile.in, but...
285
286         * runemacs.c: modified to check to see if xemacs is a symbolic
287         link when compiled under Cygwin.
288
289 1998-05-31  Kirill M. Katsnelson  <kkm@kis.ru>
290
291         * xemacs.mak: Added lib-src/wakeup.exe
292
293 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
294
295         * xemacs.mak: Added rules for hexl.exe, movemail.exe, mmencode.exe
296         sorted-doc.exe, etags.exe
297
298 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
299
300         * xemacs.mak: Support building InfoDock, with INFODOCK=1 macro
301         in the command line.
302
303 1998-05-26  Kirill M. Katsnelson  <kkm@kis.ru>
304
305         * inc/sys/dir.h: Removed #ifndef WINDOWSNT around the code which
306         should be compiled in (sic!).
307         Removed 'extern' before function prototypes.
308
309 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
310
311         * xemacs.mak: Unified -nologo compiler switch handling and lib-src 
312         programs build (only make-docfile currently, adding other tools
313         soon). 
314
315 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
316
317         * xemacs.mak: Added HAVE_DIALOGS macro, and dialog-*.* files to
318         docfile creation and compilation.
319         Defaulted HAVE_MSW to 1.
320         Changed lib-src references to be relative to $(XEMACS)/, not ../
321
322 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
323
324         * xemacs.mak: Removed inline.{c,obj}. It did buy nothing.
325
326 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
327
328         * xemacs.mak: Comment out dialog.{c,obj} from build.
329
330 1998-05-11  Jonathan Harris  <jhar@tardis.ed.ac.uk>
331
332         * nt/config.h:
333         Unconditionally define new HAVE_DRAGNDROP.
334
335 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
336
337         * xemacs.mak: Added dragdrop.{c,obj}
338
339 1998-05-08  Kirill M. Katsnelson  <kkm@kis.ru>
340
341         * config.h (enum_field): Redefine to be unsigned int.
342
343 1998-05-07  Kirill M. Katsnelson  <kkm@kis.ru>
344
345         * xemacs.mak: Really honor minimal tagbits, indexed lrecord and
346         union type.
347
348 1998-05-03  Kirill M. Katsnelson  <kkm@kis.ru>
349
350         * inc/sys/socket.h: Removed encapsulating definitions for Winsock
351         functions.
352
353 1998-05-04  Kirill M. Katsnelson  <kkm@kis.ru>
354
355         * xemacs.mak: Defined PATH_PROGNAME and PATH_VERSION C macros.
356         Make _DEBUG defined only when DEBUG_XEMACS.
357
358 1998-04-26  Kirill M. Katsnelson  <kkm@kis.ru>
359
360         * xemacs.mak: Added glyphs-eimage.{c,obj}
361
362 1998-04-20  Kirill M. Katsnelson  <kkm@kis.ru>
363
364         * xemacs.mak: Support "Don't panic, I will restart make" exit code.
365         Extra checks for externally specified X{PM,11}_DIR.
366         Proper quoting to allow spaces in these paths.
367         Conduct all config checks at once.
368         New option VERBOSECC. When non-zero, C compiler echoes its
369         commands. When zero, only name of the file being compiled is
370         echoed. Default is 0 (do not echo).
371
372 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
373
374         * README: Documented new msvc build procedure, including XPM
375         support.
376
377         * xemacs.mak: Added XPM and TOOLBARS support for native msvc
378         build.
379
380         * xpm.mak: New file
381         Makefile for building xpm library under msvc. Hopefully this
382         will be part of future xpm distributions.
383
384 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
385
386         * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not
387         defined. 
388
389         * xemacs.mak: Added new file process-nt.c
390
391 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
392
393         * xemacs.mak: Added build options which can be defined in nmake
394         command line (defaults are parentheses):
395         HAVE_MSW=0/1    (0)     Build with native GUI
396         HAVE_X=0/1      (0)     Build with X-Windows
397                                 ** At least one must be defined
398         X11_DIR=path    ()      Path to the root dir of X11R6 installation
399                                 ** Must be defined when HAVE_X=1
400         HAVE_MULE=0/1   (0)     Compile in MULE
401         HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired
402         PATH_PACKAGEPATH=path   Package search path
403                         ("~/.xemacs")
404         DEBUG_XEMACS=0/1 (1)    Compile with symbols, assertions and
405                                 extra debugging checks
406         USE_UNION_TYPE=0/1 (0)
407         USE_MINIMAL_TAGBITS=0/1 (0)
408         USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0)
409         GUNG_HO=0/1 (none)      When specified, overrides the above two.
410         : Added output of a configuration report
411         : Added copyright notice.
412         : Deleted remains of ImageMagick.
413         (distclean): Do not use mskedepend
414         (install): echo "Not yet implmented".
415
416 1998-04-05  Kirill M. Katsnelson  <kkm@kis.ru>
417
418         * config.h (enum_field): Borrow new definition from config.h.in
419
420 1998-04-01  Kirill M. Katsnelson  <kkm@kis.ru>
421
422         * config.h: Patial sync-up with config.h.in
423
424 1998-03-25  jhar@tardis.ed.ac.uk
425
426         * xemacs.mak: Adds glyphs-msw.c and imgproc.c and reflects
427         alterations to package_path in nt/xemacs.mak.
428
429 1998-03-24  Kirill M. Katsnelson  <kkm@kis.ru>
430
431         * xemacs.mak (dump-xemacs): Replaced use of `touch' with `echo'.
432
433 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
434
435         * xemacs.mak: Removed all references to deleted dgif_lib.{c,obj},
436         gif_err.{c,obj} and gifalloc.{c,obj}. New image support is not
437         compiled in yet.
438
439 1998-03-19  Kirill M. Katsnelson  <kkm@kis.ru>
440
441         * xemacs.mak: HAVE_FILE_CODING removed: it is no longer an option, 
442         since file I/O depends on it, and defined unconditioanlly in
443         src/s/windowsnt.h.
444         Added -nologo switch to different tools here and there.
445         Suppressed some irrelevant make output.
446
447 1998-02-28  Kirill M. Katsnelson  <kkm@kis.ru>
448
449         * xemacs.mak: Defined HAVE_FILE_CODING variable, an equivalent of
450         --with-file-coding configure option. Default is yes.
451
452 1998-03-13  Kirill M. Katsnelson  <kkm@kis.ru>
453
454         * xemacs.mak (update-elc): Copy Installation.el to $(LISP)
455
456         * Installation.el: New file, copied by xemacs.mak during build.
457
458 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
459
460         * xemacs.mak: Added entry for src/dired-msw.c.  Use of the
461           dired-in-C enhancements is optional, and is determined by
462           HAVE_MSW_C_DIRED.  See comments in xemacs.mak.
463
464 1998-02-18  Kirill M. Katsnelson  <kkm@kis.ru>
465
466         * xemacs.mak: Fixed lost docstrings
467
468 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
469
470         * xemacs.mak: Updated accordingly.
471         Creates the MSVC browse info immediately after the link.
472
473 1997-12-29  Kirill M. Katsnelson  <kkm@kis.ru>
474
475         * config.h: Suppressed MSVC warning 'relational' : signed/unsigned
476         mismatch
477
478         * config.h: INLINE defined to __inline for MSVC compilers >= 2.x
479
480 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
481
482         * xemacs.mak: added menubar-msw.c, menubar.c
483
484         * xemacs.mak: scrollabrs and menubars are rearranged properly
485           under different ifdef'd secions, so for example menubar.obj goes
486           to always compiled section, and menubar-msw.obj is built only when
487           HAVE_MSW.
488
489         * xemacs.mak: Compiler warning flag definition moved to a macro
490           CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!).
491
492 1997-12-11  David Hobley <davidh@wr.com.au>
493
494         * Added support for auto generation of puresize-adjust.h
495           in xemacs.mak. Also created new file puresize-adjust.h to copy
496           into src on initial build.
497
498 Mon December 08 1997 kkm@kis.ru
499
500         * xemacs.mak: added profile.c, removed event-unixod.c
501         * xemacs.mak: removed dangerous defines _IX_86, _X86_,
502           _MSC_VER
503         * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP
504
505 Thu December 04 1997 jhar@tardis.ed.ac.uk
506         
507         * xemacs.mak: Define DEBUG_XEMACS when compiling with debug.
508
509 Tue November 29 12:29:33 1997 davidh
510
511         * xemacs.mak and config.h updated to provide ability to
512           specify DEBUG mode from the xemacs.mak file.
513
514 Mon December 01 1997 jhar
515
516         * msw-init.el: Provide default bindings for cut, paste, copy and undo
517
518         * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
519           - Implemeted simple emacs_mswindows_event_pending_p().
520           - Fixed deleting frames.
521           - Rewrote timeout code, eliminating "!NILP(rest)" bug.
522           - Special processing for 'Ctrl-@' keystroke.
523           - Support for some new keysyms.
524         
525 Mon December 01 1997 jhar
526
527         * xemacs.mak:
528           - Add PACKAGE_PATH and EMACS_BETA_VERSION defines.
529           - Automatically copy changed include files from \nt to \src.
530           - Corrected some DOC_SRC* lists.
531   
532 Tue November 18 21:45:06 1997 davidh
533
534         * xemacs.mak updated to remove dependency on startup.elc
535           HAVE_IMAGEMAGICK added for X build.
536
537 Thu September 25 23:06:44 1997 davidh
538
539         * xemacs.mak updated to make the build as simple as typing
540           nmake -f xemacs.mak. Also support for native gui included 
541           which should mean the w32 directory is no longer required.
542
543         * config.h synced with config.h.in from 20.3-b2
544
545         * synced in changes to support native gui.
546
547 Thu September 25 23:06:44 1997 davidh
548
549         * August Hill provided a patch to xemacs.mak to greatly simplify
550           the build - the DOC file gets created correctly. 
551
552 Tue September 22 23:06:44 1997 davidh
553
554         * August Hill provided some more patches - to expand ~ correctly
555           and to correctly deal with drive letters in the path.
556
557         * emacs.c patched to call init_ntproc()
558
559
560 Tue July 15 19:32:21 1997 davidh
561
562         * August Hill provided some more patches to make things better
563           - there is a workaround for dired to make the ^M's disappear
564           - a patch to fix shell-command
565
566 Tue July 08 22:01:36 1997 davidh
567
568         * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
569           as a result, removed /force - XEmacs now links normally.
570
571 Thu June 31 21:16:21 1997 davidh
572
573         * nt/TODO created.
574
575         * nt/X11.patch created to help with the X build.
576         
577         * August Hill provided:
578           a patch to fix the _WRETCODE undefined symbol,
579           a patch to fix a problem with dired
580
581           and generally helped clarify the build instructions.
582
583         * Synced with 20.3b10 (Athens).
584
585         * Made DIRECTORY_SEP be '\\'. Until I can change all code to
586           use the macro, I decided this would be easiest.
587
588         * Modified src/fileio.c to only open files in O_BINARY. This
589           causes files to be opened and written without automatically 
590           writing ^M 's to the end of each line. MULE ought to sort this
591           in theory, but I am less than convinced.
592
593         * Updated the nt/README to provide a little more help.
594
595 Thu May 29 23:11:21 1997 davidh
596
597         * Synced with 20.3b2.
598
599         * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
600
601         * Updated README from marcpa.
602
603         * Added example Win32.cf and site.def files for X.
604
605         * Added sed.exe into nt/.
606
607         * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
608
609         * Added extra .elc files to ensure make-docfile gets all symbols.
610
611         * Modified balloon_help.c to compile (#if'd max definition)
612
613         * Modified src/event-Xt.c so as not to add signal_event_pipe to
614           be selected on - this is a hack until I can work out a better
615           way. Thanks to Ben Wing for help on this.
616
617 Thu Mar 27 20:56:21 1997  marcpa  (marcpa at MARCPA)
618
619         * Synced with 20.1b9.
620
621 Sun Mar 16 00:32:15 1997  marcpa  (marcpa at MARCPA)
622
623         * lisp/eterm/README.term is truncated: is it just me (because
624         I'm on NT) or everyone else sees this ?
625         Answer: it is because it contains a ^Z embedded in it, therefore
626         it needs to be inserted in binary mode in CVS.
627
628 Thu Mar 13 00:19:25 1997  marcpa  (marcpa at MARCPA)
629
630         * At end of compilation, there are some unresolved symbols: 
631
632 link.exe @C:\TEMP\nma00115.
633 sysdep.obj : error LNK2001: unresolved external symbol _vfork
634 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
635 option; image may not run
636
637
638 Wed Mar 12 23:18:53 1997  marcpa  (marcpa at MARCPA)
639
640         * Need to copy the nt/inc directory David originally submitted or
641         NT code won't compile.
642
643         * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
644
645         * Had to modify XEmacs sources here and there : see the diffs
646         between NT_FIRST_COMPILE and V20_1_beta9.
647
648         * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
649         already defined by Windows and is a long, while X wants it to be
650         an unsigned char.
651
652 --- Xmd.h~      Thu Jun 08 23:20:40 1995
653 +++ Xmd.h       Sun Mar 16 13:09:10 1997
654 @@ -150,8 +150,9 @@
655  typedef CARD16         BITS16;
656  typedef CARD8          BYTE;
657  
658 +#ifndef WIN32
659  typedef CARD8           BOOL;
660 -
661 +#endif
662
663         * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
664         properly. 
665