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