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