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