2106
|
1 2004-06-01 Adrian Aichner <adrian@xemacs.org>
|
|
2
|
|
3 * xemacs.mak: Don't echo DEL command. Use COPYCMD everywhere.
|
|
4 Remove /r switch from COPY and COPYDIR, as environment variable
|
|
5 COPYCMD takes care of this.
|
|
6 * xemacs.mak (COPYCMD): New. Used to initialize environment
|
|
7 variable by same name.
|
|
8 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): Handle
|
|
9 xemacs_extra_name (CVS date stamp).
|
|
10
|
1964
|
11 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
12
|
|
13 * XEmacs 21.5.17 "chayote" is released.
|
|
14
|
1782
|
15 2003-11-06 Adrian Aichner <adrian@xemacs.org>
|
|
16
|
|
17 * minitar.c (Usage): Change return type to void.
|
|
18 * minitar.c (main): Fix inconsistent indentation, use return
|
|
19 instead of exit to fix compiler warning.
|
|
20
|
1780
|
21 2003-10-27 Jerry James <james@xemacs.org>
|
|
22
|
|
23 * README: Update library versions. Delete irrelevant text.
|
|
24 * config.inc.samp: Ditto.
|
|
25
|
1754
|
26 2003-10-15 Jerry James <james@xemacs.org>
|
|
27
|
|
28 * xemacs.mak (TEMACS_OBJS): Add emodules.obj, which always has
|
|
29 content now.
|
|
30
|
1716
|
31 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
32
|
|
33 * XEmacs 21.5.16 "celeriac" is released.
|
|
34
|
1680
|
35 2003-09-13 Adrian Aichner <adrian@xemacs.org>
|
|
36
|
|
37 * xemacs.mak (TEMACS_BATCH_PACKAGES): Removed.
|
|
38 * xemacs.mak (check-temacs): Reverting to run with -no-packages
|
|
39 since it would cause package lisp to shadow core lisp (as happened
|
|
40 with unicode.el).
|
|
41
|
1665
|
42 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
43
|
|
44 * XEmacs 21.5.15 "celery" is released.
|
|
45
|
1657
|
46 2003-08-31 Adrian Aichner <adrian@xemacs.org>
|
|
47
|
|
48 * xemacs.mak (makeinfo-test): Moved after variable initialization
|
|
49 to make test actually work.
|
|
50 * xemacs.mak (TEMACS_BATCH_PACKAGES): New.
|
|
51 * xemacs.mak (check-temacs): Use TEMACS_BATCH_PACKAGES to enable
|
|
52 regression tests requiring packages.
|
|
53
|
1529
|
54 2003-06-15 Adrian Aichner <adrian@xemacs.org>
|
|
55
|
|
56 * minitar.c (main): Handle 0 size files correctly.
|
|
57
|
1510
|
58 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
59
|
|
60 * XEmacs 21.5.14 "cassava" is released.
|
|
61
|
1473
|
62 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
63
|
|
64 * XEmacs 21.5.13 "cauliflower" is released.
|
|
65
|
1431
|
66 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
67
|
|
68 * XEmacs 21.5.12 "carrot" is released.
|
|
69
|
1393
|
70 2003-03-30 Adrian Aichner <adrian@xemacs.org>
|
|
71
|
|
72 * xemacs.mak (install): PROBLEMS is actually in $(SRCROOT).
|
|
73
|
1382
|
74 2003-03-26 Adrian Aichner <adrian@xemacs.org>
|
|
75
|
|
76 * xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that
|
|
77 nt\PROBLEMS is gone (part of ..\PROBLEMS now).
|
|
78
|
1370
|
79 2003-03-22 Adrian Aichner <adrian@xemacs.org>
|
|
80
|
|
81 * xemacs.mak (installation): Restore version convention in
|
1371
|
82 generated Installation file.
|
1370
|
83
|
1347
|
84 2003-03-09 Ben Wing <ben@xemacs.org>
|
|
85
|
|
86 * config.inc.samp (COMPFACE_DIR):
|
|
87 Note that relative directories are a no-no in BUILD_DIR and
|
|
88 SOURCE_DIR. Use paths relative to $(MAKEROOT) instead.
|
|
89
|
1346
|
90 2003-03-06 Ben Wing <ben@xemacs.org>
|
|
91
|
|
92 * xemacs.mak (INFO): New.
|
|
93 * xemacs.mak (PATH_DEFINES):
|
|
94 Add override for info/ as well when separate source/build dirs.
|
|
95
|
|
96 * xemacs.mak (dump_temacs):
|
|
97 * xemacs.mak (all):
|
|
98 * xemacs.mak (TEMACS_DUMP_DEP):
|
|
99 * xemacs.mak (update-elc): New.
|
|
100 * xemacs.mak (docfile):
|
|
101 * xemacs.mak (update-elc-2):
|
|
102 * xemacs.mak (load-shadows):
|
|
103 Order sections in main build process and add comments. Add
|
|
104 additional dependencies to try and prevent later steps from
|
|
105 happening when failures in earlier steps have occurred.
|
|
106
|
1333
|
107 2003-03-01 Ben Wing <ben@xemacs.org>
|
|
108
|
|
109 * PROBLEMS: Delete.
|
|
110
|
|
111 * config.inc.samp (USE_FASTCALL):
|
|
112 * config.inc.samp (HAVE_VC6): Removed.
|
|
113 * config.inc.samp (DEBUG_XEMACS):
|
|
114 * config.inc.samp (SUPPORT_EDIT_AND_CONTINUE): New.
|
|
115 * xemacs.mak (DEBUG_XEMACS):
|
|
116 * xemacs.mak (HAVE_VC6): Removed.
|
|
117 * xemacs.mak (SUPPORT_EDIT_AND_CONTINUE): New.
|
|
118 * xemacs.mak (CCV):
|
|
119 * xemacs.mak (LIB_SRC_CFLAGS): New.
|
|
120 * xemacs.mak (ETAGS_DEPS):
|
|
121 * xemacs.mak (OS):
|
|
122 * xemacs.mak (TEMACS_LFLAGS):
|
|
123 Eliminate HAVE_VC6, use SUPPORT_EDIT_AND_CONTINUE in its place.
|
|
124 No incremental linking unless SUPPORT_EDIT_AND_CONTINUE, since it
|
|
125 can cause nasty crashes in pdump. Put warnings about this in
|
|
126 config.inc.samp. Report the full compile flags used for src
|
|
127 and lib-src in the Installation output.
|
|
128
|
1330
|
129 2003-02-28 Ben Wing <ben@xemacs.org>
|
|
130
|
|
131 * README:
|
|
132 * README (NOTE): Removed.
|
|
133 * config.inc.samp (HAVE_MS_WINDOWS):
|
|
134 * config.inc.samp (HAVE_X_WINDOWS): Removed.
|
|
135 * config.inc.samp (X11_DIR): Removed.
|
|
136 * config.inc.samp (COMPFACE_DIR):
|
|
137 * xemacs.mak (XEMACS): Removed.
|
|
138 * xemacs.mak (LISP): Removed.
|
|
139 * xemacs.mak (LIB_SRC): Removed.
|
|
140 * xemacs.mak (MODULES): Removed.
|
|
141 * xemacs.mak (NT): Removed.
|
|
142 * xemacs.mak (OUTDIR): Removed.
|
|
143 * xemacs.mak (SRC): Removed.
|
|
144 * xemacs.mak (LWLIB_SRCDIR): Removed.
|
|
145 * xemacs.mak (MAKEDIRSTRING): Removed.
|
|
146 * xemacs.mak (XEMACSDIRSTRING): Removed.
|
|
147 * xemacs.mak (MAKEROOT): New.
|
|
148 * xemacs.mak (COPYDIR):
|
|
149 * xemacs.mak (INFODOCK_VERSION_STRING): Removed.
|
|
150 * xemacs.mak (XEMACS_VERSION_STRING): Removed.
|
|
151 * xemacs.mak (SEPARATE_BUILD): New.
|
|
152 * xemacs.mak (SRCROOT): New.
|
|
153 * xemacs.mak (BLDROOT): New.
|
|
154 * xemacs.mak (PROGRAM_DEFINES): Removed.
|
|
155 * xemacs.mak (INSTALL_DIR): Removed.
|
|
156 * xemacs.mak (ETC): New.
|
|
157 * xemacs.mak (BLDLIB_SRC): New.
|
|
158 * xemacs.mak (BLDNT): New.
|
|
159 * xemacs.mak (BLDSRC): New.
|
|
160 * xemacs.mak (PACKAGE_PREFIX): Removed.
|
|
161 * xemacs.mak (PACKAGE_PATH): Removed.
|
|
162 * xemacs.mak (PATH_PACKAGEPATH): Removed.
|
|
163 * xemacs.mak (HAVE_X_WINDOWS): Removed.
|
|
164 * xemacs.mak (USE_CRTDLL):
|
|
165 * xemacs.mak (CONFIG_ERROR):
|
|
166 * xemacs.mak (OS): Removed.
|
|
167 * xemacs.mak (EMACS_CONFIGURATION): Removed.
|
|
168 * xemacs.mak (STACK_TRACE_EYE_CATCHER): Removed.
|
|
169 * xemacs.mak (CCV): Removed.
|
|
170 * xemacs.mak (DEBUG_FLAGS_COMPILE): Removed.
|
|
171 * xemacs.mak (DEBUG_FLAGS_LINK): Removed.
|
|
172 * xemacs.mak (DEBUG_DEFINES): Removed.
|
|
173 * xemacs.mak (BROWSERFLAGS): Removed.
|
|
174 * xemacs.mak (C_LIBFLAG): Removed.
|
|
175 * xemacs.mak (LIBC_LIB): Removed.
|
|
176 * xemacs.mak (OPTFLAGS_FASTCALL): Removed.
|
|
177 * xemacs.mak (OPTFLAGS_CDECL): Removed.
|
|
178 * xemacs.mak (PATH_PREFIX): New.
|
|
179 * xemacs.mak (OPTFLAGS): Removed.
|
|
180 * xemacs.mak (PROFILE_FLAGS): Removed.
|
|
181 * xemacs.mak (PATH_DEFINES): New.
|
|
182 * xemacs.mak (MSW_DEFINES):
|
|
183 * xemacs.mak (TEMACS_MSW_OBJS): New.
|
|
184 * xemacs.mak (CPLUSPLUS_COMPILE_FLAGS): Removed.
|
|
185 * xemacs.mak (CFLAGS_NO_OPT): Removed.
|
|
186 * xemacs.mak (CFLAGS_NO_LIB): Removed.
|
|
187 * xemacs.mak (CFLAGS): Removed.
|
|
188 * xemacs.mak (CFLAGS_CDECL_NO_LIB): Removed.
|
|
189 * xemacs.mak (CFLAGS_CDECL): Removed.
|
|
190 * xemacs.mak (X_DEFINES): Removed.
|
|
191 * xemacs.mak (TEMACS_MULE_OBJS): New.
|
|
192 * xemacs.mak (X_INCLUDES): Removed.
|
|
193 * xemacs.mak (X_LIBS): Removed.
|
|
194 * xemacs.mak (TEMACS_DEBUG_OBJS): New.
|
|
195 * xemacs.mak (TEMACS_DUMP_OBJS): New.
|
|
196 * xemacs.mak (TEMACS_ALLOC_OBJS): New.
|
|
197 * xemacs.mak (XEMACS_INCLUDES): Removed.
|
|
198 * xemacs.mak (LIB_SRC_DEFINES): Removed.
|
|
199 * xemacs.mak (INCLUDES):
|
|
200 * xemacs.mak (DEFINES):
|
|
201 * xemacs.mak (CONFIG_VALUES): Removed.
|
|
202 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS):
|
|
203 * xemacs.mak (TEMACS_ENTRYPOINT): Removed.
|
|
204 * xemacs.mak (TEMACS_DIR): Removed.
|
|
205 * xemacs.mak (TEMACS): Removed.
|
|
206 * xemacs.mak (TEMACS_BROWSE): Removed.
|
|
207 * xemacs.mak (TEMACS_SRC): Removed.
|
|
208 * xemacs.mak (TEMACS_CPP_CDECL_FLAGS):
|
|
209 * xemacs.mak (TEMACS_LIBS): Removed.
|
|
210 * xemacs.mak (TEMACS_OBJS):
|
|
211 * xemacs.mak (TEMACS_LFLAGS): Removed.
|
|
212 * xemacs.mak (LINK_DEPENDENCY_ARGS): Removed.
|
|
213 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): Removed.
|
|
214 * xemacs.mak (ETAGS_DEPS): Removed.
|
|
215 * xemacs.mak (TEMACS_X_OBJS): Removed.
|
|
216 * xemacs.mak (LIB_SRC_TOOLS): Removed.
|
|
217 * xemacs.mak (LASTFILE): Removed.
|
|
218 * xemacs.mak (LASTFILE_SRC): Removed.
|
|
219 * xemacs.mak (LASTFILE_FLAGS): Removed.
|
|
220 * xemacs.mak (LASTFILE_OBJS): Removed.
|
|
221 * xemacs.mak (LWLIB): Removed.
|
|
222 * xemacs.mak (LWLIB_FLAGS): Removed.
|
|
223 * xemacs.mak (LWLIB_OBJS): Removed.
|
|
224 * xemacs.mak (.SUFFIXES):
|
|
225 * xemacs.mak (create-list-file): Removed.
|
|
226 * xemacs.mak (compile-list-file): Removed.
|
|
227 * xemacs.mak (TEMACS_DUMP_ID_OBJ): Removed.
|
|
228 * xemacs.mak (PROGNAME): Removed.
|
|
229 * xemacs.mak (DO_TEMACS): Removed.
|
|
230 * xemacs.mak (DO_XEMACS): Removed.
|
|
231 * xemacs.mak (BATCH): Removed.
|
|
232 * xemacs.mak (BATCH_PACKAGES): Removed.
|
|
233 * xemacs.mak (TEMACS_BATCH): Removed.
|
|
234 * xemacs.mak (XEMACS_BATCH): Removed.
|
|
235 * xemacs.mak (XEMACS_BATCH_PACKAGES): Removed.
|
|
236 * xemacs.mak (temacs_loadup_args): Removed.
|
|
237 * xemacs.mak (dump_temacs_args): Removed.
|
|
238 * xemacs.mak (run_temacs_args): Removed.
|
|
239 * xemacs.mak (dump_temacs): Removed.
|
|
240 * xemacs.mak (testdir): Removed.
|
|
241 * xemacs.mak (batch_test_emacs): Removed.
|
|
242 * xemacs.mak (check): Removed.
|
|
243 * xemacs.mak (check-temacs): Removed.
|
|
244 * xemacs.mak (MANDIR):
|
|
245 * xemacs.mak (check-features): Removed.
|
|
246 * xemacs.mak (tagslisp): Removed.
|
|
247 * xemacs.mak (tags): Removed.
|
|
248 * xemacs.mak (NEW_USERS_GUIDE_SRCS):
|
|
249 * xemacs.mak (makeinfo-test):
|
|
250 * xemacs.mak (installation): New.
|
|
251 * xemacs.mak (RAW_EXE): New.
|
|
252 * xemacs.mak (DUMP_TARGET): New.
|
|
253 * xemacs.mak (all): New.
|
|
254 * xemacs.mak (TEMACS_DUMP_DEP): New.
|
|
255 * xemacs.mak (DOC):
|
|
256 * xemacs.mak (docfile):
|
|
257 * xemacs.mak (update-elc):
|
|
258 * xemacs.mak (update-elc-2):
|
|
259 * xemacs.mak (load-shadows):
|
|
260 * xemacs.mak (temacs): Removed.
|
|
261 * xemacs.mak (install):
|
|
262 * xemacs.mak (versionclean): New.
|
|
263 * xemacs.mak (distclean):
|
|
264 * xemacs.mak (realclean):
|
|
265 * xemacs.mak (extraclean):
|
|
266 * xemacs.mak (depend):
|
|
267 * xemacs.mak (unicode-encapsulate):
|
|
268 -- Major reorganization and cleanup.
|
|
269 -- Add support for separated build tree and source tree.
|
|
270 -- Delete all support for X Windows building, since it's
|
|
271 totally bit-rotten and will never be fixed up. Instruct
|
|
272 people to use Cygwin if they want such support.
|
|
273
|
|
274 * make-build-dir:
|
|
275 New script to create a skeleton build tree for use with
|
|
276 separated build and source tree compilation.
|
|
277
|
1318
|
278 2003-02-20 Ben Wing <ben@xemacs.org>
|
|
279
|
|
280 * xemacs.dsp (CFG):
|
|
281 Add /k to default build.
|
|
282
|
1315
|
283 2003-02-19 Ben Wing <ben@xemacs.org>
|
|
284
|
|
285 * xemacs.mak (DO_TEMACS): New.
|
|
286 * xemacs.mak (DO_XEMACS): New.
|
|
287 * xemacs.mak (TEMACS_BATCH):
|
|
288 * xemacs.mak (temacs_loadup_args): New.
|
|
289 * xemacs.mak (dump_temacs_args): New.
|
|
290 * xemacs.mak (run_temacs_args): New.
|
|
291 * xemacs.mak (dump_temacs):
|
|
292 * xemacs.mak (blddir): Removed.
|
|
293 * xemacs.mak (temacs_loadup): Removed.
|
|
294 * xemacs.mak (run_temacs): Removed.
|
|
295 * xemacs.mak (check):
|
|
296 * xemacs.mak (check-temacs):
|
|
297 * xemacs.mak (check-features): New.
|
|
298 * xemacs.mak (makeinfo-test):
|
|
299 * xemacs.mak (LOADPATH): Removed.
|
|
300 * xemacs.mak (update-elc):
|
|
301 * xemacs.mak (update-elc-2):
|
|
302 * xemacs.mak (load-shadows): New.
|
|
303 * xemacs.mak (all):
|
|
304 * xemacs.mak (OS):
|
|
305 Add macros DO_TEMACS, DO_XEMACS, and a few others; this macro
|
|
306 section is now completely in sync with src/Makefile.in.in. Copy
|
|
307 check-features, load-shadows, and rebuilding finder-inf.el from
|
|
308 src/Makefile.in.in. The main build/dump/recompile process is now
|
|
309 synchronized with src/Makefile.in.in. Change `WARNING' to `NOTE'
|
|
310 and `error checking' to `error-checking' TO avoid tripping
|
|
311 faux warnings and errors in the VC++ IDE.
|
|
312
|
|
313
|
1307
|
314 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
315
|
|
316 * XEmacs 21.5.11 "cabbage" is released.
|
|
317
|
1303
|
318 2003-02-15 Ben Wing <ben@xemacs.org>
|
|
319
|
|
320 * xemacs.mak:
|
|
321 * xemacs.mak (PROGNAME):
|
|
322 * xemacs.mak (docfile):
|
|
323 * xemacs.mak (make-docargs): Removed.
|
|
324 * xemacs.mak (update-elc):
|
|
325 * xemacs.mak (update-elc-2): New.
|
|
326 * xemacs.mak (OS):
|
|
327 Delete old unused code that checks SATISFIED.
|
|
328 Move update-elc-2 up to be near update-elc.
|
|
329 Run update-elc-2 with -no-autoloads to avoid multiple
|
|
330 autoload-loading problem.
|
|
331
|
|
332 Don't compute make-docfile args ourselves. Pass the raw objects
|
|
333 to make-docfile.el, which does the computation (much faster than
|
|
334 we could). Don't delete the DOC file, split the invocation into
|
|
335 two calls to make-docfile.exe (one direct, one through
|
|
336 make-docfile.el), etc. In general, all we do is call make-docfile.
|
|
337 Add proper dependencies for DOC-file rebuilding so it doesn't get
|
|
338 done when not necessary. Implement quick-building here: not
|
|
339 building the DOC file unless it doesn't exist, as the quick-build
|
|
340 docs say.
|
|
341
|
1261
|
342 2003-02-05 Ben Wing <ben@xemacs.org>
|
|
343
|
|
344 * config.inc.samp (GTK_DIR):
|
|
345 * config.inc.samp (XPM_DIR):
|
|
346 * config.inc.samp (HAVE_GIF):
|
|
347 * config.inc.samp (ZLIB_DIR):
|
|
348 * config.inc.samp (TIFF_DIR):
|
|
349 * config.inc.samp (JPEG_DIR):
|
|
350 * config.inc.samp (COMPFACE_DIR):
|
|
351 * config.inc.samp (USE_PORTABLE_DUMPER):
|
|
352 * config.inc.samp (USE_KKCC):
|
|
353 Various fixups.
|
|
354
|
1203
|
355 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
356
|
|
357 * README (NOTE):
|
|
358 * config.inc.samp:
|
|
359 * config.inc.samp (PACKAGE_PREFIX):
|
|
360 * config.inc.samp (GTK_DIR):
|
|
361 * config.inc.samp (COMPFACE_DIR):
|
|
362 * config.inc.samp (USE_FASTCALL):
|
|
363 * config.inc.samp (HAVE_VC6): New.
|
|
364 * config.inc.samp (PROFILE_SUPPORT):
|
|
365 * config.inc.samp (DEBUG_XEMACS):
|
|
366 * config.inc.samp (USE_PORTABLE_DUMPER):
|
|
367 * config.inc.samp (USE_KKCC): New.
|
|
368 * config.inc.samp (USE_UNION_TYPE): New.
|
|
369 * xemacs.dsp (CFG):
|
|
370 * xemacs.mak (HAVE_VC6):
|
|
371 * xemacs.mak (ERROR_CHECK_ALL): New.
|
|
372 * xemacs.mak (CPLUSPLUS_COMPILE): New.
|
|
373 * xemacs.mak (USE_KKCC): New.
|
|
374 * xemacs.mak (USE_UNION_TYPE): New.
|
|
375 * xemacs.mak (USE_PORTABLE_DUMPER):
|
|
376 * xemacs.mak (PROFILE_FLAGS):
|
|
377 * xemacs.mak (CPLUSPLUS_COMPILE_FLAGS): New.
|
|
378 * xemacs.mak (DUMPER_DEFINES):
|
|
379 * xemacs.mak (KKCC_DEFINES): New.
|
|
380 * xemacs.mak (DEFINES):
|
|
381 * xemacs.mak (LASTFILE_FLAGS):
|
|
382 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS):
|
|
383 * xemacs.mak (OS):
|
|
384
|
|
385 Support C++ compilation, KKCC compilation. See src/ChangeLog.
|
|
386 Add stuff about the evilness of USE_UNION_TYPE.
|
|
387
|
1187
|
388 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
389
|
|
390 * XEmacs 21.5.10 "burdock" is released.
|
|
391
|
1123
|
392 2002-11-27 Ben Wing <ben@xemacs.org>
|
|
393
|
|
394 * .cvsignore:
|
|
395 Windows shit.
|
|
396
|
1052
|
397 2002-10-13 Adrian Aichner <adrian@xemacs.org>
|
|
398
|
|
399 * xemacs.mak (OS): Remove obsolete quoting of double-quote in the
|
|
400 Installation file to avoid unnecessary deviations from the UNIX
|
|
401 version in `describe-installation' and `build-report'.
|
|
402
|
1001
|
403 2002-09-13 Adrian Aichner <adrian@xemacs.org>
|
|
404
|
|
405 * xemacs.mak: Suppress confirmation for overwriting files.
|
|
406 * xemacs.mak (installation): Add support for xemacs_extra_name.
|
|
407
|
981
|
408 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
409
|
|
410 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
411
|
942
|
412 2002-07-31 Adrian Aichner <adrian@xemacs.org>
|
|
413
|
|
414 * xemacs.mak (USE_KKCC): New. Default it to 1 to get it noticed.
|
|
415 Add line to Installation file, when it's enabled. Add period to
|
|
416 line add to Installation for USE_CRTDLL.
|
|
417
|
933
|
418 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
419
|
|
420 * XEmacs 21.5.8 "broccoli" is released.
|
|
421
|
916
|
422 2002-07-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
423
|
|
424 * README: Reference GNU Emacs 21.x.
|
|
425
|
900
|
426 2002-07-05 Jonathan Harris <jonathan@xemacs.org>
|
|
427
|
|
428 * README: Document Visual Studio .NET setup
|
|
429
|
894
|
430 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
431
|
|
432 * XEmacs 21.5.7 "broccoflower" is released.
|
|
433
|
882
|
434 2002-06-25 Adrian Aichner <adrian@xemacs.org>
|
|
435
|
|
436 * xemacs.mak (DEBUG_DEFINES): Initialize to empty for
|
|
437 DEBUG_XEMACS=0.
|
|
438
|
872
|
439 2002-06-20 Ben Wing <ben@xemacs.org>
|
|
440
|
|
441 * config.inc.samp (OPTIMIZED_BUILD):
|
|
442 * config.inc.samp (USE_FASTCALL): New.
|
|
443 * config.inc.samp (PROFILE_SUPPORT): New.
|
|
444 * config.inc.samp (DEBUG_XEMACS):
|
|
445 * config.inc.samp (HAVE_VC6): New.
|
|
446 * config.inc.samp (USE_PORTABLE_DUMPER):
|
|
447 Clean up, add args to control fastcall (not yet supported! the
|
|
448 changes needed are in another ws of mine), profile support, vc6
|
|
449 support, union-type.
|
|
450
|
|
451 * xemacs.dsp (CFG):
|
|
452 * xemacs.mak (HAVE_DIALOGS):
|
|
453 * xemacs.mak (HAVE_MSW_C_DIRED): Removed.
|
|
454 * xemacs.mak (USE_FASTCALL): New.
|
|
455 * xemacs.mak (PROFILE_SUPPORT): New.
|
|
456 * xemacs.mak (HAVE_VC6): New.
|
|
457 * xemacs.mak (QUICK_BUILD):
|
|
458 * xemacs.mak (VERBOSECC): New.
|
|
459 * xemacs.mak (DEPEND): New.
|
|
460 * xemacs.mak (CONFIG_ERROR):
|
|
461 * xemacs.mak (CCV):
|
|
462 * xemacs.mak (DEBUGFLAGS): Removed.
|
|
463 * xemacs.mak (OPTFLAGS): Removed.
|
|
464 * xemacs.mak (DEBUG_FLAGS_COMPILE): New.
|
|
465 * xemacs.mak (DEBUG_FLAGS_LINK): New.
|
|
466 * xemacs.mak (DEBUG_DEFINES): New.
|
|
467 * xemacs.mak (BROWSERFLAGS): New.
|
|
468 * xemacs.mak (LIBC_LIB):
|
|
469 * xemacs.mak (OPTFLAGS_FASTCALL): New.
|
|
470 * xemacs.mak (OPTFLAGS_CDECL): New.
|
|
471 * xemacs.mak (PROFILE_FLAGS): New.
|
|
472 * xemacs.mak (CFLAGS_NO_OPT): New.
|
|
473 * xemacs.mak (CFLAGS_CDECL_NO_LIB): New.
|
|
474 * xemacs.mak (CFLAGS_CDECL): New.
|
|
475 * xemacs.mak (MSW_LIBS):
|
|
476 * xemacs.mak (MSW_DEFINES): Removed.
|
|
477 * xemacs.mak (MSW_C_DIRED_OBJ): Removed.
|
|
478 * xemacs.mak (MULE_DEFINES):
|
|
479 * xemacs.mak (DEBUG_FLAGS): Removed.
|
|
480 * xemacs.mak (LINK_DEPENDENCY_ARGS):
|
|
481 * xemacs.mak (ETAGS_DEPS):
|
|
482 * xemacs.mak (LIB_SRC_TOOLS):
|
|
483 * xemacs.mak (TEMACS_LFLAGS):
|
|
484 * xemacs.mak (TEMACS_CPP_FLAGS): Removed.
|
|
485 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): New.
|
|
486 * xemacs.mak (TEMACS_CPP_CDECL_FLAGS): New.
|
|
487 * xemacs.mak (TEMACS_MSW_OBJS):
|
|
488 * xemacs.mak (TEMACS_OBJS):
|
|
489 * xemacs.mak (.SUFFIXES):
|
|
490 * xemacs.mak (create-list-file): New.
|
|
491 * xemacs.mak (compile-list-file): New.
|
|
492 * xemacs.mak (TEMACS_DUMP_ID_OBJ): New.
|
|
493 * xemacs.mak (PROGNAME):
|
|
494 * xemacs.mak (temacs_loadup):
|
|
495 * xemacs.mak (check):
|
|
496 * xemacs.mak (check-temacs):
|
|
497 * xemacs.mak (make-docargs):
|
|
498 * xemacs.mak (update-elc):
|
|
499 * xemacs.mak (install):
|
|
500 * xemacs.mak (mostlyclean):
|
|
501 * xemacs.mak (versionclean):
|
|
502 * xemacs.mak (OS):
|
|
503 Semi-major overhaul.
|
|
504
|
|
505 Fix bug where dump-id was always getting recomputed, forcing a
|
|
506 redump even when nothing changed.
|
|
507
|
|
508 Add support for fastcall. Support edit-and-continue (on by
|
|
509 default) with vc6. Use incremental linking when doing a debug
|
|
510 compilation. Add support for profiling.
|
|
511
|
|
512 Consolidate the various debug flags.
|
|
513
|
|
514 Partial support for "batch-compiling" -- compiling many files on a
|
|
515 single invocation of the compiler. Doesn't seem to help that much
|
|
516 for me, so it's not finished or enabled by default.
|
|
517
|
|
518 Remove HAVE_MSW_C_DIRED, we always do.
|
|
519
|
|
520 Correct some sloppy use of directories.
|
|
521
|
863
|
522 2002-03-29 Jonathan Harris <jonathan@xemacs.org>
|
|
523
|
|
524 * xemacs.mak: Define STACK_TRACE_EYE_CATCHER.
|
|
525
|
853
|
526 2002-05-28 Ben Wing <ben@xemacs.org>
|
|
527
|
|
528 * xemacs.mak (CFLAGS_NO_LIB):
|
|
529 * xemacs.mak (X_DEFINES):
|
|
530 Add -DSTRICT.
|
|
531
|
851
|
532 2002-05-23 Ben Wing <ben@xemacs.org>
|
|
533
|
|
534 * xemacs.mak (TEMACS_OBJS):
|
|
535 Add alloca.o.
|
|
536
|
841
|
537 2002-05-14 Ben Wing <ben@xemacs.org>
|
|
538
|
|
539 * xemacs.mak (batch_test_emacs):
|
|
540 * xemacs.mak (check):
|
|
541 Run tests with the packages so we don't get errors about
|
|
542 advice not present, etc.
|
|
543
|
839
|
544 2002-05-14 Ben Wing <ben@xemacs.org>
|
834
|
545
|
839
|
546 * xemacs.mak (CONFIG_VALUES):
|
|
547 * xemacs.mak (LINK_DEPENDENCY_ARGS): New.
|
|
548 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): New.
|
|
549 * xemacs.mak (ETAGS_DEPS):
|
|
550 * xemacs.mak (LIB_SRC_TOOLS):
|
|
551 Increase the stack of etags to 0x800000 (8 MB), same as for XEmacs
|
|
552 and enough to prevent regex crashes with complex multiline
|
|
553 regexps. (More specifically, we reach the built-in failure limit before
|
|
554 crashing the stack. etags complains, but keeps on processing.)
|
834
|
555
|
827
|
556 2002-05-06 Jonathan Harris <jonathan@xemacs.org>
|
|
557
|
|
558 * README:
|
|
559 Remove references to obsolete MSVC5 and NT 3.51 configurations.
|
|
560
|
|
561 * config.inc.samp (HAVE_TIFF): Update PNG version to 1.0.9.
|
|
562
|
|
563 * xemacs.mak (HAVE_MENUBARS): New
|
|
564 * xemacs.mak (HAVE_SCROLLBARS): New
|
|
565 * xemacs.mak (MSW_DEFINES):
|
|
566 * xemacs.mak (MSW_LIBS):
|
|
567 * xemacs.mak (TEMACS_MSW_OBJS):
|
|
568 * xemacs.mak (TEMACS_OBJS):
|
|
569 Make HAVE_MENUBARS and HAVE_SCROLLBARS optional.
|
|
570
|
|
571 * xemacs.mak (LIB_SRC_TOOLS):
|
|
572 Generate correctly-named debug program databases for lib-src helpers.
|
|
573
|
|
574 * xemacs-vc50.dsp: Removed.
|
|
575 * xemacs-vc50.dsw: Removed.
|
|
576
|
826
|
577 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
578
|
|
579 * xemacs.mak (CFLAGS_NO_LIB): New.
|
|
580 * xemacs.mak (CFLAGS):
|
|
581 * xemacs.mak (ETAGS_DEPS):
|
|
582 * xemacs.mak (LIB_SRC_TOOLS):
|
|
583 Split up CFLAGS into a version without flags specifying the C
|
|
584 library. The problem seems to be that minitar depends on zlib,
|
|
585 which depends specifically on libc.lib, not on any of the other C
|
|
586 libraries. Unless you compile with libc.lib, you get errors --
|
|
587 specifically, no _errno in the other libraries, which must make it
|
|
588 something other than an int. (#### But this doesn't seem to obtain
|
|
589 in XEmacs, which also uses zlib, and can be linked with any of the
|
|
590 C libraries. Maybe zlib is used differently and doesn't need
|
|
591 errno, or maybe XEmacs provides an int errno; ... I don't
|
|
592 understand.
|
|
593
|
819
|
594 2002-03-26 Vin Shelton <acs@xemacs.org>
|
|
595
|
|
596 * xemacs.mak: Added special rule to build winclient.exe.
|
|
597
|
817
|
598 2002-04-23 Jonathan Harris <jonathan@xemacs.org>
|
|
599
|
|
600 * README: Document build for latest versions of zlib & png
|
|
601 * xpm.mak: Default to using MSVCRT as the C runtime
|
|
602
|
814
|
603 2002-04-14 Ben Wing <ben@xemacs.org>
|
|
604
|
|
605 * config.inc.samp (HAVE_MS_WINDOWS):
|
|
606 * config.inc.samp (X11_DIR):
|
|
607 * config.inc.samp (ZLIB_DIR):
|
|
608 * config.inc.samp (MAKEINFO):
|
|
609 * config.inc.samp (OPTIMIZED_BUILD): New.
|
|
610 * config.inc.samp (DEPEND):
|
|
611 * config.inc.samp (USE_MINIMAL_TAGBITS): Removed.
|
|
612 * config.inc.samp (USE_INDEXED_LRECORD_IMPLEMENTATION): Removed.
|
|
613 * config.inc.samp (GUNG_HO): Removed.
|
|
614 * xemacs.mak (USE_MINITAR):
|
|
615 * xemacs.mak (USE_MINIMAL_TAGBITS): Removed.
|
|
616 * xemacs.mak (USE_INDEXED_LRECORD_IMPLEMENTATION): Removed.
|
|
617 * xemacs.mak (GUNG_HO): Removed.
|
|
618 * xemacs.mak (CONFIG_ERROR):
|
|
619 * xemacs.mak (DEBUGFLAGS): New.
|
|
620 * xemacs.mak (OPT): Removed.
|
|
621 * xemacs.mak (OPTFLAGS): New.
|
|
622 * xemacs.mak (CFLAGS):
|
|
623 * xemacs.mak (QUICK_DEFINES):
|
|
624 * xemacs.mak (TAGBITS_DEFINES): Removed.
|
|
625 * xemacs.mak (ERROR_CHECK_DEFINES): New.
|
|
626 * xemacs.mak (LRECORD_DEFINES): Removed.
|
|
627 * xemacs.mak (DEFINES):
|
|
628 * xemacs.mak (TEMACS_OBJS):
|
|
629 * xemacs.mak (OS):
|
|
630 Separate out debug and optimize flags.
|
|
631 Remove all vestiges of USE_MINIMAL_TAGBITS,
|
|
632 USE_INDEXED_LRECORD_IMPLEMENTATION, and GUNG_HO, since those
|
|
633 ifdefs have long been removed.
|
|
634 Make error-checking support actually work.
|
|
635 Some rearrangement of config.inc.samp to make it more logical.
|
|
636 Remove callproc.c and ntproc.c from xemacs.mak, no longer used.
|
|
637
|
|
638 Make pdump the default.
|
|
639
|
812
|
640 2002-04-13 Jonathan Harris <jonathan@xemacs.org>
|
|
641
|
|
642 * README: Document MSVC6 required
|
|
643 * minitar.c: Fix MSVC compiler warnings
|
|
644 * minitar.mak: Removed
|
|
645 * xemacs.mak: Build minitar directly from this makefile
|
|
646 * xemacs.mak (check-temacs):
|
|
647 * xemacs.mak (make-docargs):
|
|
648 * xemacs.mak (update-elc):
|
|
649 Remove obsolete references to EMACSBOOTSTRAPLOADPATH and
|
|
650 EMACSBOOTSTRAPMODULEPATH environment variables.
|
|
651
|
804
|
652 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
653
|
|
654 * XEmacs 21.5.6 "bok choi" is released.
|
|
655
|
800
|
656 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
657
|
|
658 * config.inc.samp (DEBUG_XEMACS):
|
|
659 * xemacs.mak (DEBUG_XEMACS):
|
|
660 * xemacs.mak (ERROR_CHECK_ALL): New.
|
|
661 Separate out and add new variable for controlling error-checking.
|
|
662
|
795
|
663 2002-03-29 Jonathan Harris <jonathan@xemacs.org>
|
|
664
|
|
665 * make-nt-depend:
|
|
666 * xemacs.mak (DEPEND):
|
|
667 * xemacs.mak (PERL_NEEDS_MORE_QUOTING):
|
|
668 * config.inc.samp (PERL_NEEDS_MORE_QUOTING):
|
|
669 Moved perl dependency script out into new make-nt-depend file to
|
|
670 hopefully finally solve never-ending perl quoting problems.
|
|
671
|
|
672 * xemacs.mak (TEMACS):
|
|
673 * xemacs.mak (make-docargs):
|
|
674 * .cvsignore:
|
|
675 Generate intermediate files in obj subdirectory, not in nt dir.
|
|
676
|
794
|
677 2002-03-29 Jonathan Harris <jonathan@xemacs.org>
|
|
678
|
|
679 * xemacs.mak: Define STACK_TRACE_EYE_CATCHER.
|
|
680
|
780
|
681 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
682
|
|
683 * config.inc.samp (DEPEND):
|
|
684 * config.inc.samp (PERL_NEEDS_MORE_QUOTING):
|
|
685 * xemacs.mak (DEPEND):
|
|
686 * xemacs.mak (PERL_NEEDS_MORE_QUOTING):
|
|
687 Deal with never-ending perl quoting problems.
|
|
688
|
778
|
689 2002-03-16 Ben Wing <ben@xemacs.org>
|
|
690
|
|
691 * .cvsignore:
|
|
692 Those pesky *.tmp files.
|
|
693
|
776
|
694 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
695
|
|
696 * xemacs.mak:
|
|
697 * xemacs.mak (BATCH):
|
|
698 * xemacs.mak (XEMACS_BATCH_PACKAGES):
|
|
699 * xemacs.mak (batch_test_emacs):
|
|
700 * xemacs.mak (MAKEINFO):
|
|
701 * xemacs.mak (makeinfo-test):
|
|
702 Use -no-packages to avoid problems with package files shadowing
|
|
703 core files (e.g. unicode.el in mule-ucs).
|
|
704
|
774
|
705 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
706
|
|
707 * The Great Mule Merge: placeholder.
|
|
708
|
768
|
709 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
710
|
|
711 * XEmacs 21.5.5 "beets" is released.
|
|
712
|
725
|
713 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
714
|
|
715 * XEmacs 21.5.4 "bamboo" is released.
|
|
716
|
669
|
717 2001-09-28 Adrian Aichner <adrian@xemacs.org>
|
|
718
|
|
719 * xemacs.mak (COPY): Use xcopy /r for NT 4.0 compatibility.
|
|
720 * xemacs.mak (COPYDIR): Ditto
|
|
721
|
654
|
722 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
723
|
|
724 * XEmacs 21.5.3 "asparagus" is released.
|
|
725
|
647
|
726 2001-06-24 Ben Wing <ben@xemacs.org>
|
|
727
|
|
728 * config.h:
|
|
729 Turn sign-compare warnings back on.
|
|
730
|
641
|
731 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
732
|
|
733 * XEmacs 21.5.2 "artichoke" is released.
|
|
734
|
637
|
735 2001-07-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
736
|
|
737 * xemacs.mak (configclean):
|
|
738 New target. Convenience for multiplatform builds (need to delete
|
|
739 the native config.h since it's newer than config.h.in).
|
|
740 (distclean): Use it.
|
|
741
|
|
742 * xemacs.mak (DEL):
|
|
743 Remove error-suppressing "-" from definition. Use variable in
|
|
744 shell structured commands. Prefix "-" to existing uses.
|
|
745 (DELS, DELSQ):
|
|
746 Remove definitions, WinME can't hack the switches.
|
|
747 (distclean):
|
|
748 Clean subdirectories of $(LISP) explicitly.
|
|
749
|
|
750 * xemacs.mak:
|
|
751 Move HAVE_WIDGET and HAVE_TOOLBAR configuration together.
|
|
752
|
632
|
753 2001-06-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
754
|
|
755 * xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG.
|
|
756 (USE_MINITAR): Default to HAVE_ZLIB.
|
|
757 (MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS.
|
|
758 (mostlyclean, nicenclean, distclean, versionclean): Only one target
|
|
759 per invocation of $(DEL); don't use unneeded switches (WinME support).
|
|
760
|
|
761 (TEMACS_CPP_FLAGS): Add EMACS_PATCH_LEVEL.
|
|
762
|
584
|
763 2001-05-28 Nick V. Pakoulin <npak@ispras.ru>
|
|
764
|
|
765 * xemacs.mak (install): Replace calls to (x)copy commands with
|
|
766 COPY and COPYDIR variables.
|
|
767 (COPY): New
|
|
768 (COPYDIR): New
|
|
769
|
580
|
770 2001-05-26 Ben Wing <ben@xemacs.org>
|
|
771
|
|
772 * xemacs.mak (DEPEND):
|
|
773 * xemacs.mak (LASTFILE_OBJS):
|
|
774 * xemacs.mak (LWLIB_OBJS):
|
|
775 * xemacs.mak (TEMACS_OBJS):
|
|
776 fix use of targets so that config.h doesn't end up being passed
|
|
777 to the C compiler as an input file; that creates warnings.
|
|
778 put back config.inc into depend-file targets; removed previously
|
|
779 in a wrong attempt to fix this same problem.
|
|
780
|
563
|
781 2001-05-24 Ben Wing <ben@xemacs.org>
|
|
782
|
|
783 * xemacs.mak (DOC):
|
|
784 * xemacs.mak (TEMACS_OBJS):
|
|
785 add glyphs-shared.c.
|
|
786
|
558
|
787 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
788
|
|
789 * xemacs.mak (installation):
|
|
790 call `ver' to get the exact os version and put it in the
|
|
791 installation; suggestion from adrian.
|
|
792
|
551
|
793 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
794
|
|
795 * xemacs.mak: Remove references to lwlib-config.
|
|
796
|
545
|
797 2001-05-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
798
|
|
799 * xemacs.mak: Use link to make .rsrc writable, not editbin.
|
|
800
|
528
|
801 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
802
|
|
803 * xemacs.mak (TEMACS_LIBS):
|
|
804 need another lib (netapi32.lib) for user-name-all-completions.
|
|
805
|
|
806 * xemacs.mak (all):
|
|
807 * xemacs.mak (OS):
|
|
808 remove autoload-building target.
|
|
809
|
523
|
810 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
811
|
|
812 * xemacs.mak (OS):
|
|
813 do not warn about gtk when we're not trying to compile with it.
|
|
814
|
522
|
815 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
816
|
|
817 * XEmacs 21.5.1 "anise" is released.
|
|
818
|
496
|
819 2001-05-01 Adrian Aichner <adrian@xemacs.org>
|
|
820
|
|
821 * xemacs.mak: Define EMACS_PATCH_LEVEL like configure.in does.
|
|
822 * xemacs.mak (XEMACS_VERSION_STRING): Build this more like
|
|
823 configure.in does.
|
|
824 * xemacs.mak (docfile): Use del instead of $(DEL) in shell
|
|
825 command.
|
|
826
|
495
|
827 2001-05-01 Ben Wing <ben@xemacs.org>
|
|
828
|
|
829 * config.inc.samp (MAKEINFO): point at more standard c: not f:.
|
|
830 * minitar.c:
|
|
831 * minitar.c (Usage):
|
|
832 * minitar.c (octal):
|
|
833 * minitar.c (makepath):
|
|
834 * minitar.c (main):
|
|
835 Fix more compiler warnings, clean up the style to conform
|
|
836 more to standard XEmacs.
|
|
837
|
494
|
838 2001-05-01 Ben Wing <ben@xemacs.org>
|
|
839
|
|
840 * xemacs.mak (DEPEND):
|
|
841 Don't add config.inc to the horked depend file. It's not
|
|
842 recognized by nmake and just results in warnings.
|
|
843 * xemacs.mak (docfile):
|
|
844 Don't use $(DEL) in the middle of a shell command, because it
|
|
845 will try to call `-del' and fail.
|
|
846
|
488
|
847 2001-04-27 Adrian Aichner <adrian@xemacs.org>
|
|
848
|
|
849 * compface.mak (clean): New target.
|
|
850 * xemacs.mak: Use $(DEL) everywhere, instead of some occurences of
|
|
851 del and @$(DEL). Add GTK supporting variables and document it as
|
|
852 currently unsupported on MSWindows.
|
|
853 * xemacs.mak (XEMACS_VERSION_STRING): Initialize according to
|
|
854 emacs_is_beta. Use emacs_beta_version as patch level for non-beta
|
|
855 version.
|
|
856 * xemacs.mak (HAVE_GTK): New.
|
|
857 * xemacs.mak (GTK_DIR): New.
|
|
858
|
479
|
859 2001-04-20 Ben Wing <ben@xemacs.org>
|
|
860
|
|
861 * .cvsignore: Added stuff for Windows.
|
|
862
|
472
|
863 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
864
|
|
865 * XEmacs 21.5.0 "alfalfa" is released.
|
|
866
|
464
|
867 2001-03-14 Craig Lanning <CraigL@Knology.net>
|
|
868
|
|
869 * minitar.c: Clean up some compiler warnings.
|
|
870
|
462
|
871 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
872
|
|
873 * XEmacs 21.2.46 "Urania" is released.
|
|
874
|
|
875 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
876
|
|
877 * xemacs.mak (DEPEND):
|
|
878 Correct line that runs perl to do correct quoting regardless of
|
|
879 whether nmake is run from bash.
|
|
880
|
|
881 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
882
|
|
883 * config.h: Sadly, we need to disable another warning (C4116,
|
|
884 unnamed type definition in parentheses: A structure, union, or
|
|
885 enumerated type with no name was defined in a parenthetical
|
|
886 expression. The type definition is meaningless.), due to Martin's
|
|
887 latest definition of ALIGNOF.
|
|
888
|
460
|
889 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
890
|
|
891 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
892
|
|
893 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
894
|
|
895 * config.h (HAVE_UTIME): New.
|
|
896 * config.h (HAVE_UTIME_H): Remove.
|
|
897 * config.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
898
|
458
|
899 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
900
|
|
901 * XEmacs 21.2.44 "Thalia" is released.
|
|
902
|
456
|
903 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
904
|
|
905 * XEmacs 21.2.43 "Terspichore" is released.
|
|
906
|
454
|
907 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
908
|
|
909 * XEmacs 21.2.42 "Poseidon" is released.
|
|
910
|
452
|
911 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
912
|
|
913 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
914
|
450
|
915 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
916
|
|
917 * XEmacs 21.2.40 is released.
|
|
918
|
448
|
919 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
920
|
|
921 * XEmacs 21.2.39 is released.
|
|
922
|
446
|
923 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
924
|
|
925 * XEmacs 21.2.38 is released.
|
|
926
|
444
|
927 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
928
|
|
929 * XEmacs 21.2.37 is released.
|
|
930
|
|
931 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
932
|
|
933 * config.h: Oops, _getpt ==> _getpty
|
|
934
|
|
935 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
936
|
|
937 * config.h (HAVE_XFREE86): Remove.
|
|
938 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
|
|
939 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
|
|
940
|
|
941 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
942
|
|
943 * config.h:
|
|
944 Sync with pty/signaling related changes to src/config.h.in
|
|
945
|
|
946 2000-10-07 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
947
|
|
948 * xemacs.mak (default): Enforce runnig nmake from xemacs.mak's
|
|
949 directory to avoid problems with relative paths.
|
|
950
|
442
|
951 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
952
|
|
953 * XEmacs 21.2.36 is released.
|
|
954
|
|
955 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
956
|
|
957 * config.h (HAVE_STRCASECMP): Remove.
|
|
958
|
|
959 2000-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
960
|
|
961 * xemacs.mak:
|
|
962 Make src\depend parsing recognise "#if defined" instead of "#ifdef".
|
|
963 Use matching single quotes to keep 4dos shell happy.
|
|
964
|
|
965 2000-08-07 Ben Wing <ben@xemacs.org>
|
|
966
|
|
967 * xemacs.mak: add getloadavg.c.
|
|
968
|
|
969 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
970
|
|
971 * README (NOTE):
|
|
972 Improve X documentation.
|
|
973 Document nascent Mule support.
|
|
974 Document current MS Windows contributors.
|
|
975
|
|
976 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
977
|
|
978 * xemacs.mak:
|
|
979 added new file win32.c.
|
|
980 took out unused alloca.c.
|
|
981 * xemacs.mak (update-elc-2): added new target for rebuilding the
|
|
982 remaining .elcs after dumped. its dependency is added for target
|
|
983 all.
|
|
984 * xemacs.mak (update-auto-and-custom):
|
|
985 cleaned up ; now it byte-compiles custom-load.el.
|
|
986 * xemacs.mak (mostlyclean):
|
|
987 * xemacs.mak (clean):
|
|
988 * xemacs.mak (nicenclean):
|
|
989 * xemacs.mak (distclean):
|
|
990 * xemacs.mak (realclean):
|
|
991 * xemacs.mak (versionclean):
|
|
992 Redid all the clean targets, to be similar to what's in the
|
|
993 standard Makefile.
|
|
994
|
|
995 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
996
|
|
997 * xemacs.mak ($(PROGNAME)): Do check error code from temacs during
|
|
998 dumping.
|
|
999
|
|
1000 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1001
|
|
1002 * XEmacs 21.2.35 is released.
|
|
1003
|
|
1004 2000-07-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
1005
|
|
1006 * config.h: Import C++ compilation stuff from src/config.h.
|
|
1007
|
|
1008 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
1009
|
|
1010 * xemacs.rc: Uppercase the id's so that windres will work.
|
|
1011
|
|
1012 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1013
|
|
1014 * xemacs.mak (TEMACS_LIBS): Added comdlg32.lib
|
|
1015
|
|
1016 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
1017
|
|
1018 * config.h (ENCAPSULATE_STAT):
|
|
1019 Always encapsulate stat/fstat. Also suggested by Mike Alexander
|
|
1020 <mike.alexander@xemacs.org>.
|
|
1021
|
|
1022 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
1023
|
|
1024 * config.h:
|
|
1025 * config.h (HAVE_GETPAGESIZE):
|
|
1026 * config.h (HAVE_GETTIMEOFDAY):
|
|
1027 corrections to go along with removed nt/inc.
|
|
1028 removed HAVE_FEP.
|
|
1029
|
|
1030 * config.inc.samp:
|
|
1031 correct graphics lib paths to agree with binaries provided in
|
|
1032 ftp aux dir.
|
|
1033
|
|
1034 * xemacs.mak (DEPEND):
|
|
1035 * xemacs.mak (DEFINES):
|
|
1036 * xemacs.mak (LIB_SRC_DEFINES):
|
|
1037 * xemacs.mak (minitar):
|
|
1038 * xemacs.mak (TEMACS_LFLAGS):
|
|
1039 * xemacs.mak (tags):
|
|
1040 * xemacs.mak (all):
|
|
1041 * xemacs.mak (install):
|
|
1042 WINDOWSNT -> WIN32_NATIVE.
|
|
1043 Don't build run*.exe.
|
|
1044 comments about required ^^.
|
|
1045 Added setargv.obj to the list of linked entities,
|
|
1046 causing automatic wildcarding of filenames given on the
|
|
1047 command line. (As usual, enclose in double quotes to avoid
|
|
1048 this.)
|
|
1049
|
|
1050 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
1051
|
|
1052 * runemacs.c: Removed. No longer necessary.
|
|
1053
|
|
1054 * Makefile.cygwin: Removed.
|
|
1055
|
|
1056 * inc\*: Removed. At long-fucking-last!
|
|
1057
|
|
1058 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1059
|
|
1060 * XEmacs 21.2.34 is released.
|
|
1061
|
|
1062 2000-05-12 Craig Lanning <CraigL@DyCon.com>
|
|
1063
|
|
1064 * inc\sys\socket.h: Don't define timeval as ws_timeval for mingw32
|
|
1065
|
|
1066 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
1067
|
|
1068 * XEmacs 21.2.33 is released.
|
|
1069
|
|
1070 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
1071
|
|
1072 * xemacs.mak: combine auto-autoloads.el and custom.el update into
|
|
1073 one call to xemacs.
|
|
1074
|
|
1075 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
1076
|
|
1077 * xemacs.mak: put in support for QUICK_BUILD.
|
|
1078
|
|
1079 * config.inc.samp: put in an entry for QUICK_BUILD.
|
|
1080
|
|
1081 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
1082
|
|
1083 * xemacs.mak: Modified section that dumps .exe to not dump
|
|
1084 when nothing has changed. It does this by relying on a flag
|
|
1085 set by update-elcs.
|
|
1086
|
|
1087 Also in building of auto-autoloads.el, we no longer unconditionally
|
|
1088 remove the old one. That was pointless and made the whole build
|
|
1089 procedure a lot longer -- the autoload code is smart enough to
|
|
1090 update itself automatically from an out-of-date autoload file.
|
|
1091
|
|
1092 2000-04-04 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1093
|
|
1094 * xemacs.mak: Build the i utility and use it to pipe windowed
|
|
1095 [xt]emacs output to the build console.
|
|
1096
|
|
1097 2000-03-25 Didier Verna <didier@xemacs.org>
|
|
1098
|
|
1099 * config.h: handle the renaming of `foo_h_path' to `foo_h_file'.
|
|
1100
|
|
1101 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
1102
|
|
1103 * xemacs.mak (PROGRAM_DEFINES): Define EMACS_VERSION and
|
|
1104 EMACS_PROGNAME
|
|
1105 (DEPEND): Don't try to create $(OUTDIR) if it already exists
|
|
1106 ($(SRC)\dump-id.c): Make it
|
|
1107 (DOC_SRC11): Add dumper.c if portable dumping
|
|
1108 (dump-xemacs): Make portable dumping work again and create
|
|
1109 dump-id.c and compile it whenever we do a portable dump.
|
|
1110 (depend): Change $(SRCDIR) to $(SRC)
|
|
1111
|
|
1112 2000-03-22 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1113
|
|
1114 * .cvsignore: New file, ignores user's config.inc and files
|
|
1115 containing the user's DevStudio workspace info.
|
|
1116
|
|
1117 * config.h.samp: Added DEPEND option. Renamed HAVE_MSW and HAVE_X to
|
|
1118 HAVE_MS_WINDOWS and HAVE_X_WINDOWS.
|
|
1119
|
|
1120 * README: Documented DEPEND option. Other small changes.
|
|
1121
|
|
1122 * Todo: Removed - was hopelessly out of date.
|
|
1123
|
|
1124 * config.h.samp:
|
|
1125 * xemacs.mak: Added DEPEND option to control use of dependency
|
|
1126 information generated by make-src-depend. Requires Perl. Defaults
|
|
1127 to disabled. Renamed HAVE_MSW and HAVE_X to HAVE_MS_WINDOWS and
|
|
1128 HAVE_X_WINDOWS as a side-effect.
|
|
1129 Handles '&' in XEmacs codenames by replacing with 'and'.
|
|
1130
|
|
1131 * xemacs.dsp:
|
|
1132 Correct Output_Dir so that DevStudio finds the xemacs executable
|
|
1133 by default.
|
|
1134
|
|
1135 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
1136
|
|
1137 * README: Substantial rewrite.
|
|
1138 * xemacs.mak: Pdump fix. (not working yet, though)
|
|
1139
|
|
1140 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
1141
|
|
1142 * XEmacs 21.2.32 is released.
|
|
1143
|
|
1144 2000-03-15 Mike Alexander <mta@arbortext.com>
|
|
1145
|
|
1146 * xemacs.mak: Fix for generation of $(XEMACS)\Installation.
|
|
1147
|
785
|
1148 2000-03-14 Adrian Aichner <adrian@xemacs.org>
|
442
|
1149
|
|
1150 * xemacs.mak (LIB_SRC_TOOLS): LIB_SRC_TOOLS depend on
|
|
1151 XEMACS_INCLUDES when we USE_PORTABLE_DUMPER.
|
|
1152
|
|
1153 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
1154
|
|
1155 * xemacs.mak (TEMACS_ENTRYPOINT):
|
|
1156 Fix for portable dumper.
|
|
1157
|
|
1158 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
1159
|
|
1160 * xemacs.mak (*):
|
|
1161 * config.inc: New.
|
|
1162
|
|
1163 a) Added a file called config.inc which makes it easier to set
|
|
1164 build options for MS Windows. (Previously, the only way to do this
|
|
1165 was through command line options to nmake.)
|
|
1166
|
|
1167 b) Cleaned the file up a bit.
|
|
1168
|
|
1169 c) Changed xemacs to be a windows application and not a console
|
|
1170 application, now that runemacs.exe is no longer necessary.
|
|
1171
|
|
1172 d) Added support for building the tags file.
|
|
1173
|
|
1174 * xemacs.dsw: New.
|
|
1175 * xemacs.dsp: New.
|
|
1176 For compiling, editing, and debugging XEmacs using the VC++ 5.0
|
|
1177 GUI. They may well work under other versions of VC++, but I don't
|
|
1178 have access to them to test them.
|
|
1179
|
|
1180 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
1181
|
|
1182 * PROBLEMS: Doc fix from Reini Urban <rurban@x-ray.at>.
|
|
1183
|
|
1184 2000-02-27 Mike Alexander <mta@arbortext.com>
|
|
1185
|
|
1186 * xemacs.rc: Include the portable dump data if INCLUDE_DUMP is defined
|
|
1187
|
|
1188 * xemacs.mak: Add the portable dump data to the EXE as a resource
|
|
1189
|
|
1190 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1191
|
|
1192 * xemacs.mak (TEMACS_LIBS): Add ole32.lib and uuid.lib.
|
|
1193 (installation): Always regenerate installation report.
|
|
1194
|
|
1195 2000-02-25 Craig Lanning <CraigL@DyCon.com>
|
|
1196
|
|
1197 * inc\sys\time.h: MinGW defines struct timeval in <winsock.h>.
|
|
1198
|
|
1199 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
1200
|
|
1201 * config.h (INLINE_HEADER): Define properly (?) for Windows.
|
|
1202
|
|
1203 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1204
|
|
1205 * XEmacs 21.2.31 is released.
|
|
1206
|
|
1207 2000-02-22 Martin Buchholz <martin@xemacs.org>
|
|
1208
|
|
1209 * config.h (gc_checking_assert): New.
|
|
1210
|
|
1211 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
1212
|
|
1213 * XEmacs 21.2.30 is released.
|
|
1214
|
|
1215 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1216
|
|
1217 * README: Tidy up.
|
|
1218 Document need for makeinfo program or texinfo package.
|
|
1219
|
|
1220 * Xmd.patch: New file, previously in README.
|
|
1221
|
|
1222 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
1223
|
|
1224 * config.h: Delete unused HAVE_LINUX_VERSION_H.
|
|
1225
|
|
1226 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1227
|
|
1228 * XEmacs 21.2.29 is released.
|
|
1229
|
|
1230 2000-02-06 Mike Alexander <mta@arbortext.com>
|
|
1231
|
|
1232 * xemacs.mak (install): Copy xemacs.dmp if using the portable
|
|
1233 dumper.
|
|
1234
|
440
|
1235 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
1236
|
|
1237 * XEmacs 21.2.28 is released.
|
|
1238
|
|
1239 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1240
|
|
1241 * Xpm.def: New file, required to build Xpm.dll.
|
|
1242
|
|
1243 * Xpm.mak: Use DEBUG instead of DEBUG_XEMACS - this library is not
|
|
1244 xemacs-specific. Initialize to DEBUG_XEMACS if specified for
|
|
1245 compatibility.
|
|
1246 Build DLL instead of static LIB when USE_CRTDLL=1 is given to
|
|
1247 make.
|
|
1248
|
|
1249 * xemacs.mak: Introduced USE_SYSTEM_MALLOC and USE_CRTDLL.
|
|
1250 Do not build lastfile.lib when neither unexec not gmalloc are
|
|
1251 used.
|
|
1252
|
|
1253 * config.h: Deleted GNU_MALLOC and SYSTEM_MALLOC, as they are set
|
|
1254 in makefile.
|
|
1255
|
|
1256 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1257
|
|
1258 * xemacs.mak (DOC_SRC9): Added tests.c ...
|
|
1259 (TEMACS_DEBUG_OBJS): ... and tests.obj
|
|
1260 ($(DOC)): Tweaked a bit, for `nmake docfile' unconditionally
|
|
1261 rebuild the docfile.
|
|
1262
|
|
1263 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1264
|
|
1265 * xemacs.mak (docfile): Added shortcut target.
|
|
1266
|
|
1267 2000-01-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1268
|
|
1269 * xemacs.mak (TEMACS_LIBS): Added winspool.lib
|
|
1270
|
|
1271 2000-01-20 Martin Buchholz <martin@xemacs.org>
|
|
1272
|
|
1273 * xemacs.mak (dump-xemacs): Remove redundant EMACSBOOTSTRAPMODULEPATH.
|
|
1274
|
|
1275 2000-01-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1276
|
|
1277 * xemacs.mak: Patch of 01/13 got in corrupted, fixed.
|
|
1278
|
438
|
1279 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1280
|
|
1281 * XEmacs 21.2.27 is released.
|
|
1282
|
|
1283 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1284
|
|
1285 * minitar.c: Errno.h --> errno.h. Remove errno declaration.
|
|
1286
|
|
1287 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1288
|
|
1289 * xemacs.mak: Added USE_PORTABLE_DUMPER make command line macro.
|
|
1290 (temacs:) Added dependency for lastfile.lib so that 'make temacs'
|
|
1291 builds it first.
|
|
1292
|
|
1293 1999-12-28 Scott Blachowicz <Scott.Blachowicz@seaslug.org>
|
|
1294
|
|
1295 * minitar.mak: Add vars to allow building from main xemacs.mak.
|
|
1296
|
|
1297 * xemacs.mak: Add rules to build & install minitar.
|
|
1298
|
440
|
1299 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1300
|
|
1301 * config.h: Fix stuff related to mail locking.
|
|
1302
|
436
|
1303 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1304
|
|
1305 * XEmacs 21.2.26 is released.
|
|
1306
|
434
|
1307 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
1308
|
|
1309 * XEmacs 21.2.25 is released.
|
|
1310
|
|
1311 1999-12-15 Scott Blachowicz <Scott.Blachowicz@seaslug.org>
|
|
1312
|
|
1313 * minitar.c (main): Add explicit exit(0) to get successful return
|
|
1314 code.
|
|
1315
|
432
|
1316 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
1317
|
|
1318 * XEmacs 21.2.24 is released.
|
|
1319
|
434
|
1320 1999-11-28 Adrian Aichner <adrian@xemacs.org>
|
430
|
1321
|
|
1322 * xemacs.mak (depend): Only update `depend' if there were changes.
|
|
1323 Use "perl ./make-src-depend" instead of "mkdepend".
|
|
1324
|
|
1325 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
1326
|
|
1327 * XEmacs 21.2.23 is released.
|
|
1328
|
434
|
1329 1999-11-27 Adrian Aichner <adrian@xemacs.org>
|
430
|
1330
|
|
1331 * xemacs.mak (SRCDIR): Make path to xemacs absolute to
|
|
1332 facilitate building info in man subdirs. Echo all cd commands,
|
442
|
1333 not just some of them.
|
430
|
1334
|
|
1335 (makeinfo-test): Test for availability of `texinfo' package to
|
|
1336 build info. Recommend use of external `makeinfo' program for
|
|
1337 building info docs faster.
|
|
1338
|
|
1339 (info): cd into man subdirs to support use of external `makeinfo'
|
|
1340 program.
|
|
1341
|
|
1342 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
1343
|
|
1344 * xemacs.mak: Remove references to index.unperm, index.perm.
|
|
1345 Fix dependencies.
|
|
1346 Shouldn't .obj and .info be in SUFFIXES?
|
|
1347 Remove extra `\'.
|
|
1348
|
428
|
1349 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1350
|
|
1351 * XEmacs 21.2.22 is released
|
|
1352
|
|
1353 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
1354
|
|
1355 * XEmacs 21.2.21 is released.
|
|
1356
|
|
1357 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1358
|
|
1359 * XEmacs 21.2.20 is released
|
|
1360
|
|
1361 1999-10-07 Norbert Koch <n.koch@eai-delta.de>
|
|
1362
|
|
1363 * xemacs.mak: Ignore return code of 'del' calls. Use a make
|
|
1364 variable for 'del'.
|
|
1365
|
434
|
1366 1999-09-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
1367
|
|
1368 * xemacs.mak (all): Update $(LISP)/auto-autoloads.elc? and
|
|
1369 $(LISP)/custom-load.el using XEmacs itself, like xemacs-packages
|
|
1370 do.
|
|
1371 ($(LISP)\auto-autoloads.el): Add new rule.
|
|
1372 ($(LISP)\custom-load.el): Ditto.
|
|
1373
|
|
1374 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
1375
|
|
1376 * xemacs.mak (HAVE_WIDGETS): add define to appropriate places.
|
|
1377
|
434
|
1378 1999-07-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
1379
|
|
1380 * xemacs.mak ($(MANDIR)\lispref\lispref.texi): Replace bad
|
|
1381 dependency.
|
|
1382
|
|
1383 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1384
|
|
1385 * XEmacs 21.2.19 is released
|
|
1386
|
434
|
1387 1999-07-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
1388
|
|
1389 * xemacs.mak (.SUFFIXES): Add .texi.
|
|
1390 (check): Improve automated test section.
|
|
1391 (info): Generate info files using XEmacs (no makeinfo.exe needed).
|
|
1392
|
|
1393 1999-07-19 Andy Piper <andy@xemacs.org>
|
|
1394
|
|
1395 * xemacs.mak (DOC_SRC3): add gutter.c
|
|
1396 (TEMACS_OBJS): add gutter.obj.
|
|
1397
|
|
1398 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1399
|
|
1400 * XEmacs 21.2.18 is released
|
|
1401
|
|
1402 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1403
|
|
1404 * XEmacs 21.2.17 is released
|
|
1405
|
434
|
1406 1999-06-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
1407
|
|
1408 * xemacs.mak (DOC_SRC8): Remove mule-coding.c.
|
|
1409 (TEMACS_MULE_OBJS): Remove mule-coding.obj
|
|
1410 (check): Implement according to src/Makefile.
|
|
1411 (check-temacs): ditto.
|
|
1412
|
|
1413 1999-06-05 Norbert Koch <n.koch@delta-ii.de>
|
|
1414
|
|
1415 * xemacs.mak (mule): remove dependencies from mule-coding.c
|
442
|
1416
|
428
|
1417 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1418
|
|
1419 * XEmacs 21.2.16 is released
|
|
1420
|
442
|
1421 1999-05-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
1422
|
|
1423 * xemacs.mak (GUNG_HO): Explicitly default to 0.
|
|
1424 Fix some comment typos.
|
|
1425 ($(XEMACS)\Installation): Create it in the toplevel-directory,
|
|
1426 where it is expected by loadup.el
|
|
1427
|
|
1428 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1429
|
|
1430 * XEmacs 21.2.15 is released
|
|
1431
|
|
1432 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
1433
|
|
1434 * xemacs.mak: add select & select-x targets.
|
442
|
1435
|
428
|
1436 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1437
|
|
1438 * XEmacs 21.2.14 is released
|
|
1439
|
|
1440 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
1441
|
|
1442 * xemacs.mak: please document me
|
|
1443 From Norbert Koch <n.koch@delta-ii.de>
|
|
1444
|
|
1445 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
1446
|
|
1447 * xemacs.mak ($(LISP)\Installation.el): Don't use
|
|
1448 `replace-in-string'.
|
|
1449
|
434
|
1450 1999-03-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
1451
|
|
1452 * xemacs.mak: Remove ESC macro -- no longer needed.
|
|
1453 Remove small configuration report. Remove simplified version of
|
|
1454 Installation and Installation.el
|
|
1455 (Installation.el): Create it depending on "Installation" file.
|
|
1456 Replace \r characters by use of `replace-in-string' in lisp-land.
|
|
1457 (all): Make it depend on "Installation" file.
|
|
1458 (Installation): Create a complete "Installation" file, looking
|
|
1459 much like what is generated by "configure" on UNIX systems.
|
|
1460 Insert WARNING where appropriate (currently when building without
|
|
1461 HAVE_XPM, HAVE_PNG, and HAVE_MSW_C_DIRED).
|
|
1462 Type "Installation" to STDOUT much like the "small configuration
|
|
1463 report" did.
|
|
1464
|
|
1465 1999-04-29 Andy Piper <andy@xemacs.org>
|
442
|
1466
|
428
|
1467 * sys/file.h: conditionalise definition of X_OK.
|
442
|
1468
|
428
|
1469 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1470
|
|
1471 * XEmacs 21.2.13 is released
|
|
1472
|
|
1473 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1474
|
|
1475 * xemacs.mak:
|
|
1476 Don't link lib-src programs incrementally.
|
|
1477 Don't include debug info in release builds.
|
|
1478 Put intermediate files in the appropriate directories.
|
|
1479 Make "distclean" target delete all intermediate files.
|
|
1480
|
|
1481 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1482
|
|
1483 * xemacs.mak:
|
|
1484 Fix building on Windows 95/98 by conditionalising escape
|
|
1485 character '^'.
|
|
1486 Only put mule-packages in package path on MULE builds.
|
|
1487 Only build source browser files on debug builds.
|
|
1488 Build source browser database before link so that it's
|
|
1489 available even if link fails.
|
|
1490
|
|
1491 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1492
|
|
1493 * XEmacs 21.2.12 is released
|
|
1494
|
|
1495 1999-03-03 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
1496
|
|
1497 * xemacs.mak (HAVE_XFACE): fix for building without X-Face support
|
|
1498 provided by Brent B. Powers <bpowers@ms.com>.
|
|
1499
|
|
1500 * xemacs.mak (CONFIG_ERROR): Misc error detection for build with
|
|
1501 X-Face.
|
|
1502
|
|
1503 1999-02-01 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
1504
|
|
1505 * README: Document the X-Face build option.
|
|
1506
|
|
1507 * compface.mak: New file
|
|
1508 Makefile for building compface library under MSVC. Build
|
|
1509 library only, not executables. Should be extended to build
|
|
1510 executables and propagated upstream, if possible.
|
|
1511
|
|
1512 * xemacs.mak: Link in X-Face/Compface for NT native build.
|
|
1513
|
|
1514 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1515
|
|
1516 * XEmacs 21.2.11 is released
|
|
1517
|
|
1518 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1519
|
|
1520 * XEmacs 21.2.10 is released
|
|
1521
|
|
1522 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1523
|
|
1524 * XEmacs 21.2.9 is released
|
|
1525
|
434
|
1526 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
1527
|
|
1528 * xemacs.mak (MODULES): Adding variable.
|
|
1529 (update-elc): Setting EMACSBOOTSTRAPMODULEPATH.
|
|
1530
|
|
1531 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
1532
|
|
1533 * minitar.c: New file
|
|
1534 * minitar.mak: New file
|
|
1535
|
|
1536 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1537
|
|
1538 * xemacs.mak:
|
|
1539 Changed x86 EMACS_CONFIGURATION to i586-pc-win32 since we
|
|
1540 build optimised for Pentium.
|
|
1541 Created CFLAGS variable, used in building all objects and in
|
|
1542 constructing config.values.
|
|
1543 Added glyphs-widget.c and gui-msw.c to list of sources.
|
|
1544 Added PACKAGE_PATH to EMACSBOOTSTRAPLOADPATH for mule builds.
|
|
1545
|
|
1546 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
1547
|
|
1548 * XEmacs 21.2.8 is released.
|
|
1549
|
|
1550 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
1551
|
|
1552 * XEmacs 21.2.7 is released.
|
|
1553
|
|
1554 1998-12-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1555
|
|
1556 * xemacs.mak:
|
442
|
1557 Replaced PACKAGEPATH variable with PACKAGE_PREFIX.
|
428
|
1558 configure-package-path is initialised to contain
|
|
1559 subdirectories of PACKAGE_PREFIX. The install target makes
|
|
1560 a skeleton package tree under PACKAGE_PREFIX.
|
|
1561
|
|
1562 * README, PROBLEMS:
|
|
1563 Documented the package path changes.
|
|
1564 Corrected the advice on a suitable minimal set of packages.
|
|
1565
|
|
1566 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
1567
|
|
1568 * xemacs.mak ($(LIB_SRC)/movemail.exe): adapt make rule to build
|
|
1569 with pop support.
|
|
1570
|
|
1571 * xemacs.mak: add gui-msw.c and glyphs-widget.c object lists.
|
|
1572
|
|
1573 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
1574
|
|
1575 * XEmacs 21.2.6 is released
|
|
1576
|
434
|
1577 1998-12-11 Adrian Aichner <adrian@xemacs.org>
|
428
|
1578
|
|
1579 * xemacs.mak (DOC_SRC2): CLASH_DETECTION is not supported under
|
|
1580 native Windows NT. Therefore src\filelock.c is not to be
|
|
1581 compiled.
|
|
1582 (TEMACS_OBJS): Consequently, don't link in $(OUTDIR)\filelock.obj.
|
|
1583
|
|
1584 1998-12-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1585
|
|
1586 * xemacs.mak ($(OUTDIR)\alloc.obj): add a dependency on
|
|
1587 puresize-adjust.h to avoid infinite recursion.
|
|
1588
|
|
1589 1998-12-09 Andy Piper <andy@xemacs.org>
|
|
1590
|
|
1591 * config.h: remove clash detection stuff.
|
|
1592
|
|
1593 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
1594
|
|
1595 * xemacs.mak (TEMACS_OBJS):
|
442
|
1596 (DOC_SRC4):
|
428
|
1597 - Remove pure.c, pure.obj
|
|
1598
|
434
|
1599 1998-11-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
1600
|
|
1601 * xemacs.mak: Creating minimal versions of Installation,
|
|
1602 Installation.el, and config.values to make
|
|
1603 (describe-installation) and (config-value ...) work in Windows NT
|
|
1604 native builds. Incorporating rule for movemail.exe courtesy of
|
|
1605 Andy Piper.
|
|
1606
|
|
1607 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1608
|
|
1609 * XEmacs 21.2.5 is released
|
|
1610
|
|
1611 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
1612
|
|
1613 * XEmacs 21.2-beta4 is released.
|
|
1614
|
|
1615 1998-10-29 Andy Piper <andyp@parallax.co.uk>
|
|
1616
|
|
1617 * xemacs.mak ($(LIB_SRC)/movemail.exe): add etags dependencies to
|
|
1618 pull in getopt and friends.
|
|
1619
|
|
1620 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
1621
|
|
1622 * XEmacs 21.2-beta3 is released.
|
|
1623
|
|
1624 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
1625
|
|
1626 * XEmacs 21.2-beta2 is released.
|
|
1627
|
434
|
1628 1998-09-19 Adrian Aichner <adrian@xemacs.org>
|
428
|
1629
|
|
1630 * tiff.mak: New file provided by Charles Wilson
|
|
1631 <cwilson@ee.gatech.edu>
|
|
1632
|
|
1633 * README: Update provided by Charles Wilson
|
|
1634 <cwilson@ee.gatech.edu>. Documenting use of the newly
|
|
1635 introduced tiff.mak. Renumbering subsequent build instruction
|
|
1636 items.
|
|
1637
|
|
1638 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1639
|
|
1640 * PROBLEMS: New file.
|
|
1641
|
|
1642 * xemacs.mak: Install the PROBLEMS file in the root directory of
|
|
1643 the XEmacs installation.
|
|
1644
|
|
1645 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1646
|
|
1647 * xemacs.mak: Detect failure to supply PNG_DIR or XLIB_DIR
|
|
1648 when building with PNG support.
|
|
1649
|
|
1650 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1651
|
|
1652 * README: Document the PNG, ZLIB, JPEG, TIFF and GIF build
|
|
1653 options.
|
|
1654
|
|
1655 1998-08-12 Jeff Sparkes <jsparkes@internetivity.com>
|
|
1656
|
|
1657 * xemacs.mak: Link in GIF, fix HAVE_JPEG default.
|
|
1658
|
|
1659 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1660
|
|
1661 * xemacs.mak (install): Win95 fixes:
|
|
1662 DOS mkdir doesn't create intermediate directories. xcopy does
|
|
1663 so use it to create the install and lock directories.
|
|
1664 Removed trailing backslashes from copy commands since DOS
|
|
1665 copy doesn't like them.
|
|
1666
|
|
1667 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
1668
|
|
1669 * xemacs.mak: change "copy" to "xcopy" in install target
|
|
1670
|
442
|
1671 1998-08-04 Jeff Sparkes <jsparkes@internetivity.com>
|
428
|
1672
|
|
1673 * xemacs.mak: Link in PNG, TIFF and JPEG in native build.
|
|
1674
|
|
1675 1998-08-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1676
|
|
1677 * README: XEmacs has been successfully built with MSVC 4.0.
|
|
1678 Mention the vcvars32.bat file installed with the MSVC tools.
|
|
1679
|
|
1680 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1681
|
|
1682 * XEmacs 21.2-beta1 is released.
|
|
1683
|
|
1684 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1685
|
|
1686 * xemacs.mak:
|
|
1687 Add path to xemacs.res dependency.
|
|
1688
|
|
1689 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
1690
|
|
1691 * XEmacs 21.0-pre5 is released.
|
|
1692
|
|
1693 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
1694
|
|
1695 * XEmacs 21.0-pre4 is released.
|
|
1696
|
|
1697 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1698
|
|
1699 * README: Documented the changed PACKAGEPATH option and the new
|
|
1700 INSTALL_DIR option, install target and runemacs executable.
|
|
1701 Added more debugging documentation.
|
|
1702
|
|
1703 * config.h: Don't undef EMACS_CONFIGURATION because it's now
|
|
1704 set in the makefile.
|
|
1705
|
|
1706 * xemacs.mak: Added an INSTALL_DIR option and install target.
|
|
1707 Renamed the default package location option to PACKAGEPATH
|
|
1708 and made it cope with paths with spaces in them.
|
|
1709 Made non-debug build the default; DEBUG_XEMACS defaults to 0.
|
|
1710 System configuration (EMACS_CONFIGURATION) now correctly
|
|
1711 determined at build-time by this makefile.
|
|
1712 Compiles the runemacs executable as part of the all target.
|
|
1713
|
|
1714 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
1715
|
|
1716 * config.h:
|
|
1717 * xemacs.mak: NT native sound fixes
|
434
|
1718 From Fabrice POPINEAU via Adrian Aichner <adrian@xemacs.org>
|
428
|
1719
|
|
1720 1998-06-21 Martin Buchholz <martin@xemacs.org>
|
|
1721
|
|
1722 * xemacs.mak: It's XEmacs, not Xemacs!
|
|
1723
|
|
1724 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1725
|
|
1726 * file.ico, lisp.ico:
|
|
1727 New icons to represent a generic file and a lisp file.
|
|
1728
|
|
1729 * xemacs.rc: Build file.ico and lisp.ico into the executable.
|
|
1730
|
|
1731 1998-06-15 Peter Windle <peterw@sdl.ug.eds.com>
|
|
1732
|
|
1733 * xemacs.mak: Made XPM and X11 checks cope with case-sensitive
|
|
1734 NFS. Also apply Sean MacLennan's change allowing
|
|
1735 emacs_beta_version to be undefined.
|
|
1736
|
|
1737 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
1738
|
|
1739 * xemacs.mak (distclean): Reorder when puresize-adjust.h gets
|
|
1740 deleted.
|
434
|
1741 From Adrian Aichner <adrian@xemacs.org>
|
428
|
1742
|
|
1743 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1744
|
|
1745 * config.h: Undefined DONT_ENCAPSULATE.
|
|
1746 Defined ENCAPSULATE_* for fopem, open, rename and mkdir.
|
|
1747 Removed MS-DOS code remains.
|
|
1748
|
|
1749 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
1750
|
|
1751 * Makefile.cygwin: created to compile runemacs.c. This should
|
|
1752 probably have a Makefile.in, but...
|
|
1753
|
|
1754 * runemacs.c: modified to check to see if xemacs is a symbolic
|
|
1755 link when compiled under Cygwin.
|
|
1756
|
|
1757 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1758
|
|
1759 * xemacs.mak: Added lib-src/wakeup.exe
|
|
1760
|
|
1761 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1762
|
|
1763 * xemacs.mak: Added rules for hexl.exe, movemail.exe, mmencode.exe
|
|
1764 sorted-doc.exe, etags.exe
|
|
1765
|
|
1766 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1767
|
|
1768 * xemacs.mak: Support building InfoDock, with INFODOCK=1 macro
|
|
1769 in the command line.
|
|
1770
|
|
1771 1998-05-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1772
|
|
1773 * inc/sys/dir.h: Removed #ifndef WINDOWSNT around the code which
|
|
1774 should be compiled in (sic!).
|
|
1775 Removed 'extern' before function prototypes.
|
|
1776
|
|
1777 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1778
|
442
|
1779 * xemacs.mak: Unified -nologo compiler switch handling and lib-src
|
428
|
1780 programs build (only make-docfile currently, adding other tools
|
442
|
1781 soon).
|
428
|
1782
|
|
1783 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1784
|
|
1785 * xemacs.mak: Added HAVE_DIALOGS macro, and dialog-*.* files to
|
|
1786 docfile creation and compilation.
|
|
1787 Defaulted HAVE_MSW to 1.
|
|
1788 Changed lib-src references to be relative to $(XEMACS)/, not ../
|
|
1789
|
|
1790 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1791
|
|
1792 * xemacs.mak: Removed inline.{c,obj}. It did buy nothing.
|
|
1793
|
|
1794 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1795
|
|
1796 * xemacs.mak: Comment out dialog.{c,obj} from build.
|
|
1797
|
|
1798 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1799
|
|
1800 * nt/config.h:
|
|
1801 Unconditionally define new HAVE_DRAGNDROP.
|
|
1802
|
|
1803 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1804
|
|
1805 * xemacs.mak: Added dragdrop.{c,obj}
|
|
1806
|
|
1807 1998-05-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1808
|
|
1809 * config.h (enum_field): Redefine to be unsigned int.
|
|
1810
|
|
1811 1998-05-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1812
|
|
1813 * xemacs.mak: Really honor minimal tagbits, indexed lrecord and
|
|
1814 union type.
|
|
1815
|
|
1816 1998-05-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1817
|
|
1818 * inc/sys/socket.h: Removed encapsulating definitions for Winsock
|
|
1819 functions.
|
|
1820
|
|
1821 1998-05-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1822
|
|
1823 * xemacs.mak: Defined PATH_PROGNAME and PATH_VERSION C macros.
|
|
1824 Make _DEBUG defined only when DEBUG_XEMACS.
|
|
1825
|
|
1826 1998-04-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1827
|
|
1828 * xemacs.mak: Added glyphs-eimage.{c,obj}
|
|
1829
|
|
1830 1998-04-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1831
|
|
1832 * xemacs.mak: Support "Don't panic, I will restart make" exit code.
|
|
1833 Extra checks for externally specified X{PM,11}_DIR.
|
|
1834 Proper quoting to allow spaces in these paths.
|
|
1835 Conduct all config checks at once.
|
|
1836 New option VERBOSECC. When non-zero, C compiler echoes its
|
|
1837 commands. When zero, only name of the file being compiled is
|
|
1838 echoed. Default is 0 (do not echo).
|
|
1839
|
|
1840 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1841
|
|
1842 * README: Documented new msvc build procedure, including XPM
|
|
1843 support.
|
|
1844
|
|
1845 * xemacs.mak: Added XPM and TOOLBARS support for native msvc
|
|
1846 build.
|
|
1847
|
|
1848 * xpm.mak: New file
|
|
1849 Makefile for building xpm library under msvc. Hopefully this
|
|
1850 will be part of future xpm distributions.
|
|
1851
|
|
1852 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1853
|
|
1854 * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not
|
442
|
1855 defined.
|
428
|
1856
|
|
1857 * xemacs.mak: Added new file process-nt.c
|
|
1858
|
|
1859 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1860
|
|
1861 * xemacs.mak: Added build options which can be defined in nmake
|
|
1862 command line (defaults are parentheses):
|
|
1863 HAVE_MSW=0/1 (0) Build with native GUI
|
|
1864 HAVE_X=0/1 (0) Build with X-Windows
|
|
1865 ** At least one must be defined
|
|
1866 X11_DIR=path () Path to the root dir of X11R6 installation
|
|
1867 ** Must be defined when HAVE_X=1
|
|
1868 HAVE_MULE=0/1 (0) Compile in MULE
|
|
1869 HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired
|
|
1870 PATH_PACKAGEPATH=path Package search path
|
|
1871 ("~/.xemacs")
|
|
1872 DEBUG_XEMACS=0/1 (1) Compile with symbols, assertions and
|
|
1873 extra debugging checks
|
|
1874 USE_UNION_TYPE=0/1 (0)
|
|
1875 USE_MINIMAL_TAGBITS=0/1 (0)
|
|
1876 USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0)
|
|
1877 GUNG_HO=0/1 (none) When specified, overrides the above two.
|
|
1878 : Added output of a configuration report
|
|
1879 : Added copyright notice.
|
|
1880 : Deleted remains of ImageMagick.
|
|
1881 (distclean): Do not use mskedepend
|
|
1882 (install): echo "Not yet implmented".
|
|
1883
|
|
1884 1998-04-05 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1885
|
|
1886 * config.h (enum_field): Borrow new definition from config.h.in
|
|
1887
|
|
1888 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1889
|
|
1890 * config.h: Patial sync-up with config.h.in
|
|
1891
|
|
1892 1998-03-25 jhar@tardis.ed.ac.uk
|
|
1893
|
|
1894 * xemacs.mak: Adds glyphs-msw.c and imgproc.c and reflects
|
|
1895 alterations to package_path in nt/xemacs.mak.
|
|
1896
|
|
1897 1998-03-24 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1898
|
|
1899 * xemacs.mak (dump-xemacs): Replaced use of `touch' with `echo'.
|
|
1900
|
|
1901 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1902
|
|
1903 * xemacs.mak: Removed all references to deleted dgif_lib.{c,obj},
|
|
1904 gif_err.{c,obj} and gifalloc.{c,obj}. New image support is not
|
|
1905 compiled in yet.
|
|
1906
|
|
1907 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1908
|
442
|
1909 * xemacs.mak: HAVE_FILE_CODING removed: it is no longer an option,
|
428
|
1910 since file I/O depends on it, and defined unconditioanlly in
|
|
1911 src/s/windowsnt.h.
|
|
1912 Added -nologo switch to different tools here and there.
|
|
1913 Suppressed some irrelevant make output.
|
|
1914
|
|
1915 1998-02-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1916
|
|
1917 * xemacs.mak: Defined HAVE_FILE_CODING variable, an equivalent of
|
|
1918 --with-file-coding configure option. Default is yes.
|
|
1919
|
|
1920 1998-03-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1921
|
|
1922 * xemacs.mak (update-elc): Copy Installation.el to $(LISP)
|
|
1923
|
|
1924 * Installation.el: New file, copied by xemacs.mak during build.
|
|
1925
|
|
1926 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
1927
|
|
1928 * xemacs.mak: Added entry for src/dired-msw.c. Use of the
|
|
1929 dired-in-C enhancements is optional, and is determined by
|
|
1930 HAVE_MSW_C_DIRED. See comments in xemacs.mak.
|
|
1931
|
|
1932 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1933
|
|
1934 * xemacs.mak: Fixed lost docstrings
|
|
1935
|
|
1936 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
1937
|
|
1938 * xemacs.mak: Updated accordingly.
|
|
1939 Creates the MSVC browse info immediately after the link.
|
|
1940
|
|
1941 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1942
|
|
1943 * config.h: Suppressed MSVC warning 'relational' : signed/unsigned
|
|
1944 mismatch
|
|
1945
|
|
1946 * config.h: INLINE defined to __inline for MSVC compilers >= 2.x
|
|
1947
|
|
1948 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1949
|
|
1950 * xemacs.mak: added menubar-msw.c, menubar.c
|
|
1951
|
|
1952 * xemacs.mak: scrollabrs and menubars are rearranged properly
|
|
1953 under different ifdef'd secions, so for example menubar.obj goes
|
|
1954 to always compiled section, and menubar-msw.obj is built only when
|
|
1955 HAVE_MSW.
|
|
1956
|
|
1957 * xemacs.mak: Compiler warning flag definition moved to a macro
|
|
1958 CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!).
|
|
1959
|
|
1960 1997-12-11 David Hobley <davidh@wr.com.au>
|
|
1961
|
|
1962 * Added support for auto generation of puresize-adjust.h
|
|
1963 in xemacs.mak. Also created new file puresize-adjust.h to copy
|
|
1964 into src on initial build.
|
|
1965
|
|
1966 Mon December 08 1997 kkm@kis.ru
|
|
1967
|
|
1968 * xemacs.mak: added profile.c, removed event-unixod.c
|
|
1969 * xemacs.mak: removed dangerous defines _IX_86, _X86_,
|
|
1970 _MSC_VER
|
|
1971 * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP
|
|
1972
|
|
1973 Thu December 04 1997 jhar@tardis.ed.ac.uk
|
442
|
1974
|
428
|
1975 * xemacs.mak: Define DEBUG_XEMACS when compiling with debug.
|
|
1976
|
|
1977 Tue November 29 12:29:33 1997 davidh
|
|
1978
|
|
1979 * xemacs.mak and config.h updated to provide ability to
|
|
1980 specify DEBUG mode from the xemacs.mak file.
|
|
1981
|
|
1982 Mon December 01 1997 jhar
|
|
1983
|
|
1984 * msw-init.el: Provide default bindings for cut, paste, copy and undo
|
|
1985
|
|
1986 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
1987 - Implemeted simple emacs_mswindows_event_pending_p().
|
|
1988 - Fixed deleting frames.
|
|
1989 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
|
|
1990 - Special processing for 'Ctrl-@' keystroke.
|
|
1991 - Support for some new keysyms.
|
442
|
1992
|
428
|
1993 Mon December 01 1997 jhar
|
|
1994
|
|
1995 * xemacs.mak:
|
|
1996 - Add PACKAGE_PATH and EMACS_BETA_VERSION defines.
|
|
1997 - Automatically copy changed include files from \nt to \src.
|
|
1998 - Corrected some DOC_SRC* lists.
|
442
|
1999
|
428
|
2000 Tue November 18 21:45:06 1997 davidh
|
|
2001
|
|
2002 * xemacs.mak updated to remove dependency on startup.elc
|
|
2003 HAVE_IMAGEMAGICK added for X build.
|
|
2004
|
|
2005 Thu September 25 23:06:44 1997 davidh
|
|
2006
|
|
2007 * xemacs.mak updated to make the build as simple as typing
|
442
|
2008 nmake -f xemacs.mak. Also support for native gui included
|
428
|
2009 which should mean the w32 directory is no longer required.
|
|
2010
|
|
2011 * config.h synced with config.h.in from 20.3-b2
|
|
2012
|
|
2013 * synced in changes to support native gui.
|
|
2014
|
|
2015 Thu September 25 23:06:44 1997 davidh
|
|
2016
|
|
2017 * August Hill provided a patch to xemacs.mak to greatly simplify
|
442
|
2018 the build - the DOC file gets created correctly.
|
428
|
2019
|
|
2020 Tue September 22 23:06:44 1997 davidh
|
|
2021
|
|
2022 * August Hill provided some more patches - to expand ~ correctly
|
|
2023 and to correctly deal with drive letters in the path.
|
|
2024
|
|
2025 * emacs.c patched to call init_ntproc()
|
|
2026
|
|
2027
|
|
2028 Tue July 15 19:32:21 1997 davidh
|
|
2029
|
|
2030 * August Hill provided some more patches to make things better
|
|
2031 - there is a workaround for dired to make the ^M's disappear
|
|
2032 - a patch to fix shell-command
|
|
2033
|
|
2034 Tue July 08 22:01:36 1997 davidh
|
|
2035
|
|
2036 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
|
|
2037 as a result, removed /force - XEmacs now links normally.
|
|
2038
|
|
2039 Thu June 31 21:16:21 1997 davidh
|
|
2040
|
|
2041 * nt/TODO created.
|
|
2042
|
|
2043 * nt/X11.patch created to help with the X build.
|
442
|
2044
|
428
|
2045 * August Hill provided:
|
|
2046 a patch to fix the _WRETCODE undefined symbol,
|
|
2047 a patch to fix a problem with dired
|
|
2048
|
|
2049 and generally helped clarify the build instructions.
|
|
2050
|
|
2051 * Synced with 20.3b10 (Athens).
|
|
2052
|
|
2053 * Made DIRECTORY_SEP be '\\'. Until I can change all code to
|
|
2054 use the macro, I decided this would be easiest.
|
|
2055
|
|
2056 * Modified src/fileio.c to only open files in O_BINARY. This
|
442
|
2057 causes files to be opened and written without automatically
|
428
|
2058 writing ^M 's to the end of each line. MULE ought to sort this
|
|
2059 in theory, but I am less than convinced.
|
|
2060
|
|
2061 * Updated the nt/README to provide a little more help.
|
|
2062
|
|
2063 Thu May 29 23:11:21 1997 davidh
|
|
2064
|
|
2065 * Synced with 20.3b2.
|
|
2066
|
|
2067 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
|
|
2068
|
|
2069 * Updated README from marcpa.
|
|
2070
|
|
2071 * Added example Win32.cf and site.def files for X.
|
|
2072
|
|
2073 * Added sed.exe into nt/.
|
|
2074
|
|
2075 * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
|
|
2076
|
|
2077 * Added extra .elc files to ensure make-docfile gets all symbols.
|
|
2078
|
|
2079 * Modified balloon_help.c to compile (#if'd max definition)
|
|
2080
|
|
2081 * Modified src/event-Xt.c so as not to add signal_event_pipe to
|
|
2082 be selected on - this is a hack until I can work out a better
|
|
2083 way. Thanks to Ben Wing for help on this.
|
|
2084
|
|
2085 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA)
|
|
2086
|
|
2087 * Synced with 20.1b9.
|
|
2088
|
|
2089 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA)
|
|
2090
|
|
2091 * lisp/eterm/README.term is truncated: is it just me (because
|
|
2092 I'm on NT) or everyone else sees this ?
|
|
2093 Answer: it is because it contains a ^Z embedded in it, therefore
|
|
2094 it needs to be inserted in binary mode in CVS.
|
|
2095
|
|
2096 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA)
|
|
2097
|
442
|
2098 * At end of compilation, there are some unresolved symbols:
|
428
|
2099
|
|
2100 link.exe @C:\TEMP\nma00115.
|
|
2101 sysdep.obj : error LNK2001: unresolved external symbol _vfork
|
|
2102 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
|
|
2103 option; image may not run
|
|
2104
|
|
2105
|
|
2106 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA)
|
|
2107
|
|
2108 * Need to copy the nt/inc directory David originally submitted or
|
|
2109 NT code won't compile.
|
|
2110
|
|
2111 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
|
|
2112
|
|
2113 * Had to modify XEmacs sources here and there : see the diffs
|
|
2114 between NT_FIRST_COMPILE and V20_1_beta9.
|
|
2115
|
|
2116 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
|
|
2117 already defined by Windows and is a long, while X wants it to be
|
|
2118 an unsigned char.
|
|
2119
|
|
2120 --- Xmd.h~ Thu Jun 08 23:20:40 1995
|
|
2121 +++ Xmd.h Sun Mar 16 13:09:10 1997
|
|
2122 @@ -150,8 +150,9 @@
|
|
2123 typedef CARD16 BITS16;
|
|
2124 typedef CARD8 BYTE;
|
442
|
2125
|
428
|
2126 +#ifndef WIN32
|
|
2127 typedef CARD8 BOOL;
|
|
2128 -
|
|
2129 +#endif
|
|
2130
|
|
2131 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
|
442
|
2132 properly.
|