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