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