3317
|
1 2006-03-30 Jerry James <james@xemacs.org>
|
|
2
|
|
3 * configure.ac: Fix for -Kalloca detection, also broken by the
|
|
4 recent autoconf updates. Thanks to Ilya Golubev.
|
|
5
|
3316
|
6 2006-03-30 Jerry James <james@xemacs.org>
|
|
7
|
|
8 * configure.ac: Fix FOR_MSW XPM test, broken by previous update.
|
|
9
|
3312
|
10 2006-03-27 Jerry James <james@xemacs.org>
|
|
11
|
|
12 * aclocal.m4: Updates for autoconf 2.59.
|
|
13 * configure.ac: Ditto. Also, don't bother checking for inttypes.h
|
|
14 and unistd.h explicitly, since AC_HEADER_STDC does that.
|
|
15
|
3309
|
16 2006-03-27 Jerry James <james@xemacs.org>
|
|
17
|
|
18 * configure.ac: Repair ALSA detection.
|
|
19
|
3308
|
20 2006-03-24 Jerry James <james@xemacs.org>
|
|
21
|
|
22 * configure.ac: Autodetect ALSA support and report it if detected.
|
|
23
|
3263
|
24 2006-02-22 Marcus Crestani <crestani@xemacs.org>
|
|
25
|
|
26 * configure.ac: Remove mc-alloc, replace it with newgc, adjust
|
|
27 output and comments.
|
|
28
|
3259
|
29 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
30
|
|
31 * XEmacs 21.5.25 "eggplant" is released.
|
|
32
|
3248
|
33 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
34
|
|
35 * configure.ac (Mule): Mark broken test with ####.
|
|
36
|
|
37 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
38
|
|
39 * configure.ac (Mule): Remove obsolete comment on XIM.
|
|
40
|
3228
|
41 2006-01-30 Vin Shelton <acs@xemacs.org>
|
|
42
|
|
43 * configure.ac: Simplify cygwin include and no-X Xpm handling.
|
|
44 As of cygwin-1.5.19 (if you're using /bin/gcc),
|
|
45 'gcc -print-file-name=libc.a' (effectively) returns '/lib'
|
|
46 instead of '/usr/lib', so we'll use 'gcc -print-search-dirs'
|
|
47 instead.
|
|
48
|
3186
|
49 2005-12-29 Mike Sperber <mike@xemacs.org>
|
|
50
|
|
51 * Makefile.in.in (top-distclean-noconfig): Don't delete
|
|
52 site-packages xemacs-packages mule-packages site-lisp---those are
|
|
53 supposed to stick around.
|
|
54
|
3179
|
55 2005-11-25 Mike Sperber <mike@xemacs.org>
|
|
56
|
|
57 * CHANGES-beta:
|
|
58 * configure.ac: Zap --with-package-prefix; instead, add
|
|
59 --with-user-packages/--with-early-packages,
|
|
60 --with-system-packages/--with-late-packages, and
|
|
61 --with-legacy-packages/--with-last-packages.
|
|
62
|
|
63 2005-12-13 Mike Sperber <mike@xemacs.org>
|
|
64
|
|
65 * configure.ac: Move the checks for the Xft-associated library out
|
|
66 of a conditional.
|
|
67
|
3166
|
68 2005-12-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
69
|
|
70 * configure.ac (Xft): Fix typo preventing report of Xft buffers.
|
|
71 Remove now-irrelevant comments.
|
|
72
|
3161
|
73 2005-12-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
74
|
|
75 * configure.ac: Three typos fixed.
|
|
76
|
3158
|
77 2005-12-13 Mike Sperber <mike@xemacs.org>
|
|
78
|
|
79 * configure.ac: Move the checks for the Xft-associated
|
|
80 library out of a conditional.
|
|
81
|
3150
|
82 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
83
|
|
84 * XEmacs 21.5.24 "dandelion" is released.
|
|
85
|
3149
|
86 2005-12-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
87
|
|
88 * configure.ac (XE_COMPLEX_ARG): Substitute '_' for '-' in default
|
|
89 variable names.
|
|
90
|
3147
|
91 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org>
|
|
92
|
|
93 * configure.ac (XE_EXPAND_COMPLEX_OPTION):
|
|
94 * configure.ac (XE_INIT_COMPLEX_OPTION):
|
|
95 * configure.ac (XE_PARSE_COMPLEX_OPTION):
|
|
96 * configure.ac (XE_COMPLEX_ARG):
|
|
97 With the help of Stephen Turnbull rewrote the option processing to
|
|
98 give more consistent under the various combinations of all, none,
|
|
99 no, yes, --without, --with, etc that can occur.
|
|
100
|
3102
|
101 2005-11-27 Marcus Crestani <crestani@xemacs.org>
|
|
102
|
|
103 * configure.ac: Remove vdb-fake warning, die if POSIX checks fail.
|
|
104
|
3098
|
105 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
106
|
|
107 * configure.ac (XE_COMPLEX_ARG[xft]): Default everything off;
|
|
108 change doc.
|
|
109
|
3097
|
110 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
111
|
|
112 * configure.ac (XE_COMPLEX_ARG[xft]): Remove merge detritus and
|
|
113 regenerate configure to fix syntax error.
|
|
114
|
3094
|
115 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
116
|
|
117 Merge Xft.
|
|
118
|
|
119 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org>
|
|
120
|
|
121 * configure.ac: Correct the filename of the old copy of configure.
|
|
122
|
|
123 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org>
|
|
124
|
|
125 * config.guess:
|
|
126 * config.sub: Sync with the latest upstream versions.
|
|
127 * configure.ac: Use --verbose for --extra-verbose. Better
|
|
128 quoting of arguments. Internal shell vars statr with '_' to avoid
|
|
129 name clashes. Pick up the latest changes to configure.in.
|
|
130 Improve the testing of Athena 3d widgets.
|
|
131
|
|
132 2005-02-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
133
|
|
134 * configure.ac (athena): Spells as 3d, not xaw3d, in declaration.
|
|
135 (sound): quickfix: AC_DEFINE, not AC_DEFINE_UNQUOTED, at top level.
|
|
136
|
|
137 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
138
|
|
139 * configure.ac (XE_EXPAND_COMPLEX_OPTION): Use same name in comment.
|
|
140 (XEmacs keyword option support):
|
|
141 (XEmacs complex option support):
|
|
142 Move long header comments to internals.texi(The configure Script).
|
|
143
|
|
144 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
145
|
|
146 * configure.ac: Trap --with-style flags, now --enable.
|
|
147
|
|
148 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
149
|
|
150 * configure.ac (Autodetect native sound):
|
|
151 Handle NetBSD per Aidan's patch.
|
|
152
|
|
153 2005-02-11 Malcolm Purvis <malcolmp@xemacs.org>
|
|
154
|
|
155 * configure.ac: Added keyword option support. Converted database,
|
|
156 sound, athena, xim, bignum, error-checking, menubars, scrollbars,
|
|
157 dialogs and widgets command line arguments to use keyword option
|
|
158 and complex option macros.
|
|
159
|
|
160 2005-02-09 Malcolm Purvis <malcolmp@xemacs.org>
|
|
161
|
|
162 * configure.ac (XE_COMPLEX_OPTION):
|
|
163 * configure.ac (XE_COMPLEX_OPTION_HELP_STRING):
|
|
164 * configure.ac (XE_COMPLEX_ARG_WITH):
|
|
165 * configure.ac (XE_COMPLEX_ARG_ENABLE):
|
|
166 Rewritten complex option support with a simpler API and support
|
|
167 for --enable as well a --with.
|
|
168
|
|
169 2005-02-02 Malcolm Purvis <malcolmp@xemacs.org>
|
|
170
|
|
171 * configure.ac Align with the current mainline version of
|
|
172 configure.in.
|
|
173
|
|
174 2005-02-01 Stephen J. Turnbull <stephen@xemacs.org>
|
|
175
|
|
176 * configure.ac (Xrender, fontconfig, and Xft):
|
|
177 Check /usr/include/freetype2.
|
|
178
|
|
179 2005-01-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
180
|
|
181 * configure.ac (AC_COPYRIGHT): Update.
|
|
182 (progname): Restore and improve documentation.
|
|
183
|
|
184 (XE_INIT_COMPLEX_OPTION):
|
|
185 (XE_APPEND_COMPLEX_OPTION_DEFAULT):
|
|
186 (XE_PARSE_COMPLEX_OPTION):
|
|
187 (XE_CLEANUP_COMPLEX_OPTION):
|
|
188 (XE_COMPLEX_OPTION_HELP_STRING): Support complex options.
|
|
189 (--with-xft): Add Xft support using the complex option support.
|
|
190
|
|
191 (--with-xface):
|
|
192 (--with-zlib):
|
|
193 (--with-xmu):
|
|
194 (--with-purify):
|
|
195 (--with-quantify):
|
|
196 (--with-toolbars):
|
|
197 (--with-tty):
|
|
198 (--with-xfs):
|
|
199 (--with-canna):
|
|
200 (--with-wnn):
|
|
201 (--with-wnn6):
|
|
202 (--with-ldap):
|
|
203 (--with-postgresql):
|
|
204 (--with-infodock):
|
|
205 (--with-native-sound-lib):
|
|
206 (--with-netinstall):
|
|
207 (--with-site-includes):
|
|
208 (--with-site-libraries):
|
|
209 (--with-site-prefixes):
|
|
210 (--with-package-prefix):
|
|
211 (--with-package-path):
|
|
212 (--enable-external-widget):
|
|
213 (--enable-kkcc):
|
|
214 (--enable-union-type):
|
|
215 (--enable-pdump):
|
|
216 (--enable-debug):
|
|
217 (--enable-memory-usage-stats):
|
|
218 (--enable-error-checking):
|
|
219 (--with-rel-alloc):
|
|
220 (--with-dlmalloc):
|
|
221 (--with-debug-malloc):
|
|
222 (--with-system-malloc):
|
|
223 Improve (including add) help strings.
|
|
224
|
|
225 (--with-athena):
|
|
226 (--with-xim):
|
|
227 (--with-mail-locking):
|
|
228 (--enable-bignum):
|
|
229 (--enable-menubars):
|
|
230 (--enable-scrollbars):
|
|
231 (--enable-dialogs):
|
|
232 (--enable-widgets):
|
|
233 Fix `eval "$FEATURE=\"$val\"" bug.
|
|
234
|
|
235 2005-01-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
236
|
|
237 * INSTALL (CONFIGURATION OPTIONS):
|
|
238 Insert Malcolm's notes on autoconf 2.59 support.
|
|
239
|
|
240 2005-01-04 Malcolm Purvis <malcolmp@xemacs.org>
|
|
241
|
|
242 * aclocal.m4: Changes to support autoconf 2.59
|
|
243 * config.guess:
|
|
244 * config.sub: Upgraded to the version in from automake 1.9
|
|
245 * configure.ac: Rewritten for autoconf 2.59 support.
|
|
246
|
|
247 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
248
|
|
249 * configure.usage: Various minor improvements.
|
|
250
|
|
251 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
252
|
|
253 * configure.in: Update FSF's copyright. Support --with-xft=LIST
|
|
254 syntax. Try to find a directory containing freetype/ftheader.h.
|
|
255
|
|
256 * configure.usage (--with-xft): Update.
|
|
257
|
|
258 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
259
|
|
260 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and
|
|
261 Mathias Neuebaur, and other contributors.
|
|
262
|
|
263 * configure.in:
|
|
264 * configure.usage:
|
|
265 Implement and document switches for configuring Xft.
|
|
266
|
3092
|
267 2005-11-21 Marcus Crestani <crestani@xemacs.org>
|
|
268
|
|
269 Incremental Garbage Collector
|
|
270
|
|
271 * configure.ac: Add newgc option; if newgc, turn on kkcc and
|
|
272 mc-alloc. Add checks for write barrier, determine which write
|
|
273 barrier to use. Add vdb option to override write barrier
|
|
274 auto-detection. Generate .gdbinit and .dbxrc.
|
|
275
|
3083
|
276 2005-11-22 Ben Wing <ben@xemacs.org>
|
|
277
|
|
278 * dynodump/Makefile.in.in (mostlyclean):
|
|
279 Ignore errors from rm during clean.
|
|
280
|
|
281 2005-11-22 Ben Wing <ben@xemacs.org>
|
|
282
|
|
283 * Makefile.in.in (top-mostlyclean):
|
|
284 * Makefile.in.in (top-clean):
|
|
285 * Makefile.in.in (top-distclean-noconfig):
|
|
286 * Makefile.in.in (top-distclean):
|
|
287 * Makefile.in.in (top-realclean-noconfig):
|
|
288 * Makefile.in.in (top-extraclean-noconfig):
|
|
289 * Makefile.in.in (TAGS tags):
|
|
290 Ignore errors from rm during clean, to prevent problems trying to
|
|
291 remove lock/CVS.
|
|
292
|
3074
|
293 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
|
|
294
|
|
295 * Makefile.in.in: Install PROBLEMS into .../etc
|
|
296 * PROBLEMS: Update description of MacOS X stack size limit.
|
|
297
|
3073
|
298 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
|
|
299
|
|
300 * configure.ac : Reorganised the option list so that the help
|
|
301 output looks like configure.usage from 21.4
|
|
302
|
3072
|
303 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
304
|
|
305 * configure.ac (checks for typedefs): TODO comment.
|
|
306
|
3062
|
307 2005-11-13 Ben Wing <ben@xemacs.org>
|
|
308
|
|
309 * dynodump/Makefile.in.in:
|
|
310 * dynodump/Makefile.in.in (.PHONY):
|
|
311 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
|
|
312 Do some refactoring for cleanliness.
|
|
313
|
|
314 2005-11-13 Ben Wing <ben@xemacs.org>
|
|
315
|
|
316 * Makefile.in.in:
|
|
317 * Makefile.in.in (beta):
|
|
318 * Makefile.in.in (FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean FRC.extraclean FRC.tags):
|
|
319 * Makefile.in.in (.PHONY):
|
|
320 * Makefile.in.in (top-mostlyclean):
|
|
321 * Makefile.in.in (mostlyclean):
|
|
322 * Makefile.in.in (top-clean):
|
|
323 * Makefile.in.in (clean):
|
|
324 * Makefile.in.in (distclean):
|
|
325 * Makefile.in.in (realclean):
|
|
326 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
|
|
327 *-noconfig targets are like the base targets they're based off of, but
|
|
328 don't delete Makefiles and certain other files needed to rebuild the
|
|
329 Makefiles as necessary. Refactor things to be more consistent.
|
|
330 Top-level `elcclean' is an alias for `realclean-noconfig' and is used
|
|
331 by target `beta'. `realclean-noconfig' (and, by extension, `realclean'
|
|
332 and `extraclean') remove the .elc files.
|
|
333
|
3060
|
334 2005-11-13 Ben Wing <ben@xemacs.org>
|
|
335
|
|
336 * configure.ac (win32 native sound):
|
|
337 Dependent on operating system, not on window system.
|
|
338
|
3050
|
339 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
340
|
|
341 * configure.ac (AC_INIT): Use it correctly.
|
|
342
|
|
343 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
344
|
|
345 * configure.ac (PostgreSQL): Check for link against SSL+crypto.
|
|
346
|
|
347 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
348
|
|
349 * INSTALL: Add map from old options as appendix.
|
|
350
|
|
351 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
352
|
|
353 * INSTALL: Various minor improvements.
|
|
354
|
3031
|
355 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
356
|
|
357 * XEmacs 21.5.23 "daikon" is released.
|
|
358
|
3019
|
359 2005-10-25 Malcolm Purvis <malcolmp@xemacs.org>
|
|
360
|
|
361 * configure.ac: Prefer Xaw to Motif on Linux, Mac and BSD. From
|
|
362 21.4.
|
|
363 * configure.ac (XE_PARSE_COMPLEX_OPTION): Remove debugging.
|
|
364 Fix broken --with-<complex>=no.
|
|
365
|
3018
|
366 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org>
|
|
367
|
|
368 * INSTALL: Reflect changes in the configure options. Update MacOS
|
|
369 X X11 installation instructions to reflect the changes in recent
|
|
370 OS releases.
|
|
371
|
3003
|
372 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org>
|
|
373
|
|
374 * configure.ac: Added XE_MERGED_ARG to alias all local --enable
|
|
375 and --with options. Configure can only be built with autoconf
|
|
376 2.59. Prevent many unwanted blank lines from appearing in
|
|
377 configure.
|
|
378
|
2992
|
379 2005-10-13 Ben Wing <ben@xemacs.org>
|
|
380
|
|
381 * configure.ac (XE_COMPLEX_ARG_ENABLE):
|
|
382 Break lines.
|
|
383 * configure.ac (TAB):
|
|
384 Rewrite optimization help to be accurate. Setting
|
|
385 `--with-cflags-optimization=""' will now unilaterally turn off
|
|
386 optimization; setting it to something non-null unilaterally turns it
|
|
387 on.
|
|
388
|
2973
|
389 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
390
|
|
391 * configure.ac (Canna): Configure as module if appropriate.
|
|
392
|
|
393 * Makefile.in.in (modules/canna): Add dependency on lib-src (ellcc).
|
|
394
|
2940
|
395 2005-09-18 Mike Alexander <mta@arbortext.com>
|
|
396
|
|
397 * configure.ac: Fix the cygwin, non-X build by adding XPM header
|
|
398 and library files to XE_CFLAGS. Patch from Rick Rankin.
|
|
399
|
2938
|
400 2005-09-17 Malcolm Purvis <malcolmp@xemacs.org>
|
|
401
|
|
402 * configure.in: Replace with warning to use autoconf 2.59.
|
|
403 * configure.ac: Removed warning about the use of autoconf 2.59.
|
|
404
|
2931
|
405 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
406
|
|
407 * XEmacs 21.5.22 "cucumber" is released.
|
|
408
|
2867
|
409 2005-07-20 Didier Verna <didier@xemacs.org>
|
|
410
|
|
411 * CHANGES-beta: Remove the face aliasing feature announcement.
|
|
412
|
2865
|
413 2005-07-19 Didier Verna <didier@xemacs.org>
|
|
414
|
|
415 * CHANGES-beta: Announce the face aliasing feature.
|
|
416
|
2791
|
417 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
418
|
|
419 * XEmacs 21.5.21 "corn" is released.
|
|
420
|
2790
|
421 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
422
|
|
423 * configure.ac: Explain how to turn off KKCC, too.
|
|
424
|
|
425 2005-05-19 Marcus Crestani <crestani@xemacs.org>
|
|
426
|
|
427 * configure:
|
|
428 * configure.ac: Enable new allocator and KKCC by default.
|
|
429
|
|
430 2005-05-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
431
|
|
432 * CHANGES-beta: Update for release.
|
|
433
|
2741
|
434 2005-04-22 Malcolm Purvis <malcolmp@xemacs.org>
|
|
435
|
|
436 * configure.ac: Make srcdir absolute before calling
|
|
437 AC_CONFIG_AUX_DIR_DEFAULT, include X headers for shape.h,
|
|
438 terminate checking lines when testing for dynamic libraries.
|
|
439 * configure: Regenerated.
|
|
440
|
2720
|
441 2005-04-01 Marcus Crestani <crestani@xemacs.org>
|
|
442
|
|
443 The new allocator.
|
|
444
|
|
445 New configure flag: `MC_ALLOC':
|
|
446
|
|
447 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add `--enable-mc-alloc' as
|
|
448 a new configure flag.
|
|
449 * configure.in (AC_INIT_PARSE_ARGS): Add `--mc-alloc' as a new
|
|
450 configure flag.
|
|
451 * configure.usage: Add description for `mc-alloc'.
|
|
452
|
|
453 DUMP_IN_EXEC:
|
|
454
|
|
455 * Makefile.in.in: Condition the installation of a separate dump
|
|
456 file on !DUMP_ON_EXEC.
|
|
457 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add
|
|
458 `--enable-dump-in-exec' as a new configure flag.
|
|
459 * configure.ac: DUMP_IN_EXEC is define as default for PDUMP but
|
|
460 not default for MC_ALLOC.
|
|
461 * configure.in (AC_INIT_PARSE_ARGS): Add `--dump-in-exec' as a
|
|
462 new configure flag.
|
|
463 * configure.in: DUMP_IN_EXEC is define as default for PDUMP but
|
|
464 not default for MC_ALLOC.
|
|
465 * configure.usage: Add description for `dump-in-exec'.
|
|
466
|
2705
|
467 2005-03-31 Jerry James <james@xemacs.org>
|
|
468
|
|
469 * configure.ac: Aidan's 2005-03-30 patch, but against
|
|
470 configure.ac.
|
|
471
|
2701
|
472 2005-03-30 Aidan Kehoe <kehoea@parhasard.net>
|
|
473
|
|
474 * configure: #include <X11/Intrinsic.h.> -> #include
|
2865
|
475 <X11/Intrinsic.h>, thank you Robert Delius Royar.
|
|
476
|
2694
|
477 2005-03-15 Jerry James <james@xemacs.org>
|
|
478
|
|
479 * configure.ac: Include <X11/Intrinsic.h> when checking for
|
|
480 <Xaw/XawInit.h> usability.
|
|
481
|
2692
|
482 2005-03-23 Vin Shelton <acs@xemacs.org>
|
|
483
|
|
484 * configure.in: Remove -fno-gnu-linker option from Solaris
|
|
485 dynodump builds; it doesn't do anything.
|
|
486
|
|
487 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
|
|
488 platforms.
|
|
489
|
2680
|
490 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
|
|
491
|
2865
|
492 * configure: Regenerate.
|
2680
|
493 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION
|
2865
|
494 in various docstrings and error messages.
|
2680
|
495
|
2667
|
496 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
497
|
|
498 * configure.ac (--with-cflags-optimization):
|
|
499 (--with-cflags-debugging):
|
|
500 If the user specifies them, use them, and don't make her beg.
|
|
501 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB.
|
|
502
|
|
503 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org>
|
|
504
|
2865
|
505 * configure.ac: Fix problems with OpenBSD /bin/sh.
|
2667
|
506
|
2663
|
507 2005-03-13 Aidan Kehoe <kehoea@parhasard.net>
|
|
508
|
|
509 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when
|
|
510 working out whether to link against libossaudio.so on NetBSD.
|
|
511
|
2653
|
512 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
|
|
513
|
|
514 * XEmacs 21.5.20 "cilantro" is released.
|
|
515
|
2651
|
516 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org>
|
|
517
|
|
518 * .cvsignore: Added autom4te.cache.
|
|
519 * aclocal.m4: Changes to support autoconf 2.59
|
|
520 * config.guess:
|
|
521 * config.sub: Upgraded to the latest upstream version
|
|
522 * configure.ac: Rewritten for autoconf 2.59 support.
|
|
523
|
2648
|
524 2005-03-06 Malcolm Purvis <malcolmp@xemacs.org>
|
|
525
|
|
526 * INSTALL:
|
|
527 * PROBLEMS: Change configure arguments to the new autoconf 2.5
|
|
528 style configure.
|
|
529
|
2625
|
530 2005-03-01 Aidan Kehoe <kehoea@parhasard.net>
|
|
531
|
2865
|
532 * configure: Regenerated.
|
2625
|
533 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of
|
2628
|
534 XtRegisterDrawable.
|
2625
|
535
|
2609
|
536 2005-02-22 Adrian Aichner <adrian@xemacs.org>
|
|
537
|
|
538 * info/dir: Update to content generated by Info-rebuild-dir.
|
|
539
|
2602
|
540 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
541
|
|
542 * version.sh (XEMACS_RELEASE_DATE): New version info variable.
|
|
543
|
3094
|
544 * configure.in (XEMACS_RELEASE_DATE):
|
|
545 * configure.ac (XEMACS_RELEASE_DATE):
|
|
546 Use it.
|
|
547
|
|
548 * configure.ac (sound):
|
|
549 AC_DEFINE_UNQUOTED seems OK, if it's not m4-quoted.
|
2602
|
550
|
2594
|
551 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
552
|
|
553 * XEmacs 21.5.19 "chives" is released.
|
|
554
|
2593
|
555 2005-02-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
556
|
|
557 * CHANGES-beta: Update.
|
|
558
|
2564
|
559 2005-02-03 Ben Wing <ben@xemacs.org>
|
|
560
|
|
561 * BUGS, README.packages: Delete, incorporate into FAQ.
|
|
562 * README: Incorporate into FAQ. Delete everything but text
|
|
563 pointing to FAQ.
|
|
564
|
2553
|
565 2005-02-03 Jerry James <james@xemacs.org>
|
|
566
|
|
567 * configure.in: g++ 3.4.2 doesn't like -Wmissing-prototypes or
|
|
568 -Wstrict-prototypes.
|
|
569
|
2536
|
570 2005-01-31 Ben Wing <ben@xemacs.org>
|
|
571
|
|
572 * GETTING.GNU.SOFTWARE: Delete.
|
|
573 * Makefile.in.in (SOURCES):
|
|
574 Delete GETTING.GNU.SOFTWARE from SOURCES.
|
|
575 * PROBLEMS:
|
|
576 Delete reference to check_cygwin_setup.sh.
|
|
577
|
2512
|
578 2005-01-26 Ben Wing <ben@xemacs.org>
|
|
579
|
|
580 * configure.in (AC_INIT_PARSE_ARGS):
|
|
581 * configure.in (CANONICALIZE_PATH):
|
|
582 * configure.in (TAB):
|
|
583 * configure.usage:
|
|
584 Add --with-optimization, cflags-optimization,
|
|
585 cflags-debugging. Separate out optimization and debugging arguments.
|
|
586 Document.
|
|
587
|
2491
|
588 2005-01-21 Aidan Kehoe <kehoea@parhasard.net>
|
|
589
|
|
590 * configure:
|
2865
|
591 * configure.in (XE_COMPUTE_RUNPATH):
|
2491
|
592 NetBSD can use Linux's sound API, but it needs an extra library at
|
|
593 link time to do so.
|
|
594
|
2427
|
595 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org>
|
|
596
|
|
597 * INSTALL: A POSIX compatible Make is no longer required for builds.
|
|
598 * Makefile.in.in (RECURSIVE_MAKE): Removed.
|
|
599 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
|
|
600 * configure.in (RECURSIVE_MAKE): Removed.
|
|
601 * configure.in (RECURSIVE_MAKE_ARGS): New.
|
|
602 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
|
|
603 other parameters. This allows -j to work in GNU Make while
|
|
604 removing need for POSIX compatible make on all systems.
|
|
605
|
2420
|
606 2004-12-05 Ben Wing <ben@xemacs.org>
|
|
607
|
|
608 * README.packages:
|
|
609 Fix error in specifying standard package location.
|
|
610 Document --package-prefix.
|
|
611
|
2416
|
612 2004-12-05 Ben Wing <ben@xemacs.org>
|
|
613
|
|
614 * configure.usage:
|
|
615 * configure.in (AC_INIT_PARSE_ARGS):
|
|
616 * configure.in (TAB):
|
|
617 * configure.in (XE_COMPUTE_RUNPATH):
|
|
618 * configure:
|
|
619 Support --package-prefix and mmdf and pop arguments to --mail-locking.
|
|
620 Document in configure.usage.
|
|
621
|
2389
|
622 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
|
|
623
|
|
624 * configure:
|
|
625 * configure.in: Make pdump default for Cygwin.
|
|
626
|
2388
|
627 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
|
|
628
|
|
629 * Makefile.in.in (install-arch-dep): Fix installation for Cygwin.
|
|
630
|
2367
|
631 2004-10-26 Ben Wing <ben@xemacs.org>
|
|
632
|
|
633 * configure.in (AC_INIT_NOTICE):
|
|
634 * configure.in (TAB):
|
|
635 * configure.in (XE_COMPUTE_RUNPATH):
|
|
636 Turn off -Winline and -Wchar-subscripts.
|
|
637 Use the right set of cflags when compiling modules.
|
|
638 Rewrite ldap configuration to separate the inclusion of lber
|
|
639 (needed in recent Cygwin) from the basic checks for the
|
|
640 needed libraries.
|
|
641 add a function for MAKE_JUNK_C; initially code was added to
|
|
642 generate xemacs.def using this, but it will need to be rewritten.
|
|
643 add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto
|
|
644 an existing file.
|
|
645 Sort list of auto-detected functions and eliminate unused checks for
|
|
646 stpcpy, setlocale and getwd.
|
|
647 Add autodetection of Cygwin scanf problems
|
|
648
|
2346
|
649 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
650
|
|
651 * XEmacs 21.5.18 "chestnut" is released.
|
|
652
|
2345
|
653 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
654
|
|
655 * CHANGES-beta: Update for release.
|
|
656
|
2315
|
657 2004-09-29 Jerry James <james@xemacs.org>
|
|
658
|
|
659 * configure.in: Don't use -Wunused-parameter with g++.
|
|
660
|
2300
|
661 2004-09-21 Malcolm Purvis <malcolmp@xemacs.org>
|
|
662
|
|
663 * configure.in: Unused parameter and variables warnings are GCC 3
|
|
664 or greater.
|
|
665
|
2286
|
666 2004-09-14 Jerry James <james@xemacs.org>
|
|
667
|
|
668 * configure.in (TAB): Add unused parameter and variables warnings
|
|
669 to gcc CFLAGS.
|
|
670
|
2283
|
671 2004-09-20 Jerry James <james@xemacs.org>
|
|
672
|
|
673 * INSTALL: Update Canna description to reflect recent changes.
|
|
674
|
2263
|
675 2004-09-11 Malcolm Purvis <malcolmp@xemacs.org>
|
|
676
|
|
677 * configure.in Check for sys/resource.h, sys/vlimit.h, getrlimit()
|
|
678 and vlimit().
|
|
679
|
2259
|
680 2004-09-10 Malcolm Purvis <malcolmp@xemacs.org>
|
|
681
|
|
682 * INSTALL: A POSIX compatible Make is required for builds.
|
|
683 * Makefile.in.in: Enable support for parallel builds.
|
|
684
|
2216
|
685 2004-08-12 "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net>
|
|
686
|
|
687 * config.guess: Identify PlayStation2.
|
|
688
|
2131
|
689 2004-06-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
690
|
|
691 * configure.in: Character classes in globs don't work, die when
|
|
692 GTK is mixed with other toolkits, protect comma in quoted message.
|
|
693
|
2128
|
694 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
695
|
|
696 * configure.in (Autodetection of Gdk libraries and includes):
|
|
697 Don't allow mixing of GTK with other toolkits.
|
|
698
|
|
699 2004-06-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
700
|
|
701 * configure.in: Improve style of WARNINGs.
|
|
702
|
|
703 2004-05-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
704
|
|
705 * configure.in (HAVE_GPM): Die if GPM requested but not found.
|
|
706
|
2079
|
707 2004-05-10 Jerry James <james@xemacs.org>
|
|
708
|
|
709 * aclocal.m4: Typo fix.
|
|
710 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and
|
|
711 LTDL; unify the OS-specific checks into a case statement.
|
|
712
|
2050
|
713 2004-04-30 Jerry James <james@xemacs.org>
|
|
714
|
|
715 * configure.in: Turn ICC warning 147 into an error to get a good
|
|
716 XRegisterIMInstantiateCallback prototype.
|
|
717
|
2048
|
718 2004-04-28 Jerry James <james@xemacs.org>
|
|
719
|
|
720 * configure.in: Get version information for both icc and icpc.
|
|
721
|
2029
|
722 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
723
|
|
724 * configure.in (GTK setup): Warn if other toolkits requested.
|
|
725
|
|
726 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
727
|
|
728 * configure.in (Compiler feature macros): Kaarthik Sivakumar says
|
|
729 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least.
|
|
730
|
|
731 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
732
|
|
733 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB.
|
|
734
|
2016
|
735 2003-12-07 Olivier Galibert <galibert@pobox.com>
|
|
736
|
|
737 * Makefile.in.in: Don't install the dmp file when it's in the
|
|
738 executable.
|
|
739
|
2009
|
740 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net>
|
|
741
|
|
742 * configure.in: Check for libmp dependencies before checking for
|
|
743 the existence of the move function.
|
|
744
|
2006
|
745 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
746
|
|
747 * configure.in (src/Makefile): No longer include a special linker
|
|
748 script for PowerPC Linux. Thanks to Stefan Bruda for reporting
|
|
749 this bug.
|
|
750
|
1998
|
751 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
752
|
|
753 * configure.in (Compiler-specific hacks): Restore warning flags
|
|
754 for XEMACS_CC if gcc. Report warning flags at compute time.
|
|
755
|
1997
|
756 2004-04-07 Jerry James <james@xemacs.org>
|
|
757
|
|
758 * configure.in: FreeBSD MP needs -lcrypto.
|
|
759
|
1989
|
760 2004-04-06 Jerry James <james@xemacs.org>
|
|
761
|
|
762 * configure.in: Change test -e to test -r for portability.
|
|
763
|
1985
|
764 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
765
|
|
766 * configure.in (use_number_lib): Accepts no to disable bignums.
|
|
767 * configure.usage: Document the "no" value.
|
|
768
|
1984
|
769 2004-04-05 Jerry James <james@xemacs.org>
|
|
770
|
|
771 * configure.in (use_number_lib): New. Values are "gmp" or "mp".
|
|
772 * configure.in: Use it. Report it. Check for size of a double.
|
|
773 * configure.usage: Tell how to use use-number-lib.
|
|
774
|
1964
|
775 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
776
|
|
777 * XEmacs 21.5.17 "chayote" is released.
|
|
778
|
1955
|
779 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
780
|
|
781 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE
|
|
782 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to
|
|
783 500 since apparently we'll use it if available.
|
|
784
|
|
785 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
786
|
|
787 * configure.in (libc detection): Fix progress message.
|
|
788
|
1922
|
789 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
790
|
|
791 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to
|
|
792 CFLAGS. Thanks to Jerry James for reporting the bug.
|
|
793
|
1916
|
794 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
795
|
|
796 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'.
|
1922
|
797 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for
|
|
798 the more elegant fix.
|
1916
|
799
|
1889
|
800 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
801
|
|
802 * configure.in: Use XE_CFLAGS for XEMACS_CC.
|
|
803 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only).
|
|
804 Various comment fixups.
|
|
805 Delete dead code for finding srcdir.
|
|
806
|
|
807 * Makefile.in.in (clean): Force deletion of generated Lisp load files.
|
|
808
|
|
809 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
810
|
|
811 * configure.in: Report cc and libc version info. Detection code
|
|
812 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian.
|
|
813
|
1871
|
814 2004-01-20 Jerry James <james@xemacs.org>
|
|
815
|
|
816 * configure.in: The icc compiler pretends to be gcc. It isn't.
|
|
817
|
1800
|
818 2003-11-18 Jerry James <james@xemacs.org>
|
|
819
|
|
820 * configure.in: Check for the typeof extension.
|
|
821
|
1756
|
822 2003-10-15 Jerry James <james@xemacs.org>
|
|
823
|
|
824 * aclocal.m4: Add icc (Intel compiler) support.
|
|
825 * configure.in: Ditto.
|
|
826
|
1740
|
827 2003-10-11 Jerry James <james@xemacs.org>
|
|
828
|
|
829 * configure.in: installexe.sh is under srcdir, not blddir.
|
|
830
|
1716
|
831 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
832
|
|
833 * XEmacs 21.5.16 "celeriac" is released.
|
|
834
|
1707
|
835 2003-09-21 Jerry James <james@xemacs.org>
|
|
836
|
|
837 * configure.in: Remove detection of GNU DLD.
|
|
838 * configure: Regenerate.
|
|
839
|
1697
|
840 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu>
|
|
841
|
|
842 * PROBLEMS: Propose bash as an alternative to buggy Solaris
|
|
843 /bin/sh.
|
|
844
|
1696
|
845 2003-09-20 Steve Youngs <youngs@xemacs.org>
|
|
846
|
|
847 * configure: Re-generate after Martin's configure.in patch.
|
|
848
|
|
849 2003-09-20 Martin Buchholz <martin@xemacs.org>
|
|
850
|
|
851 * configure.in: XEmacs failed to build on Solaris9.
|
|
852 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
|
|
853 therein.
|
|
854
|
1692
|
855 2003-09-18 Steve Youngs <youngs@xemacs.org>
|
|
856
|
|
857 * configure: Re-generate after Martin's configure.in patch.
|
|
858
|
|
859 2003-09-13 Martin Buchholz <martin@xemacs.org>
|
|
860
|
|
861 * configure.in (OS_RELEASE): Add support for SunOS 5.10.
|
|
862 On current OSes produced by Sun, `uname -r' prints "5.9".
|
|
863 It seems likely that on future OSes, `uname -r' will print "5.10".
|
|
864 We need to accept multi-digit release numbers.
|
|
865
|
1678
|
866 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
867
|
|
868 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the
|
|
869 ability to build shared libraries, but use -bundle_loader in
|
|
870 ellcc. Properly handle other flags for MacOS X.
|
2865
|
871
|
1665
|
872 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
873
|
|
874 * XEmacs 21.5.15 "celery" is released.
|
|
875
|
1651
|
876 2003-08-28 Jerry James <james@xemacs.org>
|
|
877
|
|
878 * configure.in: Link modules with -lstdc++ if g++ is used.
|
|
879
|
1648
|
880 2003-08-28 Steve Youngs <youngs@xemacs.org>
|
|
881
|
|
882 * README.packages: Update.
|
|
883
|
1633
|
884 2003-08-18 Jerry James <james@xemacs.org>
|
|
885
|
|
886 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def.
|
|
887 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched.
|
|
888 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin.
|
|
889 * aclocal.m4 (cygwin_warn): Removed.
|
|
890 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in.
|
|
891
|
1617
|
892 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
893
|
|
894 * configure.usage (Window System): `lucid' option often means `Motif'.
|
|
895
|
1546
|
896 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org>
|
|
897
|
|
898 * configure.usage (--cflags-warning): Change underscore to hyphen.
|
|
899
|
1510
|
900 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
901
|
|
902 * XEmacs 21.5.14 "cassava" is released.
|
|
903
|
1491
|
904 2003-05-20 Jerry James <james@xemacs.org>
|
|
905
|
|
906 * configure.in: Add src to MAKE_SUBDIR early for module builds for
|
|
907 MacOSX and Windows; thanks to Andrew Begel. Set module makefile
|
|
908 variables appropriately if --with-modules=no is specified.
|
|
909
|
|
910 * configure: Regenerate.
|
|
911
|
1473
|
912 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
913
|
|
914 * XEmacs 21.5.13 "cauliflower" is released.
|
|
915
|
1470
|
916 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
917
|
|
918 * Revert this patch:
|
|
919 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
920
|
|
921 * configure.in: Move module detection to after src/ is added to
|
|
922 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
923 already be built.
|
|
924 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
925 MacOS X.
|
|
926 It was stopping certain libs from making their way into the
|
2865
|
927 Makefiles.
|
1470
|
928
|
|
929 * configure: Regenerate.
|
|
930
|
1464
|
931 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
932
|
|
933 * configure.in: Revert Steve Youngs's patch, and set default for
|
|
934 ESD in the Defaults section. Improve comments.
|
|
935
|
|
936 * configure: Regenerate.
|
|
937
|
1462
|
938 2003-05-07 Steve Youngs <youngs@xemacs.org>
|
|
939
|
|
940 * configure.in: Default ESD sound to off.
|
|
941
|
|
942 * configure.usage (--with-sound): Document ESD defaulting to off.
|
|
943
|
|
944 * configure: Regenerate.
|
|
945
|
1457
|
946 2003-05-05 Steve Youngs <youngs@xemacs.org>
|
|
947
|
|
948 * CHANGES.beta: Update.
|
|
949
|
1454
|
950 2003-05-04 Steve Youngs <youngs@xemacs.org>
|
|
951
|
|
952 * configure: Regenerate.
|
|
953
|
|
954 2003-05-04 Martin Buchholz <martin@xemacs.org>
|
|
955
|
|
956 * configure.in: Don't look for Motif if it's already present in
|
|
957 $x_includes and $x_libraries.
|
|
958
|
1452
|
959 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
960
|
|
961 * configure.in: Move module detection to after src/ is added to
|
|
962 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
963 already be built.
|
|
964 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
965 MacOS X.
|
|
966
|
1442
|
967 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
968
|
|
969 * configure.in (darwin): Collect random kludges in one place.
|
|
970 (cygwin): Check for intptr_t in <sys/types.h>.
|
|
971 (Berkeley db): Handle 4.1 functions decorated with version info.
|
|
972
|
1441
|
973 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
974
|
|
975 * PROBLEMS (Windows): New: auxiliary programs for Windows.
|
|
976
|
|
977 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
978
|
|
979 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
|
|
980 Patch by Martin Buchholz <martin@xemacs.org>.
|
|
981 <15410.44105.753590.169241@gargle.gargle.HOWL>
|
|
982
|
1431
|
983 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
984
|
|
985 * XEmacs 21.5.12 "carrot" is released.
|
|
986
|
1427
|
987 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
988
|
|
989 * configure.in: Fix for building on openbsd.
|
|
990 From Gregory Steuck <greg@nest.cx>
|
|
991
|
|
992 * configure: Regenerate
|
|
993
|
1389
|
994 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
995
|
|
996 * PROBLEMS: Global substitution of .Xresources for .Xdefaults.
|
|
997
|
1384
|
998 2003-03-25 Jerry James <james@eecs.ku.edu>
|
|
999
|
|
1000 * configure.in: Add Andrew Begel's shared library support for
|
|
1001 MacOS X.
|
|
1002
|
1375
|
1003 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1004
|
|
1005 * INSTALL: Give location of Darwin X11 downloads.
|
|
1006
|
1349
|
1007 2003-02-09 Ville Skyttä <scop@xemacs.org>
|
|
1008
|
|
1009 * configure: Remove pkgdir and all references to it (unused).
|
|
1010 * configure.in: Ditto.
|
|
1011 * Makefile.in.in: Ditto.
|
|
1012
|
1338
|
1013 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1014
|
|
1015 * INSTALL: Reorganize, synch to configure.usage.
|
|
1016
|
1332
|
1017 2003-03-01 Ben Wing <ben@xemacs.org>
|
|
1018
|
|
1019 * PROBLEMS:
|
|
1020 * PROBLEMS (Note):
|
|
1021 * PROBLEMS (http):
|
|
1022 * PROBLEMS (IMPORTANT):
|
|
1023 Include nt/PROBLEMS and update. Add note about incremental
|
|
1024 linking badness.
|
|
1025
|
1330
|
1026 2003-02-28 Ben Wing <ben@xemacs.org>
|
|
1027
|
|
1028 * Makefile.in.in (mostlyclean):
|
|
1029 * Makefile.in.in (clean):
|
|
1030 * Makefile.in.in (top_distclean):
|
|
1031 * Makefile.in.in (distclean):
|
|
1032 Move src deletions to src/Makefile.in.in.
|
|
1033
|
1318
|
1034 2003-02-20 Ben Wing <ben@xemacs.org>
|
|
1035
|
|
1036 * PROBLEMS:
|
|
1037 * PROBLEMS (event-stream.c): Removed.
|
|
1038 * PROBLEMS (ABSTRACT):
|
|
1039 * PROBLEMS (patch.):
|
|
1040 * PROBLEMS (Note):
|
|
1041 Add comment about Cygwin, unexec and sysmalloc.
|
|
1042 Move some non-general stuff out of general.
|
|
1043 Make a section for x86.
|
2865
|
1044
|
1318
|
1045 * configure.in (AC_INIT_NOTICE):
|
|
1046 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1047 Add check for broken alloca in funcalls.
|
|
1048
|
1314
|
1049 2003-02-19 Ben Wing <ben@xemacs.org>
|
|
1050
|
|
1051 * Makefile.in.in:
|
|
1052 * Makefile.in.in (GENERATED_HEADERS):
|
|
1053 * Makefile.in.in (GENERATED_LISP): Removed.
|
|
1054 * Makefile.in.in (.NO_PARALLEL):
|
|
1055 * Makefile.in.in (beta):
|
|
1056 * Makefile.in.in (dist):
|
|
1057 * Makefile.in.in (batch): Removed.
|
|
1058 * Makefile.in.in (batch_packages): Removed.
|
|
1059 * Makefile.in.in (check): New.
|
|
1060 * Makefile.in.in (finder): Removed.
|
|
1061 * Makefile.in.in (check-features): New.
|
|
1062 * Makefile.in.in (.PHONY):
|
|
1063 * Makefile.in.in (install-only):
|
|
1064 * Makefile.in.in (tagslisp):
|
|
1065 * Makefile.in.in (info):
|
|
1066 Major surgery. Move all stuff related to building anything in the
|
|
1067 src/ directory into src/. Simplify the dependencies -- everything
|
|
1068 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
|
|
1069 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
|
|
1070
|
1307
|
1071 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
1072
|
|
1073 * XEmacs 21.5.11 "cabbage" is released.
|
|
1074
|
1303
|
1075 2003-02-15 Ben Wing <ben@xemacs.org>
|
|
1076
|
|
1077 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
|
|
1078 to avoid multiple autoload-loading problem.
|
|
1079 * configure.usage (--error-checking): Document quick-build better.
|
|
1080
|
1294
|
1081 2003-01-28 Martin Buchholz <martin@xemacs.org>
|
|
1082
|
|
1083 * configure.in (opsys): (AIX specific)
|
|
1084 Use opsys=aix4-2 for AIX 5 and all future versions.
|
|
1085
|
1283
|
1086 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1087
|
|
1088 * INSTALL: Recommend Mule, deprecate stripped binaries.
|
|
1089
|
1259
|
1090 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1091
|
|
1092 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
|
|
1093
|
|
1094 * configure.in: Fix --srcdir processing.
|
|
1095
|
1245
|
1096 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1097
|
|
1098 * PROBLEMS: Collect Motif information in one place.
|
|
1099
|
1232
|
1100 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
1101
|
|
1102 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
1103 in lisp, lisp/mule, and modules.
|
|
1104
|
1222
|
1105 2003-01-14 Jerry James <james@xemacs.org>
|
|
1106
|
|
1107 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
|
|
1108 module and --error-checking=all.
|
|
1109
|
1214
|
1110 2003-01-13 Ilya Golubev <golubev@xemacs.org>
|
|
1111
|
|
1112 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
|
|
1113
|
1202
|
1114 2003-01-12 Mike Sperber <mike@xemacs.org>
|
|
1115
|
|
1116 * configure.in: Check for strupr and strlwr.
|
|
1117
|
|
1118 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
1119
|
|
1120 * INSTALL (Rationale):
|
|
1121 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1122 * configure.usage (Usage):
|
|
1123 * configure.usage (--xemacs-compiler):
|
|
1124 * configure.usage (--srcdir):
|
|
1125 * configure.usage (--with-prefix):
|
|
1126 * configure.usage (--bindir): New.
|
|
1127 * configure.usage (--datadir): New.
|
|
1128 * configure.usage (--statedir): New.
|
|
1129 * configure.usage (--libdir): New.
|
|
1130 * configure.usage (--infodir): New.
|
|
1131 * configure.usage (--mandir): New.
|
|
1132 * configure.usage (--lispdir): New.
|
|
1133 * configure.usage (--sitelispdir): New.
|
|
1134 * configure.usage (--etcdir): New.
|
|
1135 * configure.usage (--lockdir): New.
|
|
1136 * configure.usage (--archlibdir): New.
|
|
1137 * configure.usage (--docdir): New.
|
|
1138 * configure.usage (--moduledir): New.
|
|
1139 * configure.usage (--with-site-lisp): New.
|
|
1140 * configure.usage (--with-site-modules): New.
|
|
1141 * configure.usage (--package-path): New.
|
|
1142 * configure.usage (--infopath): New.
|
|
1143 * configure.usage (--with-xmu):
|
|
1144 * configure.usage (--with-tty):
|
|
1145 * configure.usage (--with-gif):
|
|
1146 * configure.usage (--native-sound-lib):
|
|
1147 * configure.usage (--with-xim): New.
|
|
1148 * configure.usage (--with-clash-detection): New.
|
|
1149 * configure.usage (--with-database):
|
|
1150 * configure.usage (--mail-locking):
|
|
1151 * configure.usage (--with-ipv6-cname): Removed.
|
|
1152 * configure.usage (--error-checking):
|
|
1153 Redo usage message more logically, fix some problems. In configure,
|
|
1154 when outputting the compilation options, put in a big ugly warning
|
|
1155 about using union-type, since it's been known to trigger so many
|
|
1156 compiler bugs, invariably leading to weird crashes.
|
|
1157
|
1187
|
1158 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
1159
|
|
1160 * XEmacs 21.5.10 "burdock" is released.
|
|
1161
|
1157
|
1162 2002-07-08 Andy Piper <andy@xemacs.org>
|
|
1163
|
|
1164 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
|
|
1165 this anything other than zero was misguided.
|
|
1166
|
1155
|
1167 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1168
|
|
1169 * configure.in: Make --pdump default per opsys; move Darwin's
|
|
1170 setting and change Linux's default to yes.
|
|
1171
|
1123
|
1172 2002-11-27 Ben Wing <ben@xemacs.org>
|
|
1173
|
|
1174 * configure.in (CANONICALIZE_PATH):
|
|
1175 * configure.in (TAB):
|
|
1176 Check for GCC version and only use -Wpacked in v3.
|
|
1177
|
1117
|
1178 2002-10-14 Jerry James <james@xemacs.org>
|
|
1179
|
|
1180 * configure.in: Remove LISP_FLOAT_TYPE definition.
|
|
1181
|
1111
|
1182 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
1183
|
|
1184 * aclocal.m4 (cygwin_warn): New.
|
|
1185 Disable shared library modules under Cygwin for the moment,
|
|
1186 since we need some more tricky coding done and I don't have the
|
|
1187 time right now.
|
|
1188
|
|
1189 * configure.in:
|
|
1190 * configure.in (need_modules_common): New.
|
|
1191 * configure.in (quoted_arguments):
|
|
1192 * configure.in (stack_trace_eye_catcher):
|
|
1193 * configure.in (CPP):
|
|
1194 * configure.in (CFLAGS): New.
|
|
1195 * configure.in (bitmapdir):
|
|
1196 * configure.in (ldap_libs):
|
|
1197 * configure.in (postgresql_libs):
|
|
1198 * configure.in (all_widgets):
|
|
1199 * configure.in (SUBDIR_MAKEFILES):
|
|
1200 * configure.in (RECURSIVE_MAKE):
|
|
1201 * configure.in (null_string):
|
|
1202 * configure.in (Mail):
|
|
1203 * configure.usage (--cflags):
|
|
1204 * configure.usage (--cflags_warning): New.
|
|
1205
|
|
1206 Make sure we use the compiler in --xemacs-compiler to compile
|
|
1207 the modules, too, or we will get link errors when trying to do
|
|
1208 a C++ build.
|
|
1209
|
|
1210 Create a directory modules/common, in which is code common to all
|
|
1211 the module Makefiles and configure.ac's. We create a separate
|
|
1212 directory because we may be building in a separate source tree,
|
|
1213 and need a way of accessing the common code (at least in the case
|
|
1214 of the Makefile). Either we create symlinks for all necessary
|
|
1215 files or one just for the directory -- the latter is more robust.
|
|
1216
|
|
1217 Add code to create the symlink for modules/common as necessary.
|
|
1218 When creating the modules Makefiles, append the common code.
|
|
1219
|
|
1220 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
|
|
1221 G++ v3.
|
|
1222
|
|
1223 Output correct compiler name in messages.
|
|
1224
|
|
1225 Separate warning flags from other C flags so that user-specified
|
|
1226 --cflags doesn't disable warnings.
|
|
1227
|
1100
|
1228 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1229
|
|
1230 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
|
|
1231
|
|
1232 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
1098
|
1233
|
|
1234 * PROBLEMS: Typo fix.
|
|
1235
|
1092
|
1236 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
|
|
1237
|
2865
|
1238 * info/dir (File): button1 on a highlighted word doesn't
|
1092
|
1239 follow that cross-reference.
|
|
1240
|
|
1241 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1242
|
|
1243 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
|
|
1244
|
|
1245 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
1246
|
|
1247 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
1248 in lisp, lisp/mule, and modules.
|
|
1249 ChangeLog: Fix my bogus email addresses.
|
|
1250
|
1070
|
1251 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1252
|
|
1253 * configure.in (Check for POSIX functions): New section head.
|
|
1254 getaddrinfo is detected on HP-UX 11.XX, but appears to be
|
|
1255 non-functional. Disable it. Based on work by Darryl Okahata.
|
2865
|
1256
|
1092
|
1257 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
|
1058
|
1258
|
|
1259 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
|
|
1260
|
1092
|
1261 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
|
1056
|
1262
|
|
1263 * PROBLEMS (Missing charsets): Remove ambiguity.
|
|
1264
|
1045
|
1265 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1266
|
|
1267 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
|
|
1268
|
1042
|
1269 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1270
|
|
1271 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
|
|
1272
|
1036
|
1273 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1274
|
|
1275 * PROBLEMS (MacOS/X): Describe stack limitation.
|
|
1276 (Digital Unix): Generalize to all regexp-using applications.
|
|
1277 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
|
|
1278 (PROBLEMS): Point to PROBLEMS file for build notes.
|
|
1279 Thanks to Skip Montanaro for the report.
|
|
1280
|
1011
|
1281 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
1282
|
|
1283 * Makefile.in.in (TAGS tags): Descend into the modules directory
|
|
1284 as well.
|
|
1285
|
1009
|
1286 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1287
|
|
1288 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
|
|
1289
|
997
|
1290 2002-08-08 Jerry James <james@xemacs.org>
|
|
1291
|
|
1292 * Makefile.in.in (install-arch-dep): Install internal modules and
|
|
1293 the corresponding autoload file.
|
|
1294 * configure: Regenerate.
|
|
1295 * configure.in: Detect module support early.
|
|
1296 Define variables to be substituted in internal Makefiles.
|
|
1297 Use ldap_libs instead of LIBS for LDAP libraries.
|
|
1298 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
|
|
1299 Introduce ld_libs_module for seamless module/no-module support.
|
|
1300
|
981
|
1301 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
1302
|
|
1303 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
1304
|
975
|
1305 2002-08-16 Steve Youngs <youngs@xemacs.org>
|
|
1306
|
|
1307 * version.sh (xemacs_extra_name): New var to identify XEmacs
|
|
1308 version > release < next release. ie, release+cvs.
|
|
1309
|
2865
|
1310 * configure.in: Test for xemacs_extra_name.
|
975
|
1311
|
|
1312 * configure: Re-generate.
|
|
1313
|
974
|
1314 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org>
|
|
1315
|
|
1316 * configure.usage: Reorder usage message to clarify what widgets
|
|
1317 are supported and what aren't.
|
|
1318
|
957
|
1319 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1320
|
|
1321 * PROBLEMS (General advice): Define runtime and build problems.
|
|
1322
|
|
1323 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1324
|
|
1325 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
|
|
1326
|
933
|
1327 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
1328
|
|
1329 * XEmacs 21.5.8 "broccoli" is released.
|
|
1330
|
925
|
1331 2002-07-09 Mike Sperber <mike@xemacs.org>
|
|
1332
|
2865
|
1333 * configure.usage:
|
925
|
1334 * configure.in: Add --use-kkcc option for new GC algorithms.
|
|
1335
|
917
|
1336 2002-06-04 Jerry James <james@xemacs.org>
|
|
1337
|
|
1338 * configure.usage: Identify --with-modules as autodetecting.
|
|
1339
|
915
|
1340 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1341
|
|
1342 * PROBLEMS: Add two basic configuration questions.
|
|
1343
|
911
|
1344 2002-07-08 Mike Sperber <mike@xemacs.org>
|
|
1345
|
|
1346 * configure.in: Test for wchar.h.
|
|
1347
|
894
|
1348 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1349
|
|
1350 * XEmacs 21.5.7 "broccoflower" is released.
|
|
1351
|
892
|
1352 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1353
|
|
1354 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
|
|
1355
|
864
|
1356 2002-05-22 Andy Piper <andy@xemacs.org>
|
|
1357
|
|
1358 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
|
|
1359 xemacs can be running while we build a dist.
|
|
1360
|
|
1361 2002-05-07 Andy Piper <andy@xemacs.org>
|
|
1362
|
|
1363 * configure.in: undo autoconf 2.5x change.
|
|
1364
|
|
1365 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
1366
|
|
1367 * configure.in: make sure that a combined X and windows build gets
|
|
1368 widgets.
|
|
1369
|
|
1370 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
1371
|
|
1372 * configure.in: update to support autoconf 2.5x from Andreas
|
|
1373 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
|
|
1374
|
|
1375 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1376
|
|
1377 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
|
|
1378
|
|
1379 * etc/sample.init.el: Add description of initialization process,
|
|
1380 the custom.el file, and code to load custom.el early instead of
|
|
1381 late.
|
|
1382
|
|
1383 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
|
|
1384
|
|
1385 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
|
|
1386
|
|
1387 2002-04-25 Mike Fabian <mfabian@suse.de>
|
|
1388
|
|
1389 * configure.in: add option moduledir as mentioned in ./configure
|
|
1390 --help
|
|
1391
|
|
1392 2001-04-21 Martin Buchholz <martin@xemacs.org>
|
|
1393
|
|
1394 * configure.in: Detect MacOS/X "Darwin".
|
|
1395 Thanks to Greg Parker <gparker@cs.stanford.edu>.
|
2865
|
1396
|
864
|
1397 2002-03-30 Steve Youngs <youngs@xemacs.org>
|
|
1398
|
|
1399 * etc/package-index.LATEST.pgp: Update to current reality.
|
|
1400
|
|
1401 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1402
|
|
1403 * etc/TUTORIAL.se: New from Mats Lidell.
|
|
1404
|
|
1405 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
1406
|
|
1407 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
1408 If "--with-widgets=yes" autodetect athena.
|
|
1409
|
|
1410 2001-12-29 Steve Youngs <youngs@xemacs.org>
|
|
1411
|
|
1412 * etc/package-index.LATEST.pgp: Update.
|
|
1413
|
|
1414 2001-12-13 William M. Perry <wmperry@gnu.org>
|
|
1415
|
|
1416 * configure.in (GTK): add -Wno-shadow.
|
2865
|
1417
|
864
|
1418 2002-01-23 Jarl Friis <jarl@diku.dk>
|
|
1419
|
|
1420 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
|
|
1421 note on patch etiquette.
|
|
1422
|
853
|
1423 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1424
|
|
1425 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
1426
|
846
|
1427 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
1428
|
|
1429 * configure.in: Protect nocomboreloc linker arguments to avoid
|
|
1430 problem on the ppc.
|
|
1431
|
845
|
1432 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1433
|
|
1434 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
|
|
1435 Linux runtime issues section.
|
|
1436 * INSTALL: Improve description of mail locking.
|
|
1437
|
835
|
1438 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1439
|
|
1440 * PROBLEMS (General): Decribe failed AUTH with EFS.
|
|
1441
|
828
|
1442 2002-04-23 Olivier Galibert <galibert@pobox.com>
|
|
1443
|
|
1444 * configure.in: Fix the "error checking" warning.
|
|
1445
|
826
|
1446 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
1447
|
|
1448 * README.packages: Update info about --package-path.
|
|
1449
|
814
|
1450 2002-04-14 Ben Wing <ben@xemacs.org>
|
|
1451
|
|
1452 * TODO.ben-mule-21-5:
|
|
1453 * TODO.ben-mule-21-5 (Priority): New.
|
|
1454 Update.
|
|
1455
|
808
|
1456 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1457
|
|
1458 * XEmacs 21.5.6 "bok choi" is released.
|
|
1459
|
803
|
1460 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1461
|
|
1462 * CHANGES-beta: Update for release.
|
|
1463
|
801
|
1464 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
1465
|
|
1466 * Makefile.in.in (all):
|
|
1467 * Makefile.in.in (finder):
|
|
1468 * Makefile.in.in (Makefile):
|
|
1469 * Makefile.in.in (SOURCES):
|
|
1470 Try to make the Makefile notice if its source Makefile.in.in is
|
|
1471 changed, and regenerate and run itself.
|
|
1472
|
|
1473 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
|
|
1474 can't compile under Mule if a Lisp file has changed. (can't run
|
|
1475 temacs)
|
|
1476
|
|
1477 * TODO.ben-mule-21-5 (bugs): update.
|
|
1478
|
800
|
1479 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
1480
|
|
1481 * TODO.ben-mule-21-5 (bugs): Update.
|
2865
|
1482
|
800
|
1483 * configure.in (USAGE_ERROR):
|
|
1484 * configure.in (CANONICALIZE_PATH):
|
|
1485 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1486 Fix for new error-checking types.
|
|
1487
|
793
|
1488 2002-03-28 Ben Wing <ben@xemacs.org>
|
|
1489
|
|
1490 * etc/ChangeLog: New file.
|
|
1491
|
|
1492 Separated out all entries for etc/ into their own ChangeLog.
|
|
1493 Includes entries for the following files:
|
|
1494
|
|
1495 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
|
|
1496 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
|
|
1497 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
|
|
1498 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
|
|
1499 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
|
|
1500 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
|
|
1501 etc/custom/example-themes/europe-theme.el,
|
|
1502 etc/custom/example-themes/ex-custom-file,
|
|
1503 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
|
|
1504 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
|
|
1505 etc/gnuserv.README, etc/package-index.LATEST.gpg,
|
|
1506 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
|
|
1507 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
|
|
1508 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
|
|
1509 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
|
|
1510 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
|
|
1511 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
|
|
1512 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
|
|
1513 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
|
|
1514 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
|
|
1515 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
|
|
1516
|
|
1517 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
1518
|
|
1519 * TODO.ben-mule-21-5 (bugs):
|
|
1520 * TODO.ben-mule-21-5 (Signaling): New.
|
|
1521 Add stuff from Frank Schmitt.
|
|
1522
|
788
|
1523 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
1524
|
|
1525 * TODO.ben-mule-21-5:
|
|
1526 * TODO.ben-mule-21-5 (bugs):
|
|
1527 Create bug list for latest problems.
|
|
1528
|
781
|
1529 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
1530
|
|
1531 * README (http):
|
|
1532 Include a long, long description of the suggested directory layout
|
|
1533 for developing XEmacs. This should probably go as part of a
|
|
1534 larger document, a "Getting Started with Developing XEmacs". ####
|
|
1535 Does such a document exist?
|
|
1536
|
|
1537 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
1538
|
|
1539 * Some ChangeLog entries from stuff that got applied long ago
|
|
1540 never got checked in, due to the nasty SCCS "oops, i forgot again
|
|
1541 ..." bug.
|
|
1542
|
|
1543 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
1544
|
|
1545 * PROBLEMS:
|
|
1546 * PROBLEMS (Note):
|
|
1547 Correct general info about init file.
|
|
1548 Fix up Cygwin, Windows sections.
|
|
1549
|
777
|
1550 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
1551
|
|
1552 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1553 check for sys/times.h.
|
|
1554
|
776
|
1555 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
1556
|
|
1557 * Makefile.in.in (batch):
|
|
1558 * Makefile.in.in (batch_packages):
|
|
1559 * Makefile.in.in (finder):
|
|
1560 * Makefile.in.in (check-features):
|
|
1561 * Makefile.in.in (install):
|
|
1562 Use -no-packages to avoid problems with package files shadowing
|
|
1563 core files (e.g. unicode.el in mule-ucs).
|
|
1564
|
774
|
1565 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
1566
|
776
|
1567 * The Great Mule Merge: See CHANGES-ben-mule.
|
774
|
1568
|
768
|
1569 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1570
|
|
1571 * XEmacs 21.5.5 "beets" is released.
|
|
1572
|
762
|
1573 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1574
|
|
1575 * CHANGES-beta: Prune pre-21.5 information.
|
|
1576
|
726
|
1577 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
1578
|
|
1579 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
1580 If "--with-widgets=yes" autodetect athena.
|
|
1581
|
725
|
1582 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1583
|
|
1584 * XEmacs 21.5.4 "bamboo" is released.
|
|
1585
|
724
|
1586 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
|
|
1587
|
|
1588 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
|
|
1589
|
|
1590 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
|
|
1591
|
|
1592 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
|
|
1593
|
|
1594 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
|
|
1595
|
|
1596 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
|
|
1597
|
|
1598 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
1599
|
|
1600 * configure.in (option processing): with_widgets=m is ambiguous;
|
|
1601 don't allow it.
|
|
1602 (AC_CHECKING for the Athena widgets): Don't check for Athena when
|
|
1603 with_widgets=no.
|
|
1604
|
|
1605 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1606
|
|
1607 * configure.usage: Various documentation improvements.
|
|
1608
|
|
1609 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
|
|
1610 * configure.usage:
|
|
1611 * PROBLEMS (IPv6 CNAME lookup):
|
|
1612 Document it.
|
|
1613
|
721
|
1614 2002-01-02 Adrian Aichner <adrian@xemacs.org>
|
|
1615
|
|
1616 * info/dir (File): Reword entry for Emodules according to
|
|
1617 ../man/emodules.texi.
|
|
1618
|
705
|
1619 2001-12-18 Adrian Aichner <adrian@xemacs.org>
|
|
1620
|
|
1621 * info\.cvsignore: Correct pattern to match all info files.
|
|
1622
|
701
|
1623 2001-12-16 Adrian Aichner <adrian@xemacs.org>
|
|
1624
|
|
1625 * info\.cvsignore: Info files are generated, so let's ignore them
|
|
1626 all.
|
|
1627
|
699
|
1628 2001-12-15 Adrian Aichner <adrian@xemacs.org>
|
|
1629
|
|
1630 * info\dir (File): Update version to 21.5.
|
|
1631
|
668
|
1632 2001-08-29 Jered Floyd <jered@MIT.EDU>
|
|
1633
|
|
1634 * configure.in (moduledir,sitemoduledir,archlibdir):
|
|
1635 Place arch-specific files under ${libdir}, not under ${datadir}.
|
|
1636
|
667
|
1637 2001-09-25 Didier Verna <didier@xemacs.org>
|
|
1638
|
|
1639 * configure.ac: new. Autoconf 2.5x guard.
|
|
1640
|
708
|
1641 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
|
|
1642
|
|
1643 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
|
|
1644
|
|
1645 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1646
|
|
1647 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
|
|
1648 instead of -z combreloc, to avoid confusing Solaris.
|
|
1649
|
|
1650 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1651
|
|
1652 * configure.usage: Makefile.in -> Makefile.in.in.
|
|
1653
|
|
1654 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1655
|
|
1656 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
|
|
1657 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
|
|
1658
|
|
1659 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1660
|
|
1661 * configure.in: Fix typos in comments.
|
|
1662 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
|
|
1663 * (Installation): Suggest pdump instead of -z nocomboreloc.
|
|
1664 * configure.usage: Document --quick-build.
|
|
1665
|
|
1666 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1667
|
|
1668 * configure.in: Typo in reference to with_ipv6_cname.
|
|
1669
|
|
1670 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1671
|
|
1672 * configure.in: Initialize with_ipv6_cname=no.
|
|
1673 * configure.usage: Document it.
|
|
1674
|
|
1675 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1676
|
|
1677 * configure.in: Document that autoconf 2.5x is unsupported.
|
|
1678
|
664
|
1679 2001-09-17 Ben Wing <ben@xemacs.org>
|
|
1680
|
|
1681 * configure.in (TAB):
|
|
1682 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1683 Don't use -Wshadow when compiling with g++ or you get buried in
|
|
1684 silly warnings. This patch was already applied but somehow got
|
|
1685 unapplied. Stephen?
|
|
1686
|
|
1687 2001-06-24 Ben Wing <ben@xemacs.org>
|
|
1688
|
|
1689 * configure.in (TAB): Don't use -Wshadow when compiling with
|
|
1690 g++ or you get buried in silly warnings.
|
|
1691 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
|
|
1692 compiling --with-msw, --with-x=no, --with-tty=no.
|
|
1693
|
654
|
1694 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1695
|
|
1696 * XEmacs 21.5.3 "asparagus" is released.
|
|
1697
|
642
|
1698 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
|
|
1699
|
|
1700 * configure.usage (--with-dialogs): added lucid to list of options
|
|
1701 * configure.usage (--with-widgets): added lucid to list of options
|
|
1702 * configure.usage (--with-dragndrop): added GTK to list of protocols
|
|
1703 * configure.usage (--mail-locking): added `locking' or `mmdf' to
|
|
1704 list of options syncing options documentation with those in
|
|
1705 configure.in
|
|
1706
|
641
|
1707 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1708
|
|
1709 * XEmacs 21.5.2 "artichoke" is released.
|
|
1710
|
623
|
1711 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
1712
|
|
1713 * README:
|
|
1714 * README (http):
|
|
1715 * README (ftp):
|
|
1716 Rewrite.
|
|
1717
|
598
|
1718 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1719
|
|
1720 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
|
|
1721 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
|
|
1722 properly integrated into the build system.
|
|
1723 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
|
|
1724
|
594
|
1725 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
1726
|
|
1727 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1728 * configure.in (USAGE_ERROR):
|
|
1729 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1730 Fix problems detecting both native and Linux sound on Cygwin
|
|
1731 when compiled with --with-msw=no.
|
|
1732
|
|
1733 Rearrange file-coding handling a bit to avoid warning when
|
|
1734 compiling with Mule.
|
|
1735
|
|
1736 2001-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1737
|
|
1738 * configure.in (--xemacs-compiler): New.
|
|
1739 * configure.usage:
|
|
1740 * INSTALL:
|
|
1741 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
|
|
1742 Explain how to build xemacs using a C++ compiler.
|
|
1743
|
585
|
1744 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1745
|
|
1746 * configure.in: Remove stray backslash.
|
|
1747
|
582
|
1748 2001-05-26 Ben Wing <ben@xemacs.org>
|
|
1749
|
|
1750 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1751 rewrite warning output so that it doesn't happen by default --
|
|
1752 you should only get warnings when something is actively wrong,
|
|
1753 not just because a feature is not present.
|
|
1754
|
567
|
1755 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
1756
|
|
1757 * configure.in: See if mkstemp is available for movemail.c
|
|
1758
|
559
|
1759 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
1760
|
|
1761 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1762 * configure.in (TAB):
|
|
1763 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1764 add some support for eventually turning on file coding by
|
|
1765 default. Fix numerous places where AC_MSG_WARN had quotes
|
|
1766 around its arg, which is bad. Replace with []. Same for
|
|
1767 AC_MSG_ERROR.
|
|
1768
|
|
1769 2001-05-15 Steve Youngs <youngs@xemacs.org>
|
667
|
1770 * configure.in:
|
557
|
1771 If no native dumper (UNEXEC) is defined, simply use pdump.
|
|
1772 If no SYSTEM_TYPE is defined, choose an appopriate default.
|
|
1773
|
554
|
1774 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1775
|
|
1776 * configure.in: Reverse the order of Windows and Linux sound tests
|
|
1777 so that Cygwin will find Windows first.
|
|
1778
|
559
|
1779 2001-05-14 Martin Buchholz <martin@xemacs.org>
|
|
1780
|
|
1781 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
|
541
|
1782
|
535
|
1783 2001-05-11 Martin Buchholz <martin@xemacs.org>
|
|
1784
|
667
|
1785 * configure.in:
|
535
|
1786 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
|
|
1787
|
532
|
1788 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1789
|
|
1790 * Makefile.in.in (all):
|
|
1791 * Makefile.in.in (configure):
|
|
1792 * Makefile.in.in (finder):
|
|
1793 remove autoload targets.
|
|
1794
|
527
|
1795 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
1796
|
|
1797 * configure.in: Check gtk version validity only when gtk-config
|
|
1798 exists.
|
|
1799
|
522
|
1800 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
1801
|
|
1802 * XEmacs 21.5.1 "anise" is released.
|
|
1803
|
505
|
1804 2001-05-04 Martin Buchholz <martin@xemacs.org>
|
|
1805
|
667
|
1806 * configure.in (opsys):
|
505
|
1807 Use lower-case `uname -s` as the default value for opsys.
|
|
1808 The previous code effectively did the non-sensical
|
|
1809 opsys=$canonical because [] magically disappear in configure.in.
|
|
1810
|
472
|
1811 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
1812
|
|
1813 * XEmacs 21.5.0 "alfalfa" is released.
|
|
1814
|
464
|
1815 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1816
|
|
1817 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
1818
|
|
1819 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1820
|
|
1821 * configure.usage: Document --with-file-coding.
|
|
1822
|
|
1823 * configure.in:
|
|
1824 * configure:
|
|
1825 Fix typo, add -Wsign-compare if GCC, run autoconf.
|
|
1826
|
|
1827 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1828
|
|
1829 * PROBLEMS (Problems with running XEmacs):
|
|
1830 Document TMPDIR lossage in gnuserv/gnuclient.
|
|
1831
|
462
|
1832 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
1833
|
|
1834 * XEmacs 21.2.46 "Urania" is released.
|
|
1835
|
|
1836 2001-03-19 Andy Piper <andy@xemacs.org>
|
|
1837
|
|
1838 * configure.in: default rel-alloc to off under cygwin
|
|
1839
|
|
1840 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1841
|
|
1842 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
|
|
1843
|
|
1844 * CHANGES-beta:
|
|
1845 * configure.in:
|
|
1846 Fix gratuitous whitespace changes from GTK merge.
|
|
1847
|
|
1848 * configure.usage: Untabify --with-{gtk,gnome}.
|
|
1849
|
|
1850 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
1851
|
|
1852 * configure.in: only pick up mingw directory.
|
|
1853
|
|
1854 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
1855
|
|
1856 * info\dir: Update to 21.4; clean up descriptions of manuals;
|
|
1857 replace misnomer "Local Packages" with more correct "Other
|
|
1858 Documentation".
|
|
1859
|
|
1860 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
1861
|
|
1862 * CHANGES-beta:
|
|
1863 * configure.in:
|
|
1864 * configure.usage:
|
|
1865 The Great GTK Merge.
|
|
1866
|
|
1867 2001-02-23 Andy Piper <andy@xemacs.org>
|
|
1868
|
|
1869 * configure.usage (--with-netinstall): add docs.
|
|
1870
|
|
1871 * configure.in: with_netinstall is a new option. Default to off.
|
|
1872
|
460
|
1873 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1874
|
|
1875 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
1876
|
|
1877 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
1878
|
|
1879 * aclocal.m4: Fix module support for AIX cc.
|
|
1880 Support possible future OSes irix7, aix5, osf[56].
|
|
1881
|
|
1882 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
1883
|
|
1884 * configure.in: No need for NON_GNU_CPP on SCO.
|
|
1885
|
|
1886 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
1887
|
|
1888 * configure.in: Prefer utime to utimes - it's more standard.
|
|
1889 Remove explicit checking for struct utimbuf.
|
|
1890 Remove explicit checking for <utime.h>.
|
|
1891 Combined into one simpler test for utime.
|
|
1892 Add explicit check for utimes, if utime not found.
|
|
1893
|
458
|
1894 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
1895
|
|
1896 * XEmacs 21.2.44 "Thalia" is released.
|
|
1897
|
|
1898 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
1899
|
|
1900 * configure.in: Remove bogus path variable definitions.
|
|
1901 Reflect the fact that specifying --datadir also affects docdir and
|
|
1902 archlibdir.
|
|
1903
|
|
1904 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
1905
|
|
1906 * configure.in: Only use -Wpointer-arith on non-glibc systems.
|
|
1907
|
|
1908 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
1909
|
|
1910 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
|
|
1911 for the sake of gcc 2.97 fixincludes, which breaks it.
|
|
1912
|
|
1913 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
1914
|
|
1915 * configure.in: Check for util.h for NetBSD's openpty.
|
|
1916
|
|
1917 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
1918
|
|
1919 * config.sub: Upgrade to offical version 2001-01-12.
|
|
1920 * config.guess: Upgrade to offical version 2001-01-17.
|
|
1921
|
456
|
1922 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
1923
|
|
1924 * XEmacs 21.2.43 "Terspichore" is released.
|
|
1925
|
|
1926 2001-01-21 Steve Youngs <youngs@xemacs.org>
|
|
1927
|
|
1928 * README.packages: Doc fix.
|
|
1929
|
|
1930 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
1931
|
|
1932 * README.packages: Update.
|
|
1933
|
454
|
1934 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
1935
|
|
1936 * XEmacs 21.2.42 "Poseidon" is released.
|
|
1937
|
|
1938 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1939
|
|
1940 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
|
|
1941
|
|
1942 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1943
|
|
1944 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
|
|
1945 --with-ld=/usr/ccs/bin/ld
|
|
1946
|
|
1947 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
|
|
1948
|
|
1949 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
|
|
1950 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
|
|
1951
|
|
1952 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
1953
|
|
1954 * NEWS: document the modeline horizontal scrolling feature.
|
|
1955
|
452
|
1956 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1957
|
|
1958 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
1959
|
|
1960 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
1961
|
|
1962 * PROBLEMS: Document MIPSpro ICE problem workaround.
|
|
1963
|
|
1964 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
1965
|
|
1966 * configure.in: check for dlopen by linking program with
|
|
1967 <dlfcn.h>.
|
|
1968
|
|
1969 2001-01-08 Andy Piper <andy@xemacs.org>
|
|
1970
|
|
1971 * configure.in: add extra_includes and populate appropriately for
|
|
1972 cygwin and mingw.
|
|
1973
|
|
1974 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
1975
|
|
1976 * configure.in: allow --with-widgets=msw
|
|
1977
|
450
|
1978 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1979
|
|
1980 * XEmacs 21.2.40 is released.
|
|
1981
|
|
1982 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1983
|
|
1984 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
|
|
1985
|
|
1986 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1987
|
|
1988 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
|
|
1989 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
|
|
1990
|
|
1991 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
1992
|
|
1993 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
|
|
1994 of input-method-xfs.o.
|
|
1995
|
|
1996 * configure: ditto
|
|
1997
|
448
|
1998 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1999
|
|
2000 * XEmacs 21.2.39 is released.
|
|
2001
|
|
2002 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
2003
|
|
2004 * configure.in: Added check if the berkdb has db_create or not.
|
|
2005
|
|
2006 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2007
|
|
2008 * configure.in: Fix broken gcc detection for 2.7.2.
|
|
2009
|
|
2010 2000-12-11 Andy Piper <andy@xemacs.org>
|
|
2011
|
|
2012 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
|
|
2013
|
|
2014 * netinstall: new net installer for MS-Windows.
|
|
2015
|
446
|
2016 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
2017
|
|
2018 * XEmacs 21.2.38 is released.
|
|
2019
|
454
|
2020 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
446
|
2021
|
|
2022 * configure.in: Only show message about DnD API if compiling with DnD
|
|
2023
|
|
2024 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
2025
|
|
2026 * configure.in: Autodetect elf.h.
|
|
2027
|
444
|
2028 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
2029
|
|
2030 * XEmacs 21.2.37 is released.
|
|
2031
|
|
2032 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2033
|
|
2034 * README.packages: Add "uninstalled package" FAQ.
|
|
2035
|
|
2036 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
2037
|
|
2038 * configure.in: Handle alloca with Compaq C on Alpha Linux.
|
|
2039
|
|
2040 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
2041
|
|
2042 * configure.in: Oops, _getpt ==> _getpty
|
|
2043
|
|
2044 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2045
|
|
2046 * Makefile.in.in: Remove lockdir related things.
|
|
2047
|
|
2048 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
2049
|
|
2050 * configure.in:
|
|
2051 Remove checking for XFree86. Use feature tests instead!
|
|
2052 Add check for XRegisterIMInstantiateCallback.
|
|
2053 Add check for XRegisterIMInstantiateCallback's prototype.
|
|
2054
|
|
2055 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
|
|
2056
|
|
2057 * configure.in: Typo - missing paren.
|
|
2058
|
|
2059 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
2060
|
454
|
2061 * configure.in:
|
444
|
2062 Use stropts.h, not sys/stropts.h.
|
|
2063 Use strtio.h, not sys/strtio.h.
|
|
2064
|
|
2065 2000-10-06 Martin Buchholz <martin@xemacs.org>
|
|
2066
|
|
2067 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
|
|
2068
|
442
|
2069 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
2070
|
|
2071 * XEmacs 21.2.36 is released.
|
|
2072
|
|
2073 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
2074
|
|
2075 * configure.in: Big signal/process handling overhaul.
|
|
2076 Autoconfiscate lots of functions and headers:
|
|
2077 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
|
|
2078 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
|
|
2079
|
|
2080 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
2081
|
|
2082 * *: Spelling mega-patch
|
|
2083
|
|
2084 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2085
|
|
2086 * configure.in: Remove strcasecmp.
|
|
2087
|
|
2088 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2089
|
|
2090 * configure.in: Add -Kalloca to $c_switch_system when using
|
|
2091 Unixware native compiler (if necessary).
|
|
2092
|
|
2093 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
2094
|
|
2095 * configure.in: Prevent spurious "No" in configure output when not
|
|
2096 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
|
|
2097
|
|
2098 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
2099
|
|
2100 * configure.in: Save 2 sed process invocations per Makefile.
|
|
2101
|
|
2102 2000-08-22 SL Baur <steve@turbolinux.co.jp>
|
|
2103
|
|
2104 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
|
|
2105 to link path if compiling on Alpha/Linux.
|
|
2106
|
|
2107 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
2108
|
|
2109 * Makefile.in.in (depend): cd to the correct directory.
|
|
2110
|
|
2111 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
2112
|
|
2113 * configure.in: with_widgets is incompatible with X11 R4.
|
|
2114
|
|
2115 * configure.in: Make Balloon Help conditional on finding shape.h
|
|
2116
|
|
2117 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
2118
|
|
2119 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
|
|
2120 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
|
|
2121
|
|
2122 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2123
|
|
2124 * configure.usage: Remove lockdir document.
|
|
2125
|
|
2126 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
2127
|
|
2128 * configure.in:
|
|
2129 Make knowledge of machine and opsys optional.
|
|
2130 Make existence of s&m files optional.
|
|
2131 Rely on configure alone if s&m files not found.
|
|
2132
|
|
2133 * configure.in:
|
|
2134 Use only configure-time tests to detect getloadavg().
|
|
2135 Don't check for kstat.h if we have getloadavg().
|
|
2136 Check for sys/loadavg.h if we have getloadavg().
|
|
2137
|
|
2138 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
2139
|
|
2140 * Makefile.in.in (configure):
|
|
2141 all-elcs target now uses update-elc-2.el not update-elc.sh
|
|
2142
|
|
2143 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
2144
|
|
2145 * XEmacs 21.2.35 is released.
|
|
2146
|
|
2147 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
2148
|
|
2149 * configure.in: --with-menubars=yes should not be an error.
|
|
2150
|
|
2151 * configure.in: "compiling in support for Athena" message was
|
|
2152 sometimes lying.
|
|
2153
|
|
2154 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
2155
|
|
2156 * configure.in: Rewrite xmkmf symbol detection to avoid
|
|
2157 redefinition of symbols we've already defined.
|
|
2158 Also, handle xmkmf symbols with values other than 1.
|
|
2159
|
|
2160 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
2161
|
454
|
2162 * configure.in:
|
442
|
2163 Make sure Unix98 socklen_t is defined.
|
|
2164 Use ANSI C mode `-std1' with DEC C instead of `-std'.
|
|
2165
|
|
2166 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
2167
|
454
|
2168 * configure.in:
|
442
|
2169 Replace SMART_INCLUDE with a dumber, but more reliable method.
|
|
2170 2000-07-10 Martin Buchholz <martin@xemacs.org>
|
|
2171
|
454
|
2172 * modules/zlib/Makefile:
|
|
2173 * modules/sample/Makefile:
|
|
2174 * modules/ldap/Makefile:
|
|
2175 * modules/base64/Makefile:
|
|
2176 * Makefile.in.in:
|
442
|
2177 rm -f ==> $(RM)
|
|
2178 define SHELL=/bin/sh
|
|
2179
|
|
2180 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
2181
|
|
2182 * configure.in: PostgreSQL rewrite.
|
|
2183 - Don't look for postgreSQL in /usr/local.
|
|
2184 - Simplify detection code.
|
|
2185 - Don't use SMART_INCLUDE.
|
|
2186 - Don't autodetect if --with-postgresql=no.
|
|
2187
|
|
2188 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
2189
|
|
2190 * configure.usage: addl doc for graphics libs, with-msw.
|
|
2191
|
|
2192 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
2193
|
|
2194 * configure.in: sh builtin `test' uses `=', not `=='.
|
|
2195
|
|
2196 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
2197
|
|
2198 * configure.in: add -lcomdlg32 for cygwin.
|
454
|
2199
|
442
|
2200 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
2201
|
|
2202 * aclocal.m4 (can_build_shared):
|
|
2203 First pass at module support for cygwin and mingw.
|
454
|
2204
|
442
|
2205 * configure:
|
|
2206 * configure (xe_check_libs):
|
|
2207 * configure (acfindx):
|
|
2208 * configure (ac_x_includes):
|
|
2209 * configure (ac_x_libraries):
|
|
2210 * configure (ac_cv_lib_dnet_dnet_ntoa):
|
|
2211 * configure (xe_msg_checking):
|
|
2212 * configure (xe_runpath_dir):
|
|
2213 * configure (xetest):
|
|
2214 * configure (ac_err):
|
|
2215 * configure (ac_safe):
|
|
2216 * configure (with_xmu):
|
|
2217 * configure (bitmapdir):
|
|
2218 * configure (with_xauth):
|
|
2219 * configure (libs_xauth):
|
|
2220 * configure (with_cde):
|
|
2221 * configure (with_ldap):
|
|
2222 * configure (with_ldap_krbdes):
|
|
2223 * configure (save_c_switch_site):
|
|
2224 * configure (with_postgresql):
|
|
2225 * configure (with_xface):
|
|
2226 * configure (with_jpeg):
|
|
2227 * configure (with_png):
|
|
2228 * configure (with_tiff):
|
|
2229 * configure (athena_lib):
|
|
2230 * configure (have_motif):
|
|
2231 * configure (all_widgets):
|
|
2232 * configure (with_xim):
|
|
2233 * configure (with_xfs):
|
|
2234 * configure (with_wnn):
|
|
2235 * configure (with_canna):
|
|
2236 * configure (extra_objs):
|
|
2237 * configure (ac_cv_c_inline):
|
|
2238 * configure (have_esd_config):
|
|
2239 * configure (c_switch_site):
|
|
2240 * configure (with_ncurses):
|
|
2241 * configure (with_gpm):
|
|
2242 * configure (xealias):
|
|
2243 * configure (xehost_os):
|
|
2244 * configure (can_build_shared):
|
|
2245 * configure (xcldf):
|
|
2246 * configure (LTLD):
|
|
2247 * configure (ld_dynamic_link_flags):
|
|
2248 * configure (Mail):
|
|
2249 * configure.in:
|
|
2250 * configure.in (after_morecore_hook_exists):
|
|
2251 * configure.in (xetest):
|
|
2252 * configure.in (emacs_cv_localtime_cache):
|
|
2253 * configure.in (Mail):
|
|
2254 * configure.in:
|
|
2255 Clean up configure support for cygwin and mingw.
|
|
2256
|
|
2257 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
|
|
2258
|
|
2259 * PROBLEMS: Document broken native audio for recent patches and
|
|
2260 releases of HP-UX.
|
|
2261
|
|
2262 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2263
|
|
2264 * Makefile.in.in (install-arch-dep):
|
|
2265 WINDOWSNT -> WIN32_NATIVE.
|
|
2266 __CYGWIN32__ -> CYGWIN.
|
|
2267
|
|
2268 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
2269
|
|
2270 * configure.in: Recognize s390.
|
|
2271
|
|
2272 * config.guess: New version from GNU config archive.
|
|
2273 * config.sub: Likewise.
|
|
2274
|
|
2275 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2276
|
|
2277 * XEmacs 21.2.34 is released.
|
|
2278
|
|
2279 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2280
|
|
2281 * configure.in:
|
|
2282 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
|
|
2283 Remove unused variable use_minimal_tagbits.
|
|
2284
|
|
2285 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2286
|
|
2287 * configure.in: Remove lockdir.
|
|
2288
|
|
2289 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2290
|
|
2291 * XEmacs 21.2.33 is released.
|
|
2292
|
|
2293 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2294
|
|
2295 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
|
|
2296 the value of LD.
|
|
2297
|
|
2298 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2299
|
|
2300 * configure.in: add support for --quick-build. Remove --no-doc-file,
|
|
2301 subsumed.
|
|
2302
|
|
2303 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
2304
|
454
|
2305 * configure.in:
|
442
|
2306 * src/config.h.in:
|
|
2307 Rewrite SMART_INCLUDE implementation to actually work.
|
|
2308 Be paranoid - Avoid use of spaces in these macro definitions.
|
454
|
2309 Leave alloca() definition at start of compilation unit,
|
442
|
2310 as AIX requests.
|
|
2311 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
|
|
2312
|
|
2313 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2314
|
|
2315 * configure.in: Enable clash-detection by default.
|
|
2316 * configure.usage: Update documentation.
|
|
2317
|
|
2318 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
2319
|
|
2320 * configure.in: fix typo.
|
|
2321
|
|
2322 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2323
|
|
2324 * configure.in : Fix printing error check warning even if
|
|
2325 it is not compiled in.
|
|
2326
|
|
2327 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2328
|
|
2329 * xemacs/configure.in: Do a normal link when compiling with
|
|
2330 --pdump. Don't try compiling an unexec object file.
|
454
|
2331
|
442
|
2332 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
2333
|
|
2334 * configure.in: reorganize the output by topic.
|
|
2335 New configure test to define the proper SMART_INCLUDE macro.
|
|
2336
|
|
2337 * configure.usage: slightly rearanged some options.
|
|
2338
|
|
2339 2000-03-25 Didier Verna <didier@xemacs.org>
|
|
2340
|
|
2341 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
|
|
2342 representing real headers and not directories. This applies to
|
|
2343 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
|
|
2344 `soundcard_h_path'.
|
|
2345
|
|
2346 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
2347
|
|
2348 * configure.in: try to find postgresql headers at different places
|
|
2349 and define POSTGRES_H_PATH as appropriate.
|
|
2350
|
|
2351 2000-03-22 Andy Piper <andy@xemacs.org>
|
|
2352
|
|
2353 * config.h.in: add ERROR_CHECK_GLYPHS.
|
|
2354
|
|
2355 * configure.in: add error_check_glyphs.
|
|
2356
|
|
2357 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2358
|
|
2359 * XEmacs 21.2.32 is released.
|
|
2360
|
|
2361 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
2362
|
|
2363 * configure.in: Add dumper.o object when pdumping.
|
|
2364
|
|
2365 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
2366
|
|
2367 * Makefile.in.in: Add pdump install support
|
|
2368
|
|
2369 * configure.in: Add EMACS_PROGNAME config.h variable.
|
|
2370
|
|
2371 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
2372
|
|
2373 * configure.usage: document --with-postgresql flag.
|
|
2374
|
|
2375 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
2376
|
|
2377 * configure.in: add autodetection of PostgreSQL runtime libraries
|
|
2378
|
|
2379 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2380
|
|
2381 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
|
|
2382 when C compiler can produce shared libraries.
|
|
2383
|
|
2384 2000-02-26 Martin Buchholz <martin@xemacs.org>
|
|
2385
|
|
2386 * configure.in: Unconditionally define SHELL, to allow working
|
|
2387 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
|
|
2388
|
|
2389 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
2390
|
|
2391 * XEmacs 21.2.31 is released.
|
|
2392
|
|
2393 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
2394
|
|
2395 * XEmacs 21.2.30 is released.
|
|
2396
|
|
2397 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
2398
|
|
2399 * configure.in: Enforce use of autoconf version >= 2.13.
|
|
2400
|
|
2401 * configure.in: Fix OS release test on Solaris.
|
|
2402
|
|
2403 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
|
|
2404
|
|
2405 * PROBLEMS: Update email address. Describe more HP Motif errors.
|
|
2406
|
|
2407 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2408
|
|
2409 * configure.in: Split Solaris version test in two parts. In the
|
|
2410 Bourne shell the "-a" operator does NOT short-circuit.
|
|
2411
|
|
2412 1999-12-15 Jan Vroonhof <jan@xemacs.org>
|
|
2413
|
|
2414 * (configure.in): Autodetect broken gcc versions. Patch from WM
|
|
2415 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
|
|
2416
|
|
2417 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
2418
|
|
2419 * configure.in: Autodetect sys/param.h. Reorganize
|
|
2420 AC_CHECK_HEADERS call.
|
|
2421 * src/config.h.in: Add HAVE_SYS_PARAM_H.
|
|
2422
|
|
2423 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2424
|
|
2425 * configure.in: Test for arm simply using arm* instead of arm-*
|
|
2426
|
|
2427 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2428
|
|
2429 * XEmacs 21.2.29 is released.
|
|
2430
|
|
2431 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2432
|
|
2433 * configure.in: Don't use rel_alloc if malloc() calls mmap().
|
|
2434 Discover this by looking for M_MMAP_THRESHOLD.
|
|
2435
|
|
2436 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
|
|
2437 bugs in (at least) Solaris 2.5 headers.
|
|
2438
|
|
2439 2000-01-29 Craig Lanning <CraigL@DyCon.com>
|
|
2440
|
|
2441 * configure.in: Fix detection of XPM on systems without X11.
|
|
2442
|
|
2443 2000-02-11 Martin Buchholz <martin@xemacs.org>
|
|
2444
|
|
2445 * configure.in:
|
|
2446 * src/config.h.in:
|
|
2447 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
|
|
2448 but only on tested Operating systems - Linux && SunOS >= 5.5.
|
|
2449
|
|
2450 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
2451
|
|
2452 * aclocal.m4: Support dlls on aix[34].
|
|
2453
|
|
2454 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
2455
|
|
2456 * .cvsignore: Ignore gmon.out
|
|
2457
|
|
2458 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
2459
|
|
2460 * configure.in: Sync Berkeley db autodetection with src/database.c
|
|
2461
|
|
2462 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
2463
|
|
2464 * configure.in: check for XConvertCase.
|
|
2465
|
440
|
2466 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
2467
|
|
2468 * XEmacs 21.2.28 is released.
|
|
2469
|
|
2470 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
442
|
2471
|
440
|
2472 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
|
|
2473
|
|
2474 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
2475
|
|
2476 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
|
|
2477
|
|
2478 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
2479
|
|
2480 * configure.in: Always use our own realpath(), not the system one.
|
|
2481
|
|
2482 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
2483
|
|
2484 * configure.in: Default Drag-N-Drop to "no"
|
|
2485
|
|
2486 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
2487
|
|
2488 * configure.in: add new machine type for IRIX 6.[2-5] to
|
|
2489 switch from using unexelf.o to unexelfsgi.o for just those
|
|
2490 versions of IRIX.
|
|
2491 In the ideal world it would be handled by the s/irix6-0.h but
|
|
2492 since machine config is included AFTER OS config, I had to add a
|
|
2493 new machine type.
|
|
2494
|
|
2495 2000-01-22 Andy Piper <andy@xemacs.org>
|
|
2496
|
|
2497 * configure.in: add winspool to windows libraries.
|
|
2498
|
|
2499 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
2500
|
|
2501 * configure.in: Add more warnings to default gcc flags.
|
|
2502
|
|
2503 2000-01-20 Daniel Pittman <daniel@danann.net>
|
|
2504
|
|
2505 * configure.in: Find Athena headers hidden in even more obscure
|
|
2506 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
|
|
2507
|
|
2508 2000-01-19 Martin Buchholz <martin@xemacs.org>
|
|
2509
|
|
2510 * configure.in: Add support for NetWinders.
|
|
2511 Patch by Sean MacLennan <seanm@netwinder.org>
|
|
2512
|
|
2513 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
2514
|
|
2515 * configure.in: Use /etc/ld.so.conf at link-time, if available.
|
|
2516
|
438
|
2517 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
2518
|
|
2519 * XEmacs 21.2.27 is released.
|
|
2520
|
|
2521 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
2522
|
|
2523 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
|
|
2524
|
|
2525 * configure.in: Add `tests' symlink to make it easier to find
|
|
2526 automated tests directory.
|
|
2527
|
|
2528 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
2529
|
|
2530 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
|
|
2531 before the cygwin headers.
|
|
2532
|
|
2533 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
2534
|
442
|
2535 * configure.in:
|
438
|
2536 - Allow find-tag to work in the build directory.
|
|
2537 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
|
|
2538 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
|
|
2539
|
|
2540 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
|
|
2541
|
|
2542 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
|
|
2543 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
|
|
2544
|
|
2545 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2546
|
|
2547 * configure.usage (--mail-locking):
|
|
2548 * configure.in: Handle --mail-locking option correctly in
|
|
2549 preparation for the movemail locking overhaul.
|
|
2550
|
|
2551 2000-01-05 Daniel Pittman <daniel@danann.net>
|
|
2552
|
|
2553 * configure.in (Installation): Report which Athena header/library
|
|
2554 combo is being used.
|
|
2555
|
436
|
2556 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
2557
|
|
2558 * XEmacs 21.2.26 is released.
|
|
2559
|
434
|
2560 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
2561
|
|
2562 * XEmacs 21.2.25 is released.
|
|
2563
|
|
2564 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2565
|
|
2566 * README: Remove msdos part.
|
|
2567
|
|
2568 1999-12-17 Martin Buchholz <martin@xemacs.org>
|
|
2569
|
|
2570 * configure.in: Oops. xpm doesn't actually depend on X11.
|
|
2571 I got confused by the name (like others get confused by `xemacs'?)
|
|
2572
|
432
|
2573 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
2574
|
|
2575 * XEmacs 21.2.24 is released.
|
|
2576
|
|
2577 1999-12-13 Martin Buchholz <martin@xemacs.org>
|
|
2578
|
442
|
2579 * configure.in:
|
432
|
2580 * configure.usage:
|
|
2581 - Autodetect NAS. Change Docs accordingly.
|
|
2582
|
|
2583 * configure.in: Warn if configure --with-xpm --without-x11.
|
|
2584
|
|
2585 1999-12-09 Martin Buchholz <martin@xemacs.org>
|
|
2586
|
|
2587 * configure.in: Clean up sound support.
|
|
2588 - variable `old_nas' was used but never set.
|
|
2589 - change `with_esd' to `with_esd_sound' for consistency.
|
|
2590 - Don't trust the output of `esd-config --libs`; test it.
|
|
2591 - Add `esd-config --cflags` to c_switch_site.
|
|
2592 - Die if ESD sound requested, but not available.
|
|
2593 - ESD is not dependent on X, therefore use LIBS, not libs_x.
|
|
2594
|
|
2595 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2596
|
|
2597 * configure.in (--with-sound): Variable with_esd was mispelled.
|
|
2598
|
430
|
2599 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2600
|
|
2601 * XEmacs 21.2.23 is released.
|
|
2602
|
|
2603 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2604
|
|
2605 * configure.in: Fix module support.
|
|
2606 --with-modules=yes was completely broken.
|
|
2607 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
|
|
2608 Remove linking test for _dlopen - seems totally bogus.
|
|
2609 Die if --with-modules=yes but no module support found.
|
|
2610 Do nothing, not even msg, if --with-modules=no.
|
|
2611
|
|
2612 1999-11-17 Isaac Hollander <ysh@mindspring.com>
|
|
2613
|
|
2614 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
|
|
2615 symlinks instead of the actual files
|
|
2616
|
|
2617 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2618
|
|
2619 * aclocal.m4: Shared library support for hpux >= version 11
|
|
2620
|
|
2621 1999-11-29 Martin Buchholz <martin@xemacs.org>
|
|
2622
|
|
2623 * Makefile.in.in (beta): `make beta' should rebuild info.
|
|
2624
|
428
|
2625 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2626
|
|
2627 * XEmacs 21.2.22 is released
|
|
2628
|
426
|
2629 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
2630
|
|
2631 * XEmacs 21.2.21 is released.
|
|
2632
|
|
2633 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
2634
|
442
|
2635 * configure.in:
|
426
|
2636 Add configure support for Unix 98 type ssize_t.
|
|
2637
|
|
2638 1999-11-27 Martin Buchholz <martin@xemacs.org>
|
|
2639
|
|
2640 * Makefile.in.in:
|
|
2641 Make sure config.values.sh is up to date.
|
|
2642 Use $(SHELL) instead of sh or /bin/sh consistently.
|
|
2643 Delegate `depend' target to src/Makefile.in.in.
|
|
2644
|
|
2645 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2646
|
|
2647 * INSTALL: Update configure option.
|
|
2648
|
|
2649 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
442
|
2650
|
426
|
2651 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
|
|
2652 (LIBS): Check for libCsup.
|
|
2653
|
|
2654 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2655
|
|
2656 * config.h.in: define HAVE_ESD_SOUND
|
|
2657
|
|
2658 * configure.in: Add support for esd sound. --with-sound
|
|
2659 now accepts a list of options.
|
|
2660 * configure.usage (--native-sound-lib): ditto.
|
|
2661
|
|
2662 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
2663
|
442
|
2664 * Makefile.in.in (install-arch-dep):
|
426
|
2665 Fix `make install' if prefix != exec_prefix.
|
|
2666
|
|
2667 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
2668
|
|
2669 * configure.in:
|
|
2670 - Accept --with-database=gdbm as an alias for
|
|
2671 --with-database=gnudbm.
|
|
2672 - rename with_database_gnudbm to with_database_gdbm.
|
|
2673
|
|
2674 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
|
|
2675 ld_dynamic_link_flags on Solaris. Else CC gives us:
|
|
2676 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
|
|
2677 /usr/ccs/bin/ld: illegal option -- W
|
|
2678
|
|
2679
|
424
|
2680 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2681
|
|
2682 * XEmacs 21.2.20 is released
|
|
2683
|
|
2684 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
|
2685 * configure.in: Autodetect Unix98 PTY
|
|
2686
|
|
2687 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
|
|
2688
|
|
2689 * README.packages: Add description of package-get-provider
|
|
2690
|
|
2691 1999-10-22 Vin Shelton <acs@xemacs.org>
|
|
2692
|
|
2693 * INSTALL: Added more information about README.packages, and
|
|
2694 re-numbered some bullets.
|
|
2695
|
|
2696 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2697
|
|
2698 * INSTALL: Update disk requirements. Refer to README.packages
|
|
2699
|
|
2700 1999-10-21 Andy Piper <andy@xemacs.org>
|
|
2701
|
|
2702 * configure.in (all_widgets): Only use xaw3d if we really have it.
|
|
2703
|
|
2704 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
2705
|
|
2706 * Makefile.in.in: use WINDOWSNT for mingw install.
|
|
2707
|
|
2708 1999-09-25 Andy Piper <andy@xemacs.org>
|
|
2709
|
|
2710 * configure.in: check for Xaw3d and use in preference to Xaw
|
|
2711
|
|
2712 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
|
2713
|
|
2714 * Makefile.in.in: All Makefiles should #include config.h
|
|
2715
|
|
2716 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2717
|
|
2718 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
|
442
|
2719 $canonical, so that installation paths and dynamic path setup will
|
424
|
2720 stay in synch.
|
|
2721
|
|
2722 1999-09-20 Andy Piper <andy@xemacs.org>
|
|
2723
|
|
2724 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
|
|
2725 installation linkage.
|
|
2726
|
|
2727 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
2728
|
|
2729 * configure.in (machine): Recognize MIPS/Linux.
|
|
2730
|
|
2731 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2732
|
442
|
2733 * modules/zlib/Makefile (distclean):
|
|
2734 * modules/ldap/Makefile (distclean):
|
|
2735 * modules/sample/Makefile (distclean):
|
424
|
2736 * modules/base64/Makefile (distclean): new target
|
|
2737
|
|
2738 * Makefile.in.in (top_distclean): Add package directories
|
|
2739 (SUBDIR_DISTCLEAN): New variable, add module directories
|
|
2740
|
|
2741 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
2742
|
|
2743 * configure.in: Warn, but otherwise ignore, obsolete arguments.
|
|
2744
|
|
2745 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
442
|
2746
|
424
|
2747 * configure.in: Add --pdump option.
|
|
2748 * configure.usage: Ditto.
|
442
|
2749
|
424
|
2750 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
2751
|
|
2752 * configure.in: report widget usage correctly. beef up setting.
|
|
2753
|
|
2754 * Makefile.in.in: fix install-arch-dep for mingw32.
|
|
2755
|
|
2756 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
2757
|
|
2758 * config.h.in: add new LWLIB defines.
|
|
2759
|
|
2760 * configure.in: fix definitions of widget defines with various
|
|
2761 toolkit options.
|
|
2762
|
422
|
2763 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2764
|
|
2765 * XEmacs 21.2.19 is released
|
|
2766
|
|
2767 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2768
|
|
2769 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
|
|
2770
|
|
2771 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
2772
|
|
2773 * configure.in: Check for Kerberos and the need for the DES
|
|
2774 library before checking for LDAP in case LDAP requires these
|
|
2775 libraries.
|
|
2776
|
|
2777 1999-07-26 SL Baur <steve@miho>
|
|
2778
|
|
2779 * configure.in: Rename --with-shlib to --with-modules for
|
|
2780 consistency with the other two options that use that name.
|
|
2781
|
|
2782 * configure.usage (--with-modules): Document it.
|
|
2783
|
|
2784 1999-07-22 SL Baur <steve@beopen.com>
|
|
2785
|
|
2786 * configure.in: add sco7 support
|
|
2787 From Bob Weiner <weiner@beopen.com>
|
|
2788
|
|
2789 1999-07-22 SL Baur <steve@miho>
|
|
2790
|
|
2791 * Makefile.in.in (install-arch-dep): Install config.values into
|
|
2792 docdir.
|
|
2793 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
2794
|
|
2795 1999-07-21 SL Baur <steve@miho>
|
|
2796
|
|
2797 * Makefile.in.in (inststaticdir): New variable.
|
|
2798 (instvardir): Ditto.
|
|
2799 (install-arch-dep): Use them.
|
|
2800
|
|
2801 * configure.in (sitelispdir): Need to use ${PROGNAME}.
|
|
2802 (sitemoduledir): Ditto.
|
|
2803 (inststaticdir): New variable.
|
|
2804 (instvardir): Ditto.
|
|
2805 (infodir): Use them.
|
|
2806 (lispdir): Ditto.
|
|
2807 (moduledir): Ditto.
|
|
2808 (pkgdir): Ditto.
|
|
2809 (etcdir): Ditto.
|
|
2810 (lockdir): Ditto.
|
|
2811 (archlibdir): Ditto.
|
|
2812
|
|
2813 1999-07-14 SL Baur <steve@beopen.com>
|
|
2814
|
|
2815 * InfoDock 4.0.8 is released
|
|
2816
|
420
|
2817 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2818
|
|
2819 * XEmacs 21.2.18 is released
|
|
2820
|
|
2821 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
2822
|
|
2823 * config.guess (main): Synch with newer config.guess for HP
|
|
2824 support.
|
|
2825 From Marcus Thiessel <marcus@xemacs.org>
|
|
2826
|
|
2827 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2828
|
|
2829 * configure.in (with_prefix): Added --with-prefix, defaults to
|
442
|
2830 yes, to control whether the value of --prefix is compiled into the
|
420
|
2831 binary.
|
|
2832
|
|
2833 1999-07-03 Andy Piper <andy@xemacs.org>
|
|
2834
|
|
2835 * configure.usage (--with-widgets): add.
|
|
2836
|
|
2837 1999-07-02 Andy Piper <andy@xemacs.org>
|
|
2838
|
|
2839 * configure.in: Make sure we get motif in lwlib if we have widgets
|
|
2840 and motif.
|
|
2841
|
|
2842 1999-06-25 SL Baur <steve@miho.m17n.org>
|
|
2843
|
|
2844 * configure.in (version): Fix --with-infodock test.
|
|
2845
|
|
2846 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2847
|
|
2848 * configure.in: --prefix and --exec-prefix are now only compiled
|
|
2849 into the binary if user-defined.
|
|
2850
|
|
2851 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2852
|
|
2853 * configure.in: Made docdir configurable.
|
|
2854
|
|
2855 * Makefile.in (docdir): Added variable for custom DOC directory.
|
|
2856
|
418
|
2857 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2858
|
|
2859 * XEmacs 21.2.17 is released
|
|
2860
|
|
2861 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
|
|
2862
|
|
2863 * configure.in (with_ldap): Check libldap independently of liblber
|
|
2864 Do not test alternate library names such as libldap10
|
|
2865 Test the presence of a variety of LDAP API functions which were
|
|
2866 formerly assumed to be present according to dubious heuristics
|
|
2867
|
416
|
2868 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2869
|
|
2870 * XEmacs 21.2.16 is released
|
|
2871
|
|
2872 1999-06-04 SL Baur <steve@steve1.m17n.org>
|
|
2873
|
|
2874 * configure.in (CPP): Correct test for locating $site_prefix
|
|
2875 include directories.
|
|
2876
|
414
|
2877 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2878
|
|
2879 * XEmacs 21.2.15 is released
|
|
2880
|
|
2881 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2882
|
|
2883 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
|
|
2884 From: Eric Veldhuyzen <eric@terra.nu>
|
|
2885
|
|
2886 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
2887
|
|
2888 * configure.in: For non-beta's use x.y.z format for version strings.
|
|
2889
|
|
2890 1999-06-03 SL Baur <steve@xemacs.org>
|
|
2891
|
|
2892 * version.sh: add emacs_is_beta initialization
|
|
2893
|
|
2894 * configure.in: Implement patch levels in version number
|
|
2895 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2896
|
|
2897 * configure.in:
|
|
2898 * configure.usage:
|
|
2899 * config.h.in: Rename session option to wmcommand.
|
|
2900 From Oliver Graf <ograf@rhein-zeitung.de>
|
|
2901
|
|
2902 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
2903
|
|
2904 * info/dir: Add `emodules.info' entry to the top info dir.
|
|
2905
|
|
2906 1999-05-31 SL Baur <steve@steve1.m17n.org>
|
|
2907
|
|
2908 * configure.in (CPP): Don't check for include subdirectories in
|
442
|
2909 site-prefix directories. This check loses in valid configurations
|
414
|
2910 like /usr/jp in TurboLinux. Conditionally add include directory to
|
|
2911 site switches.
|
|
2912
|
|
2913 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2914
|
|
2915 * configure.in (quoted_arguments): Support
|
|
2916 --error-checking=byte-code.
|
|
2917
|
398
|
2918 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2919
|
|
2920 * XEmacs 21.2.14 is released
|
|
2921
|
|
2922 1999-05-11 SL Baur <steve@altair.xemacs.org>
|
|
2923
|
|
2924 * version.sh (infodock_build_version): Synch InfoDock version.
|
|
2925
|
|
2926 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
2927
|
442
|
2928 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
|
398
|
2929 for Solaris.
|
|
2930
|
|
2931 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
2932
|
|
2933 * configure.in (xemacs_betaname): Don't generate Installation.el.
|
|
2934
|
|
2935 * Makefile.in.in (top_distclean): Don't remove Installation.el.
|
|
2936
|
|
2937 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
2938
|
|
2939 * configure.in: add mingw32 as a target platform. add nt process
|
|
2940 support options.
|
|
2941
|
|
2942 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2943
|
|
2944 * configure.in: Delete mule-coding.o.
|
|
2945
|
|
2946 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2947
|
|
2948 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
|
|
2949 calling XmStringGetLtoR
|
|
2950 (string_draw_u): ditto and check return value of XmStringGetLtoR()
|
|
2951
|
|
2952 1999-04-05 Olivier Galibert <galibert@pobox.com>
|
|
2953
|
|
2954 * Makefile.in.in (GENERATED_HEADERS): Don't generate
|
|
2955 puresize-adjust.h anymore
|
|
2956
|
|
2957 * configure.usage: Remove everything gung-ho or purespace related
|
|
2958
|
|
2959 * configure.in: Ditto
|
|
2960
|
|
2961 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2962
|
|
2963 * configure.in: Check for getloadavg().
|
|
2964
|
396
|
2965 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2966
|
|
2967 * XEmacs 21.2.13 is released
|
|
2968
|
|
2969 1999-03-09 SL Baur <steve@xemacs.org>
|
|
2970
|
|
2971 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
|
|
2972
|
394
|
2973 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2974
|
|
2975 * XEmacs 21.2.12 is released
|
|
2976
|
|
2977 1999-03-04 Martin Buchholz <martin@xemacs.org>
|
|
2978
|
|
2979 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
|
|
2980
|
|
2981 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
2982
|
|
2983 * configure.in:
|
|
2984 `uname -v` -> "`uname -v`":
|
|
2985 backquoted expressions need additional double
|
|
2986 quotes to be a single token.
|
|
2987 Use separate if's to avoid extra process invocations.
|
|
2988
|
|
2989 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2990
|
442
|
2991 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
|
394
|
2992
|
392
|
2993 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2994
|
|
2995 * XEmacs 21.2.11 is released
|
|
2996
|
|
2997 1999-02-16 Andy Piper <andy@xemacs.org>
|
|
2998
|
|
2999 * PROBLEMS: add entries for building under Cygwin.
|
|
3000
|
|
3001 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3002
|
|
3003 * README.packages: Clear up that mule-sumo packages is used _in
|
|
3004 addition_ to the normal sumo.
|
|
3005
|
|
3006 1999-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3007
|
|
3008 * configure.usage: Move quantify/purify into debug flags section
|
|
3009
|
|
3010 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3011
|
442
|
3012 * configure.in:
|
392
|
3013 - Fixup xfs comments and redundant option checking
|
|
3014
|
442
|
3015 * configure.in:
|
|
3016 * INSTALL:
|
392
|
3017 * lisp/paths.el:
|
|
3018 - improved automounter tmp directory support.
|
|
3019 - support 4 (!) empirically discovered automounter conventions
|
|
3020
|
|
3021 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3022
|
442
|
3023 * lwlib/lwlib.h:
|
|
3024 - redo CONST hacking to deal with X11 R4, which was
|
392
|
3025 broken in a previous patch.
|
|
3026
|
|
3027 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3028
|
442
|
3029 * configure.in:
|
392
|
3030 - irix uses -rpath
|
|
3031
|
|
3032 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3033
|
442
|
3034 * configure.in:
|
392
|
3035 - Check for XOpenIM before using xim=xlib
|
|
3036 - only use XmIm if $have_motif = yes
|
|
3037
|
|
3038 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3039
|
|
3040 * configure.in. Port to BSDI BSD/OS 4.0.
|
|
3041
|
|
3042 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3043
|
|
3044 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
|
|
3045
|
390
|
3046 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3047
|
|
3048 * XEmacs 21.2.10 is released
|
|
3049
|
388
|
3050 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3051
|
|
3052 * XEmacs 21.2.9 is released
|
|
3053
|
|
3054 1999-01-21 Andy Piper <andy@xemacs.org>
|
|
3055
|
|
3056 * configure.in: make xface detection specifc to a window system in
|
|
3057 general rather than just X.
|
|
3058
|
|
3059 1999-18-10 Andy Piper <andy@xemacs.org>
|
|
3060
|
|
3061 * configure.in: remove -O3 prevention on cygwin - current versions
|
|
3062 cope ok now. remove dll prevention on cygwin - the new module
|
|
3063 code checks correctly.
|
442
|
3064
|
388
|
3065 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
3066
|
442
|
3067 * configure.in: Added moduledir as the path where loadable modules
|
388
|
3068 are stored. Added --with-site-modules and --moduledir options.
|
|
3069 - Ensure the SCO OpenServer compiles with --dynamic by default
|
|
3070 - Check for dlfcn.h for dynamic loader
|
|
3071 - Renamed dll.o to emodules.o and changed dynamic loader tests
|
|
3072 - Renabled code that deals with site-lisp so that it is handled
|
|
3073 correctly when a user specifies --with-site-lisp.
|
|
3074
|
|
3075 * aclocal.m4: Replaced entire file with more complete DLL tests
|
|
3076 by way of libtool.
|
|
3077
|
|
3078 * config.usage: Removed TAB characters which caused it to be
|
|
3079 displayed incorrectly on terminals where TAB != 8.
|
|
3080 - Added help text to describe --with-site-modules and --moduledir.
|
|
3081
|
|
3082 * INSTALL: Updated documentation to describe module directories
|
|
3083
|
|
3084 * Makefile.in.in: Added moduledir, sitemoduledir macros.
|
|
3085 - Make those directories at install time.
|
|
3086
|
386
|
3087 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
3088
|
|
3089 * XEmacs 21.2.8 is released.
|
|
3090
|
|
3091 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
3092
|
|
3093 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
|
|
3094
|
384
|
3095 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3096
|
|
3097 * XEmacs 21.2.7 is released.
|
|
3098
|
|
3099 1998-12-20 Martin Buchholz <martin@xemacs.org>
|
|
3100
|
|
3101 * configure.in: Redo DBM support
|
|
3102 - die if dbm support requested, but not provided.
|
|
3103 - properly check for libgdbm, then libc, then libdbm
|
|
3104 - properly check for ndbm.h
|
|
3105 - comments improved
|
|
3106 - XE_DIE should always prefix messages with Error: for clarity
|
|
3107
|
|
3108 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3109
|
|
3110 * xemacs.mak (TEMACS_OBJS):
|
|
3111 (DOC_SRC4):
|
|
3112 - Remove pure.c, pure.obj
|
|
3113
|
|
3114 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
3115
|
|
3116 * Makefile.in.in (distclean):
|
|
3117 * dynodump/Makefile.in.in (distclean):
|
|
3118 * src/Makefile.in.in (distclean):
|
|
3119 * lib-src/Makefile.in.in (distclean):
|
|
3120 * lwlib/Makefile.in.in (distclean):
|
|
3121 - Make sure GNUmakefile is deleted.
|
|
3122
|
|
3123 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
3124
|
|
3125 * configure.in (all_widgets): remove gui.o addition - its always
|
|
3126 in the makefile now.
|
|
3127
|
|
3128 * configure.in: add gui-msw.o to msw objects.
|
|
3129
|
382
|
3130 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
3131
|
|
3132 * XEmacs 21.2.6 is released
|
|
3133
|
380
|
3134 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3135
|
|
3136 * XEmacs 21.2.5 is released
|
|
3137
|
377
|
3138 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
3139
|
|
3140 * XEmacs 21.2-beta4 is released.
|
|
3141
|
|
3142 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
3143
|
|
3144 * configure.in: Linux/Arm Support.
|
|
3145 From James LewisMoss <dres@ioa.com>
|
|
3146
|
|
3147 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
3148
|
|
3149 * configure.in:
|
|
3150 Fix the realpath() problem of UnixWare2.1.3.
|
|
3151 Patches for NEC's sysv4.2 machine.
|
|
3152
|
|
3153 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3154
|
|
3155 * configure.in: Check if there's wnn4.2 or wnn6 specific library
|
|
3156 installed. The Wnn library will be checked if the --with-wnn
|
|
3157 and/or --with-wnn6 was specified compulsory.
|
|
3158
|
|
3159 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3160
|
|
3161 * configure.in (CPP): Too many spaces im run-patch flag detection.
|
|
3162
|
375
|
3163 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
3164
|
|
3165 * XEmacs 21.2-beta3 is released.
|
|
3166
|
|
3167 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
3168
|
|
3169 * configure.in: enable drag and drop support by default if mswindows is
|
|
3170 detected.
|
|
3171
|
|
3172 1998-10-09 Kevin Oberman <oberman@es.net>
|
|
3173
|
|
3174 * config.sub: Fix for Alpha architecture
|
|
3175
|
|
3176 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
3177
|
|
3178 * configure.in: don't enable shared lib support for cygwin unless
|
|
3179 explititly told to.
|
|
3180
|
373
|
3181 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
3182
|
|
3183 * XEmacs 21.2-beta2 is released.
|
|
3184
|
|
3185 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
3186
|
|
3187 * lwlib/xlwmenu.c:
|
|
3188 * lwlib/xlwscrollbar: fix for Motif >=2.0
|
|
3189 Patch provided by Glenn Barry <gtb@eng.sun.com>
|
|
3190
|
|
3191 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
|
|
3192
|
|
3193 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
3194
|
|
3195 * configure.in: check for cygwin32/version.h.
|
|
3196
|
|
3197 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3198
|
|
3199 * PROBLEMS: Added AIX 4.3 note.
|
|
3200
|
|
3201 * configure.in: Better detection of AIX 4.3.
|
|
3202 AIX xlc can do -g and -Ox at the same time.
|
|
3203
|
|
3204 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
3205
|
|
3206 * configure.in: Alter configure so that it checks for mismatched PNG
|
|
3207 header/libs, screams a little louder on old/mismatched library
|
|
3208 conditions for both PNG and XPM, stop screaming if png is not found and
|
|
3209 no window-system is selected, and fixed a bug in the XPM checking.
|
|
3210
|
|
3211 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
3212
|
|
3213 * configure.usage (--without-gif): Modify text to reflect status
|
|
3214 of GIF support
|
|
3215
|
|
3216 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
3217
|
|
3218 * configure.in: add back in the support for the in-core GIF
|
|
3219 code, change the required PNG library version to 1.0.2, and add
|
|
3220 a warning if PNG not found, since PNG images are now distributed
|
|
3221 as part of the core. Also minor wording changes in things reported
|
|
3222 to the user.
|
|
3223
|
|
3224 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
|
|
3225
|
|
3226 * BETA: Update mailing-list address for build-reports
|
|
3227
|
|
3228 1998-08-01 SL Baur <steve@altair.xemacs.org>
|
|
3229
|
|
3230 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
|
|
3231 can built that includes package lisp.
|
|
3232
|
|
3233 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
3234
|
|
3235 * configure.in:
|
|
3236 - support multiple flavors of alpha, (XEmacs treats them identically)
|
|
3237 - Fix AC_TRY_RUN so that actions have access to $?
|
|
3238 - Identify DEC C compilers. Add default optimization CFLAGS and
|
|
3239 always use -std.
|
|
3240 - Use an extensible method for adding support for future compilers.
|
|
3241 - Have SunPro C use that same extensible method.
|
|
3242 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
|
|
3243
|
304
|
3244 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
3245
|
371
|
3246 * XEmacs 21.2-beta1 is released.
|
304
|
3247
|
|
3248 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
3249
|
|
3250 * config.guess: Synched with latest FSF version.
|
|
3251
|
454
|
3252 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
304
|
3253
|
384
|
3254 * Makefile.in: added LDFLAGS.
|
304
|
3255
|
300
|
3256 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
3257
|
371
|
3258 * README: Bump version numbers.
|
|
3259 * info/dir: Ditto.
|
|
3260 * version.sh: Ditto.
|
|
3261
|
793
|
3262 * XEmacs 21.0-pre5 is released.
|
300
|
3263
|
|
3264 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
3265
|
|
3266 * configure.in (with_offix): Default --with-offix to off.
|
|
3267
|
298
|
3268 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
3269
|
300
|
3270 * configure.in: Handle multiple database libraries.
|
|
3271 From Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
3272
|
298
|
3273 * XEmacs 21.0-pre4 is released.
|
|
3274
|
|
3275 * configure.in: Fix test for InfoDock sources.
|
|
3276
|
|
3277 1998-07-09 Oliver Graf <ograf@fga.de>
|
|
3278
|
|
3279 * configure.usage: added warning to --with-offix
|
|
3280
|
|
3281 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
3282
|
|
3283 * configure.in: Berkeley DB autodetection fixes
|
|
3284 From Martin Buchholz <martin@xemacs.org>
|
|
3285
|
296
|
3286 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
3287
|
|
3288 * XEmacs 21.0-pre3 is released.
|
|
3289
|
|
3290 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3291
|
|
3292 * configure.in: Added check if the berkdb has db_open or not.
|
|
3293 (With fixes from Martin Buchholz)
|
|
3294
|
294
|
3295 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
3296
|
|
3297 * XEmacs 21.0-pre2 is released.
|
|
3298
|
|
3299 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3300
|
|
3301 * configure.in: Added -lC for static linking under AIX 4.2.
|
|
3302
|
292
|
3303 1998-06-14 SL Baur <steve@altair.xemacs.org>
|
|
3304
|
|
3305 * XEmacs 21.0-pre1 is released.
|
|
3306
|
290
|
3307 1998-06-11 SL Baur <steve@altair.xemacs.org>
|
|
3308
|
292
|
3309 * XEmacs 21.0-beta43 is released.
|
290
|
3310
|
|
3311 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
3312
|
|
3313 * tests/Dnd/README: a step-by-step test run
|
|
3314 * tests/Dnd/droptest.el: some clarifications
|
|
3315 * tests/Dnd/droptest.sh: created, creates test files
|
|
3316
|
|
3317 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
3318
|
|
3319 * configure.in (summary): added experimental to dragndrop option
|
|
3320 * configure.usage: added experimental note to --with-dragndrop
|
|
3321 * tests/Dnd/droptest.el: extra start-drag-region function
|
|
3322 changed the experimental- stuff
|
|
3323
|
|
3324 1998-06-07 SL Baur <steve@altair.xemacs.org>
|
|
3325
|
|
3326 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
|
|
3327
|
|
3328 1998-06-05 Colin Rafferty <colin@xemacs.org>
|
|
3329
|
|
3330 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
|
|
3331
|
288
|
3332 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
3333
|
|
3334 * XEmacs 21.0-beta42 is released.
|
|
3335
|
|
3336 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
3337
|
|
3338 * configure.in: don't use -O3 for cygwin.
|
|
3339
|
|
3340 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3341
|
|
3342 * configure.in: Switch from giflib to gifreader for
|
|
3343 our GIF image support (no other mods needed)
|
|
3344
|
290
|
3345 1998-05-28 Oliver Graf <ograf@fga.de>
|
288
|
3346
|
|
3347 * configure.in: only one DnD protocol, CDE has priority over OffiX
|
|
3348
|
|
3349 * tests/Dnd/README: some changes reflecting recent modifications
|
|
3350 * tests/Dnd/dragtest.el: removed
|
|
3351 * tests/Dnd/droptest.el: cosmetics and comments
|
|
3352
|
290
|
3353 1998-05-26 Oliver Graf <ograf@fga.de>
|
288
|
3354
|
|
3355 * tests/Dnd/droptest.el: adapted to CDE extensions
|
|
3356
|
290
|
3357 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
3358
|
|
3359 * configure.in:
|
|
3360 * config.sub: add initial OpenBSD support
|
|
3361
|
288
|
3362 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
3363
|
|
3364 * configure.in: check for msw dialogs.
|
|
3365
|
286
|
3366 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
3367
|
|
3368 * XEmacs 21.0-beta41 is released.
|
|
3369
|
|
3370 1998-05-17 SL Baur <steve@altair.xemacs.org>
|
|
3371
|
|
3372 * configure.in (CPP): Change -O2 to -O3.
|
|
3373 Suggested by Martin Buchholz <martin@xemacs.org>
|
|
3374
|
284
|
3375 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
3376
|
|
3377 * XEmacs 21.0-beta40 is released.
|
|
3378
|
|
3379 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
3380
|
|
3381 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
|
|
3382 on the `unset CDPATH' if running as sh.
|
|
3383
|
|
3384 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
3385
|
|
3386 * tests/Dnd/droptest.el: some CDE adaptions (untested)
|
|
3387
|
|
3388 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
3389
|
|
3390 * configure.in:
|
|
3391 Add some more comments.
|
|
3392 If using bash, use Posix mode and unset CDPATH.
|
|
3393 Be more careful checking feature dependencies.
|
|
3394 Introduce XE_CHECK_FEATURE_DEPENDENCY.
|
|
3395 Undo the gross hack of multiple `echo >> $tempcname'
|
|
3396 by using here documents instead. (Might break mswindows, tho...)
|
|
3397 Be more careful autodetecting tooltalk.
|
|
3398
|
|
3399 * PROBLEMS:
|
|
3400 Document problems with Solaris 2.6 + XSUNTRANSPORT
|
|
3401
|
384
|
3402 * Makefile.in:
|
284
|
3403 * lwlib/Makefile.in.in:
|
|
3404 * modules/Makefile.in:
|
|
3405 - Adjust for luser's CDPATH being set to something weird.
|
|
3406 - Take into account bash 2.02's tendency to print the cwd when
|
|
3407 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
3408 - fix the run-temacs target to use $(DUMPENV)
|
|
3409 - fix the run-puremacs target to use $(DUMPENV)
|
|
3410 - fix the `depend' target to properly $(RM) the right files
|
|
3411 - Generate a better TAGS file for XEmacs' lisp code using
|
|
3412 hand-crafted regexps.
|
|
3413 - Use standard coding conventions for modules/Makefile.in
|
|
3414
|
|
3415 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3416
|
|
3417 * configure.in: some people claimed that they can't stop
|
|
3418 linking wnn6 library if they set --with-wnn6=no.
|
|
3419
|
|
3420 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
3421
|
|
3422 * tests/Dnd/droptest.el: adapted to new calling conventions
|
|
3423 also showing the new possibilities
|
|
3424 * tests/Dnd/README: changed to new protocol
|
|
3425
|
|
3426 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
3427
|
|
3428 * Fix for HAVE_MULTICAST check.
|
|
3429
|
282
|
3430 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
3431
|
|
3432 * XEmacs 21.0-beta39 is released.
|
|
3433
|
|
3434 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
3435
|
|
3436 * configure.in: added autodetection for the Drag'n'Drop API
|
|
3437 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
|
|
3438 and dragdrop.o is added to extra_objs
|
|
3439 * configure.usage: added with-dragndrop, added (*) to with-offix
|
|
3440 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
|
|
3441
|
|
3442 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
3443
|
|
3444 * tests/Dnd/droptest.el: changed to test new protocol
|
|
3445 * tests/Dnd/README.OffiX: removed
|
|
3446 * tests/Dnd/README: created, info about new protocol
|
|
3447 * tests/Dnd/dragtest.el: comment change
|
|
3448
|
280
|
3449 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
3450
|
|
3451 * XEmacs 21.0-beta38 is released.
|
|
3452
|
|
3453 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
3454
|
|
3455 * configure.in: Use `PROGNAME' for all generated paths.
|
|
3456
|
|
3457 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
|
|
3458
|
|
3459 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
3460
|
384
|
3461 * configure.in (progname): Parameterize program name on `progname'
|
280
|
3462 and add --with-infodock.
|
|
3463
|
|
3464 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
3465
|
|
3466 * Makefile.in: Religiously use ${progname} instead of hardcoded
|
|
3467 `xemacs'.
|
|
3468 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
|
|
3469 overridden by the empty one set in the toplevel Makefile.
|
|
3470
|
278
|
3471 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
3472
|
|
3473 * XEmacs-21.0-beta37 is released.
|
|
3474
|
|
3475 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3476
|
|
3477 * configure.in: Sychronized ..._USER_DEFINED variables with
|
|
3478 datadir setting.
|
|
3479
|
|
3480 * Makefile.in (mkdir): No longer create sitelispdir.
|
|
3481
|
|
3482 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3483
|
371
|
3484 * configure.in: make graphic libraries tests be dependant on a
|
278
|
3485 window system not X11 only.
|
|
3486
|
|
3487 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3488
|
|
3489 * configure.in: check for our special select in msw.
|
|
3490
|
|
3491 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
3492
|
|
3493 * PROBLEMS: add answers to some FAQ concerning hpux.
|
|
3494
|
|
3495 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3496
|
|
3497 * configure.in: enable checking for special mswindows select()
|
|
3498
|
|
3499 1998-04-21 Martin Buchholz <martin@xemacs.org>
|
|
3500
|
|
3501 * configure.in: Isolate incomprehensible cma_open/pthreads checking
|
|
3502 to decosf*
|
|
3503
|
|
3504 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
3505
|
|
3506 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
|
|
3507 libs and includes.
|
|
3508
|
|
3509 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
3510
|
|
3511 * configure.in: check for xpm does not depend anymore on having X.
|
|
3512 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
|
|
3513
|
|
3514 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3515
|
|
3516 * info/dir: Fixed the explanatory notes for
|
|
3517 `Info-default-directory-list' removal and the new automatic dir
|
|
3518 rebuilding facility. Reindented the menu. Added an entry for
|
384
|
3519 term.info
|
278
|
3520
|
|
3521 1998-04-20 SL Baur <steve@altair.xemacs.org>
|
|
3522
|
|
3523 * configure.in (LISPDIR): Removed configuration option for
|
|
3524 site-lisp.
|
|
3525
|
|
3526 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
3527
|
|
3528 * configure.in (version): snarf InfoDock version number.
|
|
3529
|
276
|
3530 1998-04-18 SL Baur <steve@altair.xemacs.org>
|
|
3531
|
|
3532 * XEmacs-21.0-beta36 is released.
|
|
3533
|
|
3534 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3535
|
|
3536 * configure.in: enable install pre-processing for mswindows
|
|
3537
|
|
3538 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
3539
|
276
|
3540 * Makefile.in.in: add install_pp to install incantation.
|
|
3541
|
|
3542 * installexe.sh: new file. Add .exe to install targets if the
|
|
3543 result is executable.
|
|
3544
|
|
3545 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
3546
|
276
|
3547 * Makefile.in: add install_pp to install incantation.
|
|
3548
|
|
3549 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
3550
|
|
3551 * configure.in: Large echo split into a few smaller ones,
|
|
3552 so the cygnus sh.exe does not crash.
|
|
3553
|
|
3554 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3555
|
|
3556 * configure.in: enable toolbar checking for mswindows build
|
|
3557
|
|
3558 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
3559
|
384
|
3560 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
|
276
|
3561 Used (at least) by RedHat 4.2.
|
|
3562
|
|
3563 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3564
|
|
3565 * configure.in: Re-instated src/paths.h generation from
|
|
3566 src/paths.h.in.
|
|
3567
|
|
3568 * Makefile.in (top_distclean): Remove site-lisp on `make
|
|
3569 distclean'.
|
|
3570
|
274
|
3571 1998-04-10 SL Baur <steve@altair.xemacs.org>
|
|
3572
|
|
3573 * XEmacs 21.0-beta35 is released.
|
|
3574
|
|
3575 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3576
|
|
3577 * configure.usage: Clarified --package-path documentation.
|
|
3578
|
|
3579 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3580
|
|
3581 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
|
|
3582 Removed defaults for infopath and package-path.
|
|
3583
|
|
3584 * Makefile.in (src/paths.h): ... is now generated from
|
|
3585 src/paths.h.in.in. Moved generation of paths.h to configure.
|
|
3586
|
|
3587 * paths.h.in: Removed.
|
|
3588
|
|
3589 * paths.h.in.in: Created.
|
|
3590
|
|
3591 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
3592
|
|
3593 * configure.in: png was still being used if png_version < 0.96
|
|
3594
|
|
3595 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
|
|
3596
|
|
3597 1998-04-05 Amir J. Katz <amir@ndsoft.com>
|
|
3598
|
|
3599 * INSTALL (Rationale): Offix support comment is wrong. To disable,
|
|
3600 one must use --with-offix=no and not --without-offix
|
|
3601
|
|
3602 1998-04-05 SL Baur <steve@altair.xemacs.org>
|
|
3603
|
|
3604 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
|
|
3605
|
272
|
3606 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
3607
|
|
3608 * XEmacs 21.0-beta34 is released.
|
|
3609
|
|
3610 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
3611
|
|
3612 * configure.in:
|
|
3613 checking whether gettimeofday accepts one or two arguments... two
|
|
3614
|
|
3615 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3616
|
|
3617 * configure.in: Fixed magic to handle AIX and MIT X11R6.
|
|
3618
|
|
3619 1998-04-02 Martin Buchholz <martin@xemacs.org>
|
|
3620
|
|
3621 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
|
|
3622
|
|
3623 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
3624
|
|
3625 * tests/database.el (test-database): Temporary files (the databases
|
|
3626 that were created) should be deleted.
|
|
3627
|
|
3628 * Makefile.in (testdir): Remove gnumake-specific syntax.
|
|
3629 (src/Makefile): src/Makefile depends on src/depend.
|
|
3630
|
|
3631 1998-03-29 Martin Buchholz <martin@xemacs.org>
|
|
3632
|
|
3633 * configure.in: Check for -lz, -lgz unconditionally. Too many
|
|
3634 system linkers don't properly die when there are cascaded link
|
|
3635 dependencies, so we can't rely on the linker for that. The only
|
384
|
3636 downside is that we might link with an extra unneeded library. If
|
272
|
3637 you really really care about this, you can go fix it.
|
|
3638
|
|
3639 * configure.in: Enhance PANIC msg to make it clear that
|
|
3640 --with-FEATURE is going to die if FEATURE is not installed.
|
|
3641
|
|
3642 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
3643
|
|
3644 * configure.in: $debug was not properly dependent on $beta
|
384
|
3645
|
|
3646 * configure.in: Move offix configuration out of src/Makefile.in.in
|
272
|
3647 into configure.in.
|
|
3648
|
|
3649 * configure.in: Reorganize xpm detection code.
|
|
3650
|
384
|
3651 * configure.in: XIM default to ON if Motif which is not Lesstif is
|
272
|
3652 found.
|
|
3653
|
|
3654 * configure.in: Keep auto-generated makefile dependencies out of
|
|
3655 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
|
|
3656
|
|
3657 1998-03-26 Martin Buchholz <martin@xemacs.org>
|
|
3658
|
|
3659 * configure.in: Fix up cflags handling. Specifically, configure
|
|
3660 --cflags='' would fail to be recognized.
|
|
3661
|
|
3662 * configure.in: Fix up png detection. Link with png_read_image to
|
|
3663 make sure -lz is required. Test for png >- 0.96 via header file.
|
|
3664
|
|
3665 1998-03-21 Martin Buchholz <martin@xemacs.org>
|
|
3666
|
|
3667 * configure.in (XE_GCC_WRAP_LDFLAGS)
|
|
3668 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
|
|
3669
|
|
3670 * configure.in: Make sure BSD always links in libz.a
|
|
3671 BSD's stupid linker can't detect cascaded lib dependencies
|
|
3672
|
|
3673 * configure.in: Autodetect lesstif. define have_lesstif.
|
|
3674 Don't use motif-xim with lesstif, at least by default.
|
|
3675
|
|
3676 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
3677
|
|
3678 * version.sh: Add InfoDock version number variables.
|
|
3679
|
|
3680 1998-03-30 Amir J. Katz <amir@ndsoft.com>
|
|
3681
|
|
3682 * info/dir: Replaced string '20.5' with '21.0'
|
|
3683
|
269
|
3684 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
3685
|
|
3686 * XEmacs 21.0-beta33 is released.
|
|
3687
|
442
|
3688 1998-03-26 Didier Verna <didier@xemacs.org>
|
269
|
3689
|
|
3690 * configure.in, Makefile.in: Removed infopath_user_defined---we
|
|
3691 always want to propagate it.
|
|
3692
|
|
3693 * configure.usage: Synched with configure.in.
|
|
3694
|
|
3695 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3696
|
|
3697 * configure.usage, INSTALL: Synched with the new path layout.
|
|
3698
|
|
3699 * Makefile.in (src/paths.h): Replaced packagepath with
|
|
3700 package_path to make configure happy.
|
|
3701
|
|
3702 * configure.in: Made default setting for packagepath conform to
|
|
3703 what packages.el builds at run-time: XEmacs-version-specific paths
|
|
3704 before site-specific ones.
|
|
3705 Added default setting for pkgdir.
|
|
3706 Changed --packagepath back to --package-path.
|
|
3707
|
267
|
3708 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
3709
|
|
3710 * XEmacs 21.0-beta32 is released.
|
|
3711
|
|
3712 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3713
|
|
3714 * configure.in: Extended package path by version-specific
|
|
3715 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
|
|
3716
|
|
3717 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
3718
|
|
3719 * Makefile.in (distclean): Remove packages and mule-packages if they
|
|
3720 have been linked into place.
|
|
3721
|
|
3722 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3723
|
|
3724 * <Today>: The Big Path Searching Overhaul.
|
|
3725
|
|
3726 * Makefile.in, configure.in: Now pass all configure-specified paths
|
|
3727 into the binary in a uniform way.
|
|
3728
|
|
3729 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
3730
|
|
3731 * configure.in (have_libmcheck): Add test for glibc's malloc
|
|
3732 checker.
|
|
3733 - Fix HP/UX dynamic linking flag.
|
|
3734
|
|
3735 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
3736
|
|
3737 * configure.in (quoted_arguments): Fix unquoted variable in
|
|
3738 error-checking test.
|
|
3739 - fix bogus substitution.
|
384
|
3740
|
267
|
3741 1998-03-17 SL Baur <steve@altair.xemacs.org>
|
|
3742
|
|
3743 * configure.in: In -lpng test, look for png_set_strip_alpha.
|
|
3744 Suggested by William M. Perry <wmperry@aventail.com>
|
|
3745
|
265
|
3746 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
3747
|
|
3748 * XEmacs 21.0 beta31 is released.
|
|
3749
|
|
3750 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3751
|
|
3752 * configure.usage (Usage): Correct information about gif, tiff
|
|
3753 and WNN entries
|
|
3754
|
|
3755 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
3756
|
|
3757 * configure.in: typo fix in sed command.
|
|
3758 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3759
|
|
3760 * configure.in (all_widgets): Check for snprintf().
|
|
3761
|
|
3762 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3763
|
|
3764 * configure.in: New gif support
|
|
3765
|
|
3766 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3767
|
|
3768 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
|
|
3769
|
|
3770 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3771
|
|
3772 * configure.in: don't add libc to link list for dlopen ordinary
|
|
3773 link takes care of this. check for dlfcn.h
|
|
3774
|
|
3775 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3776
|
|
3777 * configure.in: Examine each directory of X11 include path for
|
|
3778 inclusion into BITMAPDIR.
|
|
3779
|
|
3780 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3781
|
|
3782 * aclocal.m4: Add legalese.
|
|
3783
|
|
3784 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3785
|
|
3786 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
|
|
3787 database support.
|
|
3788
|
|
3789 * configure.in: move msw checking after x checking so that
|
|
3790 auto-detection works.
|
|
3791
|
|
3792 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3793
|
|
3794 * configure.in: New DLL support.
|
|
3795 * aclocal.m4: New file.
|
|
3796 From William M. Perry <wmperry@aventail.com>
|
|
3797
|
|
3798 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
3799
|
|
3800 * configure.in (xemacs_betaname): Align messages for minimal
|
|
3801 tagbits and indexed lrecords.
|
|
3802 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3803
|
263
|
3804 1998-03-07 SL Baur <steve@altair.xemacs.org>
|
|
3805
|
|
3806 * XEmacs 20.5-beta30 is released.
|
|
3807
|
|
3808 1998-03-05 SL Baur <steve@altair.xemacs.org>
|
|
3809
|
|
3810 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
|
|
3811
|
|
3812 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3813
|
|
3814 * configure.in: add a --with-msw option. Make X and msw work
|
|
3815 together if the user asks.
|
|
3816
|
|
3817 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
3818
|
|
3819 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
|
|
3820
|
|
3821 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
3822
|
|
3823 * configure.in: Add substitutable variable ld_dynamic_link_flags
|
|
3824 for special required linker flags for building DLL capable
|
|
3825 binaries.
|
|
3826
|
261
|
3827 1998-02-28 SL Baur <steve@altair.xemacs.org>
|
|
3828
|
|
3829 * Makefile.in (top_distclean): Remove Installation.el.
|
|
3830 (xemacs): New target. Formerly it was `all:'.
|
|
3831 (all): New default, dist: is now superfluous.
|
|
3832
|
|
3833 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
3834
|
|
3835 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
|
|
3836 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
|
|
3837 (Installation): Add XEmacs version and generate `Installation.el'.
|
|
3838
|
|
3839 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
3840
|
|
3841 * configure.in (with_ldap: Fix -lldap autodection.
|
|
3842 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3843 (Installation): Only keep the last configuration.
|
|
3844
|
259
|
3845 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
3846
|
|
3847 * XEmacs 20.5-beta28 is released.
|
|
3848
|
|
3849 * configure.in (with_session): Fix reporting of the setting.
|
|
3850 (with_database_gnudbm): Correctly report setting.
|
|
3851
|
|
3852 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
3853
|
|
3854 * configure.usage: Restore documentation of graphics library
|
|
3855 flags.
|
|
3856 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3857
|
|
3858 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3859
|
|
3860 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
|
|
3861 console.
|
|
3862
|
|
3863 1998-02-23 SL Baur <steve@altair.xemacs.org>
|
|
3864
|
|
3865 * XEmacs 20.4 is released to the beta testers.
|
|
3866
|
|
3867 1998-02-21 SL Baur <steve@altair.xemacs.org>
|
|
3868
|
384
|
3869 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
|
259
|
3870 to also test for Linux libc5.
|
|
3871
|
255
|
3872 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
3873
|
257
|
3874 * XEmacs 20.5-beta27 is released.
|
|
3875 * XEmacs-20.4-pre4 is released.
|
|
3876
|
|
3877 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
|
|
3878 (--with-gung): Implement it.
|
|
3879
|
|
3880 * configure.usage (--with-gung): Document. Turns on
|
|
3881 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
|
|
3882 (--with-term): Remove.
|
384
|
3883
|
255
|
3884 * XEmacs-20.5-beta26 is released.
|
|
3885
|
|
3886 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
3887
|
|
3888 * XEmacs-20.4-pre3 is released.
|
|
3889
|
|
3890 * Makefile.in: use better feedback while rebuilding finder database.
|
|
3891 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3892
|
|
3893 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
3894
|
|
3895 * configure.in (doug_lea_malloc): Add checking for Doug Lea
|
|
3896 Malloc.
|
|
3897
|
253
|
3898 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
3899
|
255
|
3900 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
|
|
3901 Suggested by Pekka Marjola <pema@iki.fi>
|
|
3902
|
|
3903 * XEmacs-20.4-pre2 is released.
|
253
|
3904 * XEmacs-20.5-beta25 is released.
|
|
3905
|
|
3906 1998-02-13 SL Baur <steve@altair.xemacs.org>
|
|
3907
|
|
3908 * INSTALL: Update for Cygwin and Microsoft Windows.
|
|
3909
|
|
3910 * README: Update for Microsoft Windows.
|
|
3911
|
251
|
3912 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
3913
|
253
|
3914 * XEmacs 20.4-pre1 is released.
|
251
|
3915 * XEmacs 20.5-beta24 is released.
|
|
3916
|
|
3917 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3918
|
|
3919 * configure.in: add mule-coding target which defines MULE_CODING,
|
|
3920 nothing uses it as yet. add gif objects to msw support. define
|
|
3921 const_is_losing=no for msw. make msw not selected if tty selected.
|
|
3922 add -lshell32 for dnd support. check for a.out.h rather than
|
|
3923 coff.h
|
|
3924
|
|
3925 * lib-src/make-docfile.c: add cygwin support and generalise the
|
|
3926 remaining open calls. IMHO this should really include sysfile.h.
|
|
3927
|
249
|
3928 1998-02-03 SL Baur <steve@altair.xemacs.org>
|
|
3929
|
|
3930 * XEmacs 20.5-beta23 is released.
|
|
3931
|
247
|
3932 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
3933
|
|
3934 * XEmacs 20.5-beta22 is released.
|
|
3935
|
245
|
3936 1998-01-25 SL Baur <steve@altair.xemacs.org>
|
|
3937
|
|
3938 * XEmacs 20.5-beta21 is released.
|
|
3939
|
|
3940 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3941
|
|
3942 * configure.in: check for coff.h
|
|
3943
|
|
3944 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
3945
|
|
3946 * configure.in: Added support for `--with-shlib'.
|
|
3947
|
243
|
3948 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
3949
|
|
3950 * XEmacs 20.5-beta20 is released.
|
|
3951
|
|
3952 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3953
|
384
|
3954 * configure.usage:
|
243
|
3955 Remove doc for configure-time INFOPATH, no longer used.
|
|
3956
|
|
3957 * configure.in:
|
|
3958 * src/config.h.in:
|
|
3959 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
|
|
3960
|
384
|
3961 * lwlib/lwlib.h:
|
|
3962 * lwlib/lwlib.c:
|
|
3963 * lwlib/lwlib-config.c:
|
|
3964 * lwlib/lwlib-Xm.c:
|
|
3965 * lwlib/lwlib-Xaw.c:
|
|
3966 * lwlib/lwlib-Xlw.c:
|
|
3967 * lwlib/config.h.in:
|
243
|
3968 * src/menubar-x.c:
|
|
3969 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
|
|
3970 Maintain only one set of variables.
|
|
3971
|
|
3972 * Makefile.in (install-arch-dep): Simplify.
|
384
|
3973 Replace construct `test -d $dir && foo' with
|
243
|
3974 `if test -d $dir; then foo; fi'
|
|
3975
|
384
|
3976 * lwlib/xlwmenu.c:
|
|
3977 * lwlib/xlwscrollbar.c:
|
|
3978 * lwlib/lwlib-Xlw.c:
|
|
3979 * lwlib/lwlib-Xm.c:
|
243
|
3980 Always assume presence of limits.h (ANSI).
|
|
3981
|
241
|
3982 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
3983
|
243
|
3984 * INSTALL: Updated for recent Mule/package changes.
|
|
3985
|
241
|
3986 * XEmacs 20.5-beta19 is released.
|
|
3987
|
|
3988 1998-01-12 Damon Lipparelli <lipp@primus.com>
|
|
3989
|
|
3990 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
|
|
3991 --exec-prefix.
|
|
3992
|
239
|
3993 1998-01-10 SL Baur <steve@altair.xemacs.org>
|
|
3994
|
|
3995 * XEmacs 20.5-beta18 is released.
|
|
3996
|
442
|
3997 1998-01-08 Didier Verna <didier@xemacs.org>
|
239
|
3998
|
|
3999 * configure.in: Get rid of INFOPATH for configure time.
|
|
4000 * configure.usage (Usage): Ditto.
|
|
4001
|
|
4002 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
4003
|
|
4004 * Makefine.in: Correct reported amount of disk savings from
|
|
4005 compression.
|
|
4006 From Markus Linnala <maage@cs.tut.fi>
|
|
4007
|
|
4008 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
4009
|
|
4010 * configure.in: detect and set scrollbars and menubars with
|
|
4011 MS-Windows more appropriately. Check for sys/un.h to use in
|
|
4012 gnuserv.
|
|
4013
|
|
4014 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
4015
|
|
4016 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
|
|
4017 naming.
|
|
4018
|
|
4019 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
|
|
4020
|
|
4021 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
|
|
4022 inactive_button_gc for menu entries.
|
|
4023 (remap_menubar): ignore the enabled status
|
|
4024
|
237
|
4025 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
4026
|
|
4027 * XEmacs 20.5-beta17 is released.
|
|
4028
|
|
4029 * Makefile.in (finder): Use -vanilla.
|
|
4030 (lisp/finder-inf.el): Ditto.
|
|
4031 (check-features): New target. Do a sanity check prior to
|
|
4032 installation.
|
|
4033
|
235
|
4034 1997-01-03 SL Baur <steve@altair.xemacs.org>
|
|
4035
|
|
4036 * XEmacs 20.5-beta16 is released.
|
|
4037
|
233
|
4038 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
4039
|
|
4040 * XEmacs 20.5-beta15 is released.
|
|
4041
|
|
4042 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
4043
|
|
4044 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
|
|
4045
|
231
|
4046 1997-12-27 SL Baur <steve@altair.xemacs.org>
|
|
4047
|
|
4048 * XEmacs 20.5-beta14 is released.
|
|
4049
|
|
4050 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
4051
|
|
4052 * configure.in: support for *-pc-cygwin32 config
|
|
4053
|
229
|
4054 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
4055
|
|
4056 * XEmacs 20.5-beta13 is released.
|
|
4057
|
227
|
4058 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
4059
|
|
4060 * XEmacs 20.5-beta 12 is released.
|
|
4061
|
|
4062 1997-12-19 SL Baur <steve@altair.xemacs.org>
|
|
4063
|
384
|
4064 * configure.in (bitmapdir): Reenable --with-session by default for
|
227
|
4065 testing.
|
|
4066
|
|
4067 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
4068
|
|
4069 * info/dir (File): Skk and Gnats are packaged.
|
|
4070
|
|
4071 * PROBLEMS (Note): Update version numbers.
|
|
4072
|
|
4073 * info/dir (File): Update version number.
|
|
4074
|
225
|
4075 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
4076
|
227
|
4077 * XEmacs 20.5-beta11 is released.
|
225
|
4078
|
|
4079 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
4080
|
|
4081 * configure.in: Don't bypass graphics library detection
|
|
4082 if the `--with-imagick' option is given to configure.
|
|
4083 : Print autodetected graphics libraries to be linked with Imagick.
|
|
4084
|
|
4085 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
|
|
4086
|
|
4087 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4088
|
|
4089 * Makefile.in (install-arch-indep): Build info files if needed.
|
|
4090
|
223
|
4091 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
4092
|
225
|
4093 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
|
|
4094
|
227
|
4095 * XEmacs 20.5-beta10 is released.
|
223
|
4096
|
|
4097 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
4098
|
|
4099 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
|
|
4100
|
|
4101 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
4102
|
|
4103 * configure.in (autodetect ImageMagick): also look for
|
|
4104 "X11/magick/magick.h", and if present, define
|
|
4105 MAGICK_HEADERS_ARE_UNDER_X11
|
|
4106
|
|
4107 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
4108
|
|
4109 * configure.in (imagick_libs): Add autodetection for freetype
|
|
4110 -lttf library.
|
|
4111
|
221
|
4112 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
|
4113
|
227
|
4114 * XEmacs 20.5-beta9 is released.
|
221
|
4115
|
219
|
4116 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
4117
|
227
|
4118 * XEmacs 20.5-beta8 is released.
|
219
|
4119
|
|
4120 * info/dir: update for further packaging.
|
|
4121 * configure.in: remove `tree-x' from XEmacs build.
|
|
4122
|
|
4123 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
4124
|
|
4125 * configure.in: motif menubars need xlwmenu.o
|
|
4126
|
|
4127 * updated files in src/ to allow an XEmacs configured for
|
|
4128 motif menubars to at least compile. Motif menubars are still
|
|
4129 very broken.
|
|
4130
|
|
4131 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
4132
|
|
4133 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
|
|
4134 properly with the information in the core.
|
|
4135
|
|
4136 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
|
|
4137 the information in the core, and fixed a potental problem with
|
|
4138 parentage.
|
|
4139
|
|
4140 1997-12-01 SL Baur <steve@altair.xemacs.org>
|
|
4141
|
|
4142 * configure.in (with_session): Properly display flag in configure
|
|
4143 status report.
|
|
4144
|
|
4145 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
4146
|
|
4147 * configure.usage: Remove documentation of obsolete option
|
|
4148 --with-gif.
|
|
4149
|
217
|
4150 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
4151
|
227
|
4152 * XEmacs 20.5-beta7 is released.
|
217
|
4153
|
|
4154 * configure.in: When testing for -ltiff, fall back on the extra
|
|
4155 libraries -ljpeg, and -lz since some -ltiff's need them.
|
|
4156
|
|
4157 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
4158
|
|
4159 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
|
|
4160 From Glynn Clements <glynn@sensei.co.uk>
|
|
4161
|
|
4162 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
4163
|
|
4164 * configure.in: Improve auto detect of libraries ImageMagick rely
|
|
4165 on.
|
|
4166
|
|
4167 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
4168
|
|
4169 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
|
|
4170 and src. Configure.in modified. --with-energize is no longer a
|
|
4171 valid configure option.
|
|
4172
|
|
4173 * lwlib/Makefile.in.in removed energize support
|
|
4174 * lwlib/lwlib-Xm.c removed energize support
|
|
4175 * lwlib/lwlib-config.c removed energize support
|
|
4176
|
|
4177 * lwlib/energize/* removed
|
|
4178
|
|
4179 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
4180
|
|
4181 * Makefile.in: Change references of lisp/utils/finder-inf.el to
|
|
4182 lisp/finder-inf.el.
|
|
4183
|
215
|
4184 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
4185
|
227
|
4186 * XEmacs 20.5-beta6 is released.
|
215
|
4187
|
|
4188 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
4189
|
|
4190 * configure.usage: Use `--' convention in "usage:" line.
|
|
4191
|
|
4192 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
4193
|
|
4194 * configure.in: added `with_xfs' to list of boolean features.
|
|
4195
|
|
4196 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
4197
|
217
|
4198 * XEmacs 20.3 is released for binary kit building.
|
215
|
4199
|
|
4200 1997-11-19 Tor Arntsen <tor@spacetec.no>
|
|
4201
|
|
4202 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
|
|
4203 xemacs dumped on one machine on another. Problem was fixed by 20.3.
|
|
4204
|
|
4205 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
4206
|
|
4207 * configure.usage: New file.
|
|
4208
|
|
4209 * configure.in: Use it instead of monster 10k shell variable.
|
|
4210
|
|
4211 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
4212
|
|
4213 * XEmacs 20.3-pre4 is released.
|
|
4214
|
|
4215 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4216
|
|
4217 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
|
|
4218 dirs.
|
|
4219
|
|
4220 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
4221
|
|
4222 * configure.in: Initialize infodir off of datadir.
|
|
4223
|
|
4224 * Makefile.in: Force LANG = C for building.
|
|
4225
|
|
4226 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
4227
|
|
4228 * XEmacs 20.3-pre3 is released.
|
227
|
4229 * XEmacs 20.5-beta5 is released.
|
215
|
4230
|
213
|
4231 1997-11-13 Marc Paquette <marcpa@cam.org>
|
|
4232
|
|
4233 * nt/Todo: added a task for support of lisp packages through
|
|
4234 the registry.
|
|
4235
|
|
4236 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4237
|
|
4238 * Renamed files *w32* to *msw*
|
|
4239
|
|
4240 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
|
|
4241 HAVE_MS_WINDOWS. Changed files:
|
|
4242 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
|
|
4243 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
|
|
4244 sysdep.el, console-msw.c, console-msw.h, console.c,
|
|
4245 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
|
|
4246 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
|
|
4247 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
|
384
|
4248 redisplay.c, symsinit.h,
|
213
|
4249
|
|
4250 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
|
|
4251
|
|
4252 * Deleted w32 build directory since nt build directory now handles
|
|
4253 X and native mswindows builds.
|
|
4254
|
215
|
4255 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
4256
|
227
|
4257 * XEmacs 20.5-beta4 is released.
|
215
|
4258
|
211
|
4259 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
4260
|
|
4261 * info/dir: remove packaged entries.
|
|
4262 From Glynn Clements <glynn@sensei.co.uk>
|
|
4263
|
|
4264 * configure.in: Puke and die if NAS sound is selected without X.
|
|
4265
|
209
|
4266 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
4267
|
227
|
4268 * XEmacs 20.5-beta3 is released.
|
209
|
4269 * XEmacs 20.3-pre2 is released.
|
|
4270
|
|
4271 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
4272
|
|
4273 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
|
|
4274
|
|
4275 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
4276
|
|
4277 * Files split from nt to new w32 directory:
|
|
4278 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
|
|
4279 xemacs.mak.
|
|
4280
|
442
|
4281 1997-11-05 Didier Verna <didier@xemacs.org>
|
209
|
4282
|
|
4283 * configure.in: Added the --site-prefixes options for the configure
|
384
|
4284 script. You give a colon or space separated list of prefixes, and
|
209
|
4285 subdirectories include/ and lib/ will be added with -I and -L.
|
|
4286
|
|
4287 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
4288
|
|
4289 * configure.in: AIX + gcc fixes.
|
|
4290 - Don't wrap -B. aixflags changed to start_flags.
|
|
4291
|
|
4292 1997-11-04 SL Baur <steve@altair.xemacs.org>
|
|
4293
|
|
4294 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
|
|
4295 From Skip Montanaro <skip@calendar.com>
|
|
4296
|
|
4297 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4298
|
|
4299 * Delete etc/TUTORIAL.th because Thai is not supported yet.
|
|
4300
|
|
4301 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4302
|
|
4303 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
|
|
4304 window's coordinates and dimensions to center the
|
|
4305 dialog box unless its mapped_when_managed property is
|
|
4306 true. This should avoid the top level widget that the
|
|
4307 HAVE_SESSION code creates, which is unmapped and
|
|
4308 useless for this purpose.
|
|
4309
|
|
4310 1997-11-01 SL Baur <steve@altair.xemacs.org>
|
|
4311
|
|
4312 * XEmacs 20.3-pre1 is released.
|
|
4313
|
207
|
4314 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
4315
|
209
|
4316 * XEmacs 19.16 is released.
|
|
4317
|
|
4318 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
4319
|
227
|
4320 * XEmacs 20.5-beta2 is released.
|
207
|
4321
|
|
4322 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
4323
|
|
4324 * configure.in (xetest): Eliminate tests for PNG, JPEG,
|
|
4325 TIFF(broken) and replace with test for ImageMagick.
|
|
4326
|
|
4327 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
384
|
4328
|
207
|
4329 * lwlib/xlwmenu.h: Added string macro declarations for
|
|
4330 titleForeground and highlightForeground properties.
|
|
4331
|
|
4332 * lwlib/xlwmenuP.h: Added struct fields for title and
|
|
4333 highlight colors.
|
|
4334
|
|
4335 * lwlib/xlwmenu.c: Added initialization and usage code
|
|
4336 for the new titleForeground and highlightForeground
|
|
4337 properties.
|
|
4338
|
|
4339 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
4340
|
|
4341 * XEmacs 20.3-beta94 is released.
|
|
4342
|
|
4343 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
4344
|
|
4345 * configure.in: Correct last patch for berkdb.
|
|
4346
|
|
4347 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
4348
|
|
4349 * XEmacs 20.3-beta93 is released.
|
|
4350
|
|
4351 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
4352
|
|
4353 * lib-src/make-path.c:
|
|
4354 * lib-src/digest-doc.c:
|
|
4355 * lib-src/gnuslib.c: Always include config.h before system headers
|
|
4356 * configure.in: Improve AIX configure support
|
|
4357 - NON_GNU_CC defaults to `xlc'
|
384
|
4358 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
|
207
|
4359 -qmaxmem=20000"
|
|
4360 - check for sin instead of sqrt in -lm to avoid xlc internal error
|
|
4361 - Detect -li18n for use with Motif
|
|
4362 - Move weird AIX static linking flags from s&m files to configure.in
|
|
4363 - use #pragma instead of -ma flag to avoid compiler warnings
|
|
4364
|
|
4365 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4366
|
|
4367 * lwlib/xlwmenu.c: Use XtRDimension in place of
|
|
4368 XmRHorizontalDimension in shadowThickness resource
|
|
4369 declaration.
|
|
4370
|
|
4371 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
|
|
4372 color as the foreground for selected entries.
|
|
4373
|
|
4374 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
|
|
4375 color as the foreground for selected entries.
|
|
4376
|
|
4377 * lwlib/xlwmenu.c (toggle_decoration_height): Force
|
|
4378 height to be minimum of 2x the shadow thickness.
|
|
4379
|
|
4380 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
4381
|
|
4382 * configure.in: Don't choke on Berkeley DB 2.x.
|
|
4383
|
|
4384 1997-10-24 SL Baur <steve@altair.xemacs.org>
|
|
4385
|
|
4386 * XEmacs 20.3-beta92 is released.
|
|
4387
|
|
4388 1997-10-21 SL Baur <steve@altair.xemacs.org>
|
|
4389
|
|
4390 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
|
|
4391 it already exists (use `make finder' to force rebuild).
|
|
4392
|
|
4393 1997-10-18 SL Baur <steve@altair.xemacs.org>
|
|
4394
|
424
|
4395 * XEmacs 20.3-beta91 is released.
|
207
|
4396
|
|
4397 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4398
|
|
4399 * configure.in: Removed -Olimit=2000 from cc for IRIX.
|
|
4400
|
|
4401 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
4402
|
|
4403 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
|
|
4404 and removed backquoted echo statement from the infopath report line.
|
|
4405
|
|
4406 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4407
|
|
4408 * configure.in: Added detection of the declaration of the timezone
|
|
4409 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
|
|
4410
|
|
4411
|
|
4412 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4413
|
|
4414 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
|
|
4415 of the timezone variable in system headers.
|
|
4416
|
|
4417 * systime.h: Use HAVE_TIMEZONE_DECL.
|
|
4418
|
|
4419 1997-10-14 SL Baur <steve@altair.xemacs.org>
|
|
4420
|
|
4421 * configure.in (all_widgets): Don't allow configuration of
|
|
4422 --with-mule if Mule lisp hasn't been installed.
|
|
4423
|
|
4424 1997-10-13 SL Baur <steve@altair.xemacs.org>
|
|
4425
|
|
4426 * configure.in: Remove `site-lisp' from list of directories to
|
|
4427 make symbolic links for.
|
|
4428
|
|
4429 * XEmacs 20.3-beta90 is released.
|
|
4430
|
|
4431 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
|
|
4432
|
|
4433 * info/dir: Cosmetic changes to info/dir
|
|
4434
|
205
|
4435 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
4436
|
227
|
4437 * XEmacs 20.5-beta1 is released.
|
205
|
4438
|
|
4439 * XEmacs 19.16-pre9 is released.
|
|
4440
|
|
4441 * XEmacs 19.16-pre8 is released.
|
|
4442
|
203
|
4443 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
4444
|
205
|
4445 * XEmacs 20.3-beta28 is released.
|
|
4446
|
203
|
4447 * Makefile.in (src/paths.h): Update PATH_INFOPATH
|
|
4448 (infopath): New shell variable.
|
|
4449 (infopath_user_defined): Ditto.
|
|
4450
|
|
4451 * configure.in (infodir_user_defined): Spelling fixes.
|
|
4452
|
|
4453 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
4454
|
|
4455 * configure.in: added options and option help docs for infopath
|
|
4456 and lockdir
|
|
4457 * '' added a line to the report for infopath and lockdir
|
|
4458
|
|
4459 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
4460
|
|
4461 * Makefile.in.in (INFOPATH): Added variable and put it into
|
|
4462 DUMPENV.
|
|
4463
|
|
4464 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
4465
|
|
4466 * packages/info/localdir: New directory and file.
|
|
4467
|
|
4468 * packages/README: New directory & file.
|
|
4469
|
|
4470 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
4471
|
|
4472 * Makefile.in: Add `make configure' target
|
|
4473
|
|
4474 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
4475
|
|
4476 * XEmacs 19.16-pre7 is released.
|
|
4477
|
|
4478 1997-10-05 Damon Lipparelli <lipp@aa.net>
|
|
4479
|
|
4480 * Makefile.in (install-arch-dep, install-arch-indep): Move the
|
|
4481 commands for symlink'ing the system-independent bits into the
|
|
4482 system-dependent directory structure from "install-arch-indep" to
|
|
4483 "install-arch-dep".
|
|
4484
|
|
4485 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4486
|
|
4487 * Makefile.in (blddir): variable from "configure".
|
|
4488 (finder): use it.
|
|
4489
|
|
4490 1997-10-05 SL Baur <steve@altair.xemacs.org>
|
|
4491
|
|
4492 * Makefile.in (GENERATED_LISP): New variable.
|
|
4493 (all): Force dependency on finder-inf.el.
|
|
4494 (lisp/utils/finder-inf.el): new rule.
|
|
4495
|
|
4496 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
4497
|
|
4498 * XEmacs 19.16-pre6 is released.
|
|
4499
|
201
|
4500 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
4501
|
|
4502 * XEmacs 20.3-beta27 is released.
|
|
4503
|
|
4504 1997-10-03 Damon Lipparelli <lipp@primus.com>
|
|
4505
|
|
4506 * Makefile.in (install-arch-indep): When --prefix !=
|
|
4507 --exec-prefix, symlink the system-independent bits into the
|
|
4508 system-dependent directory structure (rather than the other way
|
|
4509 around).
|
|
4510
|
|
4511 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
|
|
4512
|
|
4513 * lib-src/etags.c: etags 12.28 + prototypization
|
384
|
4514 * INSTALL: Better document --site-runtime-libraries
|
|
4515 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
|
201
|
4516 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
|
|
4517 left; scrollbar disappears; keyboard inoperative.
|
|
4518 * configure.in: Remove left-over references to *_switch_x_*
|
|
4519 - NAS libaudio is part of $libs_x, not $LIBS
|
|
4520
|
199
|
4521 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
4522
|
|
4523 * XEmacs 20.3-beta26 is released.
|
|
4524
|
197
|
4525 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
4526
|
|
4527 * XEmacs 20.3-beta25 is released.
|
|
4528
|
|
4529 * Makefile.in (install-arch-dep): Install the `Installation' for
|
|
4530 future reference.
|
|
4531
|
|
4532 * Makefile.in (top_distclean): Remove finder-inf.el*.
|
|
4533
|
|
4534 * configure.in (use_union_type): Default to "yes".
|
|
4535
|
|
4536 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
4537
|
|
4538 * configure.in: Add tiff autodetection
|
|
4539
|
|
4540 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
4541
|
|
4542 * lwlib/xlwmenu.c: Add bounds checking.
|
|
4543 Check error return on XmStringGetLtoR.
|
|
4544
|
195
|
4545 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
4546
|
|
4547 * XEmacs 20.3-beta24 is released.
|
|
4548
|
|
4549 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4550
|
|
4551 * Makefile.in (custom-loads): New target.
|
|
4552
|
|
4553 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
4554
|
|
4555 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
|
|
4556 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
4557
|
|
4558 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
4559
|
|
4560 * XEmacs 19.16-pre4 is released.
|
|
4561
|
193
|
4562 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
4563
|
|
4564 * XEmacs 20.3-beta23 is released.
|
|
4565
|
|
4566 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
|
4567
|
|
4568 * XEmacs 19.16-pre3 is released.
|
|
4569
|
|
4570 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4571
|
|
4572 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
|
|
4573 sequences (needs more testing).
|
384
|
4574 * */Makefile*:
|
193
|
4575 - Cleanup man/*/Makefile for consistency.
|
|
4576 - use $(MAKEFINFO), $(TEXI2DVI), etc...
|
|
4577 - Make combination --with-srcdir + Sun make work properly.
|
384
|
4578 - Change construct: test -d $${dir} || mkdir $${dir}
|
193
|
4579 --> if test ! -d $${dir}; then mkdir $${dir}; fi
|
|
4580 * lisp/x11/x-win-sun.el: Fix remaining glitches with
|
|
4581 re-mappings of Sun function keys.
|
|
4582 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
|
|
4583 * man/internals/internals.texi: Fix makeinfo compilation error.
|
|
4584
|
191
|
4585 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
4586
|
|
4587 * XEmacs 20.3-beta22 is released.
|
|
4588
|
189
|
4589 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
4590
|
|
4591 * XEmacs 20.3-beta21 is released.
|
|
4592
|
|
4593 * XEmacs 19.16-pre2 is released.
|
|
4594
|
187
|
4595 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
4596
|
|
4597 * XEmacs 20.3-beta20 is released.
|
|
4598
|
|
4599 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4600
|
|
4601 * configure.in: Use `PATH' for options that take multiple dirs.
|
|
4602 - Fix test for $PWD == `pwd`
|
|
4603 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
|
|
4604 systems can work. (untested)
|
|
4605
|
|
4606 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
|
|
4607 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
|
|
4608 being autoloaded - let's make them part of the core.
|
|
4609
|
|
4610 * lisp/x11/x-compose.el:
|
|
4611 * lisp/x11/x-init.el:
|
|
4612 * lisp/x11/x-win-sun.el:
|
|
4613 * lisp/x11/x-winxfree86.el:
|
|
4614 * src/device-x.c:
|
|
4615 * src/event-Xt.c:
|
|
4616 - Yet another rewrite of key handling (not the last, though)
|
|
4617 - x-keysym-on-keyboard-p is much faster.
|
|
4618 - x-keysym-on-keyboard-sans-modifiers-p introduced.
|
|
4619 - x-keysym-hashtable introduced.
|
|
4620 - allow X11R4 libs to guess keysyms on X11R5 servers.
|
384
|
4621 - A better workaround for the bug that some Xlibs generate
|
187
|
4622 Multi_key a adiaeresis when pressing Multi_key a "
|
384
|
4623
|
187
|
4624 * src/dgif_lib.c: Make sure size_t is defined before using it.
|
|
4625
|
|
4626 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
4627
|
|
4628 XEmacs 19.16-pre1 "Queens" is released.
|
|
4629
|
|
4630 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
4631
|
|
4632 * configure.in: Reverse package-path.
|
|
4633 From Colin Rafferty <craffert@ml.com>
|
|
4634
|
185
|
4635 1997-09-02 SL Baur <steve@altair.xemacs.org>
|
|
4636
|
|
4637 * XEmacs 20.3-beta19 is released.
|
|
4638
|
|
4639 * Makefile.in (finder): New target.
|
|
4640
|
|
4641 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
4642
|
|
4643 * XEmacs 19.16-beta91 is released.
|
|
4644
|
|
4645 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4646
|
|
4647 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
4648 iso-2022-jp-2 is defined as coding-system.
|
|
4649
|
|
4650 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
4651 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
4652
|
|
4653 (iso-2022-jp-2): New coding system.
|
|
4654
|
|
4655 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4656
|
|
4657 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
|
|
4658 jka-compr.el.
|
|
4659
|
|
4660 1997-08-20 SL Baur <steve@altair.xemacs.org>
|
|
4661
|
|
4662 * XEmacs 19.16-beta90 is released.
|
|
4663
|
183
|
4664 1997-08-16 SL Baur <steve@altair.xemacs.org>
|
|
4665
|
|
4666 * XEmacs 20.3-beta18 is released.
|
|
4667
|
181
|
4668 1997-08-09 SL Baur <steve@altair.xemacs.org>
|
|
4669
|
|
4670 * XEmacs 20.3-beta17 is released.
|
|
4671
|
|
4672 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
|
|
4673
|
|
4674 * configure.in:
|
|
4675 - use-system-malloc renamed to with-system-malloc.
|
|
4676 - config.el reimplemented for improved accuracy.
|
|
4677 - new variable `blddir' introduced for informational purposes.
|
|
4678 * lib-src/config.values.in: new config.el implementation
|
|
4679 * lib-src/config.values.sh: new config.el implementation
|
384
|
4680 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
|
181
|
4681 (thanks to Espen Skoglund, pascal.el maintainer)
|
|
4682 * src/chartab.c: maintainability improvements.
|
|
4683 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
|
|
4684 coding systems results in extra CR's inserted into file on saving.
|
|
4685
|
|
4686 1997-08-06 SL Baur <steve@altair.xemacs.org>
|
|
4687
|
|
4688 * configure.in: Crash & burn if db-2 is detected.
|
|
4689 From Soren Dayton <csdayton@cs.uchicago.edu>
|
|
4690
|
179
|
4691 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
4692
|
|
4693 * XEmacs 20.3-beta16 is released.
|
|
4694
|
|
4695 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
|
|
4696
|
|
4697 * configure.in: --with-x11=no --> --with-xface=no
|
|
4698 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
|
|
4699 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
|
|
4700 * event-Xt.c: Fix crashes when no input context available.
|
|
4701 * src/mule-coding.c: Use enum eol_type instead of int consistently
|
|
4702 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
|
|
4703 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
|
|
4704 NOT_C_CODE
|
|
4705
|
177
|
4706 1997-07-26 SL Baur <steve@altair.xemacs.org>
|
|
4707
|
|
4708 * XEmacs 20.3-beta15 is released.
|
|
4709
|
|
4710 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
4711
|
|
4712 * lwlib/xlwscrollbar.c: Add debug malloc support.
|
|
4713 * lwlib/xlwmenu.c: Ditto.
|
|
4714 * lwlib/lwlib-utils.h: Ditto.
|
|
4715
|
|
4716 * configure.in (null_string): Add --use-debug-malloc option.
|
|
4717
|
|
4718 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
4719
|
|
4720 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
|
|
4721
|
|
4722 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
4723
|
|
4724 * Makefile.in (install-arch-indep): Create required links when
|
|
4725 prefixdir != execdir.
|
|
4726
|
|
4727 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
175
|
4728
|
|
4729 * XEmacs 20.3-beta14 is released.
|
|
4730
|
|
4731 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4732
|
177
|
4733 * src/fns.c (require): Print messages when loading a file as a
|
175
|
4734 result of require.
|
384
|
4735
|
175
|
4736 * configure.in:
|
|
4737 * lisp/utils/config.el:
|
384
|
4738 * lib-src/config.values:
|
175
|
4739 - new file created and installed by building.
|
|
4740 - Allow configuration time values to be queried by the lisp code.
|
|
4741
|
|
4742 * configure.in:
|
|
4743 - check for alloca in libPW on hpux.
|
|
4744 - Redo --with-clash-detection
|
|
4745 - need to check for termios and friends even if with-tty=no.
|
|
4746 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
|
|
4747 - better quoting for AIX_SMT_EXP (untested)
|
|
4748 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
|
|
4749
|
|
4750 * *.[ch]: more warning elimination
|
|
4751
|
|
4752 * src/input-method*.c:
|
|
4753 * src/s/freebsd.h:
|
|
4754 - remove freebsd ifdefs from C code.
|
|
4755
|
|
4756 * src/specifier.c:
|
|
4757 - fix Fdisplay-table-specifier-p
|
|
4758
|
173
|
4759 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4760
|
|
4761 * XEmacs 20.3-beta13 is released.
|
|
4762
|
|
4763 * info/dir (Packages): Integrate texinfo manual for PH.
|
|
4764
|
|
4765 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
4766
|
|
4767 * extents.c (print_extent): Print correctly.
|
384
|
4768
|
173
|
4769 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4770
|
|
4771 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
|
|
4772
|
|
4773 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4774
|
|
4775 * *Makefile*: More cleanup.
|
|
4776 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
|
|
4777 - Nuke ld_call_shared from s&m files
|
|
4778 - Nuke src/s/*-static.h
|
|
4779 - Nuke Solaris and DEC OSF static build support.
|
|
4780 - Nuke SHORTNAMES
|
|
4781 - Nuke libmld
|
|
4782 - CLASH_DETECTION configurable, off by default.
|
|
4783
|
|
4784 * *.[ch]: Warning elimination, code cleanup, some 64-bit
|
|
4785 safeguarding.
|
|
4786
|
|
4787 * sol2.h: More bullet-proofing for Sun bugs in header files.
|
|
4788
|
|
4789 * lib-src/etags.c: etags version 12.19.
|
|
4790
|
|
4791 * lisp/x11/x-select.el:
|
|
4792 * src/xselect.c: Try STRING if selection owner couldn't convert
|
384
|
4793 COMPOUND_TEXT.
|
173
|
4794
|
|
4795 * src/*.c: Change defalt to default_, and in general allow
|
|
4796 doc-snarfing functions to recognize and ignore trailing `_'
|
|
4797
|
384
|
4798 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
|
173
|
4799 convert source code to use them consistently.
|
|
4800
|
171
|
4801 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4802
|
|
4803 * XEmacs 20.3-beta12 is released.
|
|
4804
|
|
4805 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
|
|
4806
|
384
|
4807 * configure.in: Set options differently, depending on beta-ness of
|
171
|
4808 build tree.
|
|
4809 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
|
|
4810 distclean.
|
|
4811
|
|
4812 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4813
|
|
4814 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
|
|
4815 linker.
|
|
4816 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
4817
|
|
4818 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
4819
|
|
4820 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
|
|
4821
|
|
4822 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
4823
|
|
4824 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
|
|
4825 fix. Restoration of lossage from beta10->beta11 upgrade.
|
|
4826
|
|
4827 * XEmacs 20.3-beta11 is released.
|
|
4828
|
|
4829 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4830
|
|
4831 * lisp/language/english.el: Add quail-british for British.
|
|
4832
|
|
4833 * lisp/language/european.el: Register input-method for various non
|
|
4834 quail-latin-1 methods.
|
|
4835
|
169
|
4836 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
|
|
4837
|
|
4838 * lib-src/getopt*.c: Don't redefine const - let configure do that.
|
|
4839
|
|
4840 * configure.in: Better behavior for `configure --with-gcc=no'
|
|
4841 - Autodetect ulimit.h
|
|
4842 - Remove broken SunOS4 kludge for libXmu
|
|
4843 - Autodetect usleep
|
|
4844
|
|
4845 * src/s/sol2.h: Support gcc on various Solaris releases.
|
384
|
4846
|
169
|
4847 * lib-src/*.c: Ansify prototypes.
|
|
4848
|
|
4849 * lisp/prim/files.el: Optimize auto-mode-alist.
|
|
4850
|
|
4851 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
|
|
4852 - `make install' now works.
|
|
4853 - dependencies updated.
|
|
4854
|
|
4855 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
|
|
4856 - Replace uses of XtVa* with non-varargs variants.
|
|
4857
|
|
4858 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4859
|
|
4860 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
|
|
4861 `change-major-mode-hook'.
|
|
4862
|
|
4863 * lisp/modes/image-mode.el (image-maybe-restore): New function.
|
|
4864
|
|
4865 * src/glyphs.c (make_string_from_file): must protect from
|
|
4866 `format-alist'.
|
|
4867
|
|
4868 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
4869
|
|
4870 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
|
|
4871 variable.
|
|
4872
|
167
|
4873 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
4874
|
169
|
4875 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
|
|
4876 should be `print-libgcc-file-name'
|
|
4877 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
384
|
4878
|
167
|
4879 * XEmacs 20.3-beta10 is released.
|
|
4880
|
|
4881 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4882
|
|
4883 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
|
|
4884 GB).
|
|
4885
|
|
4886 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
|
|
4887 11643 to be more detailed.
|
|
4888
|
|
4889 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
|
|
4890 `arabic-2' to `arabic-digit', `arabic-1-column' and
|
|
4891 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
|
|
4892
|
|
4893 * src/mule-charset.c: Modify charset DOC-strings to be more
|
|
4894 detailed.
|
|
4895
|
|
4896 Use BOX DRAWINGS characters of JIS X0208.
|
|
4897
|
|
4898 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4899
|
|
4900 * lisp/apel/richtext.el: Add autoload comments for
|
|
4901 `richtext-encode' and `richtext-decode'.
|
|
4902
|
|
4903 * lisp/prim/format.el (format-alist): Add `text/richtext'.
|
|
4904
|
|
4905 * lisp/tl/chartblxmas.el: New file.
|
|
4906
|
|
4907 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
|
|
4908 table" for MULE menu.
|
|
4909
|
|
4910 * lisp/apel/emu.el: Check richtext.el is bundled.
|
|
4911
|
|
4912 * lisp/tl/char-table.el (view-charset): New command.
|
|
4913
|
|
4914 * lisp/tl/char-table.el: Rename some functions.
|
|
4915
|
|
4916 * lisp/packages/hexl.el (hexl-mode-exit): Run
|
|
4917 `hexl-mode-exit-hook'.
|
|
4918
|
|
4919 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
4920 support" and "Set language environment" of mule menu.
|
|
4921
|
|
4922 * lisp/apel/file-detect.el: Add autoload comments for function
|
|
4923 `add-path', `add-latest-path', `get-latest-path',
|
|
4924 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
4925 variable `exec-suffix-list'.
|
|
4926
|
|
4927 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
4928 image/png and image/x-xpm.
|
|
4929
|
|
4930 * lisp/modes/image-mode.el: New file.
|
|
4931
|
|
4932 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4933
|
|
4934 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
|
|
4935 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
4936
|
|
4937 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
4938
|
165
|
4939 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
4940
|
|
4941 * XEmacs 20.3-beta9 is released.
|
|
4942
|
|
4943 * Makefile.in (dist): Make `make dist' work for me.
|
|
4944
|
|
4945 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
|
|
4946
|
|
4947 * configure.in:
|
|
4948 - Change "t" to tabs in sed commands
|
|
4949 - Add /g to sed substitition commands when appropriate
|
|
4950 - Change XtVa[SG]etValue to Xt[SG]etValue
|
|
4951 - Make version variables into Lisp_Objects.
|
|
4952
|
|
4953 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4954
|
|
4955 * src/config.h.in:
|
|
4956 * configure.in:
|
|
4957 - Autodetect X defines using xmkmf.
|
|
4958 - Compute rpath on *bsd* systems as well.
|
|
4959 - rewrite PRINT_VAR m4 macro.
|
|
4960 - detect sizes of void* and long long for future use by unex*.c
|
|
4961 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
4962
|
|
4963 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4964
|
|
4965 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
|
|
4966
|
|
4967 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
4968 `mh-folder-coding-system'.
|
|
4969
|
|
4970 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4971
|
|
4972 * lisp/language/ethio-util.el: imported from
|
|
4973 Emacs/mule-19.34.94-zeta.
|
|
4974
|
|
4975 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
|
|
4976 repair Arabic characters.
|
|
4977
|
|
4978 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4979
|
|
4980 * lib-src/update-autoloads.sh: Search lisp/mule/.
|
|
4981
|
|
4982 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
4983 language environment" of Mule menu.
|
|
4984
|
|
4985 * lisp/language/visual-mode.el: moved from mule/.
|
|
4986
|
|
4987 * lisp/language/ethiopic.el: Modify for XEmacs.
|
|
4988
|
|
4989 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
|
|
4990 problem of setting for `language-info-alist' about koi8-r.
|
|
4991
|
|
4992 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
4993
|
|
4994 * lisp/mule/mule-util.el: New file (imported from
|
|
4995 Emacs/mule-19.34.94-zeta).
|
|
4996
|
|
4997 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
|
|
4998 moved to mule-util.el.
|
|
4999
|
|
5000 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
|
|
5001 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
|
|
5002 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
|
|
5003 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
|
|
5004 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
|
|
5005
|
|
5006 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
|
|
5007 emulate Emacs/mule-19.34.94-zeta function.
|
|
5008
|
|
5009 * lisp/mule/mule-cmds.el: modified to sync with
|
|
5010 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
5011
|
|
5012 (set-language-info): Add to "Describe Language Support" and "Set
|
|
5013 Language Environment" menu.
|
|
5014
|
|
5015 * lisp/mule/mule-charset.el: Function `compose-region' and
|
|
5016 `decompose-region' were moved to mule-util.el.
|
|
5017
|
|
5018 * lisp/leim/quail.el: modify to sync with latest quail.el of
|
|
5019 Emacs/mule in ETL.
|
|
5020
|
|
5021 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
5022
|
|
5023 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
5024
|
163
|
5025 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
5026
|
165
|
5027 * Makefile.in: Missing FRC.info.
|
|
5028 (install-arch-dep): Add missing backslash.
|
|
5029 From Glynn Clements <glynn@sensei.co.uk>
|
|
5030
|
163
|
5031 * XEmacs 20.3-beta8 is released.
|
|
5032
|
|
5033 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
5034
|
|
5035 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
|
|
5036 lwlib/lwlib.c: Make 64 bit clean.
|
384
|
5037
|
163
|
5038 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
5039
|
|
5040 * configure.in:
|
|
5041 - Autodetect X defines using xmkmf.
|
|
5042 - Compute rpath on *bsd* systems as well.
|
|
5043 - rewrite PRINT_VAR m4 macro.
|
|
5044 - detect sizes of void* and long long for future use by unex*.c
|
|
5045
|
|
5046 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
5047
|
|
5048 * */Makefile.in.in: Another rewrite
|
|
5049 Make makefiles immune from being mangled by various cpp
|
384
|
5050 implementations by quoting non-preprocessor directive lines.
|
163
|
5051 - random cleanup
|
|
5052 - Use $(RM) and $(pwd) macros consistently
|
|
5053 - Add dependencies for balloon-help source files
|
|
5054 - Use getcwd by default instead of getwd.
|
|
5055 * lwlib/config.h: Now includes src/config.h
|
|
5056 * lwlib/*.c: Use config.h, but DON'T use Xos.h
|
|
5057 * lib-src/*.c: Fix compiler warnings
|
|
5058 * lisp/version.el:
|
|
5059 - Put version information in version.sh instead of version.el
|
|
5060
|
|
5061 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5062
|
|
5063 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
|
|
5064 -I/usr/local/include.
|
|
5065
|
161
|
5066 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
5067
|
|
5068 * XEmacs 20.3-beta7 is released.
|
|
5069
|
|
5070 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5071
|
|
5072 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
|
|
5073 regexp for horizontal smiley faces.
|
|
5074 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
5075
|
|
5076 * lisp/leim/quail.el (quail-get-translation): Don't use
|
|
5077 `string-to-vector' for XEmacs.
|
|
5078
|
|
5079 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
5080
|
|
5081 * lisp/modes/*.el: Removed all "\177" bindings that were
|
|
5082 previously commented out and normalized everything vis a vis
|
|
5083 'backspace and 'delete keysyms.
|
|
5084 * lisp/packages/*.el: Normalized all the "\177" bindings
|
384
|
5085 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
|
161
|
5086 which is a "smart" version of the cperl-electric-backspace
|
|
5087 function (it honors the desired delete direction). Bound it to
|
|
5088 'delete and the electric-backspace to 'backspace.
|
384
|
5089 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
|
161
|
5090 cperl-electric-delete to the 'supersede list.
|
|
5091
|
159
|
5092 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
5093
|
|
5094 * XEmacs 20.3-b6 is released.
|
|
5095
|
|
5096 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
5097 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
5098
|
|
5099 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
5100
|
384
|
5101 * src/Makefile.in:
|
|
5102 * lwlib/Makefile.in:
|
|
5103 * lib-src/Makefile.in:
|
159
|
5104 * Makefile.in: More Makefile cleanup
|
|
5105 - add .PHONY targets where necessary
|
|
5106 - remove most builtin rules using .SUFFIXES
|
|
5107 - -lXau only gets used for linking gnuserv binaries
|
|
5108 - No VPATH for root Makefile
|
|
5109 - remove gcc v1 support
|
384
|
5110 * configure.in:
|
159
|
5111 - A new test to autodetect need to define NARROWPROTO,
|
|
5112 needed by XFree86
|
|
5113 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
5114 - Immediately exit if SIZEOF_* tests fail.
|
|
5115 - Check for libPW
|
|
5116 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
5117 are in sync.
|
384
|
5118 * src/s/linux.h:
|
159
|
5119 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
5120
|
|
5121 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
5122
|
|
5123 * lib-src/pop.c: Correct incantation for pop.h.
|
|
5124 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
5125
|
|
5126 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5127
|
|
5128 * configure.in (beta): Correct test looking for Beta number.
|
|
5129
|
|
5130 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5131
|
|
5132 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
5133 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
5134 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
5135 mule/ipa-hooks.el was deleted.
|
|
5136
|
|
5137 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5138
|
|
5139 * Use lisp/mule/language/thai-util.el instead of
|
|
5140 lisp/mule/thai.el.
|
|
5141
|
|
5142 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
5143
|
|
5144 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
5145 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
5146
|
|
5147 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
5148
|
|
5149 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5150
|
|
5151 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
5152 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
5153 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
5154 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
5155 instead of lisp/mule/chinese-hooks.el,
|
|
5156 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
5157 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
5158 lisp/mule/korean-hooks.el.
|
|
5159
|
|
5160 * lisp/mule/language/*.el was imported from
|
|
5161 Emacs/mule-19.34.94-zeta.
|
|
5162
|
|
5163 * Use lisp/mule/language/china-util.el instead of
|
|
5164 lisp/mule/chinese.el.
|
|
5165
|
|
5166 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5167
|
|
5168 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
5169 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
5170 were defined as coding-system.
|
|
5171
|
|
5172 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5173
|
|
5174 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
5175 smiley faces.
|
|
5176
|
163
|
5177 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
384
|
5178
|
163
|
5179 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
5180 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
5181
|
|
5182 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5183
|
|
5184 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
5185 the `backward-or-forward-foo' functions.
|
|
5186 * lisp/prim/simple.el:
|
|
5187 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
5188 - Removed `backspace-or-delete-hook'
|
|
5189 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
5190 - Added functions: `backward-or-forward-kill-word'
|
|
5191 `backward-or-forward-kill-sentence'
|
|
5192 `backward-or-forward-kill-sexp'
|
|
5193 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
5194 began playing nicely with pending-del.
|
|
5195 * lisp/modes/cc-mode.el:
|
|
5196 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
5197 to use the new names.
|
384
|
5198
|
157
|
5199 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
5200
|
|
5201 * XEmacs 20.3-b5 is released.
|
|
5202
|
155
|
5203 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
5204
|
|
5205 * XEmacs 20.3-b4 is released.
|
|
5206
|
|
5207 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
5208
|
|
5209 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
5210 with new Autoconf 2 mechanisms.
|
|
5211 * src/syswait.h:
|
|
5212 * src/sysdep.c:
|
|
5213 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
5214
|
|
5215 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
5216 old cruft that can be obtained from system header files.
|
|
5217 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
384
|
5218
|
|
5219 * lib-src/b2m.c:
|
|
5220 * src/gifalloc.c:
|
|
5221 * lib-src/gnuslib.c:
|
|
5222 * lib-src/profile.c:
|
155
|
5223 * lib-src/movemail.c: Fix compiler warnings
|
384
|
5224
|
155
|
5225 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
5226 - Fix up compile flags for new etags version
|
|
5227
|
384
|
5228 * man/xemacs/programs.texi:
|
155
|
5229 * lib-src/etags.c: Upgraded to etags 12.11
|
|
5230
|
|
5231 * src/config.h.in: Fix inline keyword support
|
384
|
5232
|
|
5233 * configure.in: Use a different mechanism for removing extra white
|
155
|
5234 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
5235 - new M4 macro XE_SPACE(var, words...)
|
|
5236 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
5237 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
5238 linking with losing Xpm implementations
|
|
5239 - Check for correct wnn4 lib symbols
|
|
5240 - Only link with inline.o when using gcc
|
|
5241 - Support inline keywords inline, __inline, __inline__
|
|
5242 - Ultrix now implies have_mmap=no
|
|
5243 - Sun sound in non-standard dirs now works
|
|
5244 - --native-sound-lib no longer ignored on HP & SGI
|
|
5245 - gpm configure tests moved after curses configure tests
|
163
|
5246
|
|
5247 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5248
|
384
|
5249 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
163
|
5250 desired delete direction in both normal and "hungry" modes.
|
384
|
5251 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
5252 honor the desired delete direction.
|
384
|
5253
|
155
|
5254 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
5255
|
|
5256 * configure.in: Automagically compute -R path for gcc
|
|
5257
|
163
|
5258 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5259
|
|
5260 * lisp/vm/vm-vars.el: Fixed delete key binding to call
|
|
5261 `vm-scroll-down'
|
384
|
5262
|
155
|
5263 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5264
|
|
5265 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
5266
|
|
5267 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
5268
|
|
5269 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
5270 Becker's replacement, hacked somewhat.
|
|
5271
|
163
|
5272 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5273
|
|
5274 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
5275 `backspace-or-delete-hook'
|
|
5276 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
5277 delete function.
|
|
5278 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
5279 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
5280 delete bindings.
|
384
|
5281 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
5282 use new delete bindings.
|
384
|
5283
|
155
|
5284 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5285
|
|
5286 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
5287
|
|
5288 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
5289 x11/x-menubar.el.
|
|
5290
|
|
5291 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5292
|
|
5293 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
5294 overlay.el.
|
|
5295
|
|
5296 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5297
|
|
5298 * lisp/leim/quail.el: to sync with quail.el of
|
|
5299 Emacs-19.34.94-zeta.
|
|
5300
|
|
5301 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
5302 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
5303 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
5304 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
5305 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
5306 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
5307 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
5308 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
5309 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
5310 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
5311 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
5312 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
5313 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
5314 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
5315 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
5316 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
5317 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
5318 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
5319 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
5320
|
|
5321 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5322
|
|
5323 * mule/korean.el was abolished because it seems not to be used.
|
|
5324
|
|
5325 * mule/japanese.el was abolished because it seems not to be used.
|
|
5326
|
|
5327 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5328
|
|
5329 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
5330 Gnus 5.4.
|
|
5331
|
|
5332 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
5333
|
|
5334 * lisp/tm/tm-view.el: updated to 7.83.
|
|
5335
|
|
5336 * lisp/leim/quail.el: modified for XEmacs.
|
|
5337
|
|
5338 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
5339 mule-process.el because it is not used.
|
|
5340
|
|
5341 * lisp/mule/european.el was abolished because it seems not to be
|
|
5342 used.
|
|
5343
|
|
5344 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
5345 language-environment.
|
|
5346
|
|
5347 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
5348
|
|
5349 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
5350 `toggle-input-method'.
|
|
5351
|
|
5352 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
5353 to mule-cmds.el).
|
|
5354
|
|
5355 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
5356 from mule-init.el).
|
|
5357
|
|
5358 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
5359
|
|
5360 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
5361
|
|
5362 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
5363
|
|
5364 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5365
|
|
5366 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
5367 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
5368
|
|
5369 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
5370
|
|
5371 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
5372
|
|
5373 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
5374 19.34.94-epsilon).
|
|
5375
|
|
5376 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
5377 XEmacs can not compile it.
|
|
5378
|
|
5379 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
5380 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
5381 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
5382 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
5383 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
5384 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
5385 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
5386 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
5387 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
5388 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
5389 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
5390 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
5391 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
5392 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
5393 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
5394 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
5395 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
5396 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
5397 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
5398 elisp files; old lisp/quail was abolished.
|
|
5399
|
|
5400 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
5401
|
|
5402 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
5403 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
5404 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
5405
|
|
5406 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
5407 from Emacs-19.34.94-epsilon.
|
|
5408
|
153
|
5409 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
5410
|
|
5411 * XEmacs 20.3-beta3 is released.
|
|
5412
|
|
5413 * INSTALL: Delete documentation of mocklisp support.
|
|
5414
|
|
5415 * configure.in: Delete mocklisp support.
|
|
5416
|
|
5417 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
5418
|
|
5419 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
5420 Becker's replacement, hacked somewhat.
|
|
5421
|
|
5422 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
5423
|
|
5424 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
5425
|
|
5426 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
5427
|
|
5428 * configure.in: Juggle link order of X libraries.
|
|
5429 Add support for using zsh to run configure.
|
|
5430 Document --with-tty=no.
|
|
5431 Fix -no-recursion option.
|
|
5432 Recognize and ignore --cache-file option.
|
|
5433 Recognize null values for preprocessor symbols converted to shell
|
|
5434 variables. This maybe fixes the "-ltermcap" problem.
|
|
5435 Remove spurious blanks from various SUBST-ituted variables.
|
|
5436 Fix conditional creation of gdbinit.
|
|
5437 Conditionally create .sbinit for Sunpro C.
|
|
5438
|
151
|
5439 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
5440
|
|
5441 * XEmacs 20.3-beta2 is released.
|
|
5442
|
|
5443 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5444
|
|
5445 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
5446 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
5447 extra-verbose now default on beta builds.
|
|
5448 extra-verbose now much more verbose.
|
|
5449 Don't set libs_termcap to " ".
|
|
5450 Detect -lXm AFTER detecting -lXpm.
|
|
5451 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
5452 depend on it.
|
|
5453 with-xim=motif only default on Solaris.
|
|
5454 realpath moved from s&m to configure.in.
|
384
|
5455 xemacs-version.h removed. main_1 now contains $canonical as well,
|
151
|
5456 for even more useful backtraces.
|
|
5457 termcap handling rewritten.
|
|
5458 Create .sbinit for Sun's source browser.
|
|
5459 Warn user if no XPM support present.
|
|
5460 Warn user if compiling in error checking.
|
|
5461
|
384
|
5462 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
151
|
5463 dynodump. Remove core when cleaning. Remove config.log.
|
|
5464 make distclean now functional.
|
|
5465
|
|
5466 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5467
|
|
5468 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
5469
|
|
5470 * Makefile.in (distclean): Remve config.log.
|
|
5471 remove broken dynodump stuffs.
|
|
5472
|
149
|
5473 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5474
|
|
5475 * XEmacs 20.3-b1 is released.
|
|
5476
|
|
5477 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5478
|
|
5479 * info/dir (Packages): Update minor version number.
|
|
5480
|
|
5481 * README: Update minor version number.
|
|
5482
|
146
|
5483 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5484
|
|
5485 * XEmacs-20.2 is released.
|
|
5486
|
144
|
5487 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5488
|
|
5489 * XEmacs 20.2-b6 is released.
|
|
5490
|
142
|
5491 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5492
|
|
5493 * XEmacs 20.2-b5 is released.
|
|
5494
|
140
|
5495 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5496
|
|
5497 * XEmacs 20.2-b4 is released.
|
|
5498
|
|
5499 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5500
|
|
5501 * configure.in (--with-xim): Don't default it to Motif since it
|
|
5502 causes crashes at startup on some systems.
|
|
5503
|
138
|
5504 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5505
|
|
5506 * XEmacs 20.2-b3 is released.
|
|
5507
|
136
|
5508 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5509
|
|
5510 * XEmacs 20.2-b2 is released.
|
|
5511
|
|
5512 * configure.in (beta): OPENWINHOME misspelled.
|
|
5513
|
134
|
5514 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5515
|
|
5516 * XEmacs 20.2-b1 is released.
|
|
5517
|
|
5518 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5519
|
|
5520 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
5521 uname.
|
|
5522
|
131
|
5523 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5524
|
|
5525 * XEmacs 20.1 is re-released.
|
|
5526
|
126
|
5527 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5528
|
|
5529 * XEmacs 20.1 is released.
|
|
5530
|
124
|
5531 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5532
|
|
5533 * XEmacs 20.1-b15 is released.
|
|
5534
|
|
5535 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
5536 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
5537 1) changing it into sections -- there is now a section for building,
|
|
5538 running and compatibility problems
|
|
5539
|
|
5540 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
5541 to Emacs 18, etc. --> size is off by 20K
|
|
5542
|
|
5543 3) Rearranging the entries by relevance. I have tried to put the most
|
|
5544 relevant entries in front.
|
384
|
5545
|
122
|
5546 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5547
|
|
5548 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
5549
|
120
|
5550 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5551
|
|
5552 * XEmacs 20.1-b12 is released.
|
|
5553
|
|
5554 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
5555
|
|
5556 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
5557 Hesiod options.
|
|
5558
|
118
|
5559 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5560
|
|
5561 * XEmacs 20.1-b11 is released.
|
|
5562
|
|
5563 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5564
|
384
|
5565 * Makefile.in (install-only): New target. Functionality suggested
|
118
|
5566 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
5567 Thompson.
|
|
5568
|
|
5569 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
5570 Zawinski for SGI cc and Irix 6.
|
|
5571
|
|
5572 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5573
|
|
5574 * configure.in: Add configuration parameters for Emacs 19.34
|
|
5575 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
5576
|
|
5577 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5578
|
|
5579 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
5580 mispatch.
|
|
5581
|
116
|
5582 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5583
|
|
5584 * XEmacs 20.1-b10 is released.
|
|
5585
|
|
5586 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5587
|
|
5588 * Remove vms top-level directory.
|
384
|
5589
|
116
|
5590 * XEmacs 19.15 final released to beta testers.
|
|
5591
|
|
5592 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5593
|
|
5594 * XEmacs 19.15 prefinal released to beta testers.
|
|
5595
|
|
5596 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5597
|
|
5598 * configure.in (--debug): Correct documentation.
|
|
5599
|
|
5600 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5601
|
|
5602 * XEmacs 19.15-b104 is released.
|
|
5603
|
|
5604 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
5605
|
|
5606 * configure.in (beta): Add configure support for the -rpath flag
|
|
5607 for IRIX analogous to the Solaris "-R".
|
|
5608
|
|
5609 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5610
|
|
5611 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
5612
|
|
5613 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
5614
|
424
|
5615 * configure.in: Echo only current configuration using 'tee -a'.
|
116
|
5616
|
114
|
5617 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5618
|
|
5619 * XEmacs-19.15-b103 is released.
|
|
5620 * XEmacs-20.0-b9 is released.
|
|
5621
|
|
5622 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
5623 rule.
|
|
5624
|
|
5625 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
5626
|
|
5627 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
5628 update-autoloads.sh.
|
|
5629
|
|
5630 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5631
|
|
5632 * XEmacs-19.15-b102 is released.
|
|
5633
|
|
5634 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5635
|
|
5636 * XEmacs-19.15-b101 is released.
|
|
5637
|
112
|
5638 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5639
|
|
5640 * XEmacs-20.1-b8 is released.
|
|
5641 * XEmacs-19.15-b100 is released.
|
|
5642
|
110
|
5643 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5644
|
112
|
5645 * XEmacs-20.1-b7 is released.
|
|
5646 * XEmacs-19.15-b99 is released.
|
|
5647
|
110
|
5648 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5649
|
|
5650 * configure.in: Add sunos4-1-4 header files.
|
|
5651
|
|
5652 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5653
|
|
5654 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
5655
|
108
|
5656 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5657
|
|
5658 * XEmacs-20.1-b6 is released.
|
|
5659 * XEmacs-19.15-b98 is released.
|
|
5660
|
|
5661 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5662
|
|
5663 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
5664 (gzip-el): New targe for compressed installed lisp sources.
|
|
5665
|
|
5666 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5667
|
|
5668 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
5669 but before anything else. More flexible about finding an xemacs
|
|
5670 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
5671
|
106
|
5672 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5673
|
|
5674 * XEmacs 20.1-b5 is released.
|
|
5675
|
104
|
5676 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5677
|
|
5678 * XEmacs 20.1-b4 is released.
|
|
5679
|
|
5680 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5681
|
|
5682 * Makefile.in (distclean): Correct typos.
|
|
5683
|
|
5684 * XEmacs 19.15-b96 is released.
|
|
5685
|
|
5686 * configure.in: Symlink site-lisp when using --srcdir.
|
|
5687 Add special handling of lisp directory to allow for multiple
|
|
5688 site-packages files.
|
|
5689
|
|
5690 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5691
|
|
5692 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
5693 when they don't exist (after being pruned by CVS).
|
|
5694
|
102
|
5695 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5696
|
|
5697 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
5698 distribution.
|
|
5699
|
|
5700 * XEmacs 20.1-b3 is released.
|
|
5701
|
100
|
5702 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5703
|
|
5704 * XEmacs 20.1-b2 is released.
|
|
5705
|
|
5706 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5707
|
|
5708 * XEmacs 19-15-b'95 is released.
|
|
5709
|
102
|
5710 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5711
|
|
5712 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
5713 - "knob" renamed to "slider"
|
|
5714 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
5715 pixel was.
|
|
5716 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
5717 - goobers on top of up-arrow removed.
|
|
5718 - up-arrow would not always be redrawn when necessary
|
|
5719 - slider drag would be `off' by size of up-arrow
|
|
5720 - horizontal and vertical scrollbars didn't use exactly the same
|
|
5721 dimensions.
|
|
5722 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
5723 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
5724
|
100
|
5725 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5726
|
|
5727 * configure.in (with_xauth): Attempted correction of test for
|
|
5728 libXmu on SunOS.
|
|
5729
|
98
|
5730 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5731
|
|
5732 * XEmacs 20.1-b1 is released.
|
|
5733 * XEmacs 19.15-b94 is released.
|
|
5734
|
|
5735 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5736
|
|
5737 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
5738
|
|
5739 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5740
|
|
5741 * XEmacs 19.15-b93 is released.
|
|
5742 XEmacs 20.0 is released to the 'net.
|
|
5743
|
96
|
5744 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5745
|
|
5746 * XEmacs 20.0try3 is released.
|
|
5747
|
94
|
5748 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5749
|
96
|
5750 * XEmacs 20.0try2 is released.
|
94
|
5751
|
96
|
5752 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
5753
|
|
5754 * XEmacs 19.15-b92 is released.
|
|
5755
|
88
|
5756 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5757
|
96
|
5758 * XEmacs 20.0try1 is released.
|
94
|
5759 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
5760
|
|
5761 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5762
|
|
5763 * PROBLEMS: Updated from beta test bug reports.
|
|
5764 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
5765
|
|
5766 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5767
|
|
5768 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
5769
|
84
|
5770 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5771
|
|
5772 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
5773
|
|
5774 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5775
|
|
5776 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
5777 char and pointer.
|
|
5778
|
|
5779 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5780
|
|
5781 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
5782
|
82
|
5783 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5784 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
5785
|
|
5786 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
5787 type.
|
|
5788
|
|
5789 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
5790 borderwidth.
|
|
5791 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
5792 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
5793 bottom of the buffer. :-(
|
|
5794
|
|
5795 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
5796
|
|
5797 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
5798 configurations that use both Motif and Athena.
|
|
5799
|
|
5800 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5801
|
|
5802 * info/dir (Gnus): Updated spelling and info.
|
|
5803
|
|
5804 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5805
|
|
5806 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
5807
|
|
5808 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5809
|
|
5810 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
5811 warnings for ccl-read-*
|
|
5812
|
80
|
5813 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
5814
|
80
|
5815 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
5816 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
384
|
5817
|
80
|
5818 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5819
|
|
5820 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
5821
|
78
|
5822 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5823 * XEmacs 20.0 beta 34 is released.
|
|
5824 * XEmacs 19.15 beta 7 is released.
|
|
5825
|
177
|
5826 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
|
78
|
5827
|
|
5828 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
5829
|
80
|
5830 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5831
|
384
|
5832 * src/emacs.c: Make sure
|
|
5833 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
80
|
5834 works properly
|
|
5835
|
|
5836 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
5837 competitor to Purify.
|
|
5838
|
|
5839 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
5840 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
5841
|
|
5842 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
5843
|
|
5844 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
5845
|
|
5846 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5847
|
|
5848 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
5849 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
5850 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
5851 Errors during autoload generation are just that - errors.
|
384
|
5852
|
80
|
5853 Generated autoloads are now in a separate file of their own.
|
384
|
5854
|
80
|
5855 Reliability of autoload generation greatly increased.
|
384
|
5856
|
80
|
5857 Distribution smaller by about 100k.
|
384
|
5858
|
80
|
5859 `make autoloads' is still the preferred mechanism for update.
|
384
|
5860
|
80
|
5861 Autoloads are always regenerated completely from scratch. This
|
|
5862 avoids errors with obsolete or corrupted autoload entries.
|
|
5863
|
|
5864 Caching of autoload entries using timestamps has been eliminated.
|
384
|
5865
|
80
|
5866 Files that have no autoloads no longer have a comment placed into
|
|
5867 the generated autoloads file.
|
|
5868
|
|
5869 There was a bug where autoload entries would sometimes end up
|
|
5870 being inserted into the *middle* of other autoload entries,
|
|
5871 thereby corrupting them.
|
|
5872
|
|
5873 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
5874
|
|
5875 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5876
|
|
5877 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
5878 doesn't use the autoload facility to load `autoload';
|
|
5879 load it explicity instead.
|
|
5880
|
|
5881 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
5882
|
|
5883 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
5884
|
|
5885 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
5886
|
|
5887 * src/mule-charset.c: Use lower case for charset registry, to
|
|
5888 match XLFD.
|
|
5889
|
|
5890 * Makefile.in: replace list of info files with *.info* - one less
|
|
5891 maintenance headache
|
|
5892
|
|
5893 * man/oo-browser.texi: Fix TeXability
|
|
5894
|
|
5895 * man/hyperbole.texi: Fix TeXability
|
|
5896
|
|
5897 * man/vhdl-mode.texi: Fix TeXability
|
|
5898
|
|
5899 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
5900 `make autoloads' should finally work.
|
|
5901
|
|
5902 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
5903
|
|
5904 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
5905
|
|
5906 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
5907 `special' directories without using the Makefiles
|
|
5908 designed for that purpose.
|
|
5909 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
5910
|
|
5911 * info/dir (Packages): Add Japanese TM info files
|
|
5912
|
|
5913 * src/inline.c: Allow compilation with `gcc -g'
|
|
5914
|
|
5915 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
5916
|
|
5917 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
5918 that various tools can recognize the filename as such.
|
|
5919
|
|
5920 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
384
|
5921 --with-xim=xlib and key event on window frame.
|
80
|
5922 Change return foo to return (foo) when return is a macro.
|
|
5923
|
|
5924 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
5925
|
|
5926 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
5927 This Makefile is no longer officially broken.
|
|
5928
|
|
5929 * info/dir: Add Japanese tm documents.
|
|
5930
|
|
5931 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
5932
|
|
5933 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
5934 xargs -i flag.
|
|
5935
|
|
5936 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
5937 the `binary' coding system is used for .gz and .Z extensions.
|
|
5938
|
|
5939 * man/viper.texi: Viper version 2.90
|
|
5940
|
|
5941 * man/ediff.texi: Ediff Version 2.62
|
|
5942
|
|
5943 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
5944 define-key, for compatibility with loaddefs.el
|
|
5945
|
|
5946 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
5947
|
|
5948 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
5949
|
|
5950 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
5951 files in dirs that have their own Makefiles.
|
|
5952
|
78
|
5953 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5954
|
|
5955 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
5956
|
|
5957 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
5958
|
|
5959 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
5960 installation.
|
|
5961
|
|
5962 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5963
|
|
5964 * XEmacs 20.0 beta 33 is released.
|
|
5965 * XEmacs 19.15 beta 6 is released.
|
|
5966
|
76
|
5967 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5968
|
|
5969 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
5970 pages.
|
|
5971
|
|
5972 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5973 * XEmacs 20.0-b32 released.
|
|
5974
|
|
5975 * XEmacs 19.15-b5 released.
|
|
5976
|
74
|
5977 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5978
|
|
5979 * configure.in: Reformat. Fix shared include file rename
|
|
5980 problem.
|
|
5981
|
|
5982 * configure: Reformat. Fix shared include file rename problem.
|
|
5983
|
|
5984 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
5985
|
|
5986 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
5987
|
|
5988 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
5989 default.
|
|
5990
|
|
5991 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5992
|
|
5993 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
5994
|
72
|
5995 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
5996
|
|
5997 * info/vhdl-mode.info: New file.
|
|
5998
|
|
5999 * info/dir (Packages): Add vhdl-mode documentation.
|
|
6000
|
|
6001 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
6002
|
|
6003 * configure: Make shared/dynamic flags work much more logically.
|
|
6004
|
|
6005 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
6006
|
|
6007 * configure.in (machine): Patch to make newly renamed shared
|
|
6008 link include files work.
|
|
6009
|
|
6010 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
6011
|
|
6012 * configure.in: Configure for POSIX getcwd if available.
|
|
6013
|
|
6014 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
6015
|
|
6016 * configure.in (LIBS): Fix typo in dialog box test.
|