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