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