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