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