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