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