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