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