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