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