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