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