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