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