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