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