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