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