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