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