annotate ChangeLog @ 3026:beef0f850624

[xemacs-hg @ 2005-10-25 11:19:56 by ben] remove kludging of new and catch from config.h.in config.h.in: Don't define new and catch under C++ any more. (Places using new were just fixed by the last patch, places using catch were fixed a couple of weeks ago.)
author ben
date Tue, 25 Oct 2005 11:19:58 +0000
parents e4c2385012ba
children 28729529bee2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3019
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
1 2005-10-25 Malcolm Purvis <malcolmp@xemacs.org>
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
2
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
3 * configure.ac: Prefer Xaw to Motif on Linux, Mac and BSD. From
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
4 21.4.
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
5 * configure.ac (XE_PARSE_COMPLEX_OPTION): Remove debugging.
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
6 Fix broken --with-<complex>=no.
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
7
3018
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
8 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org>
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
9
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
10 * INSTALL: Reflect changes in the configure options. Update MacOS
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
11 X X11 installation instructions to reflect the changes in recent
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
12 OS releases.
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
13
3003
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
14 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org>
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
15
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
16 * configure.ac: Added XE_MERGED_ARG to alias all local --enable
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
17 and --with options. Configure can only be built with autoconf
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
18 2.59. Prevent many unwanted blank lines from appearing in
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
19 configure.
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
20
2992
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
21 2005-10-13 Ben Wing <ben@xemacs.org>
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
22
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
23 * configure.ac (XE_COMPLEX_ARG_ENABLE):
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
24 Break lines.
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
25 * configure.ac (TAB):
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
26 Rewrite optimization help to be accurate. Setting
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
27 `--with-cflags-optimization=""' will now unilaterally turn off
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
28 optimization; setting it to something non-null unilaterally turns it
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
29 on.
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
30
2973
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
31 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org>
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
32
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
33 * configure.ac (Canna): Configure as module if appropriate.
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
34
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
35 * Makefile.in.in (modules/canna): Add dependency on lib-src (ellcc).
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
36
2940
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
37 2005-09-18 Mike Alexander <mta@arbortext.com>
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
38
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
39 * configure.ac: Fix the cygwin, non-X build by adding XPM header
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
40 and library files to XE_CFLAGS. Patch from Rick Rankin.
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
41
2938
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
42 2005-09-17 Malcolm Purvis <malcolmp@xemacs.org>
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
43
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
44 * configure.in: Replace with warning to use autoconf 2.59.
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
45 * configure.ac: Removed warning about the use of autoconf 2.59.
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
46
2931
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
47 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
48
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
49 * XEmacs 21.5.22 "cucumber" is released.
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
50
2867
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
51 2005-07-20 Didier Verna <didier@xemacs.org>
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
52
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
53 * CHANGES-beta: Remove the face aliasing feature announcement.
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
54
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
55 2005-07-19 Didier Verna <didier@xemacs.org>
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
56
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
57 * CHANGES-beta: Announce the face aliasing feature.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
58
2791
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
59 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
60
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
61 * XEmacs 21.5.21 "corn" is released.
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
62
2790
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
63 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
64
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
65 * configure.ac: Explain how to turn off KKCC, too.
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
66
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
67 2005-05-19 Marcus Crestani <crestani@xemacs.org>
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
68
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
69 * configure:
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
70 * configure.ac: Enable new allocator and KKCC by default.
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
71
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
72 2005-05-27 Stephen J. Turnbull <stephen@xemacs.org>
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
73
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
74 * CHANGES-beta: Update for release.
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
75
2741
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
76 2005-04-22 Malcolm Purvis <malcolmp@xemacs.org>
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
77
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
78 * configure.ac: Make srcdir absolute before calling
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
79 AC_CONFIG_AUX_DIR_DEFAULT, include X headers for shape.h,
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
80 terminate checking lines when testing for dynamic libraries.
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
81 * configure: Regenerated.
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
82
2720
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
83 2005-04-01 Marcus Crestani <crestani@xemacs.org>
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
84
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
85 The new allocator.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
86
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
87 New configure flag: `MC_ALLOC':
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
88
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
89 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add `--enable-mc-alloc' as
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
90 a new configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
91 * configure.in (AC_INIT_PARSE_ARGS): Add `--mc-alloc' as a new
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
92 configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
93 * configure.usage: Add description for `mc-alloc'.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
94
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
95 DUMP_IN_EXEC:
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
96
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
97 * Makefile.in.in: Condition the installation of a separate dump
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
98 file on !DUMP_ON_EXEC.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
99 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
100 `--enable-dump-in-exec' as a new configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
101 * configure.ac: DUMP_IN_EXEC is define as default for PDUMP but
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
102 not default for MC_ALLOC.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
103 * configure.in (AC_INIT_PARSE_ARGS): Add `--dump-in-exec' as a
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
104 new configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
105 * configure.in: DUMP_IN_EXEC is define as default for PDUMP but
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
106 not default for MC_ALLOC.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
107 * configure.usage: Add description for `dump-in-exec'.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
108
2705
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
109 2005-03-31 Jerry James <james@xemacs.org>
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
110
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
111 * configure.ac: Aidan's 2005-03-30 patch, but against
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
112 configure.ac.
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
113
2701
355d304fdc78 [xemacs-hg @ 2005-03-30 19:51:27 by aidan]
aidan
parents: 2694
diff changeset
114 2005-03-30 Aidan Kehoe <kehoea@parhasard.net>
355d304fdc78 [xemacs-hg @ 2005-03-30 19:51:27 by aidan]
aidan
parents: 2694
diff changeset
115
355d304fdc78 [xemacs-hg @ 2005-03-30 19:51:27 by aidan]
aidan
parents: 2694
diff changeset
116 * configure: #include <X11/Intrinsic.h.> -> #include
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
117 <X11/Intrinsic.h>, thank you Robert Delius Royar.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
118
2694
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
119 2005-03-15 Jerry James <james@xemacs.org>
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
120
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
121 * configure.ac: Include <X11/Intrinsic.h> when checking for
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
122 <Xaw/XawInit.h> usability.
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
123
2692
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
124 2005-03-23 Vin Shelton <acs@xemacs.org>
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
125
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
126 * configure.in: Remove -fno-gnu-linker option from Solaris
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
127 dynodump builds; it doesn't do anything.
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
128
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
129 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
130 platforms.
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
131
2680
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
132 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
133
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
134 * configure: Regenerate.
2680
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
135 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
136 in various docstrings and error messages.
2680
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
137
2667
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
138 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org>
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
139
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
140 * configure.ac (--with-cflags-optimization):
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
141 (--with-cflags-debugging):
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
142 If the user specifies them, use them, and don't make her beg.
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
143 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB.
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
144
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
145 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org>
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
146
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
147 * configure.ac: Fix problems with OpenBSD /bin/sh.
2667
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
148
2663
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
149 2005-03-13 Aidan Kehoe <kehoea@parhasard.net>
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
150
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
151 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
152 working out whether to link against libossaudio.so on NetBSD.
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
153
2653
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
154 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
155
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
156 * XEmacs 21.5.20 "cilantro" is released.
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
157
2651
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
158 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org>
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
159
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
160 * .cvsignore: Added autom4te.cache.
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
161 * aclocal.m4: Changes to support autoconf 2.59
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
162 * config.guess:
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
163 * config.sub: Upgraded to the latest upstream version
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
164 * configure.ac: Rewritten for autoconf 2.59 support.
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
165
2648
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
166 2005-03-06 Malcolm Purvis <malcolmp@xemacs.org>
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
167
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
168 * INSTALL:
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
169 * PROBLEMS: Change configure arguments to the new autoconf 2.5
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
170 style configure.
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
171
2625
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
172 2005-03-01 Aidan Kehoe <kehoea@parhasard.net>
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
173
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
174 * configure: Regenerated.
2625
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
175 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of
2628
63a49b9b070c [xemacs-hg @ 2005-03-02 17:55:25 by aidan]
aidan
parents: 2625
diff changeset
176 XtRegisterDrawable.
2625
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
177
2609
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
178 2005-02-22 Adrian Aichner <adrian@xemacs.org>
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
179
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
180 * info/dir: Update to content generated by Info-rebuild-dir.
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
181
2602
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
182 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org>
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
183
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
184 * version.sh (XEMACS_RELEASE_DATE): New version info variable.
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
185
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
186 * configure.in (XEMACS_RELEASE_DATE): Use it.
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
187
2594
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
188 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
189
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
190 * XEmacs 21.5.19 "chives" is released.
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
191
2593
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
192 2005-02-17 Stephen J. Turnbull <stephen@xemacs.org>
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
193
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
194 * CHANGES-beta: Update.
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
195
2564
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
196 2005-02-03 Ben Wing <ben@xemacs.org>
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
197
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
198 * BUGS, README.packages: Delete, incorporate into FAQ.
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
199 * README: Incorporate into FAQ. Delete everything but text
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
200 pointing to FAQ.
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
201
2553
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
202 2005-02-03 Jerry James <james@xemacs.org>
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
203
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
204 * configure.in: g++ 3.4.2 doesn't like -Wmissing-prototypes or
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
205 -Wstrict-prototypes.
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
206
2536
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
207 2005-01-31 Ben Wing <ben@xemacs.org>
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
208
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
209 * GETTING.GNU.SOFTWARE: Delete.
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
210 * Makefile.in.in (SOURCES):
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
211 Delete GETTING.GNU.SOFTWARE from SOURCES.
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
212 * PROBLEMS:
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
213 Delete reference to check_cygwin_setup.sh.
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
214
2512
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
215 2005-01-26 Ben Wing <ben@xemacs.org>
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
216
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
217 * configure.in (AC_INIT_PARSE_ARGS):
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
218 * configure.in (CANONICALIZE_PATH):
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
219 * configure.in (TAB):
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
220 * configure.usage:
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
221 Add --with-optimization, cflags-optimization,
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
222 cflags-debugging. Separate out optimization and debugging arguments.
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
223 Document.
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
224
2491
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
225 2005-01-21 Aidan Kehoe <kehoea@parhasard.net>
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
226
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
227 * configure:
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
228 * configure.in (XE_COMPUTE_RUNPATH):
2491
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
229 NetBSD can use Linux's sound API, but it needs an extra library at
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
230 link time to do so.
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
231
2427
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
232 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org>
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
233
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
234 * INSTALL: A POSIX compatible Make is no longer required for builds.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
235 * Makefile.in.in (RECURSIVE_MAKE): Removed.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
236 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
237 * configure.in (RECURSIVE_MAKE): Removed.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
238 * configure.in (RECURSIVE_MAKE_ARGS): New.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
239 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
240 other parameters. This allows -j to work in GNU Make while
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
241 removing need for POSIX compatible make on all systems.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
242
2420
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
243 2004-12-05 Ben Wing <ben@xemacs.org>
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
244
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
245 * README.packages:
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
246 Fix error in specifying standard package location.
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
247 Document --package-prefix.
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
248
2416
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
249 2004-12-05 Ben Wing <ben@xemacs.org>
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
250
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
251 * configure.usage:
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
252 * configure.in (AC_INIT_PARSE_ARGS):
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
253 * configure.in (TAB):
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
254 * configure.in (XE_COMPUTE_RUNPATH):
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
255 * configure:
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
256 Support --package-prefix and mmdf and pop arguments to --mail-locking.
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
257 Document in configure.usage.
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
258
2389
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
259 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
260
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
261 * configure:
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
262 * configure.in: Make pdump default for Cygwin.
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
263
2388
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
264 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
265
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
266 * Makefile.in.in (install-arch-dep): Fix installation for Cygwin.
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
267
2367
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
268 2004-10-26 Ben Wing <ben@xemacs.org>
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
269
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
270 * configure.in (AC_INIT_NOTICE):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
271 * configure.in (TAB):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
272 * configure.in (XE_COMPUTE_RUNPATH):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
273 Turn off -Winline and -Wchar-subscripts.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
274 Use the right set of cflags when compiling modules.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
275 Rewrite ldap configuration to separate the inclusion of lber
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
276 (needed in recent Cygwin) from the basic checks for the
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
277 needed libraries.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
278 add a function for MAKE_JUNK_C; initially code was added to
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
279 generate xemacs.def using this, but it will need to be rewritten.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
280 add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
281 an existing file.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
282 Sort list of auto-detected functions and eliminate unused checks for
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
283 stpcpy, setlocale and getwd.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
284 Add autodetection of Cygwin scanf problems
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
285
2346
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
286 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
287
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
288 * XEmacs 21.5.18 "chestnut" is released.
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
289
2345
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
290 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
291
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
292 * CHANGES-beta: Update for release.
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
293
2315
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
294 2004-09-29 Jerry James <james@xemacs.org>
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
295
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
296 * configure.in: Don't use -Wunused-parameter with g++.
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
297
2300
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
298 2004-09-21 Malcolm Purvis <malcolmp@xemacs.org>
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
299
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
300 * configure.in: Unused parameter and variables warnings are GCC 3
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
301 or greater.
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
302
2286
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
303 2004-09-14 Jerry James <james@xemacs.org>
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
304
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
305 * configure.in (TAB): Add unused parameter and variables warnings
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
306 to gcc CFLAGS.
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
307
2283
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
308 2004-09-20 Jerry James <james@xemacs.org>
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
309
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
310 * INSTALL: Update Canna description to reflect recent changes.
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
311
2263
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
312 2004-09-11 Malcolm Purvis <malcolmp@xemacs.org>
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
313
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
314 * configure.in Check for sys/resource.h, sys/vlimit.h, getrlimit()
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
315 and vlimit().
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
316
2259
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
317 2004-09-10 Malcolm Purvis <malcolmp@xemacs.org>
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
318
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
319 * INSTALL: A POSIX compatible Make is required for builds.
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
320 * Makefile.in.in: Enable support for parallel builds.
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
321
2216
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
322 2004-08-12 "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net>
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
323
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
324 * config.guess: Identify PlayStation2.
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
325
2131
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
326 2004-06-16 Stephen J. Turnbull <stephen@xemacs.org>
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
327
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
328 * configure.in: Character classes in globs don't work, die when
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
329 GTK is mixed with other toolkits, protect comma in quoted message.
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
330
2128
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
331 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
332
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
333 * configure.in (Autodetection of Gdk libraries and includes):
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
334 Don't allow mixing of GTK with other toolkits.
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
335
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
336 2004-06-12 Stephen J. Turnbull <stephen@xemacs.org>
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
337
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
338 * configure.in: Improve style of WARNINGs.
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
339
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
340 2004-05-20 Stephen J. Turnbull <stephen@xemacs.org>
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
341
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
342 * configure.in (HAVE_GPM): Die if GPM requested but not found.
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
343
2079
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
344 2004-05-10 Jerry James <james@xemacs.org>
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
345
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
346 * aclocal.m4: Typo fix.
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
347 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
348 LTDL; unify the OS-specific checks into a case statement.
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
349
2050
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
350 2004-04-30 Jerry James <james@xemacs.org>
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
351
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
352 * configure.in: Turn ICC warning 147 into an error to get a good
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
353 XRegisterIMInstantiateCallback prototype.
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
354
2048
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
355 2004-04-28 Jerry James <james@xemacs.org>
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
356
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
357 * configure.in: Get version information for both icc and icpc.
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
358
2029
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
359 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
360
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
361 * configure.in (GTK setup): Warn if other toolkits requested.
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
362
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
363 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
364
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
365 * configure.in (Compiler feature macros): Kaarthik Sivakumar says
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
366 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least.
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
367
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
368 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
369
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
370 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB.
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
371
2016
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
372 2003-12-07 Olivier Galibert <galibert@pobox.com>
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
373
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
374 * Makefile.in.in: Don't install the dmp file when it's in the
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
375 executable.
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
376
2009
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
377 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net>
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
378
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
379 * configure.in: Check for libmp dependencies before checking for
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
380 the existence of the move function.
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
381
2006
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
382 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au>
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
383
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
384 * configure.in (src/Makefile): No longer include a special linker
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
385 script for PowerPC Linux. Thanks to Stefan Bruda for reporting
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
386 this bug.
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
387
1998
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
388 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
389
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
390 * configure.in (Compiler-specific hacks): Restore warning flags
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
391 for XEMACS_CC if gcc. Report warning flags at compute time.
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
392
1997
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
393 2004-04-07 Jerry James <james@xemacs.org>
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
394
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
395 * configure.in: FreeBSD MP needs -lcrypto.
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
396
1989
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
397 2004-04-06 Jerry James <james@xemacs.org>
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
398
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
399 * configure.in: Change test -e to test -r for portability.
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
400
1985
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
401 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
402
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
403 * configure.in (use_number_lib): Accepts no to disable bignums.
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
404 * configure.usage: Document the "no" value.
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
405
1984
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
406 2004-04-05 Jerry James <james@xemacs.org>
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
407
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
408 * configure.in (use_number_lib): New. Values are "gmp" or "mp".
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
409 * configure.in: Use it. Report it. Check for size of a double.
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
410 * configure.usage: Tell how to use use-number-lib.
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
411
1964
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
412 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
413
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
414 * XEmacs 21.5.17 "chayote" is released.
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
415
1955
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
416 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
417
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
418 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
419 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
420 500 since apparently we'll use it if available.
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
421
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
422 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org>
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
423
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
424 * configure.in (libc detection): Fix progress message.
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
425
1922
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
426 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org>
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
427
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
428 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
429 CFLAGS. Thanks to Jerry James for reporting the bug.
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
430
1916
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
431 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org>
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
432
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
433 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'.
1922
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
434 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
435 the more elegant fix.
1916
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
436
1889
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
437 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
438
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
439 * configure.in: Use XE_CFLAGS for XEMACS_CC.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
440 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only).
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
441 Various comment fixups.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
442 Delete dead code for finding srcdir.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
443
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
444 * Makefile.in.in (clean): Force deletion of generated Lisp load files.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
445
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
446 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org>
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
447
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
448 * configure.in: Report cc and libc version info. Detection code
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
449 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
450
1871
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
451 2004-01-20 Jerry James <james@xemacs.org>
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
452
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
453 * configure.in: The icc compiler pretends to be gcc. It isn't.
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
454
1800
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
455 2003-11-18 Jerry James <james@xemacs.org>
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
456
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
457 * configure.in: Check for the typeof extension.
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
458
1756
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
459 2003-10-15 Jerry James <james@xemacs.org>
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
460
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
461 * aclocal.m4: Add icc (Intel compiler) support.
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
462 * configure.in: Ditto.
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
463
1740
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
464 2003-10-11 Jerry James <james@xemacs.org>
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
465
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
466 * configure.in: installexe.sh is under srcdir, not blddir.
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
467
1716
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
468 2003-09-26 Steve Youngs <youngs@xemacs.org>
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
469
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
470 * XEmacs 21.5.16 "celeriac" is released.
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
471
1707
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
472 2003-09-21 Jerry James <james@xemacs.org>
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
473
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
474 * configure.in: Remove detection of GNU DLD.
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
475 * configure: Regenerate.
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
476
1697
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
477 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu>
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
478
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
479 * PROBLEMS: Propose bash as an alternative to buggy Solaris
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
480 /bin/sh.
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
481
1696
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
482 2003-09-20 Steve Youngs <youngs@xemacs.org>
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
483
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
484 * configure: Re-generate after Martin's configure.in patch.
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
485
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
486 2003-09-20 Martin Buchholz <martin@xemacs.org>
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
487
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
488 * configure.in: XEmacs failed to build on Solaris9.
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
489 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
490 therein.
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
491
1692
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
492 2003-09-18 Steve Youngs <youngs@xemacs.org>
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
493
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
494 * configure: Re-generate after Martin's configure.in patch.
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
495
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
496 2003-09-13 Martin Buchholz <martin@xemacs.org>
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
497
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
498 * configure.in (OS_RELEASE): Add support for SunOS 5.10.
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
499 On current OSes produced by Sun, `uname -r' prints "5.9".
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
500 It seems likely that on future OSes, `uname -r' will print "5.10".
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
501 We need to accept multi-digit release numbers.
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
502
1678
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
503 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU>
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
504
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
505 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
506 ability to build shared libraries, but use -bundle_loader in
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
507 ellcc. Properly handle other flags for MacOS X.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
508
1665
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
509 2003-09-03 Steve Youngs <youngs@xemacs.org>
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
510
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
511 * XEmacs 21.5.15 "celery" is released.
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
512
1651
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
513 2003-08-28 Jerry James <james@xemacs.org>
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
514
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
515 * configure.in: Link modules with -lstdc++ if g++ is used.
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
516
1648
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
517 2003-08-28 Steve Youngs <youngs@xemacs.org>
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
518
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
519 * README.packages: Update.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
520
1633
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
521 2003-08-18 Jerry James <james@xemacs.org>
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
522
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
523 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
524 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
525 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
526 * aclocal.m4 (cygwin_warn): Removed.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
527 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
528
1617
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
529 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
530
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
531 * configure.usage (Window System): `lucid' option often means `Motif'.
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
532
1546
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
533 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org>
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
534
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
535 * configure.usage (--cflags-warning): Change underscore to hyphen.
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
536
1510
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
537 2003-06-01 Steve Youngs <youngs@xemacs.org>
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
538
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
539 * XEmacs 21.5.14 "cassava" is released.
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
540
1491
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
541 2003-05-20 Jerry James <james@xemacs.org>
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
542
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
543 * configure.in: Add src to MAKE_SUBDIR early for module builds for
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
544 MacOSX and Windows; thanks to Andrew Begel. Set module makefile
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
545 variables appropriately if --with-modules=no is specified.
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
546
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
547 * configure: Regenerate.
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
548
1473
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
549 2003-05-10 Steve Youngs <youngs@xemacs.org>
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
550
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
551 * XEmacs 21.5.13 "cauliflower" is released.
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
552
1470
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
553 2003-05-10 Steve Youngs <youngs@xemacs.org>
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
554
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
555 * Revert this patch:
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
556 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
557
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
558 * configure.in: Move module detection to after src/ is added to
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
559 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
560 already be built.
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
561 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
562 MacOS X.
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
563 It was stopping certain libs from making their way into the
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
564 Makefiles.
1470
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
565
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
566 * configure: Regenerate.
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
567
1464
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
568 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
569
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
570 * configure.in: Revert Steve Youngs's patch, and set default for
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
571 ESD in the Defaults section. Improve comments.
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
572
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
573 * configure: Regenerate.
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
574
1462
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
575 2003-05-07 Steve Youngs <youngs@xemacs.org>
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
576
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
577 * configure.in: Default ESD sound to off.
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
578
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
579 * configure.usage (--with-sound): Document ESD defaulting to off.
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
580
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
581 * configure: Regenerate.
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
582
1457
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
583 2003-05-05 Steve Youngs <youngs@xemacs.org>
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
584
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
585 * CHANGES.beta: Update.
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
586
1454
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
587 2003-05-04 Steve Youngs <youngs@xemacs.org>
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
588
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
589 * configure: Regenerate.
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
590
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
591 2003-05-04 Martin Buchholz <martin@xemacs.org>
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
592
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
593 * configure.in: Don't look for Motif if it's already present in
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
594 $x_includes and $x_libraries.
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
595
1452
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
596 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
597
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
598 * configure.in: Move module detection to after src/ is added to
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
599 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
600 already be built.
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
601 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
602 MacOS X.
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
603
1442
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
604 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
605
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
606 * configure.in (darwin): Collect random kludges in one place.
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
607 (cygwin): Check for intptr_t in <sys/types.h>.
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
608 (Berkeley db): Handle 4.1 functions decorated with version info.
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
609
1441
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
610 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
611
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
612 * PROBLEMS (Windows): New: auxiliary programs for Windows.
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
613
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
614 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org>
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
615
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
616 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
617 Patch by Martin Buchholz <martin@xemacs.org>.
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
618 <15410.44105.753590.169241@gargle.gargle.HOWL>
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
619
1431
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
620 2003-04-24 Steve Youngs <youngs@xemacs.org>
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
621
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
622 * XEmacs 21.5.12 "carrot" is released.
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
623
1427
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
624 2003-04-24 Steve Youngs <youngs@xemacs.org>
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
625
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
626 * configure.in: Fix for building on openbsd.
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
627 From Gregory Steuck <greg@nest.cx>
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
628
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
629 * configure: Regenerate
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
630
1389
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
631 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
632
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
633 * PROBLEMS: Global substitution of .Xresources for .Xdefaults.
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
634
1384
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
635 2003-03-25 Jerry James <james@eecs.ku.edu>
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
636
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
637 * configure.in: Add Andrew Begel's shared library support for
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
638 MacOS X.
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
639
1375
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
640 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
641
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
642 * INSTALL: Give location of Darwin X11 downloads.
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
643
1349
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
644 2003-02-09 Ville Skyttä <scop@xemacs.org>
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
645
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
646 * configure: Remove pkgdir and all references to it (unused).
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
647 * configure.in: Ditto.
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
648 * Makefile.in.in: Ditto.
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
649
1338
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
650 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org>
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
651
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
652 * INSTALL: Reorganize, synch to configure.usage.
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
653
1332
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
654 2003-03-01 Ben Wing <ben@xemacs.org>
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
655
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
656 * PROBLEMS:
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
657 * PROBLEMS (Note):
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
658 * PROBLEMS (http):
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
659 * PROBLEMS (IMPORTANT):
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
660 Include nt/PROBLEMS and update. Add note about incremental
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
661 linking badness.
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
662
1330
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
663 2003-02-28 Ben Wing <ben@xemacs.org>
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
664
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
665 * Makefile.in.in (mostlyclean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
666 * Makefile.in.in (clean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
667 * Makefile.in.in (top_distclean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
668 * Makefile.in.in (distclean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
669 Move src deletions to src/Makefile.in.in.
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
670
1318
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
671 2003-02-20 Ben Wing <ben@xemacs.org>
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
672
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
673 * PROBLEMS:
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
674 * PROBLEMS (event-stream.c): Removed.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
675 * PROBLEMS (ABSTRACT):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
676 * PROBLEMS (patch.):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
677 * PROBLEMS (Note):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
678 Add comment about Cygwin, unexec and sysmalloc.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
679 Move some non-general stuff out of general.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
680 Make a section for x86.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
681
1318
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
682 * configure.in (AC_INIT_NOTICE):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
683 * configure.in (XE_COMPUTE_RUNPATH):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
684 Add check for broken alloca in funcalls.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
685
1314
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
686 2003-02-19 Ben Wing <ben@xemacs.org>
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
687
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
688 * Makefile.in.in:
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
689 * Makefile.in.in (GENERATED_HEADERS):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
690 * Makefile.in.in (GENERATED_LISP): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
691 * Makefile.in.in (.NO_PARALLEL):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
692 * Makefile.in.in (beta):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
693 * Makefile.in.in (dist):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
694 * Makefile.in.in (batch): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
695 * Makefile.in.in (batch_packages): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
696 * Makefile.in.in (check): New.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
697 * Makefile.in.in (finder): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
698 * Makefile.in.in (check-features): New.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
699 * Makefile.in.in (.PHONY):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
700 * Makefile.in.in (install-only):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
701 * Makefile.in.in (tagslisp):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
702 * Makefile.in.in (info):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
703 Major surgery. Move all stuff related to building anything in the
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
704 src/ directory into src/. Simplify the dependencies -- everything
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
705 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
706 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
707
1307
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
708 2003-02-16 Steve Youngs <youngs@xemacs.org>
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
709
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
710 * XEmacs 21.5.11 "cabbage" is released.
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
711
1303
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
712 2003-02-15 Ben Wing <ben@xemacs.org>
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
713
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
714 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
715 to avoid multiple autoload-loading problem.
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
716 * configure.usage (--error-checking): Document quick-build better.
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
717
1294
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
718 2003-01-28 Martin Buchholz <martin@xemacs.org>
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
719
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
720 * configure.in (opsys): (AIX specific)
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
721 Use opsys=aix4-2 for AIX 5 and all future versions.
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
722
1283
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
723 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
724
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
725 * INSTALL: Recommend Mule, deprecate stripped binaries.
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
726
1259
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
727 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
728
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
729 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
730
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
731 * configure.in: Fix --srcdir processing.
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
732
1245
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
733 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
734
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
735 * PROBLEMS: Collect Motif information in one place.
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
736
1232
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
737 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
738
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
739 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
740 in lisp, lisp/mule, and modules.
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
741
1222
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
742 2003-01-14 Jerry James <james@xemacs.org>
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
743
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
744 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
745 module and --error-checking=all.
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
746
1214
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
747 2003-01-13 Ilya Golubev <golubev@xemacs.org>
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
748
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
749 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
750
1202
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
751 2003-01-12 Mike Sperber <mike@xemacs.org>
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
752
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
753 * configure.in: Check for strupr and strlwr.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
754
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
755 2002-12-16 Ben Wing <ben@xemacs.org>
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
756
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
757 * INSTALL (Rationale):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
758 * configure.in (XE_COMPUTE_RUNPATH):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
759 * configure.usage (Usage):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
760 * configure.usage (--xemacs-compiler):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
761 * configure.usage (--srcdir):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
762 * configure.usage (--with-prefix):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
763 * configure.usage (--bindir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
764 * configure.usage (--datadir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
765 * configure.usage (--statedir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
766 * configure.usage (--libdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
767 * configure.usage (--infodir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
768 * configure.usage (--mandir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
769 * configure.usage (--lispdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
770 * configure.usage (--sitelispdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
771 * configure.usage (--etcdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
772 * configure.usage (--lockdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
773 * configure.usage (--archlibdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
774 * configure.usage (--docdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
775 * configure.usage (--moduledir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
776 * configure.usage (--with-site-lisp): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
777 * configure.usage (--with-site-modules): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
778 * configure.usage (--package-path): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
779 * configure.usage (--infopath): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
780 * configure.usage (--with-xmu):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
781 * configure.usage (--with-tty):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
782 * configure.usage (--with-gif):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
783 * configure.usage (--native-sound-lib):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
784 * configure.usage (--with-xim): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
785 * configure.usage (--with-clash-detection): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
786 * configure.usage (--with-database):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
787 * configure.usage (--mail-locking):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
788 * configure.usage (--with-ipv6-cname): Removed.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
789 * configure.usage (--error-checking):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
790 Redo usage message more logically, fix some problems. In configure,
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
791 when outputting the compilation options, put in a big ugly warning
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
792 about using union-type, since it's been known to trigger so many
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
793 compiler bugs, invariably leading to weird crashes.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
794
1187
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
795 2003-01-04 Steve Youngs <youngs@xemacs.org>
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
796
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
797 * XEmacs 21.5.10 "burdock" is released.
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
798
1157
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
799 2002-07-08 Andy Piper <andy@xemacs.org>
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
800
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
801 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
802 this anything other than zero was misguided.
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
803
1155
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
804 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
805
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
806 * configure.in: Make --pdump default per opsys; move Darwin's
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
807 setting and change Linux's default to yes.
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
808
1123
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
809 2002-11-27 Ben Wing <ben@xemacs.org>
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
810
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
811 * configure.in (CANONICALIZE_PATH):
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
812 * configure.in (TAB):
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
813 Check for GCC version and only use -Wpacked in v3.
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
814
1117
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
815 2002-10-14 Jerry James <james@xemacs.org>
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
816
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
817 * configure.in: Remove LISP_FLOAT_TYPE definition.
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
818
1111
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
819 2002-11-17 Ben Wing <ben@xemacs.org>
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
820
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
821 * aclocal.m4 (cygwin_warn): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
822 Disable shared library modules under Cygwin for the moment,
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
823 since we need some more tricky coding done and I don't have the
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
824 time right now.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
825
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
826 * configure.in:
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
827 * configure.in (need_modules_common): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
828 * configure.in (quoted_arguments):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
829 * configure.in (stack_trace_eye_catcher):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
830 * configure.in (CPP):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
831 * configure.in (CFLAGS): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
832 * configure.in (bitmapdir):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
833 * configure.in (ldap_libs):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
834 * configure.in (postgresql_libs):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
835 * configure.in (all_widgets):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
836 * configure.in (SUBDIR_MAKEFILES):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
837 * configure.in (RECURSIVE_MAKE):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
838 * configure.in (null_string):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
839 * configure.in (Mail):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
840 * configure.usage (--cflags):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
841 * configure.usage (--cflags_warning): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
842
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
843 Make sure we use the compiler in --xemacs-compiler to compile
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
844 the modules, too, or we will get link errors when trying to do
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
845 a C++ build.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
846
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
847 Create a directory modules/common, in which is code common to all
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
848 the module Makefiles and configure.ac's. We create a separate
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
849 directory because we may be building in a separate source tree,
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
850 and need a way of accessing the common code (at least in the case
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
851 of the Makefile). Either we create symlinks for all necessary
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
852 files or one just for the directory -- the latter is more robust.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
853
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
854 Add code to create the symlink for modules/common as necessary.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
855 When creating the modules Makefiles, append the common code.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
856
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
857 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
858 G++ v3.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
859
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
860 Output correct compiler name in messages.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
861
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
862 Separate warning flags from other C flags so that user-specified
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
863 --cflags doesn't disable warnings.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
864
1100
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
865 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
866
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
867 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
868
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
869 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
1098
25f567f6ab2a [xemacs-hg @ 2002-11-11 16:13:28 by stephent]
stephent
parents: 1093
diff changeset
870
25f567f6ab2a [xemacs-hg @ 2002-11-11 16:13:28 by stephent]
stephent
parents: 1093
diff changeset
871 * PROBLEMS: Typo fix.
25f567f6ab2a [xemacs-hg @ 2002-11-11 16:13:28 by stephent]
stephent
parents: 1093
diff changeset
872
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
873 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
874
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
875 * info/dir (File): button1 on a highlighted word doesn't
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
876 follow that cross-reference.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
877
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
878 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
879
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
880 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
881
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
882 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
883
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
884 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
885 in lisp, lisp/mule, and modules.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
886 ChangeLog: Fix my bogus email addresses.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
887
1070
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
888 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
889
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
890 * configure.in (Check for POSIX functions): New section head.
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
891 getaddrinfo is detected on HP-UX 11.XX, but appears to be
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
892 non-functional. Disable it. Based on work by Darryl Okahata.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
893
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
894 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
1058
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1056
diff changeset
895
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1056
diff changeset
896 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1056
diff changeset
897
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
898 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
1056
c2acbc874bf1 [xemacs-hg @ 2002-10-17 14:12:14 by stephent]
stephent
parents: 1045
diff changeset
899
c2acbc874bf1 [xemacs-hg @ 2002-10-17 14:12:14 by stephent]
stephent
parents: 1045
diff changeset
900 * PROBLEMS (Missing charsets): Remove ambiguity.
c2acbc874bf1 [xemacs-hg @ 2002-10-17 14:12:14 by stephent]
stephent
parents: 1045
diff changeset
901
1045
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
902 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
903
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
904 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
905
1042
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
906 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
907
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
908 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
909
1036
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
910 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
911
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
912 * PROBLEMS (MacOS/X): Describe stack limitation.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
913 (Digital Unix): Generalize to all regexp-using applications.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
914 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
915 (PROBLEMS): Point to PROBLEMS file for build notes.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
916 Thanks to Skip Montanaro for the report.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
917
1011
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
918 2002-09-20 Steve Youngs <youngs@xemacs.org>
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
919
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
920 * Makefile.in.in (TAGS tags): Descend into the modules directory
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
921 as well.
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
922
1009
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
923 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
924
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
925 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
926
997
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
927 2002-08-08 Jerry James <james@xemacs.org>
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
928
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
929 * Makefile.in.in (install-arch-dep): Install internal modules and
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
930 the corresponding autoload file.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
931 * configure: Regenerate.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
932 * configure.in: Detect module support early.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
933 Define variables to be substituted in internal Makefiles.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
934 Use ldap_libs instead of LIBS for LDAP libraries.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
935 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
936 Introduce ld_libs_module for seamless module/no-module support.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
937
981
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
938 2002-08-30 Steve Youngs <youngs@xemacs.org>
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
939
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
940 * XEmacs 21.5.9 "brussels sprouts" is released.
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
941
975
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
942 2002-08-16 Steve Youngs <youngs@xemacs.org>
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
943
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
944 * version.sh (xemacs_extra_name): New var to identify XEmacs
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
945 version > release < next release. ie, release+cvs.
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
946
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
947 * configure.in: Test for xemacs_extra_name.
975
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
948
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
949 * configure: Re-generate.
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
950
974
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
951 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org>
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
952
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
953 * configure.usage: Reorder usage message to clarify what widgets
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
954 are supported and what aren't.
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
955
957
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
956 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
957
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
958 * PROBLEMS (General advice): Define runtime and build problems.
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
959
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
960 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
961
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
962 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
963
933
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
964 2002-07-27 Steve Youngs <youngs@xemacs.org>
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
965
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
966 * XEmacs 21.5.8 "broccoli" is released.
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
967
925
c4937d1216b6 [xemacs-hg @ 2002-07-16 08:26:38 by michaels]
michaels
parents: 917
diff changeset
968 2002-07-09 Mike Sperber <mike@xemacs.org>
c4937d1216b6 [xemacs-hg @ 2002-07-16 08:26:38 by michaels]
michaels
parents: 917
diff changeset
969
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
970 * configure.usage:
925
c4937d1216b6 [xemacs-hg @ 2002-07-16 08:26:38 by michaels]
michaels
parents: 917
diff changeset
971 * configure.in: Add --use-kkcc option for new GC algorithms.
c4937d1216b6 [xemacs-hg @ 2002-07-16 08:26:38 by michaels]
michaels
parents: 917
diff changeset
972
917
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
973 2002-06-04 Jerry James <james@xemacs.org>
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
974
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
975 * configure.usage: Identify --with-modules as autodetecting.
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
976
915
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
977 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
978
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
979 * PROBLEMS: Add two basic configuration questions.
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
980
911
428608d46017 [xemacs-hg @ 2002-07-09 11:57:41 by michaels]
michaels
parents: 894
diff changeset
981 2002-07-08 Mike Sperber <mike@xemacs.org>
428608d46017 [xemacs-hg @ 2002-07-09 11:57:41 by michaels]
michaels
parents: 894
diff changeset
982
428608d46017 [xemacs-hg @ 2002-07-09 11:57:41 by michaels]
michaels
parents: 894
diff changeset
983 * configure.in: Test for wchar.h.
428608d46017 [xemacs-hg @ 2002-07-09 11:57:41 by michaels]
michaels
parents: 894
diff changeset
984
894
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
985 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
986
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
987 * XEmacs 21.5.7 "broccoflower" is released.
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
988
892
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
989 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
990
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
991 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
992
864
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
993 2002-05-22 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
994
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
995 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
996 xemacs can be running while we build a dist.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
997
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
998 2002-05-07 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
999
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1000 * configure.in: undo autoconf 2.5x change.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1001
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1002 2002-04-26 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1003
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1004 * configure.in: make sure that a combined X and windows build gets
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1005 widgets.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1006
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1007 2002-04-26 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1008
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1009 * configure.in: update to support autoconf 2.5x from Andreas
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1010 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1011
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1012 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1013
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1014 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1015
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1016 * etc/sample.init.el: Add description of initialization process,
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1017 the custom.el file, and code to load custom.el early instead of
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1018 late.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1019
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1020 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1021
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1022 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1023
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1024 2002-04-25 Mike Fabian <mfabian@suse.de>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1025
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1026 * configure.in: add option moduledir as mentioned in ./configure
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1027 --help
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1028
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1029 2001-04-21 Martin Buchholz <martin@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1030
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1031 * configure.in: Detect MacOS/X "Darwin".
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1032 Thanks to Greg Parker <gparker@cs.stanford.edu>.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1033
864
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1034 2002-03-30 Steve Youngs <youngs@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1035
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1036 * etc/package-index.LATEST.pgp: Update to current reality.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1037
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1038 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1039
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1040 * etc/TUTORIAL.se: New from Mats Lidell.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1041
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1042 2002-01-07 Jan Vroonhof <jan@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1043
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1044 * configure.in: Make explicit "--with-widgets" mean "=yes".
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1045 If "--with-widgets=yes" autodetect athena.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1046
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1047 2001-12-29 Steve Youngs <youngs@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1048
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1049 * etc/package-index.LATEST.pgp: Update.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1050
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1051 2001-12-13 William M. Perry <wmperry@gnu.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1052
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1053 * configure.in (GTK): add -Wno-shadow.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1054
864
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1055 2002-01-23 Jarl Friis <jarl@diku.dk>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1056
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1057 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1058 note on patch etiquette.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1059
853
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1060 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1061
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1062 * configure.in: Don't #define __STDC__ in confdefs.h
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1063
846
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1064 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1065
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1066 * configure.in: Protect nocomboreloc linker arguments to avoid
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1067 problem on the ppc.
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1068
845
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1069 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1070
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1071 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1072 Linux runtime issues section.
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1073 * INSTALL: Improve description of mail locking.
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1074
835
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1075 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1076
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1077 * PROBLEMS (General): Decribe failed AUTH with EFS.
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1078
828
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1079 2002-04-23 Olivier Galibert <galibert@pobox.com>
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1080
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1081 * configure.in: Fix the "error checking" warning.
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1082
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1083 2002-05-05 Ben Wing <ben@xemacs.org>
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1084
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1085 * README.packages: Update info about --package-path.
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1086
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1087 2002-04-14 Ben Wing <ben@xemacs.org>
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1088
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1089 * TODO.ben-mule-21-5:
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1090 * TODO.ben-mule-21-5 (Priority): New.
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1091 Update.
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1092
808
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1093 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1094
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1095 * XEmacs 21.5.6 "bok choi" is released.
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1096
803
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1097 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1098
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1099 * CHANGES-beta: Update for release.
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1100
801
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1101 2002-03-31 Ben Wing <ben@xemacs.org>
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1102
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1103 * Makefile.in.in (all):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1104 * Makefile.in.in (finder):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1105 * Makefile.in.in (Makefile):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1106 * Makefile.in.in (SOURCES):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1107 Try to make the Makefile notice if its source Makefile.in.in is
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1108 changed, and regenerate and run itself.
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1109
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1110 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1111 can't compile under Mule if a Lisp file has changed. (can't run
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1112 temacs)
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1113
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1114 * TODO.ben-mule-21-5 (bugs): update.
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1115
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1116 2002-03-31 Ben Wing <ben@xemacs.org>
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1117
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1118 * TODO.ben-mule-21-5 (bugs): Update.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1119
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1120 * configure.in (USAGE_ERROR):
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1121 * configure.in (CANONICALIZE_PATH):
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1122 * configure.in (XE_COMPUTE_RUNPATH):
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1123 Fix for new error-checking types.
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1124
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1125 2002-03-28 Ben Wing <ben@xemacs.org>
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1126
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1127 * etc/ChangeLog: New file.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1128
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1129 Separated out all entries for etc/ into their own ChangeLog.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1130 Includes entries for the following files:
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1131
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1132 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1133 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1134 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1135 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1136 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1137 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1138 etc/custom/example-themes/europe-theme.el,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1139 etc/custom/example-themes/ex-custom-file,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1140 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1141 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1142 etc/gnuserv.README, etc/package-index.LATEST.gpg,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1143 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1144 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1145 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1146 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1147 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1148 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1149 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1150 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1151 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1152 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1153
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1154 2002-03-24 Ben Wing <ben@xemacs.org>
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1155
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1156 * TODO.ben-mule-21-5 (bugs):
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1157 * TODO.ben-mule-21-5 (Signaling): New.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1158 Add stuff from Frank Schmitt.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1159
788
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1160 2002-03-20 Ben Wing <ben@xemacs.org>
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1161
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1162 * TODO.ben-mule-21-5:
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1163 * TODO.ben-mule-21-5 (bugs):
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1164 Create bug list for latest problems.
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1165
781
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1166 2002-03-18 Ben Wing <ben@xemacs.org>
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1167
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1168 * README (http):
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1169 Include a long, long description of the suggested directory layout
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1170 for developing XEmacs. This should probably go as part of a
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1171 larger document, a "Getting Started with Developing XEmacs". ####
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1172 Does such a document exist?
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1173
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1174 2002-03-18 Ben Wing <ben@xemacs.org>
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1175
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1176 * Some ChangeLog entries from stuff that got applied long ago
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1177 never got checked in, due to the nasty SCCS "oops, i forgot again
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1178 ..." bug.
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1179
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1180 2001-05-04 Ben Wing <ben@xemacs.org>
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1181
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1182 * PROBLEMS:
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1183 * PROBLEMS (Note):
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1184 Correct general info about init file.
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1185 Fix up Cygwin, Windows sections.
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1186
777
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1187 2002-03-15 Ben Wing <ben@xemacs.org>
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1188
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1189 * configure.in (XE_COMPUTE_RUNPATH):
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1190 check for sys/times.h.
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1191
776
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1192 2002-03-15 Ben Wing <ben@xemacs.org>
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1193
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1194 * Makefile.in.in (batch):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1195 * Makefile.in.in (batch_packages):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1196 * Makefile.in.in (finder):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1197 * Makefile.in.in (check-features):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1198 * Makefile.in.in (install):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1199 Use -no-packages to avoid problems with package files shadowing
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1200 core files (e.g. unicode.el in mule-ucs).
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1201
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 771
diff changeset
1202 2002-03-12 Ben Wing <ben@xemacs.org>
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 771
diff changeset
1203
776
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1204 * The Great Mule Merge: See CHANGES-ben-mule.
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 771
diff changeset
1205
768
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1206 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1207
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1208 * XEmacs 21.5.5 "beets" is released.
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1209
762
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1210 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1211
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1212 * CHANGES-beta: Prune pre-21.5 information.
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1213
726
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1214 2002-01-07 Jan Vroonhof <jan@xemacs.org>
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1215
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1216 * configure.in: Make explicit "--with-widgets" mean "=yes".
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1217 If "--with-widgets=yes" autodetect athena.
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1218
725
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1219 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1220
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1221 * XEmacs 21.5.4 "bamboo" is released.
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1222
724
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1223 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1224
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1225 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1226
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1227 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1228
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1229 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1230
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1231 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1232
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1233 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1234
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1235 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1236
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1237 * configure.in (option processing): with_widgets=m is ambiguous;
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1238 don't allow it.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1239 (AC_CHECKING for the Athena widgets): Don't check for Athena when
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1240 with_widgets=no.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1241
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1242 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1243
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1244 * configure.usage: Various documentation improvements.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1245
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1246 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1247 * configure.usage:
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1248 * PROBLEMS (IPv6 CNAME lookup):
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1249 Document it.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1250
721
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1251 2002-01-02 Adrian Aichner <adrian@xemacs.org>
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1252
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1253 * info/dir (File): Reword entry for Emodules according to
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1254 ../man/emodules.texi.
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1255
705
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1256 2001-12-18 Adrian Aichner <adrian@xemacs.org>
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1257
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1258 * info\.cvsignore: Correct pattern to match all info files.
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1259
701
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1260 2001-12-16 Adrian Aichner <adrian@xemacs.org>
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1261
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1262 * info\.cvsignore: Info files are generated, so let's ignore them
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1263 all.
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1264
699
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1265 2001-12-15 Adrian Aichner <adrian@xemacs.org>
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1266
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1267 * info\dir (File): Update version to 21.5.
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1268
668
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1269 2001-08-29 Jered Floyd <jered@MIT.EDU>
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1270
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1271 * configure.in (moduledir,sitemoduledir,archlibdir):
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1272 Place arch-specific files under ${libdir}, not under ${datadir}.
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1273
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1274 2001-09-25 Didier Verna <didier@xemacs.org>
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1275
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1276 * configure.ac: new. Autoconf 2.5x guard.
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1277
708
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1278 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1279
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1280 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1281
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1282 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1283
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1284 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1285 instead of -z combreloc, to avoid confusing Solaris.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1286
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1287 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1288
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1289 * configure.usage: Makefile.in -> Makefile.in.in.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1290
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1291 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1292
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1293 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1294 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1295
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1296 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1297
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1298 * configure.in: Fix typos in comments.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1299 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1300 * (Installation): Suggest pdump instead of -z nocomboreloc.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1301 * configure.usage: Document --quick-build.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1302
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1303 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1304
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1305 * configure.in: Typo in reference to with_ipv6_cname.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1306
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1307 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1308
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1309 * configure.in: Initialize with_ipv6_cname=no.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1310 * configure.usage: Document it.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1311
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1312 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1313
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1314 * configure.in: Document that autoconf 2.5x is unsupported.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1315
664
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1316 2001-09-17 Ben Wing <ben@xemacs.org>
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1317
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1318 * configure.in (TAB):
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1319 * configure.in (XE_COMPUTE_RUNPATH):
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1320 Don't use -Wshadow when compiling with g++ or you get buried in
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1321 silly warnings. This patch was already applied but somehow got
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1322 unapplied. Stephen?
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1323
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1324 2001-06-24 Ben Wing <ben@xemacs.org>
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1325
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1326 * configure.in (TAB): Don't use -Wshadow when compiling with
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1327 g++ or you get buried in silly warnings.
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1328 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1329 compiling --with-msw, --with-x=no, --with-tty=no.
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1330
654
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
1331 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
1332
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
1333 * XEmacs 21.5.3 "asparagus" is released.
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
1334
642
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1335 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1336
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1337 * configure.usage (--with-dialogs): added lucid to list of options
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1338 * configure.usage (--with-widgets): added lucid to list of options
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1339 * configure.usage (--with-dragndrop): added GTK to list of protocols
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1340 * configure.usage (--mail-locking): added `locking' or `mmdf' to
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1341 list of options syncing options documentation with those in
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1342 configure.in
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
1343
641
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
1344 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
1345
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
1346 * XEmacs 21.5.2 "artichoke" is released.
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
1347
623
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
1348 2001-06-21 Ben Wing <ben@xemacs.org>
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
1349
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
1350 * README:
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
1351 * README (http):
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
1352 * README (ftp):
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
1353 Rewrite.
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
1354
598
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
1355 2001-05-29 Martin Buchholz <martin@xemacs.org>
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
1356
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
1357 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
1358 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
1359 properly integrated into the build system.
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
1360 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
1361
594
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1362 2001-05-30 Ben Wing <ben@xemacs.org>
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1363
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1364 * configure.in (AC_INIT_PARSE_ARGS):
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1365 * configure.in (USAGE_ERROR):
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1366 * configure.in (XE_COMPUTE_RUNPATH):
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1367 Fix problems detecting both native and Linux sound on Cygwin
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1368 when compiled with --with-msw=no.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1369
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1370 Rearrange file-coding handling a bit to avoid warning when
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1371 compiling with Mule.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1372
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1373 2001-05-28 Martin Buchholz <martin@xemacs.org>
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1374
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1375 * configure.in (--xemacs-compiler): New.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1376 * configure.usage:
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1377 * INSTALL:
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1378 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1379 Explain how to build xemacs using a C++ compiler.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
1380
585
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
1381 2001-05-29 Martin Buchholz <martin@xemacs.org>
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
1382
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
1383 * configure.in: Remove stray backslash.
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
1384
582
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
1385 2001-05-26 Ben Wing <ben@xemacs.org>
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
1386
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
1387 * configure.in (XE_COMPUTE_RUNPATH):
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
1388 rewrite warning output so that it doesn't happen by default --
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
1389 you should only get warnings when something is actively wrong,
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
1390 not just because a feature is not present.
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
1391
567
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
1392 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
1393
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
1394 * configure.in: See if mkstemp is available for movemail.c
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
1395
559
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1396 2001-05-23 Ben Wing <ben@xemacs.org>
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1397
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1398 * configure.in (AC_INIT_PARSE_ARGS):
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1399 * configure.in (TAB):
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1400 * configure.in (XE_COMPUTE_RUNPATH):
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1401 add some support for eventually turning on file coding by
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1402 default. Fix numerous places where AC_MSG_WARN had quotes
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1403 around its arg, which is bad. Replace with []. Same for
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1404 AC_MSG_ERROR.
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1405
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1406 2001-05-15 Steve Youngs <youngs@xemacs.org>
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1407 * configure.in:
557
f486da5f1a3b [xemacs-hg @ 2001-05-22 06:49:12 by martinb]
martinb
parents: 554
diff changeset
1408 If no native dumper (UNEXEC) is defined, simply use pdump.
f486da5f1a3b [xemacs-hg @ 2001-05-22 06:49:12 by martinb]
martinb
parents: 554
diff changeset
1409 If no SYSTEM_TYPE is defined, choose an appopriate default.
f486da5f1a3b [xemacs-hg @ 2001-05-22 06:49:12 by martinb]
martinb
parents: 554
diff changeset
1410
554
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
1411 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
1412
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
1413 * configure.in: Reverse the order of Windows and Linux sound tests
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
1414 so that Cygwin will find Windows first.
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
1415
559
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1416 2001-05-14 Martin Buchholz <martin@xemacs.org>
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1417
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
1418 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
541
02261edd09de [xemacs-hg @ 2001-05-15 06:58:27 by youngs]
youngs
parents: 537
diff changeset
1419
535
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
1420 2001-05-11 Martin Buchholz <martin@xemacs.org>
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
1421
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1422 * configure.in:
535
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
1423 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
1424
532
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
1425 2001-05-10 Ben Wing <ben@xemacs.org>
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
1426
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
1427 * Makefile.in.in (all):
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
1428 * Makefile.in.in (configure):
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
1429 * Makefile.in.in (finder):
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
1430 remove autoload targets.
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
1431
527
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
1432 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
1433
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
1434 * configure.in: Check gtk version validity only when gtk-config
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
1435 exists.
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
1436
522
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 515
diff changeset
1437 2001-05-09 Martin Buchholz <martin@xemacs.org>
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 515
diff changeset
1438
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 515
diff changeset
1439 * XEmacs 21.5.1 "anise" is released.
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 515
diff changeset
1440
505
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
1441 2001-05-04 Martin Buchholz <martin@xemacs.org>
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
1442
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1443 * configure.in (opsys):
505
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
1444 Use lower-case `uname -s` as the default value for opsys.
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
1445 The previous code effectively did the non-sensical
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
1446 opsys=$canonical because [] magically disappear in configure.in.
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
1447
472
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
1448 2001-04-18 Martin Buchholz <martin@xemacs.org>
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
1449
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
1450 * XEmacs 21.5.0 "alfalfa" is released.
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
1451
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1452 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1453
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1454 * configure.in: Don't #define __STDC__ in confdefs.h
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1455
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1456 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1457
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1458 * configure.usage: Document --with-file-coding.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1459
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1460 * configure.in:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1461 * configure:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1462 Fix typo, add -Wsign-compare if GCC, run autoconf.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1463
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1464 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1465
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1466 * PROBLEMS (Problems with running XEmacs):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1467 Document TMPDIR lossage in gnuserv/gnuclient.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1468
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1469 2001-03-21 Martin Buchholz <martin@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1470
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1471 * XEmacs 21.2.46 "Urania" is released.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1472
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1473 2001-03-19 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1474
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1475 * configure.in: default rel-alloc to off under cygwin
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1476
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1477 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1478
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1479 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1480
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1481 * CHANGES-beta:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1482 * configure.in:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1483 Fix gratuitous whitespace changes from GTK merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1484
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1485 * configure.usage: Untabify --with-{gtk,gnome}.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1486
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1487 2001-03-12 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1488
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1489 * configure.in: only pick up mingw directory.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1490
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1491 2001-03-02 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1492
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1493 * info\dir: Update to 21.4; clean up descriptions of manuals;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1494 replace misnomer "Local Packages" with more correct "Other
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1495 Documentation".
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1496
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1497 2001-03-09 William M. Perry <wmperry@aventail.com>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1498
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1499 * CHANGES-beta:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1500 * configure.in:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1501 * configure.usage:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1502 The Great GTK Merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1503
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1504 2001-02-23 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1505
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1506 * configure.usage (--with-netinstall): add docs.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1507
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1508 * configure.in: with_netinstall is a new option. Default to off.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
1509
460
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1510 2001-02-23 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1511
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1512 * XEmacs 21.2.45 "Thelxepeia" is released.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1513
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1514 2001-02-13 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1515
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1516 * aclocal.m4: Fix module support for AIX cc.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1517 Support possible future OSes irix7, aix5, osf[56].
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1518
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1519 2001-02-12 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1520
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1521 * configure.in: No need for NON_GNU_CPP on SCO.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1522
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1523 2001-02-09 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1524
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1525 * configure.in: Prefer utime to utimes - it's more standard.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1526 Remove explicit checking for struct utimbuf.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1527 Remove explicit checking for <utime.h>.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1528 Combined into one simpler test for utime.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1529 Add explicit check for utimes, if utime not found.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
1530
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1531 2001-02-08 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1532
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1533 * XEmacs 21.2.44 "Thalia" is released.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1534
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1535 2001-01-16 Mike Sperber <mike@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1536
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1537 * configure.in: Remove bogus path variable definitions.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1538 Reflect the fact that specifying --datadir also affects docdir and
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1539 archlibdir.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1540
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1541 2001-02-06 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1542
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1543 * configure.in: Only use -Wpointer-arith on non-glibc systems.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1544
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1545 2001-02-02 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1546
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1547 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1548 for the sake of gcc 2.97 fixincludes, which breaks it.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1549
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1550 2001-01-27 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1551
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1552 * configure.in: Check for util.h for NetBSD's openpty.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1553
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1554 2001-01-28 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1555
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1556 * config.sub: Upgrade to offical version 2001-01-12.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1557 * config.guess: Upgrade to offical version 2001-01-17.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1558
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1559 2001-01-26 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1560
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1561 * XEmacs 21.2.43 "Terspichore" is released.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1562
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1563 2001-01-21 Steve Youngs <youngs@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1564
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1565 * README.packages: Doc fix.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1566
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1567 2001-01-17 Steve Youngs <youngs@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1568
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1569 * README.packages: Update.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1570
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1571 2001-01-20 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1572
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1573 * XEmacs 21.2.42 "Poseidon" is released.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1574
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1575 2001-01-18 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1576
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1577 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1578
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1579 2001-01-17 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1580
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1581 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1582 --with-ld=/usr/ccs/bin/ld
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1583
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1584 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1585
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1586 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1587 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1588
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1589 2001-01-16 Didier Verna <didier@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1590
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1591 * NEWS: document the modeline horizontal scrolling feature.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1592
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1593 2001-01-17 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1594
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1595 * XEmacs 21.2.41 "Polyhymnia" is released.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1596
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1597 2001-01-16 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1598
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1599 * PROBLEMS: Document MIPSpro ICE problem workaround.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1600
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1601 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1602
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1603 * configure.in: check for dlopen by linking program with
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1604 <dlfcn.h>.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1605
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1606 2001-01-08 Andy Piper <andy@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1607
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1608 * configure.in: add extra_includes and populate appropriately for
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1609 cygwin and mingw.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1610
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1611 2000-12-28 Andy Piper <andy@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1612
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1613 * configure.in: allow --with-widgets=msw
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1614
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1615 2001-01-08 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1616
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1617 * XEmacs 21.2.40 is released.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1618
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1619 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1620
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1621 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1622
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1623 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1624
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1625 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1626 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1627
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1628 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1629
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1630 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1631 of input-method-xfs.o.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1632
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1633 * configure: ditto
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1634
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1635 2000-12-31 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1636
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1637 * XEmacs 21.2.39 is released.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1638
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1639 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1640
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1641 * configure.in: Added check if the berkdb has db_create or not.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1642
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1643 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1644
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1645 * configure.in: Fix broken gcc detection for 2.7.2.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1646
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1647 2000-12-11 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1648
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1649 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1650
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1651 * netinstall: new net installer for MS-Windows.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1652
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1653 2000-12-05 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1654
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1655 * XEmacs 21.2.38 is released.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1656
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1657 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1658
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1659 * configure.in: Only show message about DnD API if compiling with DnD
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1660
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1661 2000-11-09 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1662
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1663 * configure.in: Autodetect elf.h.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1664
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1665 2000-11-14 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1666
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1667 * XEmacs 21.2.37 is released.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1668
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1669 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1670
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1671 * README.packages: Add "uninstalled package" FAQ.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1672
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1673 2000-11-01 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1674
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1675 * configure.in: Handle alloca with Compaq C on Alpha Linux.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1676
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1677 2000-10-27 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1678
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1679 * configure.in: Oops, _getpt ==> _getpty
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1680
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1681 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1682
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1683 * Makefile.in.in: Remove lockdir related things.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1684
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1685 2000-10-11 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1686
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1687 * configure.in:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1688 Remove checking for XFree86. Use feature tests instead!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1689 Add check for XRegisterIMInstantiateCallback.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1690 Add check for XRegisterIMInstantiateCallback's prototype.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1691
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1692 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1693
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1694 * configure.in: Typo - missing paren.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1695
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1696 2000-10-10 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1697
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1698 * configure.in:
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1699 Use stropts.h, not sys/stropts.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1700 Use strtio.h, not sys/strtio.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1701
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1702 2000-10-06 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1703
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1704 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1705
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1706 2000-10-04 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1707
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1708 * XEmacs 21.2.36 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1709
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1710 2000-09-27 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1711
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1712 * configure.in: Big signal/process handling overhaul.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1713 Autoconfiscate lots of functions and headers:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1714 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1715 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1716
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1717 2000-09-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1718
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1719 * *: Spelling mega-patch
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1720
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1721 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1722
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1723 * configure.in: Remove strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1724
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1725 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1726
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1727 * configure.in: Add -Kalloca to $c_switch_system when using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1728 Unixware native compiler (if necessary).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1729
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1730 2000-09-15 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1731
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1732 * configure.in: Prevent spurious "No" in configure output when not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1733 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1734
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1735 2000-09-14 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1736
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1737 * configure.in: Save 2 sed process invocations per Makefile.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1738
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1739 2000-08-22 SL Baur <steve@turbolinux.co.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1740
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1741 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1742 to link path if compiling on Alpha/Linux.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1743
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1744 2000-09-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1745
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1746 * Makefile.in.in (depend): cd to the correct directory.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1747
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1748 2000-08-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1749
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1750 * configure.in: with_widgets is incompatible with X11 R4.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1751
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1752 * configure.in: Make Balloon Help conditional on finding shape.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1753
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1754 2000-08-09 Vin Shelton <acs@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1755
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1756 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1757 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1758
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1759 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1760
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1761 * configure.usage: Remove lockdir document.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1762
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1763 2000-07-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1764
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1765 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1766 Make knowledge of machine and opsys optional.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1767 Make existence of s&m files optional.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1768 Rely on configure alone if s&m files not found.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1769
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1770 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1771 Use only configure-time tests to detect getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1772 Don't check for kstat.h if we have getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1773 Check for sys/loadavg.h if we have getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1774
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1775 2000-07-15 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1776
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1777 * Makefile.in.in (configure):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1778 all-elcs target now uses update-elc-2.el not update-elc.sh
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1779
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1780 2000-07-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1781
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1782 * XEmacs 21.2.35 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1783
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1784 2000-07-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1785
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1786 * configure.in: --with-menubars=yes should not be an error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1787
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1788 * configure.in: "compiling in support for Athena" message was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1789 sometimes lying.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1790
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1791 2000-07-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1792
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1793 * configure.in: Rewrite xmkmf symbol detection to avoid
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1794 redefinition of symbols we've already defined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1795 Also, handle xmkmf symbols with values other than 1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1796
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1797 2000-07-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1798
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1799 * configure.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1800 Make sure Unix98 socklen_t is defined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1801 Use ANSI C mode `-std1' with DEC C instead of `-std'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1802
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1803 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1804
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1805 * configure.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1806 Replace SMART_INCLUDE with a dumber, but more reliable method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1807 2000-07-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1808
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1809 * modules/zlib/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1810 * modules/sample/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1811 * modules/ldap/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1812 * modules/base64/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1813 * Makefile.in.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1814 rm -f ==> $(RM)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1815 define SHELL=/bin/sh
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1816
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1817 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1818
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1819 * configure.in: PostgreSQL rewrite.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1820 - Don't look for postgreSQL in /usr/local.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1821 - Simplify detection code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1822 - Don't use SMART_INCLUDE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1823 - Don't autodetect if --with-postgresql=no.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1824
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1825 2000-07-08 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1826
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1827 * configure.usage: addl doc for graphics libs, with-msw.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1828
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1829 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1830
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1831 * configure.in: sh builtin `test' uses `=', not `=='.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1832
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1833 2000-07-08 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1834
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1835 * configure.in: add -lcomdlg32 for cygwin.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1836
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1837 2000-07-05 Craig Lanning <lanning@scra.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1838
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1839 * aclocal.m4 (can_build_shared):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1840 First pass at module support for cygwin and mingw.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1841
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1842 * configure:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1843 * configure (xe_check_libs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1844 * configure (acfindx):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1845 * configure (ac_x_includes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1846 * configure (ac_x_libraries):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1847 * configure (ac_cv_lib_dnet_dnet_ntoa):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1848 * configure (xe_msg_checking):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1849 * configure (xe_runpath_dir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1850 * configure (xetest):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1851 * configure (ac_err):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1852 * configure (ac_safe):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1853 * configure (with_xmu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1854 * configure (bitmapdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1855 * configure (with_xauth):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1856 * configure (libs_xauth):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1857 * configure (with_cde):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1858 * configure (with_ldap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1859 * configure (with_ldap_krbdes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1860 * configure (save_c_switch_site):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1861 * configure (with_postgresql):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1862 * configure (with_xface):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1863 * configure (with_jpeg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1864 * configure (with_png):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1865 * configure (with_tiff):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1866 * configure (athena_lib):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1867 * configure (have_motif):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1868 * configure (all_widgets):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1869 * configure (with_xim):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1870 * configure (with_xfs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1871 * configure (with_wnn):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1872 * configure (with_canna):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1873 * configure (extra_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1874 * configure (ac_cv_c_inline):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1875 * configure (have_esd_config):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1876 * configure (c_switch_site):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1877 * configure (with_ncurses):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1878 * configure (with_gpm):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1879 * configure (xealias):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1880 * configure (xehost_os):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1881 * configure (can_build_shared):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1882 * configure (xcldf):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1883 * configure (LTLD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1884 * configure (ld_dynamic_link_flags):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1885 * configure (Mail):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1886 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1887 * configure.in (after_morecore_hook_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1888 * configure.in (xetest):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1889 * configure.in (emacs_cv_localtime_cache):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1890 * configure.in (Mail):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1891 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1892 Clean up configure support for cygwin and mingw.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1893
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1894 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1895
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1896 * PROBLEMS: Document broken native audio for recent patches and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1897 releases of HP-UX.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1898
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1899 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1900
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1901 * Makefile.in.in (install-arch-dep):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1902 WINDOWSNT -> WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1903 __CYGWIN32__ -> CYGWIN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1904
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1905 2000-06-01 Andreas Jaeger <aj@suse.de>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1906
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1907 * configure.in: Recognize s390.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1908
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1909 * config.guess: New version from GNU config archive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1910 * config.sub: Likewise.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1911
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1912 2000-05-28 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1913
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1914 * XEmacs 21.2.34 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1915
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1916 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1917
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1918 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1919 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1920 Remove unused variable use_minimal_tagbits.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1921
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1922 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1923
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1924 * configure.in: Remove lockdir.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1925
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1926 2000-05-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1927
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1928 * XEmacs 21.2.33 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1929
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1930 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1931
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1932 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1933 the value of LD.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1934
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1935 2000-04-26 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1936
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1937 * configure.in: add support for --quick-build. Remove --no-doc-file,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1938 subsumed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1939
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1940 2000-04-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1941
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1942 * configure.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1943 * src/config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1944 Rewrite SMART_INCLUDE implementation to actually work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1945 Be paranoid - Avoid use of spaces in these macro definitions.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1946 Leave alloca() definition at start of compilation unit,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1947 as AIX requests.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1948 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1949
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1950 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1951
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1952 * configure.in: Enable clash-detection by default.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1953 * configure.usage: Update documentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1954
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1955 2000-04-06 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1956
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1957 * configure.in: fix typo.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1958
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1959 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1960
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1961 * configure.in : Fix printing error check warning even if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1962 it is not compiled in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1963
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1964 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1965
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1966 * xemacs/configure.in: Do a normal link when compiling with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1967 --pdump. Don't try compiling an unexec object file.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1968
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1969 2000-03-27 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1970
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1971 * configure.in: reorganize the output by topic.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1972 New configure test to define the proper SMART_INCLUDE macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1973
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1974 * configure.usage: slightly rearanged some options.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1975
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1976 2000-03-25 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1977
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1978 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1979 representing real headers and not directories. This applies to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1980 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1981 `soundcard_h_path'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1982
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1983 2000-03-21 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1984
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1985 * configure.in: try to find postgresql headers at different places
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1986 and define POSTGRES_H_PATH as appropriate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1987
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1988 2000-03-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1989
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1990 * config.h.in: add ERROR_CHECK_GLYPHS.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1991
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1992 * configure.in: add error_check_glyphs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1993
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1994 2000-03-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1995
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1996 * XEmacs 21.2.32 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1997
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1998 2000-03-15 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1999
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2000 * configure.in: Add dumper.o object when pdumping.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2001
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2002 2000-02-20 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2003
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2004 * Makefile.in.in: Add pdump install support
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2005
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2006 * configure.in: Add EMACS_PROGNAME config.h variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2007
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2008 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2009
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2010 * configure.usage: document --with-postgresql flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2011
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2012 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2013
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2014 * configure.in: add autodetection of PostgreSQL runtime libraries
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2015
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2016 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2017
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2018 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2019 when C compiler can produce shared libraries.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2020
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2021 2000-02-26 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2022
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2023 * configure.in: Unconditionally define SHELL, to allow working
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2024 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2025
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2026 2000-02-23 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2027
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2028 * XEmacs 21.2.31 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2029
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2030 2000-02-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2031
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2032 * XEmacs 21.2.30 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2033
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2034 2000-02-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2035
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2036 * configure.in: Enforce use of autoconf version >= 2.13.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2037
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2038 * configure.in: Fix OS release test on Solaris.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2039
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2040 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2041
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2042 * PROBLEMS: Update email address. Describe more HP Motif errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2043
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2044 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2045
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2046 * configure.in: Split Solaris version test in two parts. In the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2047 Bourne shell the "-a" operator does NOT short-circuit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2048
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2049 1999-12-15 Jan Vroonhof <jan@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2050
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2051 * (configure.in): Autodetect broken gcc versions. Patch from WM
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2052 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2053
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2054 2000-02-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2055
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2056 * configure.in: Autodetect sys/param.h. Reorganize
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2057 AC_CHECK_HEADERS call.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2058 * src/config.h.in: Add HAVE_SYS_PARAM_H.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2059
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2060 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2061
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2062 * configure.in: Test for arm simply using arm* instead of arm-*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2063
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2064 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2065
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2066 * XEmacs 21.2.29 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2067
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2068 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2069
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2070 * configure.in: Don't use rel_alloc if malloc() calls mmap().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2071 Discover this by looking for M_MMAP_THRESHOLD.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2072
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2073 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2074 bugs in (at least) Solaris 2.5 headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2075
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2076 2000-01-29 Craig Lanning <CraigL@DyCon.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2077
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2078 * configure.in: Fix detection of XPM on systems without X11.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2079
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2080 2000-02-11 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2081
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2082 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2083 * src/config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2084 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2085 but only on tested Operating systems - Linux && SunOS >= 5.5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2086
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2087 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2088
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2089 * aclocal.m4: Support dlls on aix[34].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2090
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2091 2000-02-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2092
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2093 * .cvsignore: Ignore gmon.out
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2094
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2095 2000-02-08 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2096
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2097 * configure.in: Sync Berkeley db autodetection with src/database.c
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2098
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2099 2000-02-07 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2100
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2101 * configure.in: check for XConvertCase.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2102
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2103 2000-02-07 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2104
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2105 * XEmacs 21.2.28 is released.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2106
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2107 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2108
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2109 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2110
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2111 2000-01-26 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2112
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2113 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2114
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2115 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2116
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2117 * configure.in: Always use our own realpath(), not the system one.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2118
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2119 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2120
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2121 * configure.in: Default Drag-N-Drop to "no"
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2122
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2123 1999-12-28 Max Matveev <max@melbourne.sgi.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2124
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2125 * configure.in: add new machine type for IRIX 6.[2-5] to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2126 switch from using unexelf.o to unexelfsgi.o for just those
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2127 versions of IRIX.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2128 In the ideal world it would be handled by the s/irix6-0.h but
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2129 since machine config is included AFTER OS config, I had to add a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2130 new machine type.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2131
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2132 2000-01-22 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2133
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2134 * configure.in: add winspool to windows libraries.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2135
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2136 2000-01-22 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2137
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2138 * configure.in: Add more warnings to default gcc flags.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2139
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2140 2000-01-20 Daniel Pittman <daniel@danann.net>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2141
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2142 * configure.in: Find Athena headers hidden in even more obscure
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2143 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2144
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2145 2000-01-19 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2146
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2147 * configure.in: Add support for NetWinders.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2148 Patch by Sean MacLennan <seanm@netwinder.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2149
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2150 2000-01-18 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2151
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2152 * configure.in: Use /etc/ld.so.conf at link-time, if available.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2153
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2154 2000-01-18 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2155
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2156 * XEmacs 21.2.27 is released.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2157
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2158 2000-01-14 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2159
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2160 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2161
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2162 * configure.in: Add `tests' symlink to make it easier to find
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2163 automated tests directory.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2164
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2165 2000-01-14 Andy Piper <andy@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2166
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2167 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2168 before the cygwin headers.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2169
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2170 2000-01-08 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2171
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2172 * configure.in:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2173 - Allow find-tag to work in the build directory.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2174 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2175 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2176
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2177 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2178
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2179 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2180 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2181
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2182 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2183
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2184 * configure.usage (--mail-locking):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2185 * configure.in: Handle --mail-locking option correctly in
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2186 preparation for the movemail locking overhaul.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2187
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2188 2000-01-05 Daniel Pittman <daniel@danann.net>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2189
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2190 * configure.in (Installation): Report which Athena header/library
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2191 combo is being used.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2192
436
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
2193 1999-12-31 Martin Buchholz <martin@xemacs.org>
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
2194
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
2195 * XEmacs 21.2.26 is released.
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
2196
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2197 1999-12-24 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2198
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2199 * XEmacs 21.2.25 is released.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2200
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2201 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2202
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2203 * README: Remove msdos part.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2204
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2205 1999-12-17 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2206
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2207 * configure.in: Oops. xpm doesn't actually depend on X11.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2208 I got confused by the name (like others get confused by `xemacs'?)
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2209
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2210 1999-12-14 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2211
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2212 * XEmacs 21.2.24 is released.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2213
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2214 1999-12-13 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2215
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2216 * configure.in:
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2217 * configure.usage:
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2218 - Autodetect NAS. Change Docs accordingly.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2219
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2220 * configure.in: Warn if configure --with-xpm --without-x11.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2221
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2222 1999-12-09 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2223
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2224 * configure.in: Clean up sound support.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2225 - variable `old_nas' was used but never set.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2226 - change `with_esd' to `with_esd_sound' for consistency.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2227 - Don't trust the output of `esd-config --libs`; test it.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2228 - Add `esd-config --cflags` to c_switch_site.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2229 - Die if ESD sound requested, but not available.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2230 - ESD is not dependent on X, therefore use LIBS, not libs_x.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2231
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2232 1999-12-07 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2233
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2234 * configure.in (--with-sound): Variable with_esd was mispelled.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2235
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2236 1999-12-07 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2237
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2238 * XEmacs 21.2.23 is released.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2239
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2240 1999-11-30 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2241
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2242 * configure.in: Fix module support.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2243 --with-modules=yes was completely broken.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2244 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2245 Remove linking test for _dlopen - seems totally bogus.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2246 Die if --with-modules=yes but no module support found.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2247 Do nothing, not even msg, if --with-modules=no.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2248
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2249 1999-11-17 Isaac Hollander <ysh@mindspring.com>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2250
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2251 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2252 symlinks instead of the actual files
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2253
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2254 1999-11-30 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2255
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2256 * aclocal.m4: Shared library support for hpux >= version 11
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2257
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2258 1999-11-29 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2259
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2260 * Makefile.in.in (beta): `make beta' should rebuild info.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2261
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents: 426
diff changeset
2262 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents: 426
diff changeset
2263
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents: 426
diff changeset
2264 * XEmacs 21.2.22 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents: 426
diff changeset
2265
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2266 1999-11-28 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2267
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2268 * XEmacs 21.2.21 is released.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2269
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2270 1999-11-26 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2271
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2272 * configure.in:
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2273 Add configure support for Unix 98 type ssize_t.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2274
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2275 1999-11-27 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2276
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2277 * Makefile.in.in:
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2278 Make sure config.values.sh is up to date.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2279 Use $(SHELL) instead of sh or /bin/sh consistently.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2280 Delegate `depend' target to src/Makefile.in.in.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2281
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2282 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2283
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2284 * INSTALL: Update configure option.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2285
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2286 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2287
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2288 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2289 (LIBS): Check for libCsup.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2290
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2291 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2292
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2293 * config.h.in: define HAVE_ESD_SOUND
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2294
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2295 * configure.in: Add support for esd sound. --with-sound
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2296 now accepts a list of options.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2297 * configure.usage (--native-sound-lib): ditto.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2298
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2299 1999-11-17 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2300
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2301 * Makefile.in.in (install-arch-dep):
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2302 Fix `make install' if prefix != exec_prefix.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2303
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2304 1999-11-15 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2305
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2306 * configure.in:
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2307 - Accept --with-database=gdbm as an alias for
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2308 --with-database=gnudbm.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2309 - rename with_database_gnudbm to with_database_gdbm.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2310
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2311 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2312 ld_dynamic_link_flags on Solaris. Else CC gives us:
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2313 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2314 /usr/ccs/bin/ld: illegal option -- W
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2315
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2316
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2317 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2318
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2319 * XEmacs 21.2.20 is released
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2320
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2321 1999-09-21 Martin Buchholz <martin@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2322 * configure.in: Autodetect Unix98 PTY
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2323
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2324 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2325
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2326 * README.packages: Add description of package-get-provider
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2327
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2328 1999-10-22 Vin Shelton <acs@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2329
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2330 * INSTALL: Added more information about README.packages, and
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2331 re-numbered some bullets.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2332
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2333 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2334
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2335 * INSTALL: Update disk requirements. Refer to README.packages
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2336
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2337 1999-10-21 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2338
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2339 * configure.in (all_widgets): Only use xaw3d if we really have it.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2340
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2341 1999-10-06 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2342
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2343 * Makefile.in.in: use WINDOWSNT for mingw install.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2344
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2345 1999-09-25 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2346
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2347 * configure.in: check for Xaw3d and use in preference to Xaw
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2348
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2349 1999-09-21 Martin Buchholz <martin@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2350
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2351 * Makefile.in.in: All Makefiles should #include config.h
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2352
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2353 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2354
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2355 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2356 $canonical, so that installation paths and dynamic path setup will
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2357 stay in synch.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2358
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2359 1999-09-20 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2360
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2361 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2362 installation linkage.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2363
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2364 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2365
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2366 * configure.in (machine): Recognize MIPS/Linux.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2367
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2368 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2369
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2370 * modules/zlib/Makefile (distclean):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2371 * modules/ldap/Makefile (distclean):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2372 * modules/sample/Makefile (distclean):
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2373 * modules/base64/Makefile (distclean): new target
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2374
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2375 * Makefile.in.in (top_distclean): Add package directories
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2376 (SUBDIR_DISTCLEAN): New variable, add module directories
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2377
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2378 1999-09-01 Martin Buchholz <martin@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2379
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2380 * configure.in: Warn, but otherwise ignore, obsolete arguments.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2381
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2382 1999-08-20 Olivier Galibert <galibert@pobox.com>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2383
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2384 * configure.in: Add --pdump option.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2385 * configure.usage: Ditto.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2386
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2387 1999-08-04 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2388
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2389 * configure.in: report widget usage correctly. beef up setting.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2390
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2391 * Makefile.in.in: fix install-arch-dep for mingw32.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2392
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2393 1999-07-28 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2394
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2395 * config.h.in: add new LWLIB defines.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2396
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2397 * configure.in: fix definitions of widget defines with various
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2398 toolkit options.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2399
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2400 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2401
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2402 * XEmacs 21.2.19 is released
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2403
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2404 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2405
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2406 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2407
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2408 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2409
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2410 * configure.in: Check for Kerberos and the need for the DES
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2411 library before checking for LDAP in case LDAP requires these
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2412 libraries.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2413
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2414 1999-07-26 SL Baur <steve@miho>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2415
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2416 * configure.in: Rename --with-shlib to --with-modules for
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2417 consistency with the other two options that use that name.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2418
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2419 * configure.usage (--with-modules): Document it.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2420
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2421 1999-07-22 SL Baur <steve@beopen.com>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2423 * configure.in: add sco7 support
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2424 From Bob Weiner <weiner@beopen.com>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2425
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2426 1999-07-22 SL Baur <steve@miho>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2427
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2428 * Makefile.in.in (install-arch-dep): Install config.values into
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2429 docdir.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2430 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2431
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2432 1999-07-21 SL Baur <steve@miho>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2433
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2434 * Makefile.in.in (inststaticdir): New variable.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2435 (instvardir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2436 (install-arch-dep): Use them.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2437
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2438 * configure.in (sitelispdir): Need to use ${PROGNAME}.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2439 (sitemoduledir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2440 (inststaticdir): New variable.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2441 (instvardir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2442 (infodir): Use them.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2443 (lispdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2444 (moduledir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2445 (pkgdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2446 (etcdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2447 (lockdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2448 (archlibdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2449
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2450 1999-07-14 SL Baur <steve@beopen.com>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2451
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2452 * InfoDock 4.0.8 is released
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2453
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2454 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2455
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2456 * XEmacs 21.2.18 is released
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2457
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2458 1999-07-06 SL Baur <steve@miho.m17n.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2459
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2460 * config.guess (main): Synch with newer config.guess for HP
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2461 support.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2462 From Marcus Thiessel <marcus@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2463
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2464 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2465
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2466 * configure.in (with_prefix): Added --with-prefix, defaults to
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2467 yes, to control whether the value of --prefix is compiled into the
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2468 binary.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2469
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2470 1999-07-03 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2471
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2472 * configure.usage (--with-widgets): add.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2473
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2474 1999-07-02 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2475
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2476 * configure.in: Make sure we get motif in lwlib if we have widgets
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2477 and motif.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2478
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2479 1999-06-25 SL Baur <steve@miho.m17n.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2480
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2481 * configure.in (version): Fix --with-infodock test.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2482
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2483 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2484
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2485 * configure.in: --prefix and --exec-prefix are now only compiled
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2486 into the binary if user-defined.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2487
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2488 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2489
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2490 * configure.in: Made docdir configurable.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2491
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2492 * Makefile.in (docdir): Added variable for custom DOC directory.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2493
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2494 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2495
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2496 * XEmacs 21.2.17 is released
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2497
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2498 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2499
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2500 * configure.in (with_ldap): Check libldap independently of liblber
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2501 Do not test alternate library names such as libldap10
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2502 Test the presence of a variety of LDAP API functions which were
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2503 formerly assumed to be present according to dubious heuristics
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
2504
416
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2505 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2506
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2507 * XEmacs 21.2.16 is released
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2508
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2509 1999-06-04 SL Baur <steve@steve1.m17n.org>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2510
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2511 * configure.in (CPP): Correct test for locating $site_prefix
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2512 include directories.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
2513
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2514 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2515
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2516 * XEmacs 21.2.15 is released
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2517
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2518 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2519
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2520 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2521 From: Eric Veldhuyzen <eric@terra.nu>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2522
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2523 1999-05-25 Jan Vroonhof <jan@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2524
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2525 * configure.in: For non-beta's use x.y.z format for version strings.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2526
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2527 1999-06-03 SL Baur <steve@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2528
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2529 * version.sh: add emacs_is_beta initialization
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2530
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2531 * configure.in: Implement patch levels in version number
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2532 From Jan Vroonhof <vroonhof@math.ethz.ch>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2533
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2534 * configure.in:
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2535 * configure.usage:
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2536 * config.h.in: Rename session option to wmcommand.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2537 From Oliver Graf <ograf@rhein-zeitung.de>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2538
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2539 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2540
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2541 * info/dir: Add `emodules.info' entry to the top info dir.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2542
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2543 1999-05-31 SL Baur <steve@steve1.m17n.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2544
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2545 * configure.in (CPP): Don't check for include subdirectories in
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2546 site-prefix directories. This check loses in valid configurations
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2547 like /usr/jp in TurboLinux. Conditionally add include directory to
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2548 site switches.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2549
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2550 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2551
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2552 * configure.in (quoted_arguments): Support
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2553 --error-checking=byte-code.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2554
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2555 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2556
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2557 * XEmacs 21.2.14 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2558
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2559 1999-05-11 SL Baur <steve@altair.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2560
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2561 * version.sh (infodock_build_version): Synch InfoDock version.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2562
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2563 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2564
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2565 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2566 for Solaris.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2567
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2568 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2569
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2570 * configure.in (xemacs_betaname): Don't generate Installation.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2571
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2572 * Makefile.in.in (top_distclean): Don't remove Installation.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2573
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2574 1999-04-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2575
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2576 * configure.in: add mingw32 as a target platform. add nt process
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2577 support options.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2578
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2579 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2580
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2581 * configure.in: Delete mule-coding.o.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2582
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2583 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2584
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2585 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2586 calling XmStringGetLtoR
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2587 (string_draw_u): ditto and check return value of XmStringGetLtoR()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2588
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2589 1999-04-05 Olivier Galibert <galibert@pobox.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2590
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2591 * Makefile.in.in (GENERATED_HEADERS): Don't generate
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2592 puresize-adjust.h anymore
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2593
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2594 * configure.usage: Remove everything gung-ho or purespace related
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2595
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2596 * configure.in: Ditto
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2597
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2598 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2599
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2600 * configure.in: Check for getloadavg().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2601
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2602 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2603
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2604 * XEmacs 21.2.13 is released
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2605
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2606 1999-03-09 SL Baur <steve@xemacs.org>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2607
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2608 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
2609
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2610 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2611
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2612 * XEmacs 21.2.12 is released
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2613
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2614 1999-03-04 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2615
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2616 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2617
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2618 1999-03-03 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2619
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2620 * configure.in:
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2621 `uname -v` -> "`uname -v`":
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2622 backquoted expressions need additional double
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2623 quotes to be a single token.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2624 Use separate if's to avoid extra process invocations.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2625
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2626 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2627
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2628 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
2629
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2630 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2631
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2632 * XEmacs 21.2.11 is released
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2633
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2634 1999-02-16 Andy Piper <andy@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2635
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2636 * PROBLEMS: add entries for building under Cygwin.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2637
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2638 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2639
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2640 * README.packages: Clear up that mule-sumo packages is used _in
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2641 addition_ to the normal sumo.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2642
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2643 1999-02-16 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2644
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2645 * configure.usage: Move quantify/purify into debug flags section
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2646
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2647 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2648
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2649 * configure.in:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2650 - Fixup xfs comments and redundant option checking
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2651
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2652 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2653 * INSTALL:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2654 * lisp/paths.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2655 - improved automounter tmp directory support.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2656 - support 4 (!) empirically discovered automounter conventions
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2657
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2658 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2659
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2660 * lwlib/lwlib.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2661 - redo CONST hacking to deal with X11 R4, which was
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2662 broken in a previous patch.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2663
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2664 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2665
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2666 * configure.in:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2667 - irix uses -rpath
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2668
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2669 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2670
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2671 * configure.in:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2672 - Check for XOpenIM before using xim=xlib
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2673 - only use XmIm if $have_motif = yes
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2674
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2675 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2676
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2677 * configure.in. Port to BSDI BSD/OS 4.0.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2678
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2679 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2680
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2681 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
2682
390
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
2683 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
2684
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
2685 * XEmacs 21.2.10 is released
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
2686
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2687 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2688
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2689 * XEmacs 21.2.9 is released
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2690
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2691 1999-01-21 Andy Piper <andy@xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2692
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2693 * configure.in: make xface detection specifc to a window system in
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2694 general rather than just X.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2695
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2696 1999-18-10 Andy Piper <andy@xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2697
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2698 * configure.in: remove -O3 prevention on cygwin - current versions
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2699 cope ok now. remove dll prevention on cygwin - the new module
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2700 code checks correctly.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2701
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2702 1999-01-10 J. Kean Johnston <jkj@sco.com>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2703
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2704 * configure.in: Added moduledir as the path where loadable modules
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2705 are stored. Added --with-site-modules and --moduledir options.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2706 - Ensure the SCO OpenServer compiles with --dynamic by default
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2707 - Check for dlfcn.h for dynamic loader
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2708 - Renamed dll.o to emodules.o and changed dynamic loader tests
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2709 - Renabled code that deals with site-lisp so that it is handled
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2710 correctly when a user specifies --with-site-lisp.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2711
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2712 * aclocal.m4: Replaced entire file with more complete DLL tests
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2713 by way of libtool.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2714
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2715 * config.usage: Removed TAB characters which caused it to be
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2716 displayed incorrectly on terminals where TAB != 8.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2717 - Added help text to describe --with-site-modules and --moduledir.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2718
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2719 * INSTALL: Updated documentation to describe module directories
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2720
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2721 * Makefile.in.in: Added moduledir, sitemoduledir macros.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2722 - Make those directories at install time.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
2723
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2724 1998-12-28 Martin Buchholz <martin@xemacs.org>
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2725
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2726 * XEmacs 21.2.8 is released.
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2727
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2728 1998-12-28 Martin Buchholz <martin@xemacs.org>
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2729
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2730 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
2731
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2732 1998-12-24 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2733
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2734 * XEmacs 21.2.7 is released.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2735
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2736 1998-12-20 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2737
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2738 * configure.in: Redo DBM support
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2739 - die if dbm support requested, but not provided.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2740 - properly check for libgdbm, then libc, then libdbm
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2741 - properly check for ndbm.h
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2742 - comments improved
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2743 - XE_DIE should always prefix messages with Error: for clarity
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2744
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2745 1998-12-07 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2746
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2747 * xemacs.mak (TEMACS_OBJS):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2748 (DOC_SRC4):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2749 - Remove pure.c, pure.obj
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2750
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2751 1998-12-06 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2752
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2753 * Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2754 * dynodump/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2755 * src/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2756 * lib-src/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2757 * lwlib/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2758 - Make sure GNUmakefile is deleted.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2759
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2760 1998-12-17 Andy Piper <andy@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2761
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2762 * configure.in (all_widgets): remove gui.o addition - its always
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2763 in the makefile now.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2764
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2765 * configure.in: add gui-msw.o to msw objects.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2766
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
2767 1998-12-16 Andy Piper <andy@xemacs.org>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
2768
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
2769 * XEmacs 21.2.6 is released
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
2770
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
2771 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
2772
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
2773 * XEmacs 21.2.5 is released
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
2774
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2775 1998-11-28 SL Baur <steve@altair.xemacs.org>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2776
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2777 * XEmacs 21.2-beta4 is released.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2778
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2779 1998-11-27 SL Baur <steve@altair.xemacs.org>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2780
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2781 * configure.in: Linux/Arm Support.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2782 From James LewisMoss <dres@ioa.com>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2783
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2784 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2785
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2786 * configure.in:
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2787 Fix the realpath() problem of UnixWare2.1.3.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2788 Patches for NEC's sysv4.2 machine.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2789
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2790 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2791
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2792 * configure.in: Check if there's wnn4.2 or wnn6 specific library
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2793 installed. The Wnn library will be checked if the --with-wnn
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2794 and/or --with-wnn6 was specified compulsory.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2795
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2796 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2797
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2798 * configure.in (CPP): Too many spaces im run-patch flag detection.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
2799
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2800 1998-10-15 SL Baur <steve@altair.xemacs.org>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2801
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2802 * XEmacs 21.2-beta3 is released.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2803
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2804 1998-10-13 Andy Piper <andyp@parallax.co.uk>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2805
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2806 * configure.in: enable drag and drop support by default if mswindows is
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2807 detected.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2808
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2809 1998-10-09 Kevin Oberman <oberman@es.net>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2810
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2811 * config.sub: Fix for Alpha architecture
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2812
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2813 1998-10-05 Andy Piper <andyp@parallax.co.uk>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2814
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2815 * configure.in: don't enable shared lib support for cygwin unless
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2816 explititly told to.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
2817
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2818 1998-09-29 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2819
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2820 * XEmacs 21.2-beta2 is released.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2821
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2822 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2823
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2824 * lwlib/xlwmenu.c:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2825 * lwlib/xlwscrollbar: fix for Motif >=2.0
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2826 Patch provided by Glenn Barry <gtb@eng.sun.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2827
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2828 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2829
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2830 1998-09-02 Andy Piper <andyp@parallax.co.uk>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2831
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2832 * configure.in: check for cygwin32/version.h.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2833
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2834 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2835
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2836 * PROBLEMS: Added AIX 4.3 note.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2837
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2838 * configure.in: Better detection of AIX 4.3.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2839 AIX xlc can do -g and -Ox at the same time.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2840
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2841 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2842
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2843 * configure.in: Alter configure so that it checks for mismatched PNG
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2844 header/libs, screams a little louder on old/mismatched library
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2845 conditions for both PNG and XPM, stop screaming if png is not found and
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2846 no window-system is selected, and fixed a bug in the XPM checking.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2847
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2848 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2849
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2850 * configure.usage (--without-gif): Modify text to reflect status
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2851 of GIF support
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2852
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2853 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2854
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2855 * configure.in: add back in the support for the in-core GIF
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2856 code, change the required PNG library version to 1.0.2, and add
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2857 a warning if PNG not found, since PNG images are now distributed
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2858 as part of the core. Also minor wording changes in things reported
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2859 to the user.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2860
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2861 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2862
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2863 * BETA: Update mailing-list address for build-reports
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2864
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2865 1998-08-01 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2866
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2867 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2868 can built that includes package lisp.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2869
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2870 1998-07-23 Martin Buchholz <martin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2871
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2872 * configure.in:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2873 - support multiple flavors of alpha, (XEmacs treats them identically)
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2874 - Fix AC_TRY_RUN so that actions have access to $?
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2875 - Identify DEC C compilers. Add default optimization CFLAGS and
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2876 always use -std.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2877 - Use an extensible method for adding support for future compilers.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2878 - Have SunPro C use that same extensible method.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2879 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
2880
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2881 1998-07-19 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2882
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
2883 * XEmacs 21.2-beta1 is released.
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2884
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2885 1998-07-18 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2886
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2887 * config.guess: Synched with latest FSF version.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2888
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2889 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2890
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2891 * Makefile.in: added LDFLAGS.
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
2892
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2893 1998-07-12 SL Baur <steve@altair.xemacs.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2894
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
2895 * README: Bump version numbers.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
2896 * info/dir: Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
2897 * version.sh: Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
2898
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
2899 * XEmacs 21.0-pre5 is released.
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2900
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2901 1998-07-10 SL Baur <steve@altair.xemacs.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2902
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2903 * configure.in (with_offix): Default --with-offix to off.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2904
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2905 1998-07-09 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2906
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2907 * configure.in: Handle multiple database libraries.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2908 From Gregory Neil Shapiro <gshapiro@sendmail.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
2909
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2910 * XEmacs 21.0-pre4 is released.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2911
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2912 * configure.in: Fix test for InfoDock sources.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2913
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2914 1998-07-09 Oliver Graf <ograf@fga.de>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2915
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2916 * configure.usage: added warning to --with-offix
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2917
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2918 1998-06-28 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2919
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2920 * configure.in: Berkeley DB autodetection fixes
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2921 From Martin Buchholz <martin@xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
2922
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2923 1998-06-19 SL Baur <steve@altair.xemacs.org>
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2924
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2925 * XEmacs 21.0-pre3 is released.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2926
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2927 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2928
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2929 * configure.in: Added check if the berkdb has db_open or not.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2930 (With fixes from Martin Buchholz)
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
2931
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2932 1998-06-19 SL Baur <steve@altair.xemacs.org>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2933
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2934 * XEmacs 21.0-pre2 is released.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2935
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2936 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2937
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2938 * configure.in: Added -lC for static linking under AIX 4.2.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
2939
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
2940 1998-06-14 SL Baur <steve@altair.xemacs.org>
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
2941
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
2942 * XEmacs 21.0-pre1 is released.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
2943
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2944 1998-06-11 SL Baur <steve@altair.xemacs.org>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2945
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
2946 * XEmacs 21.0-beta43 is released.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2947
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2948 1998-06-04 Oliver Graf <ograf@fga.de>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2949
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2950 * tests/Dnd/README: a step-by-step test run
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2951 * tests/Dnd/droptest.el: some clarifications
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2952 * tests/Dnd/droptest.sh: created, creates test files
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2953
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2954 1998-06-01 Oliver Graf <ograf@fga.de>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2955
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2956 * configure.in (summary): added experimental to dragndrop option
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2957 * configure.usage: added experimental note to --with-dragndrop
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2958 * tests/Dnd/droptest.el: extra start-drag-region function
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2959 changed the experimental- stuff
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2960
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2961 1998-06-07 SL Baur <steve@altair.xemacs.org>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2962
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2963 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2964
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2965 1998-06-05 Colin Rafferty <colin@xemacs.org>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2966
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2967 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2968
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2969 1998-06-01 SL Baur <steve@altair.xemacs.org>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2970
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2971 * XEmacs 21.0-beta42 is released.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2972
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2973 1998-05-29 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2974
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2975 * configure.in: don't use -O3 for cygwin.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2976
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2977 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2978
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2979 * configure.in: Switch from giflib to gifreader for
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2980 our GIF image support (no other mods needed)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2981
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2982 1998-05-28 Oliver Graf <ograf@fga.de>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2983
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2984 * configure.in: only one DnD protocol, CDE has priority over OffiX
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2985
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2986 * tests/Dnd/README: some changes reflecting recent modifications
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2987 * tests/Dnd/dragtest.el: removed
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2988 * tests/Dnd/droptest.el: cosmetics and comments
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2989
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2990 1998-05-26 Oliver Graf <ograf@fga.de>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2991
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2992 * tests/Dnd/droptest.el: adapted to CDE extensions
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2993
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2994 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2995
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2996 * configure.in:
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2997 * config.sub: add initial OpenBSD support
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
2998
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
2999 1998-05-21 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3000
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3001 * configure.in: check for msw dialogs.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3002
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3003 1998-05-23 SL Baur <steve@altair.xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3004
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3005 * XEmacs 21.0-beta41 is released.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3006
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3007 1998-05-17 SL Baur <steve@altair.xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3008
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3009 * configure.in (CPP): Change -O2 to -O3.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3010 Suggested by Martin Buchholz <martin@xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3011
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3012 1998-05-15 SL Baur <steve@altair.xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3013
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3014 * XEmacs 21.0-beta40 is released.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3015
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3016 1998-05-13 SL Baur <steve@altair.xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3017
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3018 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3019 on the `unset CDPATH' if running as sh.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3020
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3021 1998-05-12 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3022
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3023 * tests/Dnd/droptest.el: some CDE adaptions (untested)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3024
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3025 1998-05-11 Martin Buchholz <martin@xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3026
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3027 * configure.in:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3028 Add some more comments.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3029 If using bash, use Posix mode and unset CDPATH.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3030 Be more careful checking feature dependencies.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3031 Introduce XE_CHECK_FEATURE_DEPENDENCY.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3032 Undo the gross hack of multiple `echo >> $tempcname'
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3033 by using here documents instead. (Might break mswindows, tho...)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3034 Be more careful autodetecting tooltalk.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3035
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3036 * PROBLEMS:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3037 Document problems with Solaris 2.6 + XSUNTRANSPORT
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3038
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3039 * Makefile.in:
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3040 * lwlib/Makefile.in.in:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3041 * modules/Makefile.in:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3042 - Adjust for luser's CDPATH being set to something weird.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3043 - Take into account bash 2.02's tendency to print the cwd when
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3044 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3045 - fix the run-temacs target to use $(DUMPENV)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3046 - fix the run-puremacs target to use $(DUMPENV)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3047 - fix the `depend' target to properly $(RM) the right files
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3048 - Generate a better TAGS file for XEmacs' lisp code using
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3049 hand-crafted regexps.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3050 - Use standard coding conventions for modules/Makefile.in
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3051
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3052 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3053
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3054 * configure.in: some people claimed that they can't stop
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3055 linking wnn6 library if they set --with-wnn6=no.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3056
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3057 1998-05-11 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3058
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3059 * tests/Dnd/droptest.el: adapted to new calling conventions
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3060 also showing the new possibilities
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3061 * tests/Dnd/README: changed to new protocol
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3062
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3063 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3064
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3065 * Fix for HAVE_MULTICAST check.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3066
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3067 1998-05-09 SL Baur <steve@altair.xemacs.org>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3068
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3069 * XEmacs 21.0-beta39 is released.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3070
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3071 1998-05-06 Oliver Graf <ograf@fga.de>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3072
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3073 * configure.in: added autodetection for the Drag'n'Drop API
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3074 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3075 and dragdrop.o is added to extra_objs
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3076 * configure.usage: added with-dragndrop, added (*) to with-offix
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3077 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3078
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3079 1998-05-04 Oliver Graf <ograf@fga.de>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3080
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3081 * tests/Dnd/droptest.el: changed to test new protocol
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3082 * tests/Dnd/README.OffiX: removed
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3083 * tests/Dnd/README: created, info about new protocol
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3084 * tests/Dnd/dragtest.el: comment change
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3085
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3086 1998-05-02 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3087
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3088 * XEmacs 21.0-beta38 is released.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3089
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3090 1998-04-29 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3091
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3092 * configure.in: Use `PROGNAME' for all generated paths.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3093
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3094 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3095
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3096 1998-04-27 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3097
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3098 * configure.in (progname): Parameterize program name on `progname'
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3099 and add --with-infodock.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3100
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3101 1998-04-26 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3102
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3103 * Makefile.in: Religiously use ${progname} instead of hardcoded
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3104 `xemacs'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3105 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3106 overridden by the empty one set in the toplevel Makefile.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3107
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3108 1998-04-25 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3109
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3110 * XEmacs-21.0-beta37 is released.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3111
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3112 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3113
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3114 * configure.in: Sychronized ..._USER_DEFINED variables with
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3115 datadir setting.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3116
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3117 * Makefile.in (mkdir): No longer create sitelispdir.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3118
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3119 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3120
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
3121 * configure.in: make graphic libraries tests be dependant on a
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3122 window system not X11 only.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3123
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3124 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3125
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3126 * configure.in: check for our special select in msw.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3127
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3128 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3129
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3130 * PROBLEMS: add answers to some FAQ concerning hpux.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3131
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3132 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3133
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3134 * configure.in: enable checking for special mswindows select()
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3135
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3136 1998-04-21 Martin Buchholz <martin@xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3137
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3138 * configure.in: Isolate incomprehensible cma_open/pthreads checking
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3139 to decosf*
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3140
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3141 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3142
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3143 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3144 libs and includes.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3145
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3146 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3147
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3148 * configure.in: check for xpm does not depend anymore on having X.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3149 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3150
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3151 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3152
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3153 * info/dir: Fixed the explanatory notes for
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3154 `Info-default-directory-list' removal and the new automatic dir
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3155 rebuilding facility. Reindented the menu. Added an entry for
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3156 term.info
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3157
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3158 1998-04-20 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3159
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3160 * configure.in (LISPDIR): Removed configuration option for
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3161 site-lisp.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3162
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3163 1998-04-19 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3164
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3165 * configure.in (version): snarf InfoDock version number.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3166
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3167 1998-04-18 SL Baur <steve@altair.xemacs.org>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3168
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3169 * XEmacs-21.0-beta36 is released.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3170
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3171 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3172
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3173 * configure.in: enable install pre-processing for mswindows
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3174
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3175 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3176
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3177 * Makefile.in.in: add install_pp to install incantation.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3178
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3179 * installexe.sh: new file. Add .exe to install targets if the
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3180 result is executable.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3181
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3182 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3183
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3184 * Makefile.in: add install_pp to install incantation.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3185
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3186 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3187
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3188 * configure.in: Large echo split into a few smaller ones,
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3189 so the cygnus sh.exe does not crash.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3190
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3191 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3192
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3193 * configure.in: enable toolbar checking for mswindows build
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3194
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3195 1998-04-06 Martin Buchholz <martin@xemacs.org>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3196
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3197 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3198 Used (at least) by RedHat 4.2.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3199
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3200 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3201
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3202 * configure.in: Re-instated src/paths.h generation from
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3203 src/paths.h.in.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3204
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3205 * Makefile.in (top_distclean): Remove site-lisp on `make
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3206 distclean'.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3207
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3208 1998-04-10 SL Baur <steve@altair.xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3209
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3210 * XEmacs 21.0-beta35 is released.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3211
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3212 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3213
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3214 * configure.usage: Clarified --package-path documentation.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3215
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3216 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3217
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3218 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3219 Removed defaults for infopath and package-path.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3220
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3221 * Makefile.in (src/paths.h): ... is now generated from
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3222 src/paths.h.in.in. Moved generation of paths.h to configure.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3223
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3224 * paths.h.in: Removed.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3225
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3226 * paths.h.in.in: Created.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3227
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3228 1998-04-06 Martin Buchholz <martin@xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3229
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3230 * configure.in: png was still being used if png_version < 0.96
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3231
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3232 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3233
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3234 1998-04-05 Amir J. Katz <amir@ndsoft.com>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3235
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3236 * INSTALL (Rationale): Offix support comment is wrong. To disable,
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3237 one must use --with-offix=no and not --without-offix
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3238
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3239 1998-04-05 SL Baur <steve@altair.xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3240
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3241 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3242
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3243 1998-04-04 SL Baur <steve@altair.xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3244
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3245 * XEmacs 21.0-beta34 is released.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3246
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3247 1998-04-03 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3248
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3249 * configure.in:
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3250 checking whether gettimeofday accepts one or two arguments... two
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3251
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3252 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3253
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3254 * configure.in: Fixed magic to handle AIX and MIT X11R6.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3255
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3256 1998-04-02 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3257
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3258 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3259
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3260 1998-04-01 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3261
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3262 * tests/database.el (test-database): Temporary files (the databases
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3263 that were created) should be deleted.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3264
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3265 * Makefile.in (testdir): Remove gnumake-specific syntax.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3266 (src/Makefile): src/Makefile depends on src/depend.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3267
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3268 1998-03-29 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3269
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3270 * configure.in: Check for -lz, -lgz unconditionally. Too many
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3271 system linkers don't properly die when there are cascaded link
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3272 dependencies, so we can't rely on the linker for that. The only
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3273 downside is that we might link with an extra unneeded library. If
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3274 you really really care about this, you can go fix it.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3275
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3276 * configure.in: Enhance PANIC msg to make it clear that
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3277 --with-FEATURE is going to die if FEATURE is not installed.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3278
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3279 1998-03-27 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3280
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3281 * configure.in: $debug was not properly dependent on $beta
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3282
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3283 * configure.in: Move offix configuration out of src/Makefile.in.in
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3284 into configure.in.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3285
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3286 * configure.in: Reorganize xpm detection code.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3287
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3288 * configure.in: XIM default to ON if Motif which is not Lesstif is
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3289 found.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3290
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3291 * configure.in: Keep auto-generated makefile dependencies out of
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3292 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3293
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3294 1998-03-26 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3295
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3296 * configure.in: Fix up cflags handling. Specifically, configure
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3297 --cflags='' would fail to be recognized.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3298
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3299 * configure.in: Fix up png detection. Link with png_read_image to
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3300 make sure -lz is required. Test for png >- 0.96 via header file.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3301
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3302 1998-03-21 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3303
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3304 * configure.in (XE_GCC_WRAP_LDFLAGS)
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3305 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3306
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3307 * configure.in: Make sure BSD always links in libz.a
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3308 BSD's stupid linker can't detect cascaded lib dependencies
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3309
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3310 * configure.in: Autodetect lesstif. define have_lesstif.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3311 Don't use motif-xim with lesstif, at least by default.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3312
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3313 1998-03-30 SL Baur <steve@altair.xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3314
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3315 * version.sh: Add InfoDock version number variables.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3316
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3317 1998-03-30 Amir J. Katz <amir@ndsoft.com>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3318
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3319 * info/dir: Replaced string '20.5' with '21.0'
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3320
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3321 1998-03-24 SL Baur <steve@altair.xemacs.org>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3322
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3323 * XEmacs 21.0-beta33 is released.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3324
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3325 1998-03-26 Didier Verna <didier@xemacs.org>
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3326
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3327 * configure.in, Makefile.in: Removed infopath_user_defined---we
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3328 always want to propagate it.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3329
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3330 * configure.usage: Synched with configure.in.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3331
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3332 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3333
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3334 * configure.usage, INSTALL: Synched with the new path layout.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3335
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3336 * Makefile.in (src/paths.h): Replaced packagepath with
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3337 package_path to make configure happy.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3338
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3339 * configure.in: Made default setting for packagepath conform to
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3340 what packages.el builds at run-time: XEmacs-version-specific paths
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3341 before site-specific ones.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3342 Added default setting for pkgdir.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3343 Changed --packagepath back to --package-path.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
3344
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3345 1998-03-24 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3346
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3347 * XEmacs 21.0-beta32 is released.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3348
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3349 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3350
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3351 * configure.in: Extended package path by version-specific
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3352 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3353
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3354 1998-03-22 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3355
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3356 * Makefile.in (distclean): Remove packages and mule-packages if they
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3357 have been linked into place.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3358
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3359 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3360
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3361 * <Today>: The Big Path Searching Overhaul.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3362
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3363 * Makefile.in, configure.in: Now pass all configure-specified paths
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3364 into the binary in a uniform way.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3365
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3366 1998-03-20 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3367
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3368 * configure.in (have_libmcheck): Add test for glibc's malloc
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3369 checker.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3370 - Fix HP/UX dynamic linking flag.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3371
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3372 1998-03-19 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3373
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3374 * configure.in (quoted_arguments): Fix unquoted variable in
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3375 error-checking test.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3376 - fix bogus substitution.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3377
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3378 1998-03-17 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3379
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3380 * configure.in: In -lpng test, look for png_set_strip_alpha.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3381 Suggested by William M. Perry <wmperry@aventail.com>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
3382
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3383 1998-03-16 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3384
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3385 * XEmacs 21.0 beta31 is released.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3386
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3387 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3388
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3389 * configure.usage (Usage): Correct information about gif, tiff
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3390 and WNN entries
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3391
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3392 1998-03-13 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3393
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3394 * configure.in: typo fix in sed command.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3395 From P. E. Jareth Hein <jareth@camelot-soft.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3396
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3397 * configure.in (all_widgets): Check for snprintf().
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3398
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3399 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3400
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3401 * configure.in: New gif support
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3402
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3403 1998-03-10 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3404
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3405 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3406
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3407 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3408
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3409 * configure.in: don't add libc to link list for dlopen ordinary
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3410 link takes care of this. check for dlfcn.h
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3411
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3412 1998-03-10 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3413
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3414 * configure.in: Examine each directory of X11 include path for
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3415 inclusion into BITMAPDIR.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3416
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3417 1998-03-09 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3418
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3419 * aclocal.m4: Add legalese.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3420
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3421 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3422
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3423 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3424 database support.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3425
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3426 * configure.in: move msw checking after x checking so that
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3427 auto-detection works.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3428
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3429 1998-03-09 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3430
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3431 * configure.in: New DLL support.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3432 * aclocal.m4: New file.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3433 From William M. Perry <wmperry@aventail.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3434
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3435 1998-03-08 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3436
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3437 * configure.in (xemacs_betaname): Align messages for minimal
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3438 tagbits and indexed lrecords.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3439 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3440
263
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3441 1998-03-07 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3442
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3443 * XEmacs 20.5-beta30 is released.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3444
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3445 1998-03-05 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3446
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3447 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3448
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3449 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3450
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3451 * configure.in: add a --with-msw option. Make X and msw work
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3452 together if the user asks.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3453
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3454 1998-03-02 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3455
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3456 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3457
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3458 1998-03-01 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3459
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3460 * configure.in: Add substitutable variable ld_dynamic_link_flags
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3461 for special required linker flags for building DLL capable
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3462 binaries.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
3463
261
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3464 1998-02-28 SL Baur <steve@altair.xemacs.org>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3465
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3466 * Makefile.in (top_distclean): Remove Installation.el.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3467 (xemacs): New target. Formerly it was `all:'.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3468 (all): New default, dist: is now superfluous.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3469
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3470 1998-02-27 SL Baur <steve@altair.xemacs.org>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3471
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3472 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3473 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3474 (Installation): Add XEmacs version and generate `Installation.el'.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3475
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3476 1998-02-26 SL Baur <steve@altair.xemacs.org>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3477
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3478 * configure.in (with_ldap: Fix -lldap autodection.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3479 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3480 (Installation): Only keep the last configuration.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
3481
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3482 1998-02-25 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3483
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3484 * XEmacs 20.5-beta28 is released.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3485
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3486 * configure.in (with_session): Fix reporting of the setting.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3487 (with_database_gnudbm): Correctly report setting.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3488
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3489 1998-02-24 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3490
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3491 * configure.usage: Restore documentation of graphics library
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3492 flags.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3493 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3494
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3495 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3496
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3497 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3498 console.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3499
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3500 1998-02-23 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3501
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3502 * XEmacs 20.4 is released to the beta testers.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3503
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3504 1998-02-21 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3505
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3506 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3507 to also test for Linux libc5.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
3508
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3509 1998-02-19 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3510
257
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3511 * XEmacs 20.5-beta27 is released.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3512 * XEmacs-20.4-pre4 is released.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3513
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3514 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3515 (--with-gung): Implement it.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3516
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3517 * configure.usage (--with-gung): Document. Turns on
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3518 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
3519 (--with-term): Remove.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3520
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3521 * XEmacs-20.5-beta26 is released.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3522
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3523 1998-02-18 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3524
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3525 * XEmacs-20.4-pre3 is released.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3526
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3527 * Makefile.in: use better feedback while rebuilding finder database.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3528 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3529
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3530 1998-02-15 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3531
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3532 * configure.in (doug_lea_malloc): Add checking for Doug Lea
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3533 Malloc.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3534
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3535 1998-02-14 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3536
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3537 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3538 Suggested by Pekka Marjola <pema@iki.fi>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3539
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
3540 * XEmacs-20.4-pre2 is released.
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3541 * XEmacs-20.5-beta25 is released.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3542
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3543 1998-02-13 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3544
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3545 * INSTALL: Update for Cygwin and Microsoft Windows.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3546
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3547 * README: Update for Microsoft Windows.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3548
251
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3549 1998-02-09 SL Baur <steve@altair.xemacs.org>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3550
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
3551 * XEmacs 20.4-pre1 is released.
251
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3552 * XEmacs 20.5-beta24 is released.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3553
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3554 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3555
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3556 * configure.in: add mule-coding target which defines MULE_CODING,
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3557 nothing uses it as yet. add gif objects to msw support. define
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3558 const_is_losing=no for msw. make msw not selected if tty selected.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3559 add -lshell32 for dnd support. check for a.out.h rather than
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3560 coff.h
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3561
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3562 * lib-src/make-docfile.c: add cygwin support and generalise the
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3563 remaining open calls. IMHO this should really include sysfile.h.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
3564
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
3565 1998-02-03 SL Baur <steve@altair.xemacs.org>
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
3566
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
3567 * XEmacs 20.5-beta23 is released.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
3568
247
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
3569 1998-01-27 SL Baur <steve@altair.xemacs.org>
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
3570
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
3571 * XEmacs 20.5-beta22 is released.
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
3572
245
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3573 1998-01-25 SL Baur <steve@altair.xemacs.org>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3574
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3575 * XEmacs 20.5-beta21 is released.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3576
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3577 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3578
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3579 * configure.in: check for coff.h
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3580
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3581 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3582
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3583 * configure.in: Added support for `--with-shlib'.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3584
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3585 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3586
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3587 * XEmacs 20.5-beta20 is released.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3588
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3589 1998-01-13 Martin Buchholz <martin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3590
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3591 * configure.usage:
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3592 Remove doc for configure-time INFOPATH, no longer used.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3593
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3594 * configure.in:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3595 * src/config.h.in:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3596 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3597
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3598 * lwlib/lwlib.h:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3599 * lwlib/lwlib.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3600 * lwlib/lwlib-config.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3601 * lwlib/lwlib-Xm.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3602 * lwlib/lwlib-Xaw.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3603 * lwlib/lwlib-Xlw.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3604 * lwlib/config.h.in:
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3605 * src/menubar-x.c:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3606 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3607 Maintain only one set of variables.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3608
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3609 * Makefile.in (install-arch-dep): Simplify.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3610 Replace construct `test -d $dir && foo' with
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3611 `if test -d $dir; then foo; fi'
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3612
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3613 * lwlib/xlwmenu.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3614 * lwlib/xlwscrollbar.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3615 * lwlib/lwlib-Xlw.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3616 * lwlib/lwlib-Xm.c:
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3617 Always assume presence of limits.h (ANSI).
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3618
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3619 1998-01-12 SL Baur <steve@altair.xemacs.org>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3620
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3621 * INSTALL: Updated for recent Mule/package changes.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3622
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3623 * XEmacs 20.5-beta19 is released.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3624
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3625 1998-01-12 Damon Lipparelli <lipp@primus.com>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3626
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3627 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3628 --exec-prefix.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
3629
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3630 1998-01-10 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3631
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3632 * XEmacs 20.5-beta18 is released.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3633
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3634 1998-01-08 Didier Verna <didier@xemacs.org>
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3635
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3636 * configure.in: Get rid of INFOPATH for configure time.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3637 * configure.usage (Usage): Ditto.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3638
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3639 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3640
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3641 * Makefine.in: Correct reported amount of disk savings from
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3642 compression.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3643 From Markus Linnala <maage@cs.tut.fi>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3644
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3645 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3646
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3647 * configure.in: detect and set scrollbars and menubars with
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3648 MS-Windows more appropriately. Check for sys/un.h to use in
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3649 gnuserv.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3650
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3651 1998-01-07 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3652
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3653 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3654 naming.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3655
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3656 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3657
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3658 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3659 inactive_button_gc for menu entries.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3660 (remap_menubar): ignore the enabled status
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
3661
237
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3662 1998-01-04 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3663
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3664 * XEmacs 20.5-beta17 is released.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3665
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3666 * Makefile.in (finder): Use -vanilla.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3667 (lisp/finder-inf.el): Ditto.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3668 (check-features): New target. Do a sanity check prior to
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3669 installation.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
3670
235
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
3671 1997-01-03 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
3672
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
3673 * XEmacs 20.5-beta16 is released.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
3674
233
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3675 1997-12-30 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3676
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3677 * XEmacs 20.5-beta15 is released.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3678
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3679 1997-12-29 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3680
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3681 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
3682
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3683 1997-12-27 SL Baur <steve@altair.xemacs.org>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3684
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3685 * XEmacs 20.5-beta14 is released.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3686
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3687 1997-12-23 Andy Piper <andyp@parallax.co.uk>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3688
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3689 * configure.in: support for *-pc-cygwin32 config
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
3690
229
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
3691 1997-12-25 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
3692
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
3693 * XEmacs 20.5-beta13 is released.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
3694
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3695 1997-12-20 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3696
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3697 * XEmacs 20.5-beta 12 is released.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3698
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3699 1997-12-19 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3700
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3701 * configure.in (bitmapdir): Reenable --with-session by default for
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3702 testing.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3703
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3704 1997-12-17 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3705
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3706 * info/dir (File): Skk and Gnats are packaged.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3707
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3708 * PROBLEMS (Note): Update version numbers.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3709
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3710 * info/dir (File): Update version number.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3711
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3712 1997-12-16 SL Baur <steve@altair.xemacs.org>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3713
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3714 * XEmacs 20.5-beta11 is released.
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3715
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3716 1997-12-14 SL Baur <steve@altair.xemacs.org>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3717
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3718 * configure.in: Don't bypass graphics library detection
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3719 if the `--with-imagick' option is given to configure.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3720 : Print autodetected graphics libraries to be linked with Imagick.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3721
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3722 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3723
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3724 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3725
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3726 * Makefile.in (install-arch-indep): Build info files if needed.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3727
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3728 1997-12-13 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3729
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3730 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
3731
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3732 * XEmacs 20.5-beta10 is released.
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3733
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3734 1997-12-12 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3735
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3736 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3737
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3738 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3739
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3740 * configure.in (autodetect ImageMagick): also look for
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3741 "X11/magick/magick.h", and if present, define
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3742 MAGICK_HEADERS_ARE_UNDER_X11
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3743
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3744 1997-12-11 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3745
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3746 * configure.in (imagick_libs): Add autodetection for freetype
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3747 -lttf library.
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
3748
221
6c0ae1f9357f Import from CVS: tag r20-4b9
cvs
parents: 219
diff changeset
3749 1997-12-09 SL Baur <steve@altair.xemacs.org>
6c0ae1f9357f Import from CVS: tag r20-4b9
cvs
parents: 219
diff changeset
3750
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3751 * XEmacs 20.5-beta9 is released.
221
6c0ae1f9357f Import from CVS: tag r20-4b9
cvs
parents: 219
diff changeset
3752
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3753 1997-12-06 SL Baur <steve@altair.xemacs.org>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3754
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3755 * XEmacs 20.5-beta8 is released.
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3756
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3757 * info/dir: update for further packaging.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3758 * configure.in: remove `tree-x' from XEmacs build.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3759
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3760 1997-11-29 Jeff Miller <jmiller@smart.net>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3761
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3762 * configure.in: motif menubars need xlwmenu.o
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3763
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3764 * updated files in src/ to allow an XEmacs configured for
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3765 motif menubars to at least compile. Motif menubars are still
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3766 very broken.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3767
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3768 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3769
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3770 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3771 properly with the information in the core.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3772
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3773 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3774 the information in the core, and fixed a potental problem with
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3775 parentage.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3776
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3777 1997-12-01 SL Baur <steve@altair.xemacs.org>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3778
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3779 * configure.in (with_session): Properly display flag in configure
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3780 status report.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3781
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3782 1997-11-29 SL Baur <steve@altair.xemacs.org>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3783
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3784 * configure.usage: Remove documentation of obsolete option
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3785 --with-gif.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
3786
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3787 1997-11-27 SL Baur <steve@altair.xemacs.org>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3788
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3789 * XEmacs 20.5-beta7 is released.
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3790
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3791 * configure.in: When testing for -ltiff, fall back on the extra
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3792 libraries -ljpeg, and -lz since some -ltiff's need them.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3793
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3794 1997-11-26 SL Baur <steve@altair.xemacs.org>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3795
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3796 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3797 From Glynn Clements <glynn@sensei.co.uk>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3798
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3799 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3800
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3801 * configure.in: Improve auto detect of libraries ImageMagick rely
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3802 on.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3803
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3804 1997-11-23 Jeff Miller <jmiller@smart.net>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3805
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3806 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3807 and src. Configure.in modified. --with-energize is no longer a
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3808 valid configure option.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3809
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3810 * lwlib/Makefile.in.in removed energize support
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3811 * lwlib/lwlib-Xm.c removed energize support
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3812 * lwlib/lwlib-config.c removed energize support
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3813
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3814 * lwlib/energize/* removed
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3815
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3816 1997-11-23 SL Baur <steve@altair.xemacs.org>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3817
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3818 * Makefile.in: Change references of lisp/utils/finder-inf.el to
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3819 lisp/finder-inf.el.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3820
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3821 1997-11-20 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3822
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3823 * XEmacs 20.5-beta6 is released.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3824
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3825 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3826
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3827 * configure.usage: Use `--' convention in "usage:" line.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3828
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3829 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3830
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3831 * configure.in: added `with_xfs' to list of boolean features.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3832
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3833 1997-11-20 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3834
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
3835 * XEmacs 20.3 is released for binary kit building.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3836
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3837 1997-11-19 Tor Arntsen <tor@spacetec.no>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3838
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3839 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3840 xemacs dumped on one machine on another. Problem was fixed by 20.3.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3841
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3842 1997-11-18 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3843
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3844 * configure.usage: New file.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3845
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3846 * configure.in: Use it instead of monster 10k shell variable.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3847
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3848 1997-11-17 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3849
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3850 * XEmacs 20.3-pre4 is released.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3851
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3852 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3853
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3854 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3855 dirs.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3856
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3857 1997-11-17 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3858
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3859 * configure.in: Initialize infodir off of datadir.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3860
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3861 * Makefile.in: Force LANG = C for building.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3862
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3863 1997-11-15 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3864
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3865 * XEmacs 20.3-pre3 is released.
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3866 * XEmacs 20.5-beta5 is released.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3867
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3868 1997-11-13 Marc Paquette <marcpa@cam.org>
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3869
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3870 * nt/Todo: added a task for support of lisp packages through
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3871 the registry.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3872
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3873 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3874
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3875 * Renamed files *w32* to *msw*
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3876
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3877 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3878 HAVE_MS_WINDOWS. Changed files:
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3879 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3880 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3881 sysdep.el, console-msw.c, console-msw.h, console.c,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3882 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3883 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3884 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3885 redisplay.c, symsinit.h,
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3886
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3887 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3888
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3889 * Deleted w32 build directory since nt build directory now handles
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3890 X and native mswindows builds.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
3891
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3892 1997-11-11 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3893
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3894 * XEmacs 20.5-beta4 is released.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
3895
211
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
3896 1997-11-10 SL Baur <steve@altair.xemacs.org>
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
3897
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
3898 * info/dir: remove packaged entries.
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
3899 From Glynn Clements <glynn@sensei.co.uk>
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
3900
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
3901 * configure.in: Puke and die if NAS sound is selected without X.
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
3902
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3903 1997-11-08 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3904
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3905 * XEmacs 20.5-beta3 is released.
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3906 * XEmacs 20.3-pre2 is released.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3907
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3908 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3909
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3910 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3911
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3912 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3913
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3914 * Files split from nt to new w32 directory:
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3915 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3916 xemacs.mak.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3917
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3918 1997-11-05 Didier Verna <didier@xemacs.org>
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3919
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3920 * configure.in: Added the --site-prefixes options for the configure
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3921 script. You give a colon or space separated list of prefixes, and
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3922 subdirectories include/ and lib/ will be added with -I and -L.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3923
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3924 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3925
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3926 * configure.in: AIX + gcc fixes.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3927 - Don't wrap -B. aixflags changed to start_flags.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3928
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3929 1997-11-04 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3930
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3931 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3932 From Skip Montanaro <skip@calendar.com>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3933
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3934 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3935
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3936 * Delete etc/TUTORIAL.th because Thai is not supported yet.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3937
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3938 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3939
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3940 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3941 window's coordinates and dimensions to center the
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3942 dialog box unless its mapped_when_managed property is
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3943 true. This should avoid the top level widget that the
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3944 HAVE_SESSION code creates, which is unmapped and
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3945 useless for this purpose.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3946
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3947 1997-11-01 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3948
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3949 * XEmacs 20.3-pre1 is released.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3950
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3951 1997-10-31 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3952
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3953 * XEmacs 19.16 is released.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3954
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3955 1997-10-31 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
3956
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
3957 * XEmacs 20.5-beta2 is released.
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3958
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3959 1997-10-30 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3960
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3961 * configure.in (xetest): Eliminate tests for PNG, JPEG,
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3962 TIFF(broken) and replace with test for ImageMagick.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3963
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3964 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3965
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3966 * lwlib/xlwmenu.h: Added string macro declarations for
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3967 titleForeground and highlightForeground properties.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3968
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3969 * lwlib/xlwmenuP.h: Added struct fields for title and
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3970 highlight colors.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3971
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3972 * lwlib/xlwmenu.c: Added initialization and usage code
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3973 for the new titleForeground and highlightForeground
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3974 properties.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3975
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3976 1997-10-28 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3977
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3978 * XEmacs 20.3-beta94 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3979
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3980 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3981
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3982 * configure.in: Correct last patch for berkdb.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3983
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3984 1997-10-28 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3985
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3986 * XEmacs 20.3-beta93 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3987
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3988 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3989
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3990 * lib-src/make-path.c:
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3991 * lib-src/digest-doc.c:
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3992 * lib-src/gnuslib.c: Always include config.h before system headers
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3993 * configure.in: Improve AIX configure support
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3994 - NON_GNU_CC defaults to `xlc'
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3995 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3996 -qmaxmem=20000"
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3997 - check for sin instead of sqrt in -lm to avoid xlc internal error
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3998 - Detect -li18n for use with Motif
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
3999 - Move weird AIX static linking flags from s&m files to configure.in
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4000 - use #pragma instead of -ma flag to avoid compiler warnings
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4001
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4002 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4003
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4004 * lwlib/xlwmenu.c: Use XtRDimension in place of
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4005 XmRHorizontalDimension in shadowThickness resource
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4006 declaration.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4007
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4008 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4009 color as the foreground for selected entries.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4010
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4011 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4012 color as the foreground for selected entries.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4013
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4014 * lwlib/xlwmenu.c (toggle_decoration_height): Force
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4015 height to be minimum of 2x the shadow thickness.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4016
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4017 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4018
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4019 * configure.in: Don't choke on Berkeley DB 2.x.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4020
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4021 1997-10-24 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4022
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4023 * XEmacs 20.3-beta92 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4024
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4025 1997-10-21 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4026
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4027 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4028 it already exists (use `make finder' to force rebuild).
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4029
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4030 1997-10-18 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4031
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
4032 * XEmacs 20.3-beta91 is released.
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4033
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4034 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4035
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4036 * configure.in: Removed -Olimit=2000 from cc for IRIX.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4037
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4038 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4039
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4040 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4041 and removed backquoted echo statement from the infopath report line.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4042
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4043 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4044
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4045 * configure.in: Added detection of the declaration of the timezone
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4046 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4047
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4048
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4049 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4050
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4051 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4052 of the timezone variable in system headers.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4053
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4054 * systime.h: Use HAVE_TIMEZONE_DECL.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4055
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4056 1997-10-14 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4057
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4058 * configure.in (all_widgets): Don't allow configuration of
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4059 --with-mule if Mule lisp hasn't been installed.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4060
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4061 1997-10-13 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4062
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4063 * configure.in: Remove `site-lisp' from list of directories to
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4064 make symbolic links for.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4065
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4066 * XEmacs 20.3-beta90 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4067
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4068 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4069
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4070 * info/dir: Cosmetic changes to info/dir
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4071
205
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4072 1997-10-12 SL Baur <steve@altair.xemacs.org>
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4073
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4074 * XEmacs 20.5-beta1 is released.
205
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4075
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4076 * XEmacs 19.16-pre9 is released.
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4077
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4078 * XEmacs 19.16-pre8 is released.
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4079
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4080 1997-10-11 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4081
205
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4082 * XEmacs 20.3-beta28 is released.
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4083
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4084 * Makefile.in (src/paths.h): Update PATH_INFOPATH
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4085 (infopath): New shell variable.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4086 (infopath_user_defined): Ditto.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4087
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4088 * configure.in (infodir_user_defined): Spelling fixes.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4089
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4090 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4091
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4092 * configure.in: added options and option help docs for infopath
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4093 and lockdir
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4094 * '' added a line to the report for infopath and lockdir
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4095
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4096 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4097
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4098 * Makefile.in.in (INFOPATH): Added variable and put it into
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4099 DUMPENV.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4100
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4101 1997-10-11 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4102
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4103 * packages/info/localdir: New directory and file.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4104
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4105 * packages/README: New directory & file.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4106
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4107 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4108
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4109 * Makefile.in: Add `make configure' target
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4110
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4111 1997-10-07 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4112
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4113 * XEmacs 19.16-pre7 is released.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4114
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4115 1997-10-05 Damon Lipparelli <lipp@aa.net>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4116
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4117 * Makefile.in (install-arch-dep, install-arch-indep): Move the
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4118 commands for symlink'ing the system-independent bits into the
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4119 system-dependent directory structure from "install-arch-indep" to
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4120 "install-arch-dep".
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4121
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4122 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4123
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4124 * Makefile.in (blddir): variable from "configure".
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4125 (finder): use it.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4126
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4127 1997-10-05 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4128
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4129 * Makefile.in (GENERATED_LISP): New variable.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4130 (all): Force dependency on finder-inf.el.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4131 (lisp/utils/finder-inf.el): new rule.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4132
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4133 1997-10-04 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4134
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4135 * XEmacs 19.16-pre6 is released.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4136
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4137 1997-10-04 SL Baur <steve@altair.xemacs.org>
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4138
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4139 * XEmacs 20.3-beta27 is released.
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4140
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4141 1997-10-03 Damon Lipparelli <lipp@primus.com>
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4142
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4143 * Makefile.in (install-arch-indep): When --prefix !=
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4144 --exec-prefix, symlink the system-independent bits into the
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4145 system-dependent directory structure (rather than the other way
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4146 around).
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4147
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4148 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4149
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4150 * lib-src/etags.c: etags 12.28 + prototypization
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4151 * INSTALL: Better document --site-runtime-libraries
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4152 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4153 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4154 left; scrollbar disappears; keyboard inoperative.
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4155 * configure.in: Remove left-over references to *_switch_x_*
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4156 - NAS libaudio is part of $libs_x, not $LIBS
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4157
199
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4158 1997-10-02 SL Baur <steve@altair.xemacs.org>
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4159
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4160 * XEmacs 20.3-beta26 is released.
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4161
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4162 1997-09-30 SL Baur <steve@altair.xemacs.org>
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4163
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4164 * XEmacs 20.3-beta25 is released.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4165
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4166 * Makefile.in (install-arch-dep): Install the `Installation' for
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4167 future reference.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4168
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4169 * Makefile.in (top_distclean): Remove finder-inf.el*.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4170
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4171 * configure.in (use_union_type): Default to "yes".
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4172
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4173 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4174
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4175 * configure.in: Add tiff autodetection
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4176
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4177 1997-09-29 SL Baur <steve@altair.xemacs.org>
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4178
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4179 * lwlib/xlwmenu.c: Add bounds checking.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4180 Check error return on XmStringGetLtoR.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4181
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4182 1997-09-27 SL Baur <steve@altair.xemacs.org>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4183
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4184 * XEmacs 20.3-beta24 is released.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4185
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4186 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4187
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4188 * Makefile.in (custom-loads): New target.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4189
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4190 1997-09-23 SL Baur <steve@altair.xemacs.org>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4191
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4192 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4193 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4194
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4195 1997-09-22 SL Baur <steve@altair.xemacs.org>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4196
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4197 * XEmacs 19.16-pre4 is released.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4198
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4199 1997-09-20 SL Baur <steve@altair.xemacs.org>
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4200
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4201 * XEmacs 20.3-beta23 is released.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4202
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4203 1997-09-19 SL Baur <steve@altair.xemacs.org>
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4204
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4205 * XEmacs 19.16-pre3 is released.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4206
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4207 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4208
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4209 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4210 sequences (needs more testing).
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4211 * */Makefile*:
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4212 - Cleanup man/*/Makefile for consistency.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4213 - use $(MAKEFINFO), $(TEXI2DVI), etc...
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4214 - Make combination --with-srcdir + Sun make work properly.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4215 - Change construct: test -d $${dir} || mkdir $${dir}
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4216 --> if test ! -d $${dir}; then mkdir $${dir}; fi
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4217 * lisp/x11/x-win-sun.el: Fix remaining glitches with
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4218 re-mappings of Sun function keys.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4219 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4220 * man/internals/internals.texi: Fix makeinfo compilation error.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4221
191
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4222 1997-09-17 SL Baur <steve@altair.xemacs.org>
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4223
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4224 * XEmacs 20.3-beta22 is released.
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4225
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4226 1997-09-16 SL Baur <steve@altair.xemacs.org>
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4227
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4228 * XEmacs 20.3-beta21 is released.
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4229
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4230 * XEmacs 19.16-pre2 is released.
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4231
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4232 1997-09-13 SL Baur <steve@altair.xemacs.org>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4233
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4234 * XEmacs 20.3-beta20 is released.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4235
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4236 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4237
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4238 * configure.in: Use `PATH' for options that take multiple dirs.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4239 - Fix test for $PWD == `pwd`
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4240 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4241 systems can work. (untested)
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4242
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4243 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4244 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4245 being autoloaded - let's make them part of the core.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4246
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4247 * lisp/x11/x-compose.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4248 * lisp/x11/x-init.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4249 * lisp/x11/x-win-sun.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4250 * lisp/x11/x-winxfree86.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4251 * src/device-x.c:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4252 * src/event-Xt.c:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4253 - Yet another rewrite of key handling (not the last, though)
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4254 - x-keysym-on-keyboard-p is much faster.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4255 - x-keysym-on-keyboard-sans-modifiers-p introduced.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4256 - x-keysym-hashtable introduced.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4257 - allow X11R4 libs to guess keysyms on X11R5 servers.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4258 - A better workaround for the bug that some Xlibs generate
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4259 Multi_key a adiaeresis when pressing Multi_key a "
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4260
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4261 * src/dgif_lib.c: Make sure size_t is defined before using it.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4262
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4263 1997-09-12 SL Baur <steve@altair.xemacs.org>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4264
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4265 XEmacs 19.16-pre1 "Queens" is released.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4266
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4267 1997-09-08 SL Baur <steve@altair.xemacs.org>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4268
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4269 * configure.in: Reverse package-path.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4270 From Colin Rafferty <craffert@ml.com>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4271
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4272 1997-09-02 SL Baur <steve@altair.xemacs.org>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4273
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4274 * XEmacs 20.3-beta19 is released.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4275
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4276 * Makefile.in (finder): New target.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4277
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4278 1997-08-29 SL Baur <steve@altair.xemacs.org>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4279
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4280 * XEmacs 19.16-beta91 is released.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4281
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4282 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4283
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4284 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4285 iso-2022-jp-2 is defined as coding-system.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4286
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4287 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4288 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4289
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4290 (iso-2022-jp-2): New coding system.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4291
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4292 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4293
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4294 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4295 jka-compr.el.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4296
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4297 1997-08-20 SL Baur <steve@altair.xemacs.org>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4298
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4299 * XEmacs 19.16-beta90 is released.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4300
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4301 1997-08-16 SL Baur <steve@altair.xemacs.org>
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4302
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4303 * XEmacs 20.3-beta18 is released.
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4304
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4305 1997-08-09 SL Baur <steve@altair.xemacs.org>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4306
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4307 * XEmacs 20.3-beta17 is released.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4308
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4309 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4310
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4311 * configure.in:
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4312 - use-system-malloc renamed to with-system-malloc.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4313 - config.el reimplemented for improved accuracy.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4314 - new variable `blddir' introduced for informational purposes.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4315 * lib-src/config.values.in: new config.el implementation
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4316 * lib-src/config.values.sh: new config.el implementation
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4317 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4318 (thanks to Espen Skoglund, pascal.el maintainer)
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4319 * src/chartab.c: maintainability improvements.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4320 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4321 coding systems results in extra CR's inserted into file on saving.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4322
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4323 1997-08-06 SL Baur <steve@altair.xemacs.org>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4324
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4325 * configure.in: Crash & burn if db-2 is detected.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4326 From Soren Dayton <csdayton@cs.uchicago.edu>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4327
179
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4328 1997-07-31 SL Baur <steve@altair.xemacs.org>
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4329
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4330 * XEmacs 20.3-beta16 is released.
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4331
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4332 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4333
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4334 * configure.in: --with-x11=no --> --with-xface=no
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4335 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4336 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4337 * event-Xt.c: Fix crashes when no input context available.
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4338 * src/mule-coding.c: Use enum eol_type instead of int consistently
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4339 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4340 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4341 NOT_C_CODE
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
4342
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4343 1997-07-26 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4344
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4345 * XEmacs 20.3-beta15 is released.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4346
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4347 1997-07-25 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4348
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4349 * lwlib/xlwscrollbar.c: Add debug malloc support.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4350 * lwlib/xlwmenu.c: Ditto.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4351 * lwlib/lwlib-utils.h: Ditto.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4352
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4353 * configure.in (null_string): Add --use-debug-malloc option.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4354
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4355 1997-07-21 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4356
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4357 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4358
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4359 1997-07-20 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4360
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4361 * Makefile.in (install-arch-indep): Create required links when
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4362 prefixdir != execdir.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4363
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4364 1997-07-19 SL Baur <steve@altair.xemacs.org>
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4365
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4366 * XEmacs 20.3-beta14 is released.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4367
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4368 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4369
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4370 * src/fns.c (require): Print messages when loading a file as a
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4371 result of require.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4372
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4373 * configure.in:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4374 * lisp/utils/config.el:
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4375 * lib-src/config.values:
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4376 - new file created and installed by building.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4377 - Allow configuration time values to be queried by the lisp code.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4378
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4379 * configure.in:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4380 - check for alloca in libPW on hpux.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4381 - Redo --with-clash-detection
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4382 - need to check for termios and friends even if with-tty=no.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4383 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4384 - better quoting for AIX_SMT_EXP (untested)
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4385 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4386
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4387 * *.[ch]: more warning elimination
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4388
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4389 * src/input-method*.c:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4390 * src/s/freebsd.h:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4391 - remove freebsd ifdefs from C code.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4392
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4393 * src/specifier.c:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4394 - fix Fdisplay-table-specifier-p
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
4395
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4396 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4397
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4398 * XEmacs 20.3-beta13 is released.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4399
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4400 * info/dir (Packages): Integrate texinfo manual for PH.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4401
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4402 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4403
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4404 * extents.c (print_extent): Print correctly.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4405
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4406 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4407
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4408 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4409
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4410 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4411
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4412 * *Makefile*: More cleanup.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4413 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4414 - Nuke ld_call_shared from s&m files
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4415 - Nuke src/s/*-static.h
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4416 - Nuke Solaris and DEC OSF static build support.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4417 - Nuke SHORTNAMES
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4418 - Nuke libmld
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4419 - CLASH_DETECTION configurable, off by default.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4420
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4421 * *.[ch]: Warning elimination, code cleanup, some 64-bit
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4422 safeguarding.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4423
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4424 * sol2.h: More bullet-proofing for Sun bugs in header files.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4425
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4426 * lib-src/etags.c: etags version 12.19.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4427
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4428 * lisp/x11/x-select.el:
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4429 * src/xselect.c: Try STRING if selection owner couldn't convert
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4430 COMPOUND_TEXT.
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4431
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4432 * src/*.c: Change defalt to default_, and in general allow
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4433 doc-snarfing functions to recognize and ignore trailing `_'
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4434
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4435 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4436 convert source code to use them consistently.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
4437
171
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4438 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4439
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4440 * XEmacs 20.3-beta12 is released.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4441
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4442 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4443
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4444 * configure.in: Set options differently, depending on beta-ness of
171
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4445 build tree.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4446 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4447 distclean.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4448
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4449 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4450
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4451 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4452 linker.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4453 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4454
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4455 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4456
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4457 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4458
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4459 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4460
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4461 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4462 fix. Restoration of lossage from beta10->beta11 upgrade.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4463
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4464 * XEmacs 20.3-beta11 is released.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4465
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4466 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4467
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4468 * lisp/language/english.el: Add quail-british for British.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4469
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4470 * lisp/language/european.el: Register input-method for various non
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4471 quail-latin-1 methods.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
4472
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4473 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4474
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4475 * lib-src/getopt*.c: Don't redefine const - let configure do that.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4476
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4477 * configure.in: Better behavior for `configure --with-gcc=no'
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4478 - Autodetect ulimit.h
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4479 - Remove broken SunOS4 kludge for libXmu
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4480 - Autodetect usleep
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4481
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4482 * src/s/sol2.h: Support gcc on various Solaris releases.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4483
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4484 * lib-src/*.c: Ansify prototypes.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4485
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4486 * lisp/prim/files.el: Optimize auto-mode-alist.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4487
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4488 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4489 - `make install' now works.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4490 - dependencies updated.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4491
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4492 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4493 - Replace uses of XtVa* with non-varargs variants.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4494
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4495 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4496
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4497 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4498 `change-major-mode-hook'.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4499
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4500 * lisp/modes/image-mode.el (image-maybe-restore): New function.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4501
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4502 * src/glyphs.c (make_string_from_file): must protect from
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4503 `format-alist'.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4504
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4505 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4506
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4507 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4508 variable.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4509
167
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4510 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4511
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4512 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4513 should be `print-libgcc-file-name'
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4514 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4515
167
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4516 * XEmacs 20.3-beta10 is released.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4517
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4518 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4519
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4520 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4521 GB).
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4522
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4523 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4524 11643 to be more detailed.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4525
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4526 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4527 `arabic-2' to `arabic-digit', `arabic-1-column' and
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4528 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4529
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4530 * src/mule-charset.c: Modify charset DOC-strings to be more
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4531 detailed.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4532
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4533 Use BOX DRAWINGS characters of JIS X0208.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4534
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4535 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4536
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4537 * lisp/apel/richtext.el: Add autoload comments for
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4538 `richtext-encode' and `richtext-decode'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4539
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4540 * lisp/prim/format.el (format-alist): Add `text/richtext'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4541
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4542 * lisp/tl/chartblxmas.el: New file.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4543
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4544 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4545 table" for MULE menu.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4546
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4547 * lisp/apel/emu.el: Check richtext.el is bundled.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4548
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4549 * lisp/tl/char-table.el (view-charset): New command.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4550
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4551 * lisp/tl/char-table.el: Rename some functions.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4552
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4553 * lisp/packages/hexl.el (hexl-mode-exit): Run
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4554 `hexl-mode-exit-hook'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4555
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4556 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4557 support" and "Set language environment" of mule menu.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4558
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4559 * lisp/apel/file-detect.el: Add autoload comments for function
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4560 `add-path', `add-latest-path', `get-latest-path',
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4561 `file-installed-p', `exec-installed-p', `module-installed-p' and
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4562 variable `exec-suffix-list'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4563
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4564 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4565 image/png and image/x-xpm.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4566
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4567 * lisp/modes/image-mode.el: New file.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4568
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4569 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4570
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4571 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4572 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4573
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4574 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
4575
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4576 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4577
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4578 * XEmacs 20.3-beta9 is released.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4579
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4580 * Makefile.in (dist): Make `make dist' work for me.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4581
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4582 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4583
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4584 * configure.in:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4585 - Change "t" to tabs in sed commands
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4586 - Add /g to sed substitition commands when appropriate
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4587 - Change XtVa[SG]etValue to Xt[SG]etValue
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4588 - Make version variables into Lisp_Objects.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4589
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4590 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4591
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4592 * src/config.h.in:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4593 * configure.in:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4594 - Autodetect X defines using xmkmf.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4595 - Compute rpath on *bsd* systems as well.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4596 - rewrite PRINT_VAR m4 macro.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4597 - detect sizes of void* and long long for future use by unex*.c
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4598 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4599
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4600 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4601
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4602 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4603
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4604 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4605 `mh-folder-coding-system'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4606
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4607 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4608
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4609 * lisp/language/ethio-util.el: imported from
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4610 Emacs/mule-19.34.94-zeta.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4611
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4612 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4613 repair Arabic characters.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4614
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4615 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4616
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4617 * lib-src/update-autoloads.sh: Search lisp/mule/.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4618
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4619 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4620 language environment" of Mule menu.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4621
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4622 * lisp/language/visual-mode.el: moved from mule/.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4623
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4624 * lisp/language/ethiopic.el: Modify for XEmacs.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4625
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4626 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4627 problem of setting for `language-info-alist' about koi8-r.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4628
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4629 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4630
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4631 * lisp/mule/mule-util.el: New file (imported from
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4632 Emacs/mule-19.34.94-zeta).
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4633
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4634 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4635 moved to mule-util.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4636
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4637 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4638 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4639 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4640 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4641 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4642
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4643 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4644 emulate Emacs/mule-19.34.94-zeta function.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4645
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4646 * lisp/mule/mule-cmds.el: modified to sync with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4647 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4648
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4649 (set-language-info): Add to "Describe Language Support" and "Set
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4650 Language Environment" menu.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4651
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4652 * lisp/mule/mule-charset.el: Function `compose-region' and
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4653 `decompose-region' were moved to mule-util.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4654
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4655 * lisp/leim/quail.el: modify to sync with latest quail.el of
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4656 Emacs/mule in ETL.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4657
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4658 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4659
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4660 (quail-map-p): Use `characterp' instead of `integerp'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4661
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4662 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4663
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4664 * Makefile.in: Missing FRC.info.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4665 (install-arch-dep): Add missing backslash.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4666 From Glynn Clements <glynn@sensei.co.uk>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
4667
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4668 * XEmacs 20.3-beta8 is released.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4669
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4670 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4671
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4672 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4673 lwlib/lwlib.c: Make 64 bit clean.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4674
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4675 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4676
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4677 * configure.in:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4678 - Autodetect X defines using xmkmf.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4679 - Compute rpath on *bsd* systems as well.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4680 - rewrite PRINT_VAR m4 macro.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4681 - detect sizes of void* and long long for future use by unex*.c
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4682
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4683 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4684
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4685 * */Makefile.in.in: Another rewrite
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4686 Make makefiles immune from being mangled by various cpp
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4687 implementations by quoting non-preprocessor directive lines.
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4688 - random cleanup
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4689 - Use $(RM) and $(pwd) macros consistently
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4690 - Add dependencies for balloon-help source files
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4691 - Use getcwd by default instead of getwd.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4692 * lwlib/config.h: Now includes src/config.h
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4693 * lwlib/*.c: Use config.h, but DON'T use Xos.h
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4694 * lib-src/*.c: Fix compiler warnings
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4695 * lisp/version.el:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4696 - Put version information in version.sh instead of version.el
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4697
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4698 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4699
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4700 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4701 -I/usr/local/include.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4702
161
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4703 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4704
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4705 * XEmacs 20.3-beta7 is released.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4706
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4707 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4708
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4709 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4710 regexp for horizontal smiley faces.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4711 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4712
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4713 * lisp/leim/quail.el (quail-get-translation): Don't use
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4714 `string-to-vector' for XEmacs.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4715
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4716 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4717
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4718 * lisp/modes/*.el: Removed all "\177" bindings that were
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4719 previously commented out and normalized everything vis a vis
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4720 'backspace and 'delete keysyms.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4721 * lisp/packages/*.el: Normalized all the "\177" bindings
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4722 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
161
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4723 which is a "smart" version of the cperl-electric-backspace
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4724 function (it honors the desired delete direction). Bound it to
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4725 'delete and the electric-backspace to 'backspace.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4726 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
161
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4727 cperl-electric-delete to the 'supersede list.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
4728
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4729 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4730
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4731 * XEmacs 20.3-b6 is released.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4732
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4733 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4734 Suggested by Martin Buchholz <mrb@eng.sun.com>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4735
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4736 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4737
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4738 * src/Makefile.in:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4739 * lwlib/Makefile.in:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4740 * lib-src/Makefile.in:
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4741 * Makefile.in: More Makefile cleanup
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4742 - add .PHONY targets where necessary
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4743 - remove most builtin rules using .SUFFIXES
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4744 - -lXau only gets used for linking gnuserv binaries
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4745 - No VPATH for root Makefile
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4746 - remove gcc v1 support
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4747 * configure.in:
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4748 - A new test to autodetect need to define NARROWPROTO,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4749 needed by XFree86
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4750 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4751 - Immediately exit if SIZEOF_* tests fail.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4752 - Check for libPW
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4753 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4754 are in sync.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4755 * src/s/linux.h:
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4756 * src/m/intel386.h: Yet another attempt to clean up linux defines.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4757
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4758 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4759
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4760 * lib-src/pop.c: Correct incantation for pop.h.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4761 From Martin Buchholz <mrb@Eng.Sun.COM>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4762
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4763 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4764
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4765 * configure.in (beta): Correct test looking for Beta number.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4766
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4767 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4768
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4769 * src/Makefile.in.in, mule/language/misc-lang.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4770 mule/mule-load.el, mule/ipa-hooks.el: Use
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4771 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4772 mule/ipa-hooks.el was deleted.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4773
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4774 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4775
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4776 * Use lisp/mule/language/thai-util.el instead of
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4777 lisp/mule/thai.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4778
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4779 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4780
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4781 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4782 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4783
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4784 * lisp/mule/language/thai.el: modified for XEmacs.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4785
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4786 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4787
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4788 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4789 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4790 lisp/mule/language/european.el, lisp/mule/language/greek.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4791 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4792 instead of lisp/mule/chinese-hooks.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4793 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4794 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4795 lisp/mule/korean-hooks.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4796
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4797 * lisp/mule/language/*.el was imported from
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4798 Emacs/mule-19.34.94-zeta.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4799
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4800 * Use lisp/mule/language/china-util.el instead of
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4801 lisp/mule/chinese.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4802
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4803 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4804
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4805 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4806 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4807 were defined as coding-system.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4808
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4809 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4810
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4811 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4812 smiley faces.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
4813
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4814 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4815
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4816 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4817 * lisp/modes/help.el: Changed \177 bindings to 'delete
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4818
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4819 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4820
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4821 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4822 the `backward-or-forward-foo' functions.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4823 * lisp/prim/simple.el:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4824 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4825 - Removed `backspace-or-delete-hook'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4826 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4827 - Added functions: `backward-or-forward-kill-word'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4828 `backward-or-forward-kill-sentence'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4829 `backward-or-forward-kill-sexp'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4830 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4831 began playing nicely with pending-del.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4832 * lisp/modes/cc-mode.el:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4833 * lisp/modes/cperl-mode.el: Fixed references to delete functions
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4834 to use the new names.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4835
157
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
4836 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
4837
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
4838 * XEmacs 20.3-b5 is released.
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
4839
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4840 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4841
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4842 * XEmacs 20.3-b4 is released.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4843
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4844 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4845
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4846 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4847 with new Autoconf 2 mechanisms.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4848 * src/syswait.h:
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4849 * src/sysdep.c:
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4850 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4851
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4852 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4853 old cruft that can be obtained from system header files.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4854 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4855
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4856 * lib-src/b2m.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4857 * src/gifalloc.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4858 * lib-src/gnuslib.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4859 * lib-src/profile.c:
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4860 * lib-src/movemail.c: Fix compiler warnings
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4861
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4862 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4863 - Fix up compile flags for new etags version
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4864
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4865 * man/xemacs/programs.texi:
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4866 * lib-src/etags.c: Upgraded to etags 12.11
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4867
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4868 * src/config.h.in: Fix inline keyword support
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4869
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4870 * configure.in: Use a different mechanism for removing extra white
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4871 space. Avoid using foo=`echo $bar`, which loses with various echos.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4872 - new M4 macro XE_SPACE(var, words...)
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4873 - Use autoconf 2's AC_HEADER_SYS_WAIT
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4874 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4875 linking with losing Xpm implementations
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4876 - Check for correct wnn4 lib symbols
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4877 - Only link with inline.o when using gcc
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4878 - Support inline keywords inline, __inline, __inline__
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4879 - Ultrix now implies have_mmap=no
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4880 - Sun sound in non-standard dirs now works
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4881 - --native-sound-lib no longer ignored on HP & SGI
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4882 - gpm configure tests moved after curses configure tests
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4883
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4884 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4885
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4886 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4887 desired delete direction in both normal and "hungry" modes.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4888 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4889 honor the desired delete direction.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4890
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4891 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4892
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4893 * configure.in: Automagically compute -R path for gcc
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4894
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4895 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4896
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4897 * lisp/vm/vm-vars.el: Fixed delete key binding to call
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4898 `vm-scroll-down'
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4899
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4900 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4901
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4902 * configure.in: Add support for Solaris2.6 -z ignore linker flags
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4903
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4904 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4905
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4906 * configure.in: Replace standard Autoconf MMAP test with Neal
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4907 Becker's replacement, hacked somewhat.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4908
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4909 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4910
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4911 * lisp/prim/simple.el: Created `backspace-or-delete' function and
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4912 `backspace-or-delete-hook'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4913 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4914 delete function.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4915 * lisp/modes/*.el: Removed conflicting \177 bindings.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4916 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4917 delete bindings.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4918 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
4919 use new delete bindings.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4920
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4921 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4922
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4923 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4924
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4925 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4926 x11/x-menubar.el.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4927
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4928 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4929
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4930 * lisp/leim/quail.el: to avoid compiling warnings about
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4931 overlay.el.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4932
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4933 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4934
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4935 * lisp/leim/quail.el: to sync with quail.el of
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4936 Emacs-19.34.94-zeta.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4937
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4938 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4939 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4940 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4941 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4942 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4943 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4944 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4945 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4946 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4947 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4948 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4949 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4950 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4951 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4952 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4953 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4954 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4955 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4956 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4957
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4958 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4959
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4960 * mule/korean.el was abolished because it seems not to be used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4961
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4962 * mule/japanese.el was abolished because it seems not to be used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4963
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4964 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4965
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4966 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4967 Gnus 5.4.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4968
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4969 * lisp/tm/tm-edit.el: updated to 7.108.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4970
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4971 * lisp/tm/tm-view.el: updated to 7.83.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4972
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4973 * lisp/leim/quail.el: modified for XEmacs.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4974
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4975 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4976 mule-process.el because it is not used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4977
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4978 * lisp/mule/european.el was abolished because it seems not to be
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4979 used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4980
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4981 * lisp/mule/mule-load.el: must load mule-cmds before setting for
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4982 language-environment.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4983
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4984 * lisp/mule/european-hooks.el: Modified for LEIM.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4985
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4986 * lisp/mule/mule-cmds.el: Uncomment key definition for
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4987 `toggle-input-method'.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4988
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4989 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4990 to mule-cmds.el).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4991
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4992 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4993 from mule-init.el).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4994
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4995 * lisp/tl/tl-atype.el: Don't require tl-str.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4996
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4997 * lisp/tl/tl-atype.el: Use atype.el of APEL.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4998
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
4999 * lisp/tl/tl-list.el: Use alist.el of APEL.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5000
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5001 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5002
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5003 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5004 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5005
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5006 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5007
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5008 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5009
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5010 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5011 19.34.94-epsilon).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5012
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5013 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5014 XEmacs can not compile it.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5015
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5016 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5017 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5018 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5019 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5020 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5021 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5022 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5023 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5024 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5025 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5026 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5027 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5028 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5029 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5030 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5031 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5032 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5033 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5034 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5035 elisp files; old lisp/quail was abolished.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5036
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5037 * src/Makefile.in.in: Add mule-cmds.elc.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5038
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5039 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5040 (imported from Emacs-19.34.94-epsilon and comment out a lot to
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5041 avoid conflict with mule-init.el or other XEmacs/mule files).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5042
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5043 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5044 from Emacs-19.34.94-epsilon.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5045
153
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5046 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5047
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5048 * XEmacs 20.3-beta3 is released.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5049
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5050 * INSTALL: Delete documentation of mocklisp support.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5051
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5052 * configure.in: Delete mocklisp support.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5053
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5054 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5055
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5056 * configure.in: Replace standard Autoconf MMAP test with Neal
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5057 Becker's replacement, hacked somewhat.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5058
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5059 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5060
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5061 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5062
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5063 * lib-src/etags.c: Version 12.7 from Francesco.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5064
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5065 * configure.in: Juggle link order of X libraries.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5066 Add support for using zsh to run configure.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5067 Document --with-tty=no.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5068 Fix -no-recursion option.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5069 Recognize and ignore --cache-file option.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5070 Recognize null values for preprocessor symbols converted to shell
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5071 variables. This maybe fixes the "-ltermcap" problem.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5072 Remove spurious blanks from various SUBST-ituted variables.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5073 Fix conditional creation of gdbinit.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5074 Conditionally create .sbinit for Sunpro C.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5075
151
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5076 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5077
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5078 * XEmacs 20.3-beta2 is released.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5079
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5080 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5081
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5082 * configure.in: Try to fix all reported bugs with 20.3-b1.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5083 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5084 extra-verbose now default on beta builds.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5085 extra-verbose now much more verbose.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5086 Don't set libs_termcap to " ".
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5087 Detect -lXm AFTER detecting -lXpm.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5088 Use runtime paths before running tests, since AC_TRY_RUN may
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5089 depend on it.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5090 with-xim=motif only default on Solaris.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5091 realpath moved from s&m to configure.in.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5092 xemacs-version.h removed. main_1 now contains $canonical as well,
151
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5093 for even more useful backtraces.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5094 termcap handling rewritten.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5095 Create .sbinit for Sun's source browser.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5096 Warn user if no XPM support present.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5097 Warn user if compiling in error checking.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5098
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5099 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
151
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5100 dynodump. Remove core when cleaning. Remove config.log.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5101 make distclean now functional.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5102
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5103 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5104
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5105 * lwlib/Makefile.in.in (distclean): Clean up config.h.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5106
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5107 * Makefile.in (distclean): Remve config.log.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5108 remove broken dynodump stuffs.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5109
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5110 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5111
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5112 * XEmacs 20.3-b1 is released.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5113
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5114 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5115
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5116 * info/dir (Packages): Update minor version number.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5117
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5118 * README: Update minor version number.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5119
146
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5120 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5121
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5122 * XEmacs-20.2 is released.
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5123
144
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5124 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5125
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5126 * XEmacs 20.2-b6 is released.
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5127
142
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5128 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5129
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5130 * XEmacs 20.2-b5 is released.
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5131
140
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5132 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5133
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5134 * XEmacs 20.2-b4 is released.
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5135
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5136 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5137
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5138 * configure.in (--with-xim): Don't default it to Motif since it
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5139 causes crashes at startup on some systems.
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5140
138
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5141 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5142
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5143 * XEmacs 20.2-b3 is released.
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5144
136
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5145 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5146
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5147 * XEmacs 20.2-b2 is released.
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5148
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5149 * configure.in (beta): OPENWINHOME misspelled.
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5150
134
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5151 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5152
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5153 * XEmacs 20.2-b1 is released.
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5154
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5155 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5156
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5157 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5158 uname.
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5159
131
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5160 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5161
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5162 * XEmacs 20.1 is re-released.
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5163
126
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5164 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5165
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5166 * XEmacs 20.1 is released.
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5167
124
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5168 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5169
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5170 * XEmacs 20.1-b15 is released.
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5171
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5172 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5173 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5174 1) changing it into sections -- there is now a section for building,
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5175 running and compatibility problems
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5176
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5177 2) removing some obviously obsolete entries -- e.g. those pertaining
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5178 to Emacs 18, etc. --> size is off by 20K
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5179
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5180 3) Rearranging the entries by relevance. I have tried to put the most
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5181 relevant entries in front.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5182
122
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5183 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5184
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5185 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5186
120
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5187 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5188
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5189 * XEmacs 20.1-b12 is released.
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5190
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5191 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5192
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5193 * configure.in: Cosmetic change to summary print of POP/Kerberos/
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5194 Hesiod options.
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5195
118
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5196 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5197
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5198 * XEmacs 20.1-b11 is released.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5199
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5200 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5201
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5202 * Makefile.in (install-only): New target. Functionality suggested
118
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5203 by Larry Schwimmer, correct way of doing it suggested by Chuck
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5204 Thompson.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5205
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5206 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5207 Zawinski for SGI cc and Irix 6.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5208
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5209 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5210
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5211 * configure.in: Add configuration parameters for Emacs 19.34
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5212 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5213
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5214 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5215
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5216 * configure.in: Remove garbage if [ ... ] constructs and a
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5217 mispatch.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5218
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5219 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5220
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5221 * XEmacs 20.1-b10 is released.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5222
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5223 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5224
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5225 * Remove vms top-level directory.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5226
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5227 * XEmacs 19.15 final released to beta testers.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5228
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5229 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5230
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5231 * XEmacs 19.15 prefinal released to beta testers.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5232
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5233 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5234
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5235 * configure.in (--debug): Correct documentation.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5236
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5237 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5238
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5239 * XEmacs 19.15-b104 is released.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5240
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5241 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5242
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5243 * configure.in (beta): Add configure support for the -rpath flag
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5244 for IRIX analogous to the Solaris "-R".
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5245
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5246 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5247
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5248 * info/dir (Packages): Add HM-HTML-Mode to menu.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5249
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5250 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5251
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
5252 * configure.in: Echo only current configuration using 'tee -a'.
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5253
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5254 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5255
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5256 * XEmacs-19.15-b103 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5257 * XEmacs-20.0-b9 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5258
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5259 * Makefile.in (top_distclean): Add `Installation' to distclean
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5260 rule.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5261
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5262 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5263
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5264 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5265 update-autoloads.sh.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5266
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5267 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5268
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5269 * XEmacs-19.15-b102 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5270
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5271 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5272
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5273 * XEmacs-19.15-b101 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5274
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5275 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5276
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5277 * XEmacs-20.1-b8 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5278 * XEmacs-19.15-b100 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5279
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5280 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5281
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5282 * XEmacs-20.1-b7 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5283 * XEmacs-19.15-b99 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5284
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5285 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5286
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5287 * configure.in: Add sunos4-1-4 header files.
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5288
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5289 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5290
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5291 * configure.in: Use new file bsdos3.h with BSDI 3.0.
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5292
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5293 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5294
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5295 * XEmacs-20.1-b6 is released.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5296 * XEmacs-19.15-b98 is released.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5297
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5298 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5299
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5300 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5301 (gzip-el): New targe for compressed installed lisp sources.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5302
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5303 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5304
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5305 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5306 but before anything else. More flexible about finding an xemacs
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5307 to use for byte-compilation (default src/xemacs). Other minor fixes.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5308
106
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5309 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5310
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5311 * XEmacs 20.1-b5 is released.
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5312
104
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5313 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5314
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5315 * XEmacs 20.1-b4 is released.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5316
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5317 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5318
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5319 * Makefile.in (distclean): Correct typos.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5320
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5321 * XEmacs 19.15-b96 is released.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5322
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5323 * configure.in: Symlink site-lisp when using --srcdir.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5324 Add special handling of lisp directory to allow for multiple
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5325 site-packages files.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5326
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5327 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5328
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5329 * Makefile.in (distclean): Create lock and site-lisp directories
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5330 when they don't exist (after being pruned by CVS).
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5331
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5332 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5333
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5334 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5335 distribution.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5336
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5337 * XEmacs 20.1-b3 is released.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5338
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5339 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5340
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5341 * XEmacs 20.1-b2 is released.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5342
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5343 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5344
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5345 * XEmacs 19-15-b'95 is released.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5346
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5347 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5348
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5349 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5350 - "knob" renamed to "slider"
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5351 - leftmost pixel wasn't sensitive to button clicks, while righmost
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5352 pixel was.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5353 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5354 - goobers on top of up-arrow removed.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5355 - up-arrow would not always be redrawn when necessary
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5356 - slider drag would be `off' by size of up-arrow
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5357 - horizontal and vertical scrollbars didn't use exactly the same
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5358 dimensions.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5359 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5360 - Now up- and down-arrows actually work near beginning/end of buffer!
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
5361
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5362 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5363
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5364 * configure.in (with_xauth): Attempted correction of test for
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5365 libXmu on SunOS.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
5366
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5367 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5368
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5369 * XEmacs 20.1-b1 is released.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5370 * XEmacs 19.15-b94 is released.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5371
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5372 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5373
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5374 * README: ``This directory tree holds version 19.13 ...'' ???
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5375
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5376 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5377
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5378 * XEmacs 19.15-b93 is released.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5379 XEmacs 20.0 is released to the 'net.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
5380
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
5381 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
5382
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
5383 * XEmacs 20.0try3 is released.
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
5384
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
5385 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
5386
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
5387 * XEmacs 20.0try2 is released.
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
5388
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
5389 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
5390
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
5391 * XEmacs 19.15-b92 is released.
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
5392
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5393 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5394
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
5395 * XEmacs 20.0try1 is released.
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
5396 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5397
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5398 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5399
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5400 * PROBLEMS: Updated from beta test bug reports.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5401 Put in outline-mode/outl-mouse-minor-mode by default.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5402
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5403 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5404
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5405 * CHANGES-beta: XEmacs 20.0-b93 is released.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
5406
84
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5407 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5408
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5409 * CHANGES-beta: XEmacs 20.0-b92 is released.
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5410
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5411 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5412
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5413 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5414 char and pointer.
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5415
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5416 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5417
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5418 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
5419
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5420 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5421 * XEmacs 20.0-b91 (prerelease 2) is released.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5422
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5423 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5424 type.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5425
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5426 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5427 borderwidth.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5428 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5429 SCROLLBAR_LINE_DOWN since that's current the only to get to the
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5430 bottom of the buffer. :-(
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5431
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5432 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5433
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5434 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5435 configurations that use both Motif and Athena.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5436
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5437 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5438
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5439 * info/dir (Gnus): Updated spelling and info.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5440
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5441 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5442
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5443 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5444
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5445 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5446
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5447 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5448 warnings for ccl-read-*
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5449
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5450 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
5451
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5452 * XEmacs 20.0 beta90 (prerelease 1) is released.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5453 * XEmacs 19.15 beta90 (prerelease 1) is released.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5454
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5455 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5456
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5457 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5458
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5459 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5460 * XEmacs 20.0 beta 34 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5461 * XEmacs 19.15 beta 7 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5462
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5463 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5464
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5465 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5466
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5467 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5468
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5469 * src/emacs.c: Make sure
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5470 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5471 works properly
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5472
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5473 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5474 competitor to Purify.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5475
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5476 * man/lispref/symbols.texi: Fix up bit vector documentation
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5477 * man/lispref/sequences.texi: Fix up bit vector documentation
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5478
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5479 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5480
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5481 * lisp/prim/update-elc.el: Don't rely on autoloads.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5482
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5483 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5484
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5485 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5486 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5487 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5488 Errors during autoload generation are just that - errors.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5489
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5490 Generated autoloads are now in a separate file of their own.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5491
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5492 Reliability of autoload generation greatly increased.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5493
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5494 Distribution smaller by about 100k.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5495
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5496 `make autoloads' is still the preferred mechanism for update.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5497
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5498 Autoloads are always regenerated completely from scratch. This
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5499 avoids errors with obsolete or corrupted autoload entries.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5500
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5501 Caching of autoload entries using timestamps has been eliminated.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5502
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5503 Files that have no autoloads no longer have a comment placed into
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5504 the generated autoloads file.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5505
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5506 There was a bug where autoload entries would sometimes end up
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5507 being inserted into the *middle* of other autoload entries,
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5508 thereby corrupting them.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5509
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5510 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5511
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5512 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5513
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5514 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5515 doesn't use the autoload facility to load `autoload';
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5516 load it explicity instead.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5517
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5518 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5519
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5520 * man/Makefile: Reinstate hyperbole & oo-browser manuals
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5521
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5522 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5523
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5524 * src/mule-charset.c: Use lower case for charset registry, to
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5525 match XLFD.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5526
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5527 * Makefile.in: replace list of info files with *.info* - one less
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5528 maintenance headache
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5529
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5530 * man/oo-browser.texi: Fix TeXability
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5531
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5532 * man/hyperbole.texi: Fix TeXability
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5533
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5534 * man/vhdl-mode.texi: Fix TeXability
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5535
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5536 * lisp/prim/loaddefs.el: Wholesale housecleaning
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5537 `make autoloads' should finally work.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5538
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5539 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5540
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5541 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5542
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5543 * lib-src/update-elc.sh: `make all-elc' was updating files in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5544 `special' directories without using the Makefiles
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5545 designed for that purpose.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5546 - make sure ilisp isn't remade every time through `make all-elc'.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5547
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5548 * info/dir (Packages): Add Japanese TM info files
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5549
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5550 * src/inline.c: Allow compilation with `gcc -g'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5551
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5552 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5553
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5554 * src/lread.c: Don't put `...' immediately after a filename, so
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5555 that various tools can recognize the filename as such.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5556
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5557 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5558 --with-xim=xlib and key event on window frame.
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5559 Change return foo to return (foo) when return is a macro.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5560
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5561 * src/editfns.c (Ffollowing_char): docstring fixes.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5562
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5563 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5564 This Makefile is no longer officially broken.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5565
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5566 * info/dir: Add Japanese tm documents.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5567
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5568 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5569
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5570 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5571 xargs -i flag.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5572
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5573 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5574 the `binary' coding system is used for .gz and .Z extensions.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5575
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5576 * man/viper.texi: Viper version 2.90
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5577
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5578 * man/ediff.texi: Ediff Version 2.62
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5579
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5580 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5581 define-key, for compatibility with loaddefs.el
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5582
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5583 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5584
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5585 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5586
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5587 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5588 files in dirs that have their own Makefiles.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
5589
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5590 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5591
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5592 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5593
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5594 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5595
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5596 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5597 installation.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5598
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5599 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5600
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5601 * XEmacs 20.0 beta 33 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5602 * XEmacs 19.15 beta 6 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
5603
76
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5604 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5605
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5606 * Makefile.in (install-arch-indep): Simplify installation of info
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5607 pages.
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5608
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5609 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5610 * XEmacs 20.0-b32 released.
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5611
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5612 * XEmacs 19.15-b5 released.
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
5613
74
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5614 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5615
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5616 * configure.in: Reformat. Fix shared include file rename
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5617 problem.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5618
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5619 * configure: Reformat. Fix shared include file rename problem.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5620
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5621 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5622
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5623 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5624
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5625 * Makefile.in (install-arch-indep): Install infofiles gzipped by
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5626 default.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5627
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5628 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5629
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5630 * CHANGES-beta: XEmacs 20.0-b31 is released.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
5631
72
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5632 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5633
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5634 * info/vhdl-mode.info: New file.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5635
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5636 * info/dir (Packages): Add vhdl-mode documentation.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5637
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5638 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5639
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5640 * configure: Make shared/dynamic flags work much more logically.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5641
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5642 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5643
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5644 * configure.in (machine): Patch to make newly renamed shared
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5645 link include files work.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5646
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5647 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5648
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5649 * configure.in: Configure for POSIX getcwd if available.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5650
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5651 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5652
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
5653 * configure.in (LIBS): Fix typo in dialog box test.