XEmacs 21.2-b1
[chise/xemacs-chise.git.1] / nt / ChangeLog
1 1998-07-19  SL Baur  <steve@altair.xemacs.org>
2
3         * XEmacs 21.2-beta1 is released.
4
5 1998-07-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6
7         * xemacs.mak:
8           Add path to xemacs.res dependency.
9
10 1998-07-12  SL Baur  <steve@altair.xemacs.org>
11
12         * XEmacs 21.0-pre5 is released.
13
14 1998-07-09  SL Baur  <steve@altair.xemacs.org>
15
16         * XEmacs 21.0-pre4 is released.
17
18 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
19
20         * README: Documented the changed PACKAGEPATH option and the new
21           INSTALL_DIR option, install target and runemacs executable.
22           Added more debugging documentation.
23
24         * config.h: Don't undef EMACS_CONFIGURATION because it's now
25           set in the makefile.
26
27         * xemacs.mak: Added an INSTALL_DIR option and install target.
28           Renamed the default package location option to PACKAGEPATH
29           and made it cope with paths with spaces in them.
30           Made non-debug build the default; DEBUG_XEMACS defaults to 0.
31           System configuration (EMACS_CONFIGURATION) now correctly
32           determined at build-time by this makefile.
33           Compiles the runemacs executable as part of the all target.
34
35 1998-06-29  SL Baur  <steve@altair.xemacs.org>
36
37         * config.h:
38         * xemacs.mak: NT native sound fixes
39         From Fabrice POPINEAU via Adrian Aichner <aichner@ecf.teradyne.com>
40
41 1998-06-21  Martin Buchholz  <martin@xemacs.org>
42
43         * xemacs.mak: It's XEmacs, not Xemacs!
44
45 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
46
47         * file.ico, lisp.ico:
48           New icons to represent a generic file and a lisp file.
49
50         * xemacs.rc: Build file.ico and lisp.ico into the executable.
51
52 1998-06-15  Peter Windle <peterw@sdl.ug.eds.com>
53
54         * xemacs.mak: Made XPM and X11 checks cope with case-sensitive
55         NFS. Also apply Sean MacLennan's change allowing
56         emacs_beta_version to be undefined.
57
58 1998-06-19  SL Baur  <steve@altair.xemacs.org>
59
60         * xemacs.mak (distclean): Reorder when puresize-adjust.h gets
61         deleted.
62         From Adrian Aichner <aichner@ecf.teradyne.com>
63
64 1998-06-08  Kirill M. Katsnelson  <kkm@kis.ru>
65
66         * config.h: Undefined DONT_ENCAPSULATE.
67         Defined ENCAPSULATE_* for fopem, open, rename and mkdir.
68         Removed MS-DOS code remains.
69
70 1998-06-03  Rick Rankin  <Rick_Rankin-P15254@email.mot.com>
71
72         * Makefile.cygwin: created to compile runemacs.c. This should
73         probably have a Makefile.in, but...
74
75         * runemacs.c: modified to check to see if xemacs is a symbolic
76         link when compiled under Cygwin.
77
78 1998-05-31  Kirill M. Katsnelson  <kkm@kis.ru>
79
80         * xemacs.mak: Added lib-src/wakeup.exe
81
82 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
83
84         * xemacs.mak: Added rules for hexl.exe, movemail.exe, mmencode.exe
85         sorted-doc.exe, etags.exe
86
87 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
88
89         * xemacs.mak: Support building InfoDock, with INFODOCK=1 macro
90         in the command line.
91
92 1998-05-26  Kirill M. Katsnelson  <kkm@kis.ru>
93
94         * inc/sys/dir.h: Removed #ifndef WINDOWSNT around the code which
95         should be compiled in (sic!).
96         Removed 'extern' before function prototypes.
97
98 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
99
100         * xemacs.mak: Unified -nologo compiler switch handling and lib-src 
101         programs build (only make-docfile currently, adding other tools
102         soon). 
103
104 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
105
106         * xemacs.mak: Added HAVE_DIALOGS macro, and dialog-*.* files to
107         docfile creation and compilation.
108         Defaulted HAVE_MSW to 1.
109         Changed lib-src references to be relative to $(XEMACS)/, not ../
110
111 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
112
113         * xemacs.mak: Removed inline.{c,obj}. It did buy nothing.
114
115 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
116
117         * xemacs.mak: Comment out dialog.{c,obj} from build.
118
119 1998-05-11  Jonathan Harris  <jhar@tardis.ed.ac.uk>
120
121         * nt/config.h:
122         Unconditionally define new HAVE_DRAGNDROP.
123
124 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
125
126         * xemacs.mak: Added dragdrop.{c,obj}
127
128 1998-05-08  Kirill M. Katsnelson  <kkm@kis.ru>
129
130         * config.h (enum_field): Redefine to be unsigned int.
131
132 1998-05-07  Kirill M. Katsnelson  <kkm@kis.ru>
133
134         * xemacs.mak: Really honor minimal tagbits, indexed lrecord and
135         union type.
136
137 1998-05-03  Kirill M. Katsnelson  <kkm@kis.ru>
138
139         * inc/sys/socket.h: Removed encapsulating definitions for Winsock
140         functions.
141
142 1998-05-04  Kirill M. Katsnelson  <kkm@kis.ru>
143
144         * xemacs.mak: Defined PATH_PROGNAME and PATH_VERSION C macros.
145         Make _DEBUG defined only when DEBUG_XEMACS.
146
147 1998-04-26  Kirill M. Katsnelson  <kkm@kis.ru>
148
149         * xemacs.mak: Added glyphs-eimage.{c,obj}
150
151 1998-04-20  Kirill M. Katsnelson  <kkm@kis.ru>
152
153         * xemacs.mak: Support "Don't panic, I will restart make" exit code.
154         Extra checks for externally specified X{PM,11}_DIR.
155         Proper quoting to allow spaces in these paths.
156         Conduct all config checks at once.
157         New option VERBOSECC. When non-zero, C compiler echoes its
158         commands. When zero, only name of the file being compiled is
159         echoed. Default is 0 (do not echo).
160
161 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
162
163         * README: Documented new msvc build procedure, including XPM
164         support.
165
166         * xemacs.mak: Added XPM and TOOLBARS support for native msvc
167         build.
168
169         * xpm.mak: New file
170         Makefile for building xpm library under msvc. Hopefully this
171         will be part of future xpm distributions.
172
173 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
174
175         * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not
176         defined. 
177
178         * xemacs.mak: Added new file process-nt.c
179
180 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
181
182         * xemacs.mak: Added build options which can be defined in nmake
183         command line (defaults are parentheses):
184         HAVE_MSW=0/1    (0)     Build with native GUI
185         HAVE_X=0/1      (0)     Build with X-Windows
186                                 ** At least one must be defined
187         X11_DIR=path    ()      Path to the root dir of X11R6 installation
188                                 ** Must be defined when HAVE_X=1
189         HAVE_MULE=0/1   (0)     Compile in MULE
190         HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired
191         PATH_PACKAGEPATH=path   Package search path
192                         ("~/.xemacs")
193         DEBUG_XEMACS=0/1 (1)    Compile with symbols, assertions and
194                                 extra debugging checks
195         USE_UNION_TYPE=0/1 (0)
196         USE_MINIMAL_TAGBITS=0/1 (0)
197         USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0)
198         GUNG_HO=0/1 (none)      When specified, overrides the above two.
199         : Added output of a configuration report
200         : Added copyright notice.
201         : Deleted remains of ImageMagick.
202         (distclean): Do not use mskedepend
203         (install): echo "Not yet implmented".
204
205 1998-04-05  Kirill M. Katsnelson  <kkm@kis.ru>
206
207         * config.h (enum_field): Borrow new definition from config.h.in
208
209 1998-04-01  Kirill M. Katsnelson  <kkm@kis.ru>
210
211         * config.h: Patial sync-up with config.h.in
212
213 1998-03-25  jhar@tardis.ed.ac.uk
214
215         * xemacs.mak: Adds glyphs-msw.c and imgproc.c and reflects
216         alterations to package_path in nt/xemacs.mak.
217
218 1998-03-24  Kirill M. Katsnelson  <kkm@kis.ru>
219
220         * xemacs.mak (dump-xemacs): Replaced use of `touch' with `echo'.
221
222 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
223
224         * xemacs.mak: Removed all references to deleted dgif_lib.{c,obj},
225         gif_err.{c,obj} and gifalloc.{c,obj}. New image support is not
226         compiled in yet.
227
228 1998-03-19  Kirill M. Katsnelson  <kkm@kis.ru>
229
230         * xemacs.mak: HAVE_FILE_CODING removed: it is no longer an option, 
231         since file I/O depends on it, and defined unconditioanlly in
232         src/s/windowsnt.h.
233         Added -nologo switch to different tools here and there.
234         Suppressed some irrelevant make output.
235
236 1998-02-28  Kirill M. Katsnelson  <kkm@kis.ru>
237
238         * xemacs.mak: Defined HAVE_FILE_CODING variable, an equivalent of
239         --with-file-coding configure option. Default is yes.
240
241 1998-03-13  Kirill M. Katsnelson  <kkm@kis.ru>
242
243         * xemacs.mak (update-elc): Copy Installation.el to $(LISP)
244
245         * Installation.el: New file, copied by xemacs.mak during build.
246
247 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
248
249         * xemacs.mak: Added entry for src/dired-msw.c.  Use of the
250           dired-in-C enhancements is optional, and is determined by
251           HAVE_MSW_C_DIRED.  See comments in xemacs.mak.
252
253 1998-02-18  Kirill M. Katsnelson  <kkm@kis.ru>
254
255         * xemacs.mak: Fixed lost docstrings
256
257 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
258
259         * xemacs.mak: Updated accordingly.
260         Creates the MSVC browse info immediately after the link.
261
262 1997-12-29  Kirill M. Katsnelson  <kkm@kis.ru>
263
264         * config.h: Suppressed MSVC warning 'relational' : signed/unsigned
265         mismatch
266
267         * config.h: INLINE defined to __inline for MSVC compilers >= 2.x
268
269 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
270
271         * xemacs.mak: added menubar-msw.c, menubar.c
272
273         * xemacs.mak: scrollabrs and menubars are rearranged properly
274           under different ifdef'd secions, so for example menubar.obj goes
275           to always compiled section, and menubar-msw.obj is built only when
276           HAVE_MSW.
277
278         * xemacs.mak: Compiler warning flag definition moved to a macro
279           CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!).
280
281 1997-12-11  David Hobley <davidh@wr.com.au>
282
283         * Added support for auto generation of puresize-adjust.h
284           in xemacs.mak. Also created new file puresize-adjust.h to copy
285           into src on initial build.
286
287 Mon December 08 1997 kkm@kis.ru
288
289         * xemacs.mak: added profile.c, removed event-unixod.c
290         * xemacs.mak: removed dangerous defines _IX_86, _X86_,
291           _MSC_VER
292         * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP
293
294 Thu December 04 1997 jhar@tardis.ed.ac.uk
295         
296         * xemacs.mak: Define DEBUG_XEMACS when compiling with debug.
297
298 Tue November 29 12:29:33 1997 davidh
299
300         * xemacs.mak and config.h updated to provide ability to
301           specify DEBUG mode from the xemacs.mak file.
302
303 Mon December 01 1997 jhar
304
305         * msw-init.el: Provide default bindings for cut, paste, copy and undo
306
307         * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
308           - Implemeted simple emacs_mswindows_event_pending_p().
309           - Fixed deleting frames.
310           - Rewrote timeout code, eliminating "!NILP(rest)" bug.
311           - Special processing for 'Ctrl-@' keystroke.
312           - Support for some new keysyms.
313         
314 Mon December 01 1997 jhar
315
316         * xemacs.mak:
317           - Add PACKAGE_PATH and EMACS_BETA_VERSION defines.
318           - Automatically copy changed include files from \nt to \src.
319           - Corrected some DOC_SRC* lists.
320   
321 Tue November 18 21:45:06 1997 davidh
322
323         * xemacs.mak updated to remove dependency on startup.elc
324           HAVE_IMAGEMAGICK added for X build.
325
326 Thu September 25 23:06:44 1997 davidh
327
328         * xemacs.mak updated to make the build as simple as typing
329           nmake -f xemacs.mak. Also support for native gui included 
330           which should mean the w32 directory is no longer required.
331
332         * config.h synced with config.h.in from 20.3-b2
333
334         * synced in changes to support native gui.
335
336 Thu September 25 23:06:44 1997 davidh
337
338         * August Hill provided a patch to xemacs.mak to greatly simplify
339           the build - the DOC file gets created correctly. 
340
341 Tue September 22 23:06:44 1997 davidh
342
343         * August Hill provided some more patches - to expand ~ correctly
344           and to correctly deal with drive letters in the path.
345
346         * emacs.c patched to call init_ntproc()
347
348
349 Tue July 15 19:32:21 1997 davidh
350
351         * August Hill provided some more patches to make things better
352           - there is a workaround for dired to make the ^M's disappear
353           - a patch to fix shell-command
354
355 Tue July 08 22:01:36 1997 davidh
356
357         * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
358           as a result, removed /force - XEmacs now links normally.
359
360 Thu June 31 21:16:21 1997 davidh
361
362         * nt/TODO created.
363
364         * nt/X11.patch created to help with the X build.
365         
366         * August Hill provided:
367           a patch to fix the _WRETCODE undefined symbol,
368           a patch to fix a problem with dired
369
370           and generally helped clarify the build instructions.
371
372         * Synced with 20.3b10 (Athens).
373
374         * Made DIRECTORY_SEP be '\\'. Until I can change all code to
375           use the macro, I decided this would be easiest.
376
377         * Modified src/fileio.c to only open files in O_BINARY. This
378           causes files to be opened and written without automatically 
379           writing ^M 's to the end of each line. MULE ought to sort this
380           in theory, but I am less than convinced.
381
382         * Updated the nt/README to provide a little more help.
383
384 Thu May 29 23:11:21 1997 davidh
385
386         * Synced with 20.3b2.
387
388         * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
389
390         * Updated README from marcpa.
391
392         * Added example Win32.cf and site.def files for X.
393
394         * Added sed.exe into nt/.
395
396         * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
397
398         * Added extra .elc files to ensure make-docfile gets all symbols.
399
400         * Modified balloon_help.c to compile (#if'd max definition)
401
402         * Modified src/event-Xt.c so as not to add signal_event_pipe to
403           be selected on - this is a hack until I can work out a better
404           way. Thanks to Ben Wing for help on this.
405
406 Thu Mar 27 20:56:21 1997  marcpa  (marcpa at MARCPA)
407
408         * Synced with 20.1b9.
409
410 Sun Mar 16 00:32:15 1997  marcpa  (marcpa at MARCPA)
411
412         * lisp/eterm/README.term is truncated: is it just me (because
413         I'm on NT) or everyone else sees this ?
414         Answer: it is because it contains a ^Z embedded in it, therefore
415         it needs to be inserted in binary mode in CVS.
416
417 Thu Mar 13 00:19:25 1997  marcpa  (marcpa at MARCPA)
418
419         * At end of compilation, there are some unresolved symbols: 
420
421 link.exe @C:\TEMP\nma00115.
422 sysdep.obj : error LNK2001: unresolved external symbol _vfork
423 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
424 option; image may not run
425
426
427 Wed Mar 12 23:18:53 1997  marcpa  (marcpa at MARCPA)
428
429         * Need to copy the nt/inc directory David originally submitted or
430         NT code won't compile.
431
432         * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
433
434         * Had to modify XEmacs sources here and there : see the diffs
435         between NT_FIRST_COMPILE and V20_1_beta9.
436
437         * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
438         already defined by Windows and is a long, while X wants it to be
439         an unsigned char.
440
441 --- Xmd.h~      Thu Jun 08 23:20:40 1995
442 +++ Xmd.h       Sun Mar 16 13:09:10 1997
443 @@ -150,8 +150,9 @@
444  typedef CARD16         BITS16;
445  typedef CARD8          BYTE;
446  
447 +#ifndef WIN32
448  typedef CARD8           BOOL;
449 -
450 +#endif
451
452         * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
453         properly. 
454