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