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