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