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