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