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