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