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