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