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