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