1b98722ae23bde0a706950f09a6659cfc6f117fa
[chise/xemacs-chise.git.1] / ChangeLog
1 2003-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * Makefile.in.in: Use chise-db/ instead of char-db/.
4
5 2003-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6
7         * Makefile.in.in:
8         - Use HAVE_CHISE instead of HAVE_CHISE_CLIENT.
9         - Setup chise-db-directory [make symbolic link for
10           ${archlibdir}/char-db].
11
12 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
13
14         * configure.in: Delete HAVE_CHISE_CLIENT.
15
16 2003-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
17
18         * configure.in: Use HAVE_LIBCHISE instead of CHISE; add HAVE_CHISE
19         if HAVE_LIBCHISE or HAVE_CHISE_CLIENT is defined.
20
21 2003-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
22
23         * configure.in:
24         - Add new option `--with-chise'.
25         - define `CHISE' if --with-chise is specified and/or chise.h is
26           found.
27         - Disable Wnn support if UTF2000 is enables.
28         - Display "Multiscriptization / Multilingualization /
29           Internationalization:" instead of "Internationalization:".
30
31 2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
32
33         * Makefile.in.in (COPYDIR): Add ${srcdir}/lib-src/char-db if
34         HAVE_CHISE_CLIENT is defined.
35         (COPYDESTS): Add ${archlibdir}/char-db if HAVE_CHISE_CLIENT is
36         defined.
37
38         * configure.in: Define HAVE_CHISE_CLIENT when HAVE_DATABASE and
39         UTF2000 are defined.
40
41 2001-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
42
43         * configure.in: Don't define `HAVE_GGC' in XEmacs UTF-2000.
44
45 2001-08-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
46
47         * Makefile.in.in (all-elc all-elcs): Add lisp/utf-2000 as a target
48         to byte-compile if compiling with --utf-2000.
49         (lisp/auto-autoloads.el): Add setting for lisp/utf-2000 if
50         compiling with --utf-2000.
51
52 2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
53
54         * configure.in: Define `HAVE_GGC' if with-utf-2000 is specified.
55
56 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
57
58         * configure.in: Add new option `--with-text-coding'; define
59         `TEXT_CODING' if it is specified.
60
61 1999-08-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
62
63         * configure.in:
64         - Delete `--with-ucs4' option.
65         - Display message about UTF-2000 if "$with_utf_2000" = yes.
66
67 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
68
69         * configure.in:
70         - Add new option `--with-ucs4'; define `CHAR_IS_UCS4' if it is
71           specified.
72         - Define `CHAR_IS_UCS4' if `--with-utf-2000' is specified.
73
74 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
75
76         * configure.in: Add new option `--with-utf-2000'; define `UTF2000'
77         if it is specified.
78
79 2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
80
81         * XEmacs 21.4.13 is released
82
83 2003-03-20  Stephen J. Turnbull  <stephen@xemacs.org>
84
85         * configure.in (INTPTR_T_IN_CYGWIN_TYPES_H): 
86         Cygwin defines these types in <cygwin/types.h>.  Detect and don't
87         duplicate the definition.
88
89 2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
90
91         * configure.usage (Usage): Use an autodetected feature as an
92         example of how to disable features.  A Martin Buchholz Suggestion.
93
94 2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
95
96         * INSTALL: Give location of Darwin X11 downloads.
97
98 2003-01-28  Stephen J. Turnbull  <stephen@xemacs.org>
99
100         * INSTALL (--with-scrollbars):
101         (--with-dialogs):
102         (--with-widgets):
103         (--with-athena):
104         Update to current reality.
105
106 2003-01-18  Stephen J. Turnbull  <stephen@xemacs.org>
107
108         * INSTALL:
109         * PROBLEMS:
110         Mention --site-includes and subdirectories for helping configure
111         to find 3rd-party add-ons.
112
113 2003-01-28  Martin Buchholz  <martin@xemacs.org>
114
115         * configure.in (opsys): (AIX specific)
116         Use opsys=aix4-2 for AIX 5 and all future versions.
117
118 2003-01-28  Martin Buchholz  <martin@xemacs.org>
119         * configure.in (-mthreads): (AIX specific)
120         Use either -mthreads or -pthread, depending on gcc versions.
121         gcc changed the name of the `-mthreads' option to `-pthread'
122         on 2000-06-12.
123
124         Be more careful when appending "_r" to various names of xlc, 
125         so that users can specify --compiler=/absolute/path/to/xlc
126
127 2003-01-27  Martin Buchholz  <martin@xemacs.org>
128
129         * configure.in: Don't disable athena just because the user
130         specified --with-widgets=no.
131
132 2003-01-27  Martin Buchholz  <martin@xemacs.org>
133
134         * configure.in (athena_3d): 
135         AC_CHECK_LIB must always take a function as
136         argument, never a global variable.  Some linkers can tell the
137         difference.  So change:
138         threeDClassRec ==> Xaw3dComputeBottomShadowRGB
139
140 2003-03-02  Vin Shelton  <acs@xemacs.org>
141
142         * etc/BETA: synced up with 21.5.  Original patch from
143         Chris Palmer  <chris@nodewarrior.org>.
144
145 2003-03-02  Robert Pluim  <rpluim@bigfoot.com>
146
147         * configure.in : Don't use the u_int8_t etc typedefs on FreeBSD
148         when detecting Berkeley DB, as they conflict with <sys/types.h>.
149
150 2003-02-01  Martin Buchholz  <martin@xemacs.org>
151
152         * configure.in: Don't look for Motif if it's already present in
153         $x_includes and $x_libraries.
154
155 2003-02-23  Stephen J. Turnbull  <stephen@xemacs.org>
156
157         * configure.in: Fix darwin regexp for pdump.
158
159 2003-02-10  Stephen J. Turnbull  <stephen@xemacs.org>
160
161         * INSTALL: Recommend Mule, deprecate stripped binaries.
162
163 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
164
165         * XEmacs 21.4.12 "Portable Code" is released.
166
167 2003-01-13  Ilya Golubev  <golubev@xemacs.org>
168
169         * etc/photos/golubev.png, etc/photos/golubevm.png: New.
170
171 2003-01-05  Rick Rankin  <rick_rankin@yahoo.com>
172
173         * configure.in: Add -lkernel32 to the list of system libraries 
174         linked under Cygwin. Needed for IsBadReadPtr().
175
176 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
177
178         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
179
180 2003-01-02  Stephen J. Turnbull  <stephen@xemacs.org>
181
182         * configure.in (Generate Installation): 
183         * configure.usage (--use-union-type): 
184         * PROBLEMS (XEmacs crashes mysteriously):
185         Deprecate --use-union-type for production builds.
186
187 2002-12-16  Stephen J. Turnbull  <stephen@xemacs.org>
188
189         * PROBLEMS (Running): Document general regex.c/alloca crash.
190
191 2002-12-05  Stephen J. Turnbull  <stephen@xemacs.org>
192
193         * etc/OXYMORONS (21.4.11): Inadvertant contrib from Andy.
194
195 2002-12-04  Stephen J. Turnbull  <stephen@xemacs.org>
196
197         * configure.in: Move pdump default for Darwin to opsys default area.
198
199 2002-11-15  Stephen J. Turnbull  <stephen@xemacs.org>
200
201         * configure.in (getaddrinfo): Disable for hpux11*, not hpux11.
202
203 2002-11-12  Stephen J. Turnbull  <stephen@xemacs.org>
204
205         * configure.in: Default pdump on for Linux.
206         Improve "broken compiler" panic message per V. Kletnieks.
207
208 2002-11-12  Stephen J. Turnbull  <stephen@xemacs.org>
209
210         * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
211
212 2002-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * etc/TUTORIAL.ja: Typo fix.
215
216 2002-10-31  John Paul Wallington  <jpw@shootybangbang.com>
217
218         * info/dir (File): button1 on a highlighted word doesn't 
219         follow that cross-reference.
220
221 2002-11-11  Stephen J. Turnbull  <steve@tleepslib.sk.tsukuba.ac.jp>
222
223         * etc/Emacs.ad (Emacs.bold-italic.attributeFont): Per G. Boffi.
224
225 2002-11-04  Giacomo Boffi  <giacomo.boffi@polimi.it>
226
227         * etc/sample.Xdefaults (Emacs.bold-italic.attributeFont): New.
228
229 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
230
231         * XEmacs 21.4.10 "Military Intelligence" is released.
232
233 2002-11-01  Stephen J. Turnbull  <stephen@xemacs.org>
234
235         * Makefile.in.in (lisp/custom-load.el): Depend on auto-autoloads.el.
236
237 2002-10-31  Christopher Sekiya  <wileyc@rezrov.net>
238
239         * etc/OXYMORONS: "Too much Mozart" is an oxymoron.
240
241 2002-10-25  Steve Youngs  <youngs@xemacs.org>
242
243         * etc/TUTORIAL.fr (suivante): Typo fix.
244         From juergen stuber <stuberj@mines.inpl-nancy.fr>.
245
246 2002-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
247
248         * Makefile.in.in (lisp/auto-autoloads.el):
249         (lisp/custom-load.el): 
250         Use -no-autoloads for these targets; can't load 'em if they ain't.
251
252 2002-10-18  Stephen J. Turnbull  <stephen@xemacs.org>
253
254         * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
255
256 2002-10-17  Stephen J. Turnbull  <stephen@xemacs.org>
257
258         * PROBLEMS (Missing charsets): Remove ambiguity.
259
260 2002-10-10  Stephen J. Turnbull  <stephen@xemacs.org>
261
262         * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
263
264 2002-10-09  Stephen J. Turnbull  <stephen@xemacs.org>
265
266         * etc/BETA: Improve descriptions of XEmacs Patches; mention Design.
267
268 2002-10-08  Stephen J. Turnbull  <stephen@xemacs.org>
269
270         * PROBLEMS (MacOS/X): Describe stack limitation.
271         (Digital Unix): Generalize to all regexp-using applications.
272         * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
273         (PROBLEMS): Point to PROBLEMS file for build notes.
274         Thanks to Skip Montanaro for the report.
275
276 2002-10-07  Stephen J. Turnbull  <stephen@xemacs.org>
277
278         * Makefile.in.in (all-elcs): Depend on autoloads.
279         (autoloads): Depend on lib-src, lwlib, and src.
280
281 2002-10-04  Stephen J. Turnbull  <stephen@xemacs.org>
282
283         * configure.in (Check for POSIX functions):  New section head.
284         getaddrinfo is detected on HP-UX 11.XX, but appears to be
285         non-functional.  Disable it.  Based on work by Darryl Okahata.
286         
287 2002-09-27  Stephen J. Turnbull  <stephen@xemacs.org>
288
289         * PROBLEMS (Running, General): Missing charset in FontSet warnings.
290
291         * Emacs.ad: Add charsets to *menubar*FontSet and *popup*FontSet.
292
293 2002-08-29  Ville Skyttä  <ville.skytta@xemacs.org>
294
295         * Emacs.ad: Add *menubar*FontSet and *popup*FontSet entries,
296         (self-)obtained from Red Hat.
297
298 2002-09-25  Stephen J. Turnbull  <stephen@xemacs.org>
299
300         * etc/OXYMORONS:  A couple new ones.
301
302 2002-09-03  Stephen J. Turnbull  <stephen@xemacs.org>
303
304         * configure.usage: Complete rewrite and reorganization.
305
306 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
307
308         * XEmacs 21.4.9 "Informed Management" is released.
309
310 2002-05-22  Andy Piper  <andy@xemacs.org>
311
312         * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
313         xemacs can be running while we build a dist.
314
315 2002-04-26  Andy Piper  <andy@xemacs.org>
316
317         * configure.in: make sure that a combined X and windows build gets
318         widgets.
319
320 2002-08-10  Stephen J. Turnbull  <stephen@xemacs.org>
321
322         * etc/package-index.LATEST.pgp: Update.
323
324 2002-08-10  Stephen J. Turnbull  <stephen@xemacs.org>
325
326         * PROBLEMS (General advice): Define runtime and build problems.
327
328 2002-07-24  Stephen J. Turnbull  <stephen@xemacs.org>
329
330         * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
331
332 2002-07-12  Stephen J. Turnbull  <stephen@xemacs.org>
333
334         * etc/BETA (Large contributions): Typo fix per JPW.
335
336 2002-07-12  Stephen J. Turnbull  <stephen@xemacs.org>
337
338         * etc/BETA (Large contributions): New section.  Reorganize file.
339
340 2002-06-04  Jerry James  <james@xemacs.org>
341
342         * configure.usage: Identify --with-modules as autodetecting.
343
344 2002-07-04  Stephen J. Turnbull  <stephen@xemacs.org>
345
346         * PROBLEMS: Add two basic configuration questions.
347
348 2002-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
349
350         * PROBLEMS: Describe "Hannibal Lecter" crash on Linux.  Reorder
351         Linux runtime issues section.
352         * INSTALL: Improve description of mail locking.
353
354 2002-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
355
356         * etc/OXYMORONS (21.4.15): New.  Not a reference to Vin.
357
358         * build-msw-release.sh: Synch to Andy.
359
360 2002-03-18  Gregory Steuck  <greg-xemacs-patch@nest.cx>
361
362         * configure.in:  Improve OpenBSD support: correct check for
363         socklen_t, check for libtermcap is libncurses.
364
365 2002-02-28  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
366
367         * configure.in: Protect nocomboreloc linker arguments to avoid
368         problem on the ppc.
369
370 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
371
372         * XEmacs 21.4.8 "Honest Recruiter" is released.
373
374 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
375
376         * info/.cvsignore: New file from 21.5.
377
378 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
379
380         * XEmacs 21.4.7 "Economic Science" is released.
381
382 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
383
384         * etc/sample.init.el: Fix comment typo about resize-minibuffer.
385
386         * etc/sample.init.el: Add description of initialization process,
387         the custom.el file, and code to load custom.el early instead of
388         late.
389
390 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
391
392         * PROBLEMS (General): Decribe failed AUTH with EFS.
393
394 2002-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
395
396         * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
397
398 2002-04-25  Mike Fabian  <mfabian@suse.de>
399
400         * configure.in: add option moduledir as mentioned
401         in ./configure --help
402
403 2001-04-21  Martin Buchholz  <martin@xemacs.org>
404
405         * configure.in: Detect MacOS/X "Darwin".
406         Thanks to Greg Parker <gparker@cs.stanford.edu>.
407         
408 2002-03-30  Steve Youngs  <youngs@xemacs.org>
409
410         * etc/package-index.LATEST.pgp: Update to current reality.
411
412 2002-02-28  Stephen J. Turnbull  <stephen@xemacs.org>
413
414         * etc/TUTORIAL.se: New from Mats Lidell.
415
416 2002-01-07  Jan Vroonhof  <jan@xemacs.org>
417
418         * configure.in: Make explicit "--with-widgets" mean "=yes".
419         If "--with-widgets=yes" autodetect athena.
420
421 2001-12-29  Steve Youngs  <youngs@xemacs.org>
422
423         * etc/package-index.LATEST.pgp: Update.
424
425 2001-12-13  William M. Perry  <wmperry@gnu.org>
426
427         * configure.in (GTK): add -Wno-shadow.
428         
429 2002-02-04  Stephen J. Turnbull  <stephen@xemacs.org>
430
431         * etc/BETA: Synch to 21.5.
432
433 2002-01-23  Jarl Friis  <jarl@diku.dk>
434
435         * etc/BETA (http): Informing of xemacs-patches mailing list. Added
436         note on patch etiquette.
437
438 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
439
440         * XEmacs 21.4.6 "Common Lisp" is released.
441
442 2001-12-04  Jan Vroonhof  <jan.vroonhof@ntlworld.com>
443
444         * etc/photos/jan.png: New photo.
445
446 2001-11-21  Robert Pluim  <rpluim@bigfoot.com>
447
448         * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
449
450 2001-12-15  Stephen J. Turnbull  <stephen@xemacs.org>
451
452         * configure.in (Miscellaneous Flags): test for -z nocombreloc,
453         instead of -z combreloc, to avoid confusing Solaris.
454
455 2001-11-24  Stephen J. Turnbull  <stephen@xemacs.org>
456
457         * configure.usage: Makefile.in -> Makefile.in.in.
458
459 2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
460
461         * Makefile.in.in: HP-UX needs LDFLAGS.  From Lutz Jaenicke
462         <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
463
464 2001-11-17  Stephen J. Turnbull  <stephen@xemacs.org>
465
466         * configure.in: Fix typos in comments.
467         * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
468         * (Installation): Suggest pdump instead of -z nocomboreloc.
469         * configure.usage: Document --quick-build.
470
471 2001-10-30  Stephen J. Turnbull  <stephen@xemacs.org>
472
473         * configure.in: Typo in reference to with_ipv6_cname.
474
475 2001-10-30  Stephen J. Turnbull  <stephen@xemacs.org>
476
477         * configure.in: Initialize with_ipv6_cname=no.
478         * configure.usage: Document it.
479
480 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
481
482         * XEmacs 21.4.5 "Civil Service" is released.
483
484 2001-10-05  Stephen J. Turnbull  <stephen@xemacs.org>
485
486         * configure.in: Document that autoconf 2.5x is unsupported.
487
488 2001-10-02  Stephen J. Turnbull  <stephen@xemacs.org>
489
490         * PROBLEMS:  configure doesn't support --with-{ld,as}, use environment
491         variables.  Suggested by Goran Koruga <goran.koruga@hermes.si>.
492
493 2001-09-17  Ben Wing  <ben@xemacs.org>
494
495         * configure.in (TAB):
496         * configure.in (XE_COMPUTE_RUNPATH):
497         Don't use -Wshadow when compiling with g++ or you get buried in
498         silly warnings.  This patch was already applied but somehow got
499         unapplied.  Stephen?
500
501 2001-08-19  Charles Wilson  <cwilson@ece.gatech.edu>
502
503         * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
504
505 2001-08-02  Peter Brown  <rendhalver@users.sourceforge.net>
506
507         Synch options documentation with those in configure.in:
508
509         * configure.usage (--with-dialogs): added lucid to list of options
510         * configure.usage (--with-widgets): added lucid to list of options
511         * configure.usage (--with-dragndrop): added GTK to list of protocols
512         * configure.usage (--mail-locking): added `locking' or `mmdf'. to list
513         of options
514         
515         
516 2001-09-25  Didier Verna  <didier@xemacs.org>
517
518         * configure.ac: new. Autoconf 2.5x guard.
519
520 2001-08-29  Jered Floyd  <jered@MIT.EDU>
521
522         * configure.in (moduledir,sitemoduledir,archlibdir):
523         Place arch-specific files under ${libdir}, not under ${datadir}.
524
525 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
526
527         * XEmacs 21.4.4 "Artificial Intelligence" is released.
528
529 2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>
530
531         * configure.in (with_esd_sound): Default to no.
532
533         * configure.usage: Various documentation improvements.
534
535         * configure.in (--with-ipv6-cname): New Boolean option.  Defaults on.
536         * configure.usage:
537         * PROBLEMS (IPv6 CNAME lookup):
538         Document it.
539
540 2001-07-18  Adrian Aichner  <adrian@xemacs.org>
541
542         * etc\TUTORIAL: Fix minor typo.
543         * etc\TUTORIAL.de: Sync with TUTORIAL.
544
545 2001-05-23  Ben Wing  <ben@xemacs.org>
546
547         * etc\sample.init.el:
548         * etc\sample.init.el (Init-safe-require): New.
549         * etc\sample.init.el ((fboundp 'pending-delete-mode)):
550         * etc\sample.init.el ((eq system-type 'windows-nt)):
551         * etc\sample.init.el (dired):
552         * etc\sample.init.el ((Init-safe-require 'efs-auto)):
553         * etc\sample.init.el (completer):
554         * etc\sample.init.el (crypt):
555         * etc\sample.init.el (filladapt):
556         * etc\sample.init.el ((fboundp 'turn-on-lazy-lock)):
557         * etc\sample.init.el ((fboundp 'resize-minibuffer-mode)):
558         * etc\sample.init.el ((Init-safe-require 'scroll-in-place)):
559         Rewrite to be much more careful about loading features -- now
560         it decays gracefully even in the complete absence of packages.
561         Also avoid doing obnoxious things when loading efs.
562
563 2001-04-14  Gordon Sadler  <gbsadler1@lcisp.com>
564
565         * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
566
567 2001-07-01  Alexey Mahotkin  <alexm@hsys.msk.ru>
568
569         * configure.in (option processing):  with_widgets=m is ambiguous;
570         don't allow it.
571         (AC_CHECKING for the Athena widgets): Don't check for Athena when
572         with_widgets=no.
573
574 2001-05-29  Martin Buchholz  <martin@xemacs.org>
575
576         * configure.in: Remove stray backslash.
577
578 2001-05-27  Kazuo Oishi  <oishi@n-pl.org>
579
580         * etc/xemacs-ja.1: Replace with new translation.
581
582 2001-05-17  Andrew Begel  <abegel@eecs.berkeley.edu>
583
584         * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
585
586 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
587
588         * XEmacs 21.4.3 "Academic Rigor" is released.
589
590 2001-05-10  Paul Stodghill  <stodghil@cs.cornell.edu>
591
592         * configure.in: Reverse the order of Windows and Linux sound tests
593         so that Cygwin will find Windows first.
594
595 2001-05-15  Steve Youngs  <youngs@xemacs.org>
596
597         * etc/photos/{youngs,youngsm}.png:  New photos.
598
599 2001-05-15  Steve Youngs  <youngs@xemacs.org>
600
601         * etc/PACKAGES: Update to reflect new package dir tree.
602
603 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
604
605         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
606
607 2001-05-04  Martin Buchholz  <martin@xemacs.org>
608
609         * configure.in (opsys): 
610         Use lower-case `uname -s` as the default value for opsys.
611         The previous code effectively did the non-sensical
612         opsys=$canonical because [] magically disappear in configure.in.
613
614 2001-01-31  Jason R. Mastaler  <jason@xemacs.org>
615
616         * etc/FTP: Updated FTP mirrors list.
617
618 2001-05-04  Ben Wing  <ben@xemacs.org>
619
620         * etc\NEWS: Remove kill-whole-line changes.
621
622 2001-04-25  Ben Wing  <ben@xemacs.org>
623
624         * PROBLEMS:
625         * PROBLEMS (Note):
626         * PROBLEMS (ftp):
627         Correct general info about init file.
628         Fix up Cygwin section.
629
630 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
631
632         * XEmacs 21.4.1 "Copyleft" is released.
633
634 2001-04-17  Ben Wing  <ben@xemacs.org>
635
636         * etc\NEWS: More changes.
637
638         * etc\sample.init.el (grep-all-files-in-current-directory-and-below):
639         Missing argument.
640
641         * etc\photos\fabrice.png:
642         * etc\photos\fabricem.png:
643         * etc\photos\juhp.png:
644         * etc\photos\juhpm.png:
645         Add photos.
646         * etc\photos\jwz.png:
647         * etc\photos\jwzm.png:
648         Update photos.
649
650 2001-04-17  Stephen J. Turnbull  <stephen@xemacs.org>
651
652         * README:
653         * etc/README:
654         * etc/MACHINES:
655         * etc/PACKAGES:
656         * etc/TUTORIAL.ja:
657         Fixup 21.2 -> 21.4.
658
659         * configure: Regenerate.
660
661         * PROBLEMS (Running/Linux): Add entries for ESD interrupts and
662         Debian Athena3d workarounds.
663
664         * PROBLEMS: s/xemacs@xemacs.org/xemacs-beta@xemacs.org/ in
665         requests for developer volunteers.
666
667 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
668
669         * XEmacs 21.4.0 "Solid Vapor" is released.
670
671 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
672
673         * etc/photos/wing*.png: Rename to ben*.png.
674
675 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
676
677         * XEmacs 21.2.47 "Zephir" is released.
678
679 2001-03-26  Paul Stodghill  <stodghil@cs.cornell.edu>
680
681         * configure.in: Don't #define __STDC__ in confdefs.h
682
683 2001-03-30  Ben Wing  <ben@xemacs.org>
684
685         * etc\sample.init.el:
686         * etc\sample.init.el (Init-kill-entire-line):
687         * etc\sample.init.el (describe-foo-at-point):
688         * etc\sample.init.el (kill-current-buffer):
689         * etc\sample.init.el (kill-current-buffer-and-window):
690         * etc\sample.init.el (grep-c-files): Removed.
691         * etc\sample.init.el (grep-all-files-history): New.
692         * etc\sample.init.el (grep-all-files-omitted-expressions): New.
693         * etc\sample.init.el (grep-all-files-omitted-directories): New.
694         * etc\sample.init.el (construct-grep-all-files-command): New.
695         * etc\sample.init.el (grep-all-files-in-current-directory): New.
696         * etc\sample.init.el (grep-lisp-files): Removed.
697         * etc\sample.init.el (grep-all-files-in-current-directory-and-below): New.
698         * etc\sample.init.el (clear-select):
699         * etc\sample.init.el ((control kp-add)):
700         * etc\sample.init.el (pause):
701         * etc\sample.init.el ((eq system-type 'windows-nt)):
702
703         Add documentation for defined functions.  Change grep functions to
704         be more generally useful.  Document more specifically what the
705         `menu-force' setting actually does -- what commands are overridden
706         and how to access them.
707
708 2001-03-30  Stephen J. Turnbull  <stephen@xemacs.org>
709
710         * configure.usage:  Document --with-file-coding.
711
712         * etc/OXYMORONS: Add 2 oxymorons, clean up numbering, close RFC.
713
714         * etc/NEWS: Fix typo.
715         
716         * configure.in:
717         * configure:
718         Fix typo, add -Wsign-compare if GCC, run autoconf.
719
720 2001-03-23  Stephen J. Turnbull  <stephen@xemacs.org>
721
722         * etc/gnuserv.1 (UNIX_DOMAIN_SOCKETS: 
723         * PROBLEMS (Problems with running XEmacs):
724         Document TMPDIR lossage in gnuserv/gnuclient.
725
726 2001-03-06  Ben Wing  <ben@xemacs.org>
727
728         * etc\sample.init.el:
729         * etc\sample.init.el (Init-kill-entire-line): New.
730         Fix to take into account the removed kill-whole-line changes.
731
732 2001-03-21  Martin Buchholz <martin@xemacs.org>
733
734         * XEmacs 21.2.46 "Urania" is released.
735
736 2001-03-19  Andy Piper  <andy@xemacs.org>
737
738         * configure.in: default rel-alloc to off under cygwin
739
740 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
741
742         * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
743
744         * CHANGES-beta:
745         * configure.in:
746         Fix gratuitous whitespace changes from GTK merge.
747
748         * configure.usage: Untabify --with-{gtk,gnome}.
749
750 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
751
752         * etc/OXYMORONS: New file of 21.4 codenames.
753
754 2001-03-12  Andy Piper  <andy@xemacs.org>
755
756         * configure.in: only pick up mingw directory.
757
758 2001-03-02  Ben Wing  <ben@xemacs.org>
759
760         * info\dir: Update to 21.4; clean up descriptions of manuals;
761         replace misnomer "Local Packages" with more correct "Other
762         Documentation".
763
764 2001-03-02  Ben Wing  <ben@xemacs.org>
765
766         * etc\README: sample.emacs -> sample.init.el.
767
768 2001-03-09  William M. Perry  <wmperry@aventail.com>
769
770         * CHANGES-beta:
771         * configure.in:
772         * configure.usage:
773         The Great GTK Merge.
774
775 2001-02-23  Andy Piper  <andy@xemacs.org>
776
777         * configure.usage (--with-netinstall): add docs.
778
779         * configure.in: with_netinstall is a new option. Default to off.
780
781 2001-02-23  Martin Buchholz <martin@xemacs.org>
782
783         * XEmacs 21.2.45 "Thelxepeia" is released.
784
785 2001-02-13  Martin Buchholz  <martin@xemacs.org>
786
787         * aclocal.m4: Fix module support for AIX cc.
788         Support possible future OSes irix7, aix5, osf[56].
789
790 2001-02-12  Martin Buchholz  <martin@xemacs.org>
791
792         * configure.in: No need for NON_GNU_CPP on SCO.
793
794 2001-02-10  Martin Buchholz  <martin@xemacs.org>
795
796         * etc/MACHINES: Rewritten.  Bitrot discarded.
797
798 2001-02-09  Martin Buchholz  <martin@xemacs.org>
799
800         * configure.in: Prefer utime to utimes - it's more standard.
801         Remove explicit checking for struct utimbuf.
802         Remove explicit checking for <utime.h>.
803         Combined into one simpler test for utime.
804         Add explicit check for utimes, if utime not found.
805
806 2001-02-08  Martin Buchholz <martin@xemacs.org>
807
808         * XEmacs 21.2.44 "Thalia" is released.
809
810 2001-01-16  Mike Sperber <mike@xemacs.org>
811
812         * configure.in: Remove bogus path variable definitions.
813         Reflect the fact that specifying --datadir also affects docdir and
814         archlibdir.
815
816 2001-02-06  Martin Buchholz  <martin@xemacs.org>
817
818         * configure.in: Only use -Wpointer-arith on non-glibc systems.
819
820 2001-02-02  Martin Buchholz  <martin@xemacs.org>
821
822         * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
823         for the sake of gcc 2.97 fixincludes, which breaks it.
824
825 2001-01-27  Martin Buchholz  <martin@xemacs.org>
826
827         * configure.in: Check for util.h for NetBSD's openpty.
828
829 2001-01-28  Martin Buchholz  <martin@xemacs.org>
830
831         * config.sub: Upgrade to offical version 2001-01-12.
832         * config.guess: Upgrade to offical version 2001-01-17.
833
834 2001-01-26  Martin Buchholz <martin@xemacs.org>
835
836         * XEmacs 21.2.43 "Terspichore" is released.
837
838 2001-01-21  Steve Youngs  <youngs@xemacs.org>
839
840         * ./etc/PACKAGES: Doc fix.
841
842         * README.packages: Doc fix.
843
844 2001-01-17  Steve Youngs  <youngs@xemacs.org>
845
846         * README.packages: Update.
847
848         * ./etc/PACKAGES: Update.
849
850 2001-01-20  Martin Buchholz <martin@xemacs.org>
851
852         * XEmacs 21.2.42 "Poseidon" is released.
853
854 2001-01-18  Martin Buchholz  <martin@xemacs.org>
855
856         * PROBLEMS (Sun/Solaris): Yet another microimprovement.
857
858 2001-01-17  Martin Buchholz  <martin@xemacs.org>
859
860         * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
861         --with-ld=/usr/ccs/bin/ld
862
863 2001-01-16  Robert Pluim  <rpluim@bigfoot.com>
864
865         * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
866         Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
867
868 2001-01-16  Didier Verna  <didier@xemacs.org>
869
870         * NEWS: document the modeline horizontal scrolling feature.
871
872 2001-01-17  Martin Buchholz <martin@xemacs.org>
873
874         * XEmacs 21.2.41 "Polyhymnia" is released.
875
876 2001-01-16  Martin Buchholz  <martin@xemacs.org>
877
878         * PROBLEMS: Document MIPSpro ICE problem workaround.
879
880 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
881
882         * configure.in: check for dlopen by linking program with
883         <dlfcn.h>.
884
885 2001-01-08  Andy Piper  <andy@xemacs.org>
886
887         * configure.in: add extra_includes and populate appropriately for
888         cygwin and mingw.
889
890 2000-12-28  Andy Piper  <andy@xemacs.org>
891
892         * configure.in: allow --with-widgets=msw
893
894 2001-01-08  Martin Buchholz <martin@xemacs.org>
895
896         * XEmacs 21.2.40 is released.
897
898 2000-12-26  Stephen J. Turnbull  <stephen@xemacs.org>
899
900         * PROBLEMS (Running/Linux):  Rehabilitate Mandrake; tip for color-gcc.
901
902 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
903
904         * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
905         Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
906
907 2000-07-20  Kazuyuki IENAGA <ienaga@xemacs.org>
908
909         * configure.in: use input-method-xlib.o for USE_XFONTSET instead
910         of input-method-xfs.o.
911
912         * configure: ditto
913
914 2000-12-31  Martin Buchholz <martin@xemacs.org>
915
916         * XEmacs 21.2.39 is released.
917
918 2000-02-02   Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
919
920         * configure.in: Added check if the berkdb has db_create or not.
921
922 2000-10-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
923
924         * configure.in: Fix broken gcc detection for 2.7.2.
925
926 2000-12-11  Andy Piper  <andy@xemacs.org>
927
928         * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
929
930         * netinstall: new net installer for MS-Windows.
931
932 2000-12-05  Martin Buchholz <martin@xemacs.org>
933
934         * XEmacs 21.2.38 is released.
935
936 2000-11-26  Björn Torkelsson  <torkel@hpc2n.umu.se>
937
938         * configure.in: Only show message about DnD API if compiling with DnD
939
940 2000-11-09  Martin Buchholz  <martin@xemacs.org>
941
942         * configure.in: Autodetect elf.h.
943
944 2000-11-14  Martin Buchholz <martin@xemacs.org>
945
946         * XEmacs 21.2.37 is released.
947
948 2000-10-19  Stephen J. Turnbull  <stephen@xemacs.org>
949
950         * README.packages: Add "uninstalled package" FAQ.
951
952         * etc/PACKAGES: Add details on os-utils contents.
953
954 2000-11-01  Martin Buchholz  <martin@xemacs.org>
955
956         * configure.in: Handle alloca with Compaq C on Alpha Linux.
957
958 2000-10-27  Martin Buchholz  <martin@xemacs.org>
959
960         * configure.in: Oops, _getpt ==> _getpty
961
962 2000-10-23  Yoshiki Hayashi  <yoshiki@xemacs.org>
963
964         * Makefile.in.in: Remove lockdir related things.
965
966 2000-10-11  Martin Buchholz  <martin@xemacs.org>
967
968         * configure.in:
969         Remove checking for XFree86.  Use feature tests instead!
970         Add check for XRegisterIMInstantiateCallback.
971         Add check for XRegisterIMInstantiateCallback's prototype.
972
973 2000-10-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
974
975         * etc/NEWS: Change lprogress-display to progress-feedback.
976
977 2000-10-08  Karl M. Hegbloom  <karlheg@debian.org>
978
979         * configure.in: Typo - missing paren.
980
981 2000-10-10  Martin Buchholz  <martin@xemacs.org>
982
983         * configure.in:
984         Use stropts.h, not sys/stropts.h.
985         Use strtio.h, not sys/strtio.h.
986
987 2000-10-06  Martin Buchholz  <martin@xemacs.org>
988
989         * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
990
991 2000-10-04  Martin Buchholz <martin@xemacs.org>
992
993         * XEmacs 21.2.36 is released.
994
995 2000-08-29  Robert Pluim  <rpluim@bigfoot.com>
996
997         *  etc/NEWS: fix reference to progress-feedback-use-echo-area
998
999 2000-09-27  Martin Buchholz  <martin@xemacs.org>
1000
1001         * configure.in: Big signal/process handling overhaul.
1002         Autoconfiscate lots of functions and headers:
1003         getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
1004         openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
1005
1006 2000-09-20  Martin Buchholz  <martin@xemacs.org>
1007
1008         * etc/xemacs.1: Spelling fixes.  Remove stuff that doesn't belong.
1009
1010 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1011
1012         * *: Spelling mega-patch
1013
1014 2000-09-16  Martin Buchholz  <martin@xemacs.org>
1015
1016         * configure.in: Remove strcasecmp.
1017
1018         * etc/Emacs.ad: Remove Energize from comments.
1019
1020 2000-09-16  Martin Buchholz  <martin@xemacs.org>
1021
1022         * configure.in: Add -Kalloca to $c_switch_system when using
1023         Unixware native compiler (if necessary).
1024
1025 2000-09-15  Martin Buchholz  <martin@xemacs.org>
1026
1027         * configure.in: Prevent spurious "No" in configure output when not
1028         using gcc.  Oh, and it's "no", not "No".  Oh, and it's "yes", not "Yes".
1029
1030 2000-09-14  Martin Buchholz  <martin@xemacs.org>
1031
1032         * configure.in: Save 2 sed process invocations per Makefile.
1033
1034 2000-08-22  SL Baur  <steve@turbolinux.co.jp>
1035
1036         * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
1037         to link path if compiling on Alpha/Linux.
1038
1039 2000-09-01  Martin Buchholz  <martin@xemacs.org>
1040
1041         * Makefile.in.in (depend): cd to the correct directory.
1042
1043 2000-08-31  Martin Buchholz  <martin@xemacs.org>
1044
1045         * configure.in: with_widgets is incompatible with X11 R4.
1046
1047         * configure.in: Make Balloon Help conditional on finding shape.h
1048
1049 2000-08-02  Stephen J. Turnbull <stephen@xemacs.org>
1050
1051         * etc/Emacs.ad: Document usage of FontSet resource for menubar.
1052
1053 2000-08-09  Vin Shelton  <acs@xemacs.org>
1054
1055         * configure.in: Check for UNIX98 PTYs.  Patch from Florian Weimer
1056         <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
1057
1058 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1059
1060         * configure.usage: Remove lockdir document.
1061
1062 2000-07-31  Martin Buchholz  <martin@xemacs.org>
1063
1064         * configure.in:
1065         Make knowledge of machine and opsys optional.
1066         Make existence of s&m files optional.
1067         Rely on configure alone if s&m files not found.
1068
1069         * configure.in:
1070         Use only configure-time tests to detect getloadavg().
1071         Don't check for kstat.h if we have getloadavg().
1072         Check for sys/loadavg.h if we have getloadavg().
1073
1074 2000-07-15  Ben Wing  <ben@xemacs.org>
1075
1076         * Makefile.in.in (configure):
1077         all-elcs target now uses update-elc-2.el not update-elc.sh
1078
1079 2000-07-19  Martin Buchholz <martin@xemacs.org>
1080
1081         * XEmacs 21.2.35 is released.
1082
1083 2000-07-13  Martin Buchholz  <martin@xemacs.org>
1084
1085         * configure.in: --with-menubars=yes should not be an error.
1086
1087         * configure.in: "compiling in support for Athena" message was
1088         sometimes lying.
1089
1090 2000-07-12  Martin Buchholz  <martin@xemacs.org>
1091
1092         * configure.in: Rewrite xmkmf symbol detection to avoid
1093         redefinition of symbols we've already defined.
1094         Also, handle xmkmf symbols with values other than 1.
1095
1096 2000-07-12  Martin Buchholz  <martin@xemacs.org>
1097
1098         * configure.in:
1099         Make sure Unix98 socklen_t is defined.
1100         Use ANSI C mode `-std1' with DEC C instead of `-std'.
1101
1102 2000-07-09  Martin Buchholz  <martin@xemacs.org>
1103
1104         * configure.in:
1105         Replace SMART_INCLUDE with a dumber, but more reliable method.
1106 2000-07-10  Martin Buchholz  <martin@xemacs.org>
1107
1108         * modules/zlib/Makefile:
1109         * modules/sample/Makefile:
1110         * modules/ldap/Makefile:
1111         * modules/base64/Makefile:
1112         * Makefile.in.in:
1113         rm -f ==> $(RM)
1114         define SHELL=/bin/sh
1115
1116 2000-07-09  Martin Buchholz  <martin@xemacs.org>
1117
1118         * configure.in: PostgreSQL rewrite.
1119         - Don't look for postgreSQL in /usr/local.
1120         - Simplify detection code.
1121         - Don't use SMART_INCLUDE.
1122         - Don't autodetect if --with-postgresql=no.
1123
1124 2000-07-08  Ben Wing  <ben@xemacs.org>
1125
1126         * configure.usage: addl doc for graphics libs, with-msw.
1127
1128 2000-07-09  Martin Buchholz  <martin@xemacs.org>
1129
1130         * configure.in: sh builtin `test' uses `=', not `=='.
1131
1132 2000-07-08  Ben Wing  <ben@xemacs.org>
1133
1134         * configure.in: add -lcomdlg32 for cygwin.
1135
1136 2000-07-05  Craig Lanning  <lanning@scra.org>
1137
1138         * aclocal.m4 (can_build_shared):
1139         First pass at module support for cygwin and mingw.
1140
1141         * configure:
1142         * configure (xe_check_libs):
1143         * configure (acfindx):
1144         * configure (ac_x_includes):
1145         * configure (ac_x_libraries):
1146         * configure (ac_cv_lib_dnet_dnet_ntoa):
1147         * configure (xe_msg_checking):
1148         * configure (xe_runpath_dir):
1149         * configure (xetest):
1150         * configure (ac_err):
1151         * configure (ac_safe):
1152         * configure (with_xmu):
1153         * configure (bitmapdir):
1154         * configure (with_xauth):
1155         * configure (libs_xauth):
1156         * configure (with_cde):
1157         * configure (with_ldap):
1158         * configure (with_ldap_krbdes):
1159         * configure (save_c_switch_site):
1160         * configure (with_postgresql):
1161         * configure (with_xface):
1162         * configure (with_jpeg):
1163         * configure (with_png):
1164         * configure (with_tiff):
1165         * configure (athena_lib):
1166         * configure (have_motif):
1167         * configure (all_widgets):
1168         * configure (with_xim):
1169         * configure (with_xfs):
1170         * configure (with_wnn):
1171         * configure (with_canna):
1172         * configure (extra_objs):
1173         * configure (ac_cv_c_inline):
1174         * configure (have_esd_config):
1175         * configure (c_switch_site):
1176         * configure (with_ncurses):
1177         * configure (with_gpm):
1178         * configure (xealias):
1179         * configure (xehost_os):
1180         * configure (can_build_shared):
1181         * configure (xcldf):
1182         * configure (LTLD):
1183         * configure (ld_dynamic_link_flags):
1184         * configure (Mail):
1185         * configure.in:
1186         * configure.in (after_morecore_hook_exists):
1187         * configure.in (xetest):
1188         * configure.in (emacs_cv_localtime_cache):
1189         * configure.in (Mail):
1190         * configure.in:
1191         Clean up configure support for cygwin and mingw.
1192
1193 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
1194
1195         * PROBLEMS: Document broken native audio for recent patches and
1196           releases of HP-UX.
1197
1198 2000-06-10  Ben Wing  <ben@xemacs.org>
1199
1200         * Makefile.in.in (install-arch-dep):
1201         WINDOWSNT -> WIN32_NATIVE.
1202         __CYGWIN32__ -> CYGWIN.
1203
1204 2000-06-01  Andreas Jaeger  <aj@suse.de>
1205
1206         * configure.in: Recognize s390.
1207
1208         * config.guess: New version from GNU config archive.
1209         * config.sub: Likewise.
1210
1211 2000-05-28  Martin Buchholz <martin@xemacs.org>
1212
1213         * XEmacs 21.2.34 is released.
1214
1215 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
1216
1217         * configure.in:
1218         Do not define DOUG_LEA_MALLOC when using other malloc scheme.
1219         Remove unused variable use_minimal_tagbits.
1220
1221 2000-05-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
1222
1223         * configure.in: Remove lockdir.
1224
1225 2000-04-15  Andy Piper  <andy@xemacs.org>
1226
1227         * etc/Emacs.ad: add select-start() back into text translations.
1228
1229 2000-05-01  Martin Buchholz <martin@xemacs.org>
1230
1231         * XEmacs 21.2.33 is released.
1232
1233 2000-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
1236         the value of LD.
1237
1238 2000-04-26  Ben Wing  <ben@xemacs.org>
1239
1240         * configure.in: add support for --quick-build.  Remove --no-doc-file,
1241         subsumed.
1242
1243 2000-04-19  Martin Buchholz  <martin@xemacs.org>
1244
1245         * configure.in:
1246         * src/config.h.in:
1247         Rewrite SMART_INCLUDE implementation to actually work.
1248         Be paranoid - Avoid use of spaces in these macro definitions.
1249         Leave alloca() definition at start of compilation unit,
1250         as AIX requests.
1251         Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
1252
1253 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1254
1255         * configure.in: Enable clash-detection by default.
1256         * configure.usage: Update documentation.
1257
1258 2000-04-06  Andy Piper  <andy@xemacs.org>
1259
1260         * configure.in: fix typo.
1261
1262 2000-04-12  Andy Piper  <andy@xemacs.org>
1263
1264         * etc/Emacs.ad: give the gui-element face the same font as the
1265         menubar and popups. Add translations for text widgets.
1266
1267 2000-04-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
1268
1269         * configure.in : Fix printing error check warning even if
1270         it is not compiled in.
1271
1272 2000-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
1273
1274         * xemacs/configure.in: Do a normal link when compiling with
1275         --pdump. Don't try compiling an unexec object file.
1276
1277 2000-03-27  Didier Verna  <didier@xemacs.org>
1278
1279         * configure.in: reorganize the output by topic.
1280         New configure test to define the proper SMART_INCLUDE macro.
1281
1282         * configure.usage: slightly rearanged some options.
1283
1284 2000-03-25  Didier Verna  <didier@xemacs.org>
1285
1286         * configure.in: rename `foo_h_path' to `foo_h_file' for variables
1287         representing real headers and not directories. This applies to
1288         `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
1289         `soundcard_h_path'.
1290
1291 2000-03-21  Didier Verna  <didier@xemacs.org>
1292
1293         * configure.in: try to find postgresql headers at different places
1294         and define POSTGRES_H_PATH as appropriate.
1295
1296 2000-03-22  Andy Piper  <andy@xemacs.org>
1297
1298         * config.h.in: add ERROR_CHECK_GLYPHS.
1299
1300         * configure.in: add error_check_glyphs.
1301
1302 2000-03-20  Martin Buchholz <martin@xemacs.org>
1303
1304         * XEmacs 21.2.32 is released.
1305
1306 2000-03-15  Olivier Galibert  <galibert@pobox.com>
1307
1308         * configure.in: Add dumper.o object when pdumping.
1309
1310 2000-02-20  Olivier Galibert  <galibert@pobox.com>
1311
1312         * Makefile.in.in: Add pdump install support
1313
1314         * configure.in: Add EMACS_PROGNAME config.h variable.
1315
1316 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
1317
1318         * configure.usage: document --with-postgresql flag.
1319
1320 2000-03-06  SL Baur  <steve@musashimaru.m17n.org>
1321
1322         * configure.in: add autodetection of PostgreSQL runtime libraries
1323
1324 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
1325
1326         * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
1327         when C compiler can produce shared libraries.
1328
1329 2000-03-01  Didier Verna  <didier@xemacs.org>
1330
1331         * etc/NEWS: update the rect.el entry.
1332
1333 2000-02-26  Martin Buchholz  <martin@xemacs.org>
1334
1335         * configure.in: Unconditionally define SHELL, to allow working
1336         with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
1337
1338 2000-02-23  Martin Buchholz <martin@xemacs.org>
1339
1340         * XEmacs 21.2.31 is released.
1341
1342 2000-02-21  Martin Buchholz <martin@xemacs.org>
1343
1344         * XEmacs 21.2.30 is released.
1345
1346 2000-02-20  Martin Buchholz  <martin@xemacs.org>
1347
1348         * configure.in: Enforce use of autoconf version >= 2.13.
1349
1350         * configure.in: Fix OS release test on Solaris.
1351
1352 2000-02-19  Marcus Thiessel  <marcus@xemacs.org>
1353
1354         * PROBLEMS: Update email address. Describe more HP Motif errors.
1355
1356 2000-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
1357
1358         * configure.in: Split Solaris version test in two parts. In the
1359         Bourne shell the "-a" operator does NOT short-circuit.
1360
1361 1999-12-15 Jan Vroonhof  <jan@xemacs.org>
1362
1363         *  (configure.in): Autodetect broken gcc versions. Patch from WM
1364         Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
1365
1366 2000-02-17  Martin Buchholz  <martin@xemacs.org>
1367
1368         * configure.in: Autodetect sys/param.h.  Reorganize
1369         AC_CHECK_HEADERS call.
1370         * src/config.h.in: Add HAVE_SYS_PARAM_H.
1371
1372 2000-02-16  Martin Buchholz  <martin@xemacs.org>
1373
1374         * configure.in: Test for arm simply using arm* instead of arm-*
1375
1376 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1377
1378         * etc/TUTORIAL.ja: Synch with English version.
1379
1380 2000-02-16  Martin Buchholz <martin@xemacs.org>
1381
1382         * XEmacs 21.2.29 is released.
1383
1384 2000-02-16  Martin Buchholz  <martin@xemacs.org>
1385
1386         * configure.in: Don't use rel_alloc if malloc() calls mmap().
1387         Discover this by looking for M_MMAP_THRESHOLD.
1388
1389         * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
1390         bugs in (at least) Solaris 2.5 headers.
1391
1392 2000-01-29  Craig Lanning  <CraigL@DyCon.com>
1393
1394         * configure.in: Fix detection of XPM on systems without X11.
1395
1396 2000-02-11  Martin Buchholz  <martin@xemacs.org>
1397
1398         * configure.in:
1399         * src/config.h.in:
1400         Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
1401         but only on tested Operating systems - Linux && SunOS >= 5.5.
1402
1403 2000-02-09  Valdis Kletnieks  <Valdis.Kletnieks@vt.edu>
1404
1405         * aclocal.m4: Support dlls on aix[34].
1406
1407 2000-02-09  Martin Buchholz  <martin@xemacs.org>
1408
1409         * .cvsignore: Ignore gmon.out
1410
1411 2000-02-08  Martin Buchholz  <martin@xemacs.org>
1412
1413         * configure.in: Sync Berkeley db autodetection with src/database.c
1414
1415 2000-02-07  Martin Buchholz  <martin@xemacs.org>
1416
1417         * configure.in: check for XConvertCase.
1418
1419 2000-02-07  Martin Buchholz <martin@xemacs.org>
1420
1421         * XEmacs 21.2.28 is released.
1422
1423 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
1424
1425         * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
1426
1427 2000-01-26  Martin Buchholz  <martin@xemacs.org>
1428
1429         * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
1430
1431 2000-01-24  Martin Buchholz  <martin@xemacs.org>
1432
1433         * configure.in: Always use our own realpath(), not the system one.
1434
1435 2000-01-25  Martin Buchholz  <martin@xemacs.org>
1436
1437         * configure.in: Default Drag-N-Drop to "no"
1438
1439 1999-12-28  Max Matveev  <max@melbourne.sgi.com>
1440
1441         * configure.in: add new machine type for IRIX 6.[2-5] to
1442         switch from using unexelf.o to unexelfsgi.o for just those
1443         versions of IRIX.
1444         In the ideal world it would be handled by the s/irix6-0.h but
1445         since machine config is included AFTER OS config, I had to add a
1446         new machine type.
1447
1448 2000-01-22  Andy Piper  <andy@xemacs.org>
1449
1450         * configure.in: add winspool to windows libraries.
1451
1452 2000-01-22  Martin Buchholz  <martin@xemacs.org>
1453
1454         * configure.in: Add more warnings to default gcc flags.
1455
1456 2000-01-20  Daniel Pittman  <daniel@danann.net>
1457
1458         * configure.in: Find Athena headers hidden in even more obscure
1459         places. That is, search Xaw3D/ as well as X11/Xaw3D/.
1460
1461 2000-01-19  Martin Buchholz  <martin@xemacs.org>
1462
1463         * configure.in: Add support for NetWinders.
1464         Patch by Sean MacLennan <seanm@netwinder.org>
1465
1466 2000-01-18  Martin Buchholz  <martin@xemacs.org>
1467
1468         * configure.in: Use /etc/ld.so.conf at link-time, if available.
1469
1470 2000-01-18  Martin Buchholz <martin@xemacs.org>
1471
1472         * XEmacs 21.2.27 is released.
1473
1474 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
1475
1476         * etc/TUTORIAL.de: Update copyright and fix typo.
1477
1478 2000-01-14  Martin Buchholz  <martin@xemacs.org>
1479
1480         * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
1481
1482         * configure.in: Add `tests' symlink to make it easier to find
1483         automated tests directory.
1484
1485 2000-01-14  Andy Piper  <andy@xemacs.org>
1486
1487         * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
1488         before the cygwin headers.
1489
1490 2000-01-08  Martin Buchholz  <martin@xemacs.org>
1491
1492         * configure.in:
1493         - Allow find-tag to work in the build directory.
1494         - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
1495         - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
1496
1497 2000-01-07  Marcus Thiessel <marcus@xemacs.org>
1498
1499         * config.sub: Upgrade to 1.169, imported from autoconf's CVS
1500         * config.guess: Upgrade to 1.158, imported from autoconf's CVS
1501
1502 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1503
1504         * etc/NEWS: Document mail spool locking overhaul.
1505
1506         * configure.usage (--mail-locking):
1507         * configure.in: Handle --mail-locking option correctly in
1508         preparation for the movemail locking overhaul.
1509
1510 2000-01-05  Daniel Pittman  <daniel@danann.net>
1511
1512         * configure.in (Installation): Report which Athena header/library
1513         combo is being used.
1514
1515 1999-12-31  Martin Buchholz <martin@xemacs.org>
1516
1517         * XEmacs 21.2.26 is released.
1518
1519 1999-12-24  Martin Buchholz <martin@xemacs.org>
1520
1521         * XEmacs 21.2.25 is released.
1522
1523 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1524
1525         * README: Remove msdos part.
1526
1527 1999-12-17  Martin Buchholz  <martin@xemacs.org>
1528
1529         * configure.in: Oops. xpm doesn't actually depend on X11.
1530         I got confused by the name (like others get confused by `xemacs'?)
1531
1532 1999-12-14  Martin Buchholz <martin@xemacs.org>
1533
1534         * XEmacs 21.2.24 is released.
1535
1536 1999-12-13  Martin Buchholz  <martin@xemacs.org>
1537
1538         * configure.in:
1539         * configure.usage:
1540         - Autodetect NAS.  Change Docs accordingly.
1541
1542         * configure.in: Warn if configure --with-xpm --without-x11.
1543
1544 1999-12-09  Martin Buchholz  <martin@xemacs.org>
1545
1546         * configure.in: Clean up sound support.
1547         - variable `old_nas' was used but never set.
1548         - change `with_esd' to `with_esd_sound' for consistency.
1549         - Don't trust the output of `esd-config --libs`; test it.
1550         - Add `esd-config --cflags` to c_switch_site.
1551         - Die if ESD sound requested, but not available.
1552         - ESD is not dependent on X, therefore use LIBS, not libs_x.
1553
1554 1999-12-07  Martin Buchholz  <martin@xemacs.org>
1555
1556         * configure.in (--with-sound): Variable with_esd was mispelled.
1557
1558 1999-12-07  Martin Buchholz <martin@xemacs.org>
1559
1560         * XEmacs 21.2.23 is released.
1561
1562 1999-11-30  Martin Buchholz  <martin@xemacs.org>
1563
1564         * configure.in: Fix module support.
1565         --with-modules=yes was completely broken.
1566         AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
1567         Remove linking test for _dlopen - seems totally bogus.
1568         Die if --with-modules=yes but no module support found.
1569         Do nothing, not even msg, if --with-modules=no.
1570
1571 1999-11-17  Isaac Hollander  <ysh@mindspring.com>
1572
1573         * Makefile.in.in: add and use TAR macro.  Sometimes tar only copies
1574         symlinks instead of the actual files
1575
1576 1999-11-30  Martin Buchholz  <martin@xemacs.org>
1577
1578         * aclocal.m4: Shared library support for hpux >= version 11
1579
1580 1999-11-29  Martin Buchholz  <martin@xemacs.org>
1581
1582         * Makefile.in.in (beta): `make beta' should rebuild info.
1583
1584 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
1585
1586         * XEmacs 21.2.22 is released
1587
1588 1999-11-28  Martin Buchholz <martin@xemacs.org>
1589
1590         * XEmacs 21.2.21 is released.
1591
1592 1999-11-26  Martin Buchholz  <martin@xemacs.org>
1593
1594         * configure.in:
1595         Add configure support for Unix 98 type ssize_t.
1596
1597 1999-11-27  Martin Buchholz  <martin@xemacs.org>
1598
1599         * Makefile.in.in:
1600         Make sure config.values.sh is up to date.
1601         Use $(SHELL) instead of sh or /bin/sh consistently.
1602         Delegate `depend' target to src/Makefile.in.in.
1603
1604 1999-10-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1605
1606         * INSTALL: Update configure option.
1607
1608 1999-10-12  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1609
1610         * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
1611         (LIBS): Check for libCsup.
1612
1613         * etc/sample.Xdefaults: adds a reference to beNiceToColormap,
1614           so that the user can guess what to do if xemacs' dialogs are
1615           butt ugly.
1616
1617 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
1618
1619         * config.h.in: define HAVE_ESD_SOUND
1620
1621         * configure.in: Add support for esd sound. --with-sound
1622         now accepts a list of options.
1623         * configure.usage (--native-sound-lib): ditto.
1624
1625 1999-11-17  Martin Buchholz  <martin@xemacs.org>
1626
1627         * Makefile.in.in (install-arch-dep):
1628         Fix `make install' if prefix != exec_prefix.
1629
1630 1999-11-15  Martin Buchholz  <martin@xemacs.org>
1631
1632         * configure.in:
1633         - Accept --with-database=gdbm as an alias for
1634         --with-database=gnudbm.
1635         - rename with_database_gnudbm to with_database_gdbm.
1636
1637         * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
1638         ld_dynamic_link_flags on Solaris.  Else CC gives us:
1639         CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
1640         /usr/ccs/bin/ld: illegal option -- W
1641
1642
1643 1999-11-13  Jason R Mastaler  <jason@mastaler.com>
1644
1645         * etc/FTP: Updated FTP mirrors list.  Replaced GNU FTP document
1646         with a URL.
1647
1648 1999-11-13  Jason R Mastaler  <jason@mastaler.com>
1649
1650         * etc/MAILINGLISTS: Updated mailing list subscription information.
1651         Replaced GNU MAILINGLISTS document with a URL.
1652
1653 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
1654
1655         * XEmacs 21.2.20 is released
1656
1657 1999-09-21   Martin Buchholz <martin@xemacs.org>
1658         * configure.in: Autodetect Unix98 PTY
1659
1660 1999-08-30  Robert Pluim  <rpluim@bigfoot.com>
1661
1662         * README.packages: Add description of package-get-provider
1663
1664 1999-10-22  Vin Shelton  <acs@xemacs.org>
1665
1666         * INSTALL: Added more information about README.packages, and
1667         re-numbered some bullets.
1668
1669 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
1670
1671         * INSTALL: Update disk requirements. Refer to README.packages
1672
1673 1999-10-21  Andy Piper  <andy@xemacs.org>
1674
1675         * configure.in (all_widgets): Only use xaw3d if we really have it.
1676
1677 1999-10-06  Andy Piper  <andy@xemacs.org>
1678
1679         * Makefile.in.in: use WINDOWSNT for mingw install.
1680
1681 1999-08-01  Adrian Aichner  <adrian@xemacs.org>
1682
1683         * etc/DISTRIB: Update IP address of ftp.xemacs.org.
1684         * etc/NEWS: Fix typo
1685
1686 1999-09-25  Andy Piper  <andy@xemacs.org>
1687
1688         * configure.in: check for Xaw3d and use in preference to Xaw
1689
1690 1999-09-21  Martin Buchholz  <martin@xemacs.org>
1691
1692         * Makefile.in.in: All Makefiles should #include config.h
1693
1694 1999-09-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1695
1696         * configure.in (EMACS_CONFIGURATION): Use $configuration, not
1697         $canonical, so that installation paths and dynamic path setup will
1698         stay in synch.
1699
1700 1999-09-20  Andy Piper  <andy@xemacs.org>
1701
1702         * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
1703         installation linkage.
1704
1705 1999-08-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1706
1707         * configure.in (machine): Recognize MIPS/Linux.
1708
1709 1999-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
1710
1711         * modules/zlib/Makefile (distclean):
1712         * modules/ldap/Makefile (distclean):
1713         * modules/sample/Makefile (distclean):
1714         * modules/base64/Makefile (distclean): new target
1715
1716         * Makefile.in.in (top_distclean): Add package directories
1717         (SUBDIR_DISTCLEAN): New variable, add module directories
1718
1719 1999-09-01  Martin Buchholz  <martin@xemacs.org>
1720
1721         * configure.in: Warn, but otherwise ignore, obsolete arguments.
1722
1723 1999-08-20  Olivier Galibert  <galibert@pobox.com>
1724
1725         * configure.in: Add --pdump option.
1726         * configure.usage:  Ditto.
1727
1728 1999-08-04  Andy Piper  <andy@xemacs.org>
1729
1730         * configure.in: report widget usage correctly. beef up setting.
1731
1732         * Makefile.in.in: fix install-arch-dep for mingw32.
1733
1734 1999-07-28  Andy Piper  <andy@xemacs.org>
1735
1736         * config.h.in: add new LWLIB defines.
1737
1738         * configure.in: fix definitions of widget defines with various
1739         toolkit options.
1740
1741 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
1742
1743         * XEmacs 21.2.19 is released
1744
1745 1999-07-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1746
1747         * configure.in: Removed superfluous call to AC_FUNC_MMAP.
1748
1749 1999-03-07  Gregory Neil Shapiro  <gshapiro@sendmail.org>
1750
1751         * configure.in: Check for Kerberos and the need for the DES
1752         library before checking for LDAP in case LDAP requires these
1753         libraries.
1754
1755 1999-07-26  SL Baur  <steve@miho>
1756
1757         * configure.in: Rename --with-shlib to --with-modules for
1758         consistency with the other two options that use that name.
1759
1760         * configure.usage (--with-modules): Document it.
1761
1762 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
1763
1764         * etc/custom/example-themes/example-theme.el:
1765         * etc/custom/example-themes/europe-theme.el:
1766         * etc/custom/example-themes/ex-custom-file: Some simple examples
1767         illustrating the custom theme support.
1768
1769 1999-07-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
1770
1771         * etc/HELLO (Thai): Modify for new font.
1772
1773 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
1774
1775         * etc/TUTORIAL.th: Change code to tis-620.
1776
1777 1999-07-22  SL Baur  <steve@beopen.com>
1778
1779         * configure.in: add sco7 support
1780         From Bob Weiner  <weiner@beopen.com>
1781
1782 1999-07-22  SL Baur  <steve@miho>
1783
1784         * Makefile.in.in (install-arch-dep): Install config.values into
1785         docdir.
1786         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
1787
1788 1999-07-21  SL Baur  <steve@miho>
1789
1790         * Makefile.in.in (inststaticdir): New variable.
1791         (instvardir): Ditto.
1792         (install-arch-dep): Use them.
1793
1794         * configure.in (sitelispdir): Need to use ${PROGNAME}.
1795         (sitemoduledir): Ditto.
1796         (inststaticdir): New variable.
1797         (instvardir): Ditto.
1798         (infodir): Use them.
1799         (lispdir): Ditto.
1800         (moduledir): Ditto.
1801         (pkgdir): Ditto.
1802         (etcdir): Ditto.
1803         (lockdir): Ditto.
1804         (archlibdir): Ditto.
1805
1806 1999-07-14  SL Baur  <steve@beopen.com>
1807
1808         * InfoDock 4.0.8 is released
1809
1810 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
1811
1812         * XEmacs 21.2.18 is released
1813
1814 1999-07-06  SL Baur  <steve@miho.m17n.org>
1815
1816         * config.guess (main): Synch with newer config.guess for HP
1817         support.
1818         From Marcus Thiessel <marcus@xemacs.org>
1819
1820 1999-06-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1821
1822         * configure.in (with_prefix): Added --with-prefix, defaults to
1823         yes, to control whether the value of --prefix is compiled into the
1824         binary.
1825
1826 1999-07-03  Andy Piper  <andy@xemacs.org>
1827
1828         * configure.usage (--with-widgets): add.
1829
1830 1999-07-02  Andy Piper  <andy@xemacs.org>
1831
1832         * configure.in: Make sure we get motif in lwlib if we have widgets
1833         and motif.
1834
1835 1999-06-25  SL Baur  <steve@miho.m17n.org>
1836
1837         * configure.in (version): Fix --with-infodock test.
1838
1839 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1840
1841         * configure.in: --prefix and --exec-prefix are now only compiled
1842         into the binary if user-defined.
1843
1844 1999-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1845
1846         * configure.in: Made docdir configurable.
1847
1848         * Makefile.in (docdir): Added variable for custom DOC directory.
1849
1850 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
1851
1852         * XEmacs 21.2.17 is released
1853
1854 1999-06-13  Oscar Figueiredo  <oscar@xemacs.org>
1855
1856         * configure.in (with_ldap): Check libldap independently of liblber
1857         Do not test alternate library names such as libldap10
1858         Test the presence of a variety of LDAP API functions which were
1859         formerly assumed to be present according to dubious heuristics
1860
1861 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
1862
1863         * XEmacs 21.2.16 is released
1864
1865 1999-06-04  SL Baur  <steve@steve1.m17n.org>
1866
1867         * configure.in (CPP): Correct test for locating $site_prefix
1868         include directories.
1869
1870 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
1871
1872         * XEmacs 21.2.15 is released
1873
1874 1999-06-01  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1875
1876         * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
1877         From: Eric Veldhuyzen <eric@terra.nu>
1878
1879 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
1880
1881         * configure.in: For non-beta's use x.y.z format for version strings.
1882
1883 1999-06-03  SL Baur  <steve@xemacs.org>
1884
1885         * version.sh: add emacs_is_beta initialization
1886
1887         * configure.in: Implement patch levels in version number
1888         From Jan Vroonhof <vroonhof@math.ethz.ch>
1889
1890         * configure.in:
1891         * configure.usage:
1892         * config.h.in: Rename session option to wmcommand.
1893         From Oliver Graf <ograf@rhein-zeitung.de>
1894
1895 1999-05-16  Mike McEwan  <mike@lotusland.demon.co.uk>
1896
1897         * info/dir: Add `emodules.info' entry to the top info dir.
1898
1899 1999-05-31  SL Baur  <steve@steve1.m17n.org>
1900
1901         * configure.in (CPP): Don't check for include subdirectories in
1902         site-prefix directories.  This check loses in valid configurations
1903         like /usr/jp in TurboLinux.  Conditionally add include directory to
1904         site switches.
1905
1906 1999-05-14  Hrvoje Niksic  <hniksic@srce.hr>
1907
1908         * configure.in (quoted_arguments): Support
1909         --error-checking=byte-code.
1910
1911 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
1912
1913         * XEmacs 21.2.14 is released
1914
1915 1999-05-11  SL Baur  <steve@altair.xemacs.org>
1916
1917         * version.sh (infodock_build_version): Synch InfoDock version.
1918
1919 1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
1920
1921         * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
1922         for Solaris.
1923
1924 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
1925
1926         * configure.in (xemacs_betaname): Don't generate Installation.el.
1927
1928         * Makefile.in.in (top_distclean): Don't remove Installation.el.
1929
1930 1999-04-29  Andy Piper  <andy@xemacs.org>
1931
1932         * configure.in: add mingw32 as a target platform. add nt process
1933         support options.
1934
1935 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
1936
1937         * etc/HELLO (Amharic): New language.
1938         (Slovak): Likewise.
1939         (Thai): Likewise (by Virach Sornlertlamvanich).
1940         (Greek): Fixed (by Yannis Haralambous).
1941
1942 1998-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1943
1944         * configure.in: Delete mule-coding.o.
1945
1946 1999-04-22  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1947
1948         * lwlib/xlwmenu.c (string_width_u): Initialise chars before
1949         calling XmStringGetLtoR
1950         (string_draw_u): ditto and check return value of XmStringGetLtoR()
1951
1952 1999-04-05  Olivier Galibert  <galibert@pobox.com>
1953
1954         * Makefile.in.in (GENERATED_HEADERS): Don't generate
1955         puresize-adjust.h anymore
1956
1957         * configure.usage: Remove everything gung-ho or purespace related
1958
1959         * configure.in: Ditto
1960
1961 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
1962
1963         * configure.in: Check for getloadavg().
1964
1965 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
1966
1967         * XEmacs 21.2.13 is released
1968
1969 1999-03-09  SL Baur  <steve@xemacs.org>
1970
1971         * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
1972
1973 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
1974
1975         * XEmacs 21.2.12 is released
1976
1977 1999-03-04  Martin Buchholz  <martin@xemacs.org>
1978
1979         * Makefile.in.in (top_distclean): Remove confdefs.h as well.
1980
1981 1999-03-03  Martin Buchholz  <martin@xemacs.org>
1982
1983         * configure.in:
1984         `uname -v` -> "`uname -v`":
1985         backquoted expressions need additional double
1986         quotes to be a single token.
1987         Use separate if's to avoid extra process invocations.
1988
1989 1999-01-05  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1990
1991         * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
1992
1993 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
1994
1995         * XEmacs 21.2.11 is released
1996
1997 1999-02-16  Andy Piper  <andy@xemacs.org>
1998
1999         * PROBLEMS: add entries for building under Cygwin.
2000
2001 1999-02-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
2002
2003         * README.packages: Clear up that mule-sumo packages is used _in
2004         addition_ to the normal sumo.
2005
2006 1999-02-16  Martin Buchholz  <martin@xemacs.org>
2007
2008         * configure.usage: Move quantify/purify into debug flags section
2009
2010 1999-02-10  Martin Buchholz  <martin@xemacs.org>
2011
2012         * configure.in:
2013         - Fixup xfs comments and redundant option checking
2014
2015         * configure.in:
2016         * INSTALL:
2017         * lisp/paths.el:
2018         - improved automounter tmp directory support.
2019         - support 4 (!) empirically discovered automounter conventions
2020
2021 1999-02-10  Martin Buchholz  <martin@xemacs.org>
2022
2023         * lwlib/lwlib.h:
2024         - redo CONST hacking to deal with X11 R4, which was
2025         broken in a previous patch.
2026
2027 1999-02-10  Martin Buchholz  <martin@xemacs.org>
2028
2029         * configure.in:
2030         - irix uses -rpath
2031
2032 1999-02-10  Martin Buchholz  <martin@xemacs.org>
2033
2034         * configure.in:
2035         - Check for XOpenIM before using xim=xlib
2036         - only use XmIm if $have_motif = yes
2037
2038 1999-02-10  Martin Buchholz  <martin@xemacs.org>
2039
2040         * configure.in.  Port to BSDI BSD/OS 4.0.
2041
2042 1999-01-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2043
2044         * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
2045
2046 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2047
2048         * XEmacs 21.2.10 is released
2049
2050 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
2051
2052         * XEmacs 21.2.9 is released
2053
2054 1999-02-01  Glynn Clements  <glynn@sensei.co.uk>
2055
2056         * etc/recycle.xpm: Fix colours so that they work on TrueColor
2057         and DirectColor displays
2058
2059 1999-01-21  Andy Piper  <andy@xemacs.org>
2060
2061         * configure.in: make xface detection specifc to a window system in
2062         general rather than just X.
2063
2064 1999-18-10  Andy Piper <andy@xemacs.org>
2065
2066         * configure.in: remove -O3 prevention on cygwin - current versions
2067         cope ok now.  remove dll prevention on cygwin - the new module
2068         code checks correctly.
2069
2070 1999-01-10  J. Kean Johnston  <jkj@sco.com>
2071
2072         * configure.in: Added moduledir as the path where loadable modules
2073         are stored. Added --with-site-modules and --moduledir options.
2074         - Ensure the SCO OpenServer compiles with --dynamic by default
2075         - Check for dlfcn.h for dynamic loader
2076         - Renamed dll.o to emodules.o and changed dynamic loader tests
2077         - Renabled code that deals with site-lisp so that it is handled
2078         correctly when a user specifies --with-site-lisp.
2079
2080         * aclocal.m4: Replaced entire file with more complete DLL tests
2081         by way of libtool.
2082
2083         * config.usage: Removed TAB characters which caused it to be
2084         displayed incorrectly on terminals where TAB != 8.
2085         - Added help text to describe --with-site-modules and --moduledir.
2086
2087         * INSTALL: Updated documentation to describe module directories
2088
2089         * Makefile.in.in: Added moduledir, sitemoduledir macros.
2090         - Make those directories at install time.
2091
2092 1998-12-28  Martin Buchholz <martin@xemacs.org>
2093
2094         * XEmacs 21.2.8 is released.
2095
2096 1998-12-28  Martin Buchholz  <martin@xemacs.org>
2097
2098         * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
2099
2100 1998-12-24  Martin Buchholz <martin@xemacs.org>
2101
2102         * XEmacs 21.2.7 is released.
2103
2104 1998-12-20  Martin Buchholz  <martin@xemacs.org>
2105
2106         * configure.in: Redo DBM support
2107         - die if dbm support requested, but not provided.
2108         - properly check for libgdbm, then libc, then libdbm
2109         - properly check for ndbm.h
2110         - comments improved
2111         - XE_DIE should always prefix messages with Error: for clarity
2112
2113 1998-12-07  Martin Buchholz  <martin@xemacs.org>
2114
2115         * xemacs.mak (TEMACS_OBJS):
2116         (DOC_SRC4):
2117         - Remove pure.c, pure.obj
2118
2119 1998-12-06  Martin Buchholz  <martin@xemacs.org>
2120
2121         * Makefile.in.in (distclean):
2122         * dynodump/Makefile.in.in (distclean):
2123         * src/Makefile.in.in (distclean):
2124         * lib-src/Makefile.in.in (distclean):
2125         * lwlib/Makefile.in.in (distclean):
2126         - Make sure GNUmakefile is deleted.
2127
2128 1998-12-17  Andy Piper  <andy@xemacs.org>
2129
2130         * configure.in (all_widgets): remove gui.o addition - its always
2131         in the makefile now.
2132
2133         * configure.in: add gui-msw.o to msw objects.
2134
2135 1998-12-16  Andy Piper  <andy@xemacs.org>
2136
2137         * XEmacs 21.2.6 is released
2138
2139 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2140
2141         * XEmacs 21.2.5 is released
2142
2143 1998-11-28  SL Baur  <steve@altair.xemacs.org>
2144
2145         * XEmacs 21.2-beta4 is released.
2146
2147 1998-11-27  SL Baur  <steve@altair.xemacs.org>
2148
2149         * configure.in: Linux/Arm Support.
2150         From James LewisMoss <dres@ioa.com>
2151
2152 1998-11-27  Takeshi Hagiwara  <hagiwara@ie.niigata-u.ac.jp>
2153
2154         * configure.in:
2155         Fix the realpath() problem of UnixWare2.1.3.
2156         Patches for NEC's sysv4.2 machine.
2157
2158 1998-11-09  Kazuyuki IENAGA  <ienaga@jsys.co.jp>
2159
2160         * configure.in: Check if there's wnn4.2 or wnn6 specific library
2161         installed. The Wnn library will be checked if the --with-wnn
2162         and/or --with-wnn6 was specified compulsory.
2163
2164 1998-07-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
2165
2166         * configure.in (CPP): Too many spaces im run-patch flag detection.
2167
2168 1998-10-15  SL Baur  <steve@altair.xemacs.org>
2169
2170         * XEmacs 21.2-beta3 is released.
2171
2172 1998-10-13  Andy Piper  <andyp@parallax.co.uk>
2173
2174         * configure.in: enable drag and drop support by default if mswindows is
2175         detected.
2176
2177 1998-10-09  Kevin Oberman  <oberman@es.net>
2178
2179         * config.sub: Fix for Alpha architecture
2180
2181 1998-10-05  Andy Piper  <andyp@parallax.co.uk>
2182
2183         * configure.in: don't enable shared lib support for cygwin unless
2184         explititly told to.
2185
2186 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2187
2188         * etc/xemacs.1: Remove misplace "\".
2189
2190 1998-09-29  SL Baur  <steve@altair.xemacs.org>
2191
2192         * XEmacs 21.2-beta2 is released.
2193
2194 1998-09-09  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
2195
2196         * lwlib/xlwmenu.c:
2197         * lwlib/xlwscrollbar: fix for Motif >=2.0
2198         Patch provided by Glenn Barry <gtb@eng.sun.com>
2199
2200         * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
2201
2202 1998-09-02  Andy Piper  <andyp@parallax.co.uk>
2203
2204         * configure.in: check for cygwin32/version.h.
2205
2206 1998-08-31  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2207
2208         * PROBLEMS: Added AIX 4.3 note.
2209
2210         * configure.in: Better detection of AIX 4.3.
2211         AIX xlc can do -g and -Ox at the same time.
2212
2213 1998-09-05  SL Baur  <steve@altair.xemacs.org>
2214
2215         * etc/check_cygwin_setup.sh: grammar fix.
2216
2217 1998-09-02  Andy Piper  <andyp@parallax.co.uk>
2218
2219         * etc/check_cygwin_setup.sh: fix a couple of buglets.
2220
2221 1998-08-23  Adrian Aichner  <adrian@xemacs.org>
2222
2223         * etc/sample.emacs: Enable sound support on mswindows devices.
2224
2225 1998-08-17  P. E. Jareth Hein  <jareth@camelot.co.jp>
2226
2227         * configure.in: Alter configure so that it checks for mismatched PNG
2228         header/libs, screams a little louder on old/mismatched library
2229         conditions for both PNG and XPM, stop screaming if png is not found and
2230         no window-system is selected, and fixed a bug in the XPM checking.
2231
2232 1998-08-06  Adrian Aichner  <adrian@xemacs.org>
2233
2234         * etc/TUTORIAL.de: Fixing typos and grammatical errors.  Fixing
2235         inconsistent usage of RET, <Return>, and <return> (only using
2236         <Return> now).  Changing TUTORIAL to TUTORIAL.de throughout
2237         itself.  Adding english equivalent to german translation of all
2238         concepts used in TUTORIAL.de.
2239
2240 1998-08-07  P. E. Jareth Hein  <jareth@camelot.co.jp>
2241
2242         * configure.usage (--without-gif): Modify text to reflect status
2243         of GIF support
2244
2245 1998-08-04  P. E. Jareth Hein  <jareth@camelot.co.jp>
2246
2247         * configure.in: add back in the support for the in-core GIF
2248         code, change the required PNG library version to 1.0.2, and add
2249         a warning if PNG not found, since PNG images are now distributed
2250         as part of the core.  Also minor wording changes in things reported
2251         to the user.
2252
2253 1998-07-28  Kai Haberzettl  <khaberz@synnet.de>
2254
2255         * BETA: Update mailing-list address for build-reports
2256
2257 1998-08-01  SL Baur  <steve@altair.xemacs.org>
2258
2259         * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
2260         can built that includes package lisp.
2261
2262 1998-07-23  Martin Buchholz  <martin@xemacs.org>
2263
2264         * configure.in:
2265         - support multiple flavors of alpha, (XEmacs treats them identically)
2266         - Fix AC_TRY_RUN so that actions have access to $?
2267         - Identify DEC C compilers. Add default optimization CFLAGS and
2268           always use -std.
2269         - Use an extensible method for adding support for future compilers.
2270         - Have SunPro C use that same extensible method.
2271         - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
2272
2273 1998-07-19  SL Baur  <steve@altair.xemacs.org>
2274
2275         * XEmacs 21.2-beta1 is released.
2276
2277 1998-07-18  SL Baur  <steve@altair.xemacs.org>
2278
2279         * config.guess: Synched with latest FSF version.
2280
2281 1998-07-12  Björn Torkelsson  <torkel@hpc2n.umu.se>
2282
2283         * Makefile.in: added LDFLAGS.
2284
2285 1998-07-12  SL Baur  <steve@altair.xemacs.org>
2286
2287         * etc/GOATS: Removed.
2288
2289         * README: Bump version numbers.
2290         * info/dir: Ditto.
2291         * etc/README: Ditto.
2292         * etc/NEWS: Ditto and purge pre-21.0 stuff.
2293         * version.sh: Ditto.
2294
2295         * XEmacs 21.0-pre5 is released.
2296
2297 1998-07-10  SL Baur  <steve@altair.xemacs.org>
2298
2299         * configure.in (with_offix): Default --with-offix to off.
2300
2301 1998-07-09  SL Baur  <steve@altair.xemacs.org>
2302
2303         * configure.in: Handle multiple database libraries.
2304         From Gregory Neil Shapiro <gshapiro@sendmail.org>
2305
2306         * XEmacs 21.0-pre4 is released.
2307
2308         * configure.in: Fix test for InfoDock sources.
2309
2310         * etc/BETA (writing): Update patch creation instructions.
2311
2312         * etc/FTP: Update FTP mirror list.
2313
2314         * etc/DISTRIB: Remove duplicated FTP mirror list.
2315         * etc/xemacs.1 (ftp): Ditto.
2316
2317 1998-07-09  Oliver Graf <ograf@fga.de>
2318
2319         * configure.usage: added warning to --with-offix
2320
2321 1998-06-29  SL Baur  <steve@altair.xemacs.org>
2322
2323         * etc/gnuserv.1 (this): Email address for Ben Wing is ben@xemacs.org.
2324         * etc/gnuserv.README (README): Ditto.
2325         * etc/xemacs-ja.1: Ditto.
2326
2327 1998-06-28  SL Baur  <steve@altair.xemacs.org>
2328
2329         * configure.in: Berkeley DB autodetection fixes
2330         From Martin Buchholz <martin@xemacs.org>
2331
2332         * etc/BABYL: Moved to rmail package
2333
2334         * etc/enriched.doc: Moved to xemacs-base package
2335
2336         * etc/MSDOS:
2337         * etc/GNUS-NEWS: deleted
2338
2339 1998-06-21  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2340
2341         * etc/NEWS: Added references to documentation about packages and
2342         path setup.
2343
2344         * etc/README: Synched.
2345
2346 1998-06-19  SL Baur  <steve@altair.xemacs.org>
2347
2348         * XEmacs 21.0-pre3 is released.
2349
2350 1998-06-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2351
2352         * etc/PACKAGES:
2353         * etc/BETA: Moved some package stuff into Texinfo docs.  Other nitpicks
2354
2355 1998-06-20  Kazuyuki IENAGA <ienaga@jsys.co.jp>
2356
2357         * configure.in: Added check if the berkdb has db_open or not.
2358         (With fixes from Martin Buchholz)
2359
2360 1998-06-19  SL Baur  <steve@altair.xemacs.org>
2361
2362         * XEmacs 21.0-pre2 is released.
2363
2364 1998-06-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2365
2366         * configure.in: Added -lC for static linking under AIX 4.2.
2367
2368 1998-06-14  SL Baur  <steve@altair.xemacs.org>
2369
2370         * XEmacs 21.0-pre1 is released.
2371
2372 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2373
2374         * etc/NEWS: Updated information about customization of the
2375         automatic info dir file generation using
2376         `Info-auto-generate-directory' and `Info-save-auto-generated-dir'
2377
2378 1998-06-11  SL Baur  <steve@altair.xemacs.org>
2379
2380         * XEmacs 21.0-beta43 is released.
2381
2382 1998-06-04  Oliver Graf <ograf@fga.de>
2383
2384         * tests/Dnd/README: a step-by-step test run
2385         * tests/Dnd/droptest.el: some clarifications
2386         * tests/Dnd/droptest.sh: created, creates test files
2387
2388 1998-06-01  Oliver Graf <ograf@fga.de>
2389
2390         * configure.in (summary): added experimental to dragndrop option
2391         * configure.usage: added experimental note to --with-dragndrop
2392         * tests/Dnd/droptest.el: extra start-drag-region function
2393         changed the experimental- stuff
2394
2395 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
2396
2397         * etc/check_cygwin_setup.sh: set more intelligent defaults for
2398         windows 95.
2399
2400 1998-06-07  SL Baur  <steve@altair.xemacs.org>
2401
2402         * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
2403
2404 1998-06-05  Colin Rafferty   <colin@xemacs.org>
2405
2406         * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
2407
2408 1998-06-01  SL Baur  <steve@altair.xemacs.org>
2409
2410         * XEmacs 21.0-beta42 is released.
2411
2412         * etc/sounds: Removed, now in the sounds-au package.
2413
2414 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
2415
2416         * configure.in: don't use -O3 for cygwin.
2417
2418         * etc/check_cygwin_setup.sh: new file to check that cygwin is setup
2419         correctly for XEmacs operation.
2420
2421 1998-05-28  P. E. Jareth Hein  <jareth@camelot-soft.com>
2422
2423         * configure.in: Switch from giflib to gifreader for
2424         our GIF image support (no other mods needed)
2425
2426 1998-05-28  Oliver Graf  <ograf@fga.de>
2427
2428         * configure.in: only one DnD protocol, CDE has priority over OffiX
2429
2430         * tests/Dnd/README: some changes reflecting recent modifications
2431         * tests/Dnd/dragtest.el: removed
2432         * tests/Dnd/droptest.el: cosmetics and comments
2433
2434 1998-05-26  Oliver Graf  <ograf@fga.de>
2435
2436         * tests/Dnd/droptest.el: adapted to CDE extensions
2437
2438 1998-05-25  Hans Guenter Weigand  <hgweigand@wiesbaden.netsurf.de>
2439
2440         * configure.in:
2441         * config.sub: add initial OpenBSD support
2442
2443 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
2444
2445         * configure.in: check for msw dialogs.
2446
2447 1998-05-23  SL Baur  <steve@altair.xemacs.org>
2448
2449         * XEmacs 21.0-beta41 is released.
2450
2451 1998-05-17  SL Baur  <steve@altair.xemacs.org>
2452
2453         * configure.in (CPP): Change -O2 to -O3.
2454         Suggested by Martin Buchholz <martin@xemacs.org>
2455
2456 1998-05-15  SL Baur  <steve@altair.xemacs.org>
2457
2458         * XEmacs 21.0-beta40 is released.
2459
2460 1998-05-13  SL Baur  <steve@altair.xemacs.org>
2461
2462         * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
2463         on the `unset CDPATH' if running as sh.
2464
2465 1998-05-12  Oliver Graf <ograf@fga.de>
2466
2467         * tests/Dnd/droptest.el: some CDE adaptions (untested)
2468
2469 1998-05-11  Martin Buchholz  <martin@xemacs.org>
2470
2471         * configure.in:
2472         Add some more comments.
2473         If using bash, use Posix mode and unset CDPATH.
2474         Be more careful checking feature dependencies.
2475         Introduce XE_CHECK_FEATURE_DEPENDENCY.
2476         Undo the gross hack of multiple `echo >> $tempcname'
2477         by using here documents instead.  (Might break mswindows, tho...)
2478         Be more careful autodetecting tooltalk.
2479
2480         * PROBLEMS:
2481         Document problems with Solaris 2.6 + XSUNTRANSPORT
2482
2483         * Makefile.in:
2484         * lwlib/Makefile.in.in:
2485         * modules/Makefile.in:
2486         - Adjust for luser's CDPATH being set to something weird.
2487         - Take into account bash 2.02's tendency to print the cwd when
2488           using CDPATH.  Always use `cd ./foo' instead of `cd foo'.
2489         - fix the run-temacs target to use $(DUMPENV)
2490         - fix the run-puremacs target to use $(DUMPENV)
2491         - fix the `depend' target to properly $(RM) the right files
2492         - Generate a better TAGS file for XEmacs' lisp code using
2493           hand-crafted regexps.
2494         - Use standard coding conventions for modules/Makefile.in
2495
2496 1998-05-12  Kazuyuki IENAGA <ienaga@jsys.co.jp>
2497
2498         * configure.in: some people claimed that they can't stop
2499         linking wnn6 library if they set --with-wnn6=no.
2500
2501 1998-05-11  Oliver Graf <ograf@fga.de>
2502
2503         * tests/Dnd/droptest.el: adapted to new calling conventions
2504         also showing the new possibilities
2505         * tests/Dnd/README: changed to new protocol
2506
2507 1998-05-11  SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
2508
2509         * Fix for HAVE_MULTICAST check.
2510
2511 1998-05-09  SL Baur  <steve@altair.xemacs.org>
2512
2513         * XEmacs 21.0-beta39 is released.
2514
2515 1998-05-06  Oliver Graf <ograf@fga.de>
2516
2517         * configure.in: added autodetection for the Drag'n'Drop API
2518         if some DnD protocol is found, HAVE_DRAGNDROP will be defined
2519         and dragdrop.o is added to extra_objs
2520         * configure.usage: added with-dragndrop, added (*) to with-offix
2521         * tests/Dnd/droptest.el: complete overhaul, no it's a real test
2522
2523 1998-05-04  Oliver Graf <ograf@fga.de>
2524
2525         * tests/Dnd/droptest.el: changed to test new protocol
2526         * tests/Dnd/README.OffiX: removed
2527         * tests/Dnd/README: created, info about new protocol
2528         * tests/Dnd/dragtest.el: comment change
2529
2530 1998-05-07  SL Baur  <steve@altair.xemacs.org>
2531
2532         * etc/altrasoft-logo.xpm: Removed.
2533
2534 1998-05-02  SL Baur  <steve@altair.xemacs.org>
2535
2536         * XEmacs 21.0-beta38 is released.
2537
2538 1998-04-29  SL Baur  <steve@altair.xemacs.org>
2539
2540         * configure.in: Use `PROGNAME' for all generated paths.
2541
2542         * Makefile.in: Change `progname' to `PROGNAME' for consistency.
2543
2544 1998-04-27  SL Baur  <steve@altair.xemacs.org>
2545
2546         * configure.in (progname): Parameterize program name on `progname'
2547         and add --with-infodock.
2548
2549 1998-04-26  SL Baur  <steve@altair.xemacs.org>
2550
2551         * Makefile.in: Religiously use ${progname} instead of hardcoded
2552         `xemacs'.
2553         CPPFLAGS was being set correctly in ${subdir}/Makefiles and
2554         overridden by the empty one set in the toplevel Makefile.
2555
2556 1998-04-26  Jason R Mastaler  <jason@4b.org>
2557
2558         * etc/BETA: Replaced SmartList references in favor of
2559         Majordomo.
2560
2561 1998-04-25  SL Baur  <steve@altair.xemacs.org>
2562
2563         * XEmacs-21.0-beta37 is released.
2564
2565 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2566
2567         * configure.in: Sychronized ..._USER_DEFINED variables with
2568         datadir setting.
2569
2570         * Makefile.in (mkdir): No longer create sitelispdir.
2571
2572 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
2573
2574         * configure.in: make graphic libraries tests be dependant on a
2575         window system not X11 only.
2576
2577 Fri Apr 24 19:38:19 1998  Andy Piper  <andyp@parallax.co.uk>
2578
2579         * configure.in: check for our special select in msw.
2580
2581 1998-04-22  Marcus Thiessel  <marcus_thiessel@hp.com>
2582
2583         * PROBLEMS: add answers to some FAQ concerning hpux.
2584
2585 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
2586
2587         * configure.in: enable checking for special mswindows select()
2588
2589 1998-04-21  Martin Buchholz  <martin@xemacs.org>
2590
2591         * configure.in: Isolate incomprehensible cma_open/pthreads checking
2592         to decosf*
2593
2594 1998-04-21  Marcus Thiessel  <marcus_thiessel@hp.com>
2595
2596         * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
2597         libs and includes.
2598
2599 1998-04-22  Itay Ben-Yaacov  <pezz@www-mail.huji.ac.il>
2600
2601         * configure.in: check for xpm does not depend anymore on having X.
2602         if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
2603
2604 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2605
2606         * etc/NEWS: Documented info dir rebuilding and LDAP support.
2607
2608         * info/dir: Fixed the explanatory notes for
2609         `Info-default-directory-list' removal and the new automatic dir
2610         rebuilding facility.  Reindented the menu.  Added an entry for
2611         term.info
2612
2613 1998-04-20  SL Baur  <steve@altair.xemacs.org>
2614
2615         * configure.in (LISPDIR): Removed configuration option for
2616         site-lisp.
2617
2618 1998-04-19  SL Baur  <steve@altair.xemacs.org>
2619
2620         * configure.in (version): snarf InfoDock version number.
2621
2622 1998-04-18  SL Baur  <steve@altair.xemacs.org>
2623
2624         * XEmacs-21.0-beta36 is released.
2625
2626 Fri Apr 17 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
2627
2628         * configure.in: enable install pre-processing for mswindows
2629
2630 Fri Apr 17 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
2631
2632         * Makefile.in.in: add install_pp to install incantation.
2633
2634         * installexe.sh: new file. Add .exe to install targets if the
2635         result is executable.
2636
2637 Fri Apr 17 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
2638
2639         * Makefile.in: add install_pp to install incantation.
2640
2641 1998-04-14  Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
2642
2643         * configure.in: Large echo split into a few smaller ones,
2644         so the cygnus sh.exe does not crash.
2645
2646 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
2647
2648         * configure.in: enable toolbar checking for mswindows build
2649
2650 1998-04-06  Martin Buchholz  <martin@xemacs.org>
2651
2652         * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
2653         Used (at least) by RedHat 4.2.
2654
2655 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2656
2657         * etc/xemacs.1: -no-packages -> -no-early-packages.
2658
2659         * etc/NEWS: Clarified site-lisp status.
2660
2661         * configure.in: Re-instated src/paths.h generation from
2662         src/paths.h.in.
2663
2664         * Makefile.in (top_distclean): Remove site-lisp on `make
2665         distclean'.
2666
2667 1998-04-10  SL Baur  <steve@altair.xemacs.org>
2668
2669         * XEmacs 21.0-beta35 is released.
2670
2671 1998-04-10  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2672
2673         * etc/NEWS: Documented that Info-default-directory-list and
2674         site-directory are gone.
2675
2676         * configure.usage: Clarified --package-path documentation.
2677
2678 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2679
2680         * configure.in: Now generates src/paths.h from src/paths.h.in.in.
2681         Removed defaults for infopath and package-path.
2682
2683         * Makefile.in (src/paths.h): ... is now generated from
2684         src/paths.h.in.in.  Moved generation of paths.h to configure.
2685
2686         * paths.h.in: Removed.
2687
2688         * paths.h.in.in: Created.
2689
2690 1998-04-06  Martin Buchholz  <martin@xemacs.org>
2691
2692         * configure.in: png was still being used if png_version < 0.96
2693
2694         * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
2695
2696 1998-04-05  Amir J. Katz  <amir@ndsoft.com>
2697
2698         * INSTALL (Rationale): Offix support comment is wrong. To disable,
2699         one must use --with-offix=no and not --without-offix
2700
2701 1998-04-05  SL Baur  <steve@altair.xemacs.org>
2702
2703         * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
2704
2705 1998-04-04  SL Baur  <steve@altair.xemacs.org>
2706
2707         * XEmacs 21.0-beta34 is released.
2708
2709 1998-04-03  Martin Buchholz  <martin@xemacs.org>
2710
2711         * configure.in:
2712         checking whether gettimeofday accepts one or two arguments... two
2713
2714 1998-04-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2715
2716         * configure.in: Fixed magic to handle AIX and MIT X11R6.
2717
2718 1998-04-02  Martin Buchholz  <martin@xemacs.org>
2719
2720         * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
2721
2722 1998-04-01  Martin Buchholz  <martin@xemacs.org>
2723
2724         * tests/database.el (test-database): Temporary files (the databases
2725         that were created) should be deleted.
2726
2727         * Makefile.in (testdir): Remove gnumake-specific syntax.
2728         (src/Makefile): src/Makefile depends on src/depend.
2729
2730 1998-03-29  Martin Buchholz  <martin@xemacs.org>
2731
2732         * configure.in: Check for -lz, -lgz unconditionally.  Too many
2733         system linkers don't properly die when there are cascaded link
2734         dependencies, so we can't rely on the linker for that.  The only
2735         downside is that we might link with an extra unneeded library.  If
2736         you really really care about this, you can go fix it.
2737
2738         * configure.in: Enhance PANIC msg to make it clear that
2739         --with-FEATURE is going to die if FEATURE is not installed.
2740
2741 1998-03-27  Martin Buchholz  <martin@xemacs.org>
2742
2743         * configure.in: $debug was not properly dependent on $beta
2744
2745         * configure.in: Move offix configuration out of src/Makefile.in.in
2746         into configure.in.
2747
2748         * configure.in: Reorganize xpm detection code.
2749
2750         * configure.in: XIM default to ON if Motif which is not Lesstif is
2751         found.
2752
2753         * configure.in: Keep auto-generated makefile dependencies out of
2754         src/Makefile.in.in by using AC_OUTPUT file concatenation support.
2755
2756 1998-03-26  Martin Buchholz  <martin@xemacs.org>
2757
2758         * configure.in: Fix up cflags handling.  Specifically, configure
2759         --cflags='' would fail to be recognized.
2760
2761         * configure.in: Fix up png detection.  Link with png_read_image to
2762         make sure -lz is required.  Test for png >- 0.96 via header file.
2763
2764 1998-03-21  Martin Buchholz  <martin@xemacs.org>
2765
2766         * configure.in (XE_GCC_WRAP_LDFLAGS)
2767         Rename to XE_PROTECT_LINKER_FLAGS.  Rewrite.
2768
2769         * configure.in: Make sure BSD always links in libz.a
2770         BSD's stupid linker can't detect cascaded lib dependencies
2771
2772         * configure.in: Autodetect lesstif.  define have_lesstif.
2773         Don't use motif-xim with lesstif, at least by default.
2774
2775 1998-03-30  SL Baur  <steve@altair.xemacs.org>
2776
2777         * version.sh: Add InfoDock version number variables.
2778
2779 1998-03-30  Amir J. Katz  <amir@ndsoft.com>
2780
2781         * info/dir: Replaced string '20.5' with '21.0'
2782
2783 1998-03-24  SL Baur  <steve@altair.xemacs.org>
2784
2785         * XEmacs 21.0-beta33 is released.
2786
2787 1998-03-26  Didier Verna <didier@xemacs.org>
2788
2789         * configure.in, Makefile.in: Removed infopath_user_defined---we
2790         always want to propagate it.
2791
2792         * configure.usage: Synched with configure.in.
2793
2794 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2795
2796         * configure.usage, INSTALL: Synched with the new path layout.
2797
2798         * Makefile.in (src/paths.h): Replaced packagepath with
2799         package_path to make configure happy.
2800
2801         * configure.in: Made default setting for packagepath conform to
2802         what packages.el builds at run-time: XEmacs-version-specific paths
2803         before site-specific ones.
2804         Added default setting for pkgdir.
2805         Changed --packagepath back to --package-path.
2806
2807 1998-03-24  SL Baur  <steve@altair.xemacs.org>
2808
2809         * XEmacs 21.0-beta32 is released.
2810
2811 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2812
2813         * configure.in: Extended package path by version-specific
2814         hierarchies.  Changed allow-site-lisp to inhibit-site-lisp.
2815
2816 1998-03-22  SL Baur  <steve@altair.xemacs.org>
2817
2818         * Makefile.in (distclean): Remove packages and mule-packages if they
2819         have been linked into place.
2820
2821 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2822
2823         * <Today>: The Big Path Searching Overhaul.
2824
2825         * Makefile.in, configure.in: Now pass all configure-specified paths
2826         into the binary in a uniform way.
2827
2828 1998-03-20  SL Baur  <steve@altair.xemacs.org>
2829
2830         * configure.in (have_libmcheck): Add test for glibc's malloc
2831         checker.
2832         - Fix HP/UX dynamic linking flag.
2833
2834 1998-03-19  SL Baur  <steve@altair.xemacs.org>
2835
2836         * configure.in (quoted_arguments): Fix unquoted variable in
2837         error-checking test.
2838         - fix bogus substitution.
2839
2840 1998-03-17  SL Baur  <steve@altair.xemacs.org>
2841
2842         * configure.in: In -lpng test, look for png_set_strip_alpha.
2843         Suggested by William M. Perry <wmperry@aventail.com>
2844
2845 1998-03-16  SL Baur  <steve@altair.xemacs.org>
2846
2847         * XEmacs 21.0 beta31 is released.
2848
2849 1998-03-16  P. E. Jareth Hein  <jareth@camelot-soft.com>
2850
2851         * configure.usage (Usage): Correct information about gif, tiff
2852         and WNN entries
2853
2854 1998-03-13  SL Baur  <steve@altair.xemacs.org>
2855
2856         * configure.in: typo fix in sed command.
2857         From P. E. Jareth Hein <jareth@camelot-soft.com>
2858
2859         * configure.in (all_widgets): Check for snprintf().
2860
2861 1998-03-11  P. E. Jareth Hein  <jareth@camelot-soft.com>
2862
2863         * configure.in: New gif support
2864
2865 1998-03-10  SL Baur  <steve@altair.xemacs.org>
2866
2867         * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
2868
2869 Mon Mar 09 13:00:55 1998  Andy Piper  <andyp@parallax.co.uk>
2870
2871         * configure.in: don't add libc to link list for dlopen ordinary
2872         link takes care of this. check for dlfcn.h
2873
2874 1998-03-10  SL Baur  <steve@altair.xemacs.org>
2875
2876         * configure.in: Examine each directory of X11 include path for
2877         inclusion into BITMAPDIR.
2878
2879 1998-03-09  SL Baur  <steve@altair.xemacs.org>
2880
2881         * aclocal.m4: Add legalese.
2882
2883 Mon Mar 09 13:00:55 1998  Andy Piper  <andyp@parallax.co.uk>
2884
2885         * configure.in: make sure we have ndbm.h as well as libgdbm.a for
2886         database support.
2887
2888         * configure.in: move msw checking after x checking so that
2889         auto-detection works.
2890
2891 1998-03-09  SL Baur  <steve@altair.xemacs.org>
2892
2893         * configure.in: New DLL support.
2894         * aclocal.m4: New file.
2895         From William M. Perry <wmperry@aventail.com>
2896
2897 1998-03-08  SL Baur  <steve@altair.xemacs.org>
2898
2899         * configure.in (xemacs_betaname): Align messages for minimal
2900         tagbits and indexed lrecords.
2901         Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
2902
2903 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
2904
2905         * etc/Emacs.ad: Example using leading dot resources to
2906           initalize faces changes to use Emacs.foo since the
2907           leading dot syntax doesn't work.  Initialization of
2908           text-cursor face moved to faces.el.
2909
2910 1998-03-07  SL Baur  <steve@altair.xemacs.org>
2911
2912         * XEmacs 20.5-beta30 is released.
2913
2914 1998-03-05  SL Baur  <steve@altair.xemacs.org>
2915
2916         * PROBLEMS: Update wording of x86 GCC 2.7 problems.
2917
2918 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
2919
2920         * configure.in: add a --with-msw option. Make X and msw work
2921         together if the user asks.
2922
2923 1998-03-02  SL Baur  <steve@altair.xemacs.org>
2924
2925         * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
2926
2927 1998-03-01  SL Baur  <steve@altair.xemacs.org>
2928
2929         * configure.in: Add substitutable variable ld_dynamic_link_flags
2930         for special required linker flags for building DLL capable
2931         binaries.
2932
2933         * etc/Emacs.ad: Remove explicit `Emacs' application resource
2934         name.
2935
2936 1998-02-28  SL Baur  <steve@altair.xemacs.org>
2937
2938         * Makefile.in (top_distclean): Remove Installation.el.
2939         (xemacs): New target.  Formerly it was `all:'.
2940         (all): New default, dist: is now superfluous.
2941
2942 1998-02-27  SL Baur  <steve@altair.xemacs.org>
2943
2944         * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
2945         selective use of Doug Lea malloc in Linux C Library and GNU C Library.
2946         (Installation): Add XEmacs version and generate `Installation.el'.
2947
2948 1998-02-26  SL Baur  <steve@altair.xemacs.org>
2949
2950         * configure.in (with_ldap: Fix -lldap autodection.
2951         Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
2952         (Installation): Only keep the last configuration.
2953
2954 1998-02-25  SL Baur  <steve@altair.xemacs.org>
2955
2956         * XEmacs 20.5-beta28 is released.
2957
2958         * configure.in (with_session): Fix reporting of the setting.
2959         (with_database_gnudbm): Correctly report setting.
2960
2961 1998-02-24  SL Baur  <steve@altair.xemacs.org>
2962
2963         * configure.usage: Restore documentation of graphics library
2964         flags.
2965         From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2966
2967 1998-02-19  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2968
2969         * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
2970         console.
2971
2972 1998-02-23  SL Baur  <steve@altair.xemacs.org>
2973
2974         * XEmacs 20.4 is released to the beta testers.
2975
2976 1998-02-21  SL Baur  <steve@altair.xemacs.org>
2977
2978         * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
2979         to also test for Linux libc5.
2980
2981 1998-02-19  SL Baur  <steve@altair.xemacs.org>
2982
2983         * XEmacs 20.5-beta27 is released.
2984         * XEmacs-20.4-pre4 is released.
2985
2986         * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
2987         (--with-gung): Implement it.
2988
2989         * configure.usage (--with-gung): Document.  Turns on
2990         USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
2991         (--with-term): Remove.
2992
2993         * XEmacs-20.5-beta26 is released.
2994
2995 1998-02-18  SL Baur  <steve@altair.xemacs.org>
2996
2997         * XEmacs-20.4-pre3 is released.
2998
2999         * Makefile.in: use better feedback while rebuilding finder database.
3000         Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
3001
3002 1998-02-15  SL Baur  <steve@altair.xemacs.org>
3003
3004         * configure.in (doug_lea_malloc): Add checking for Doug Lea
3005         Malloc.
3006
3007 1998-02-14  SL Baur  <steve@altair.xemacs.org>
3008
3009         * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
3010         Suggested by Pekka Marjola <pema@iki.fi>
3011
3012         * XEmacs-20.4-pre2 is released.
3013         * XEmacs-20.5-beta25 is released.
3014
3015 1998-02-13  SL Baur  <steve@altair.xemacs.org>
3016
3017         * INSTALL: Update for Cygwin and Microsoft Windows.
3018
3019         * README: Update for Microsoft Windows.
3020
3021 1998-02-09  SL Baur  <steve@altair.xemacs.org>
3022
3023         * XEmacs 20.4-pre1 is released.
3024         * XEmacs 20.5-beta24 is released.
3025
3026 Wed Jan 28 13:41:22 1998  Andy Piper  <andyp@parallax.co.uk>
3027
3028         * configure.in: add mule-coding target which defines MULE_CODING,
3029         nothing uses it as yet. add gif objects to msw support. define
3030         const_is_losing=no for msw. make msw not selected if tty selected.
3031         add -lshell32 for dnd support. check for a.out.h rather than
3032         coff.h
3033
3034         * lib-src/make-docfile.c: add cygwin support and generalise the
3035         remaining open calls. IMHO this should really include sysfile.h.
3036
3037 1998-02-03  SL Baur  <steve@altair.xemacs.org>
3038
3039         * XEmacs 20.5-beta23 is released.
3040
3041 1998-02-01  SL Baur  <steve@altair.xemacs.org>
3042
3043         * etc/aliases.ksh: igrep from the shell command line.
3044         From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
3045
3046 1998-01-31  SL Baur  <steve@altair.xemacs.org>
3047
3048         * etc/aliases.ksh: Add `mak' function to create beta.err for
3049         build-report.
3050         From Adrian Aichner <adrian@xemacs.org>
3051         Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
3052
3053 1998-01-27  SL Baur  <steve@altair.xemacs.org>
3054
3055         * XEmacs 20.5-beta22 is released.
3056
3057 1998-01-26  SL Baur  <steve@altair.xemacs.org>
3058
3059         * etc/aliases.ksh: New file.  Start tracking useful Maintainer
3060         XEmacs commands.
3061
3062 1998-01-25  SL Baur  <steve@altair.xemacs.org>
3063
3064         * XEmacs 20.5-beta21 is released.
3065
3066 Wed Jan 21 10:49:47 1998  Andy Piper  <andyp@parallax.co.uk>
3067
3068         * configure.in: check for coff.h
3069
3070 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
3071
3072         * configure.in: Added support for `--with-shlib'.
3073
3074 1998-01-18  SL Baur  <steve@altair.xemacs.org>
3075
3076         * XEmacs 20.5-beta20 is released.
3077
3078 1998-01-13  Martin Buchholz  <martin@xemacs.org>
3079
3080         * configure.usage:
3081         * etc/NEWS:
3082         Remove doc for configure-time INFOPATH, no longer used.
3083
3084         * etc/BETA: Update ftp addresses.
3085         * etc/INSTALL: Update ftp addresses.
3086         * etc/MAILINGLISTS: Sync with Emacs 20.2. Update ftp addresses.
3087
3088         * configure.in:
3089         * src/config.h.in:
3090         Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
3091
3092         * lwlib/lwlib.h:
3093         * lwlib/lwlib.c:
3094         * lwlib/lwlib-config.c:
3095         * lwlib/lwlib-Xm.c:
3096         * lwlib/lwlib-Xaw.c:
3097         * lwlib/lwlib-Xlw.c:
3098         * lwlib/config.h.in:
3099         * src/menubar-x.c:
3100         Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
3101         Maintain only one set of variables.
3102
3103         * etc/xemacs.1: Update author list.
3104
3105         * Makefile.in (install-arch-dep): Simplify.
3106         Replace construct  `test -d $dir && foo'  with
3107         `if test -d $dir; then foo; fi'
3108
3109         * lwlib/xlwmenu.c:
3110         * lwlib/xlwscrollbar.c:
3111         * lwlib/lwlib-Xlw.c:
3112         * lwlib/lwlib-Xm.c:
3113         Always assume presence of limits.h (ANSI).
3114
3115 1998-01-12  SL Baur  <steve@altair.xemacs.org>
3116
3117         * INSTALL: Updated for recent Mule/package changes.
3118
3119         * XEmacs 20.5-beta19 is released.
3120
3121 1998-01-12  Damon Lipparelli  <lipp@primus.com>
3122
3123         * Makefile.in: Yow!  Fixed paths to install dirs when --prefix !=
3124         --exec-prefix.
3125
3126 1998-01-10  SL Baur  <steve@altair.xemacs.org>
3127
3128         * XEmacs 20.5-beta18 is released.
3129
3130         * etc/FTP: Update address of what was formerly ftp.ibp.fr.
3131
3132 1998-01-08  Didier Verna  <didier@xemacs.org>
3133
3134         * configure.in: Get rid of INFOPATH for configure time.
3135         * configure.usage (Usage): Ditto.
3136
3137 1998-01-09  SL Baur  <steve@altair.xemacs.org>
3138
3139         * Makefine.in: Correct reported amount of disk savings from
3140         compression.
3141         From Markus Linnala <maage@cs.tut.fi>
3142
3143 Thu Jan 08 09:42:36 1998    <andyp@parallax.co.uk>
3144
3145         * configure.in: detect and set scrollbars and menubars with
3146         MS-Windows more appropriately. Check for sys/un.h to use in
3147         gnuserv.
3148
3149 1998-01-07  SL Baur  <steve@altair.xemacs.org>
3150
3151         * Makefile.in (progname): Cleanly parameterize XEmacs-specific
3152         naming.
3153
3154 1998-01-05  Glynn Clements  <glynn@sensei.co.uk>
3155
3156         * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
3157         inactive_button_gc for menu entries.
3158         (remap_menubar): ignore the enabled status
3159
3160 1998-01-04  SL Baur  <steve@altair.xemacs.org>
3161
3162         * XEmacs 20.5-beta17 is released.
3163
3164         * Makefile.in (finder): Use -vanilla.
3165         (lisp/finder-inf.el): Ditto.
3166         (check-features): New target.  Do a sanity check prior to
3167         installation.
3168
3169 1997-01-03  SL Baur  <steve@altair.xemacs.org>
3170
3171         * XEmacs 20.5-beta16 is released.
3172
3173 1997-12-30  SL Baur  <steve@altair.xemacs.org>
3174
3175         * XEmacs 20.5-beta15 is released.
3176
3177 1997-12-29  SL Baur  <steve@altair.xemacs.org>
3178
3179         * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
3180
3181 1997-12-27  SL Baur  <steve@altair.xemacs.org>
3182
3183         * XEmacs 20.5-beta14 is released.
3184
3185 1997-12-23  Andy Piper <andyp@parallax.co.uk>
3186
3187         * configure.in: support for *-pc-cygwin32 config
3188
3189 1997-12-25  SL Baur  <steve@altair.xemacs.org>
3190
3191         * XEmacs 20.5-beta13 is released.
3192
3193 1997-12-21  SL Baur  <steve@altair.xemacs.org>
3194
3195         * etc/BETA (Prerequisite): Add cookbook procedures for maintaining
3196         package lisp directories.
3197
3198 1997-12-20  SL Baur  <steve@altair.xemacs.org>
3199
3200         * XEmacs 20.5-beta 12 is released.
3201
3202 1997-12-19  SL Baur  <steve@altair.xemacs.org>
3203
3204         * configure.in (bitmapdir): Reenable --with-session by default for
3205         testing.
3206
3207 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
3208
3209         * etc/Emacs.ad: Don't specify a default toolbar specific
3210           background color.
3211
3212 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
3213
3214         * etc/toolbar: Added support for foregroundToolBarColor
3215           symbol to most icons.
3216
3217 1997-12-17  SL Baur  <steve@altair.xemacs.org>
3218
3219         * info/dir (File): Skk and Gnats are packaged.
3220
3221         * PROBLEMS (Note): Update version numbers.
3222
3223         * etc/BETA: Update version numbers.
3224
3225         * etc/NEWS: Update version number.
3226
3227         * info/dir (File): Update version number.
3228
3229 1997-12-16  SL Baur  <steve@altair.xemacs.org>
3230
3231         * XEmacs 20.5-beta11 is released.
3232
3233 1997-12-14  SL Baur  <steve@altair.xemacs.org>
3234
3235         * configure.in: Don't bypass graphics library detection
3236         if the `--with-imagick' option is given to configure.
3237         : Print autodetected graphics libraries to be linked with Imagick.
3238
3239         * Makefile.in (lisp/finder-inf.el): Reverse previous change.
3240
3241 1997-12-14  Olivier Galibert  <olivier.galibert@mines.u-nancy.fr>
3242
3243         * Makefile.in (install-arch-indep): Build info files if needed.
3244
3245 1997-12-13  SL Baur  <steve@altair.xemacs.org>
3246
3247         * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
3248
3249         * XEmacs 20.5-beta10 is released.
3250
3251 1997-12-12  SL Baur  <steve@altair.xemacs.org>
3252
3253         * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
3254
3255 1997-12-10  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
3256
3257         * configure.in (autodetect ImageMagick): also look for
3258         "X11/magick/magick.h", and if present, define
3259         MAGICK_HEADERS_ARE_UNDER_X11
3260
3261 1997-12-11  SL Baur  <steve@altair.xemacs.org>
3262
3263         * configure.in (imagick_libs): Add autodetection for freetype
3264         -lttf library.
3265
3266 1997-12-09  SL Baur <steve@altair.xemacs.org>
3267
3268         * XEmacs 20.5-beta9 is released.
3269
3270 1997-12-06  SL Baur <steve@altair.xemacs.org>
3271
3272         * XEmacs 20.5-beta8 is released.
3273
3274         * info/dir: update for further packaging.
3275         * configure.in: remove `tree-x' from XEmacs build.
3276
3277 1997-11-29  Jeff Miller <jmiller@smart.net>
3278
3279         * configure.in:  motif menubars need xlwmenu.o
3280
3281         * updated files in src/ to allow an XEmacs configured for
3282           motif menubars to at least compile.  Motif menubars are still
3283           very broken.
3284
3285 1997-12-05  Aki Vehtari  <Aki.Vehtari@hut.fi>
3286
3287         * etc/refcard.tex: Updated for 20.3
3288
3289 1997-12-02  P E Jareth Hein  <jareth@camelot-soft.com>
3290
3291         * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
3292         properly with the information in the core.
3293
3294         * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
3295         the information in the core, and fixed a potental problem with
3296         parentage.
3297
3298 1997-12-02  SL Baur  <steve@altair.xemacs.org>
3299
3300         * etc/skk/SKK.tut.E (Hint): Fix typos.
3301
3302 1997-12-01  SL Baur  <steve@altair.xemacs.org>
3303
3304         * configure.in (with_session): Properly display flag in configure
3305         status report.
3306
3307 1997-11-29  SL Baur  <steve@altair.xemacs.org>
3308
3309         * configure.usage: Remove documentation of obsolete option
3310         --with-gif.
3311
3312 1997-11-27  SL Baur  <steve@altair.xemacs.org>
3313
3314         * XEmacs 20.5-beta7 is released.
3315
3316         * configure.in: When testing for -ltiff, fall back on the extra
3317         libraries -ljpeg, and -lz since some -ltiff's need them.
3318
3319 1997-11-26  SL Baur  <steve@altair.xemacs.org>
3320
3321         * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
3322         From Glynn Clements <glynn@sensei.co.uk>
3323
3324 1997-11-25  Kazuyuki IENAGA <ienaga@jsys.co.jp>
3325
3326         * configure.in: Improve auto detect of libraries ImageMagick rely
3327         on.
3328
3329 1997-11-23  Jeff Miller <jmiller@smart.net>
3330
3331         * Energize is dead.  Removed ENERGIZE ifdef's from code in lwlib
3332           and src.  Configure.in modified.  --with-energize is no longer a
3333           valid configure option.
3334
3335         * lwlib/Makefile.in.in  removed energize support
3336         * lwlib/lwlib-Xm.c      removed energize support
3337         * lwlib/lwlib-config.c  removed energize support
3338
3339         * lwlib/energize/*      removed
3340
3341 1997-11-23  SL Baur  <steve@altair.xemacs.org>
3342
3343         * Makefile.in: Change references of lisp/utils/finder-inf.el to
3344         lisp/finder-inf.el.
3345
3346 1997-11-20  SL Baur  <steve@altair.xemacs.org>
3347
3348         * XEmacs 20.5-beta6 is released.
3349
3350 1997-11-21  Stephen Turnbull  <turnbull@sk.tsukuba.ac.jp>
3351
3352         * configure.usage: Use `--' convention in "usage:" line.
3353
3354 1997-11-20  Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
3355
3356         * configure.in: added `with_xfs' to list of boolean features.
3357
3358 1997-11-20  SL Baur  <steve@altair.xemacs.org>
3359
3360         * XEmacs 20.3 is released for binary kit building.
3361
3362 1997-11-19  Tor Arntsen <tor@spacetec.no>
3363
3364         * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
3365         xemacs dumped on one machine on another. Problem was fixed by 20.3.
3366
3367 1997-11-19  SL Baur  <steve@altair.xemacs.org>
3368
3369         * etc/xemacs.1: Document -no-packages, -vanilla.
3370         Document -h.
3371
3372 1997-11-18  SL Baur  <steve@altair.xemacs.org>
3373
3374         * configure.usage: New file.
3375
3376         * configure.in: Use it instead of monster 10k shell variable.
3377
3378 1997-11-17  SL Baur  <steve@altair.xemacs.org>
3379
3380         * XEmacs 20.3-pre4 is released.
3381
3382 1997-11-17  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
3383
3384         * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
3385         dirs.
3386
3387 1997-11-17  SL Baur  <steve@altair.xemacs.org>
3388
3389         * configure.in: Initialize infodir off of datadir.
3390
3391         * Makefile.in: Force LANG = C for building.
3392
3393 1997-11-15  SL Baur  <steve@altair.xemacs.org>
3394
3395         * XEmacs 20.3-pre3 is released.
3396         * XEmacs 20.5-beta5 is released.
3397
3398 1997-11-13  Marc Paquette <marcpa@cam.org>
3399
3400         * nt/Todo: added a task for support of lisp packages through
3401         the registry.
3402
3403 1997-11-13  Jonathan Harris <jhar@tardis.ed.ac.uk>
3404
3405         * Renamed files *w32* to *msw*
3406
3407         * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
3408           HAVE_MS_WINDOWS. Changed files:
3409           cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
3410           msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
3411           sysdep.el, console-msw.c, console-msw.h, console.c,
3412           device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
3413           events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
3414           msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
3415           redisplay.c, symsinit.h,
3416
3417         * Didn't change 'win32' in nt.c, nt.h, ntproc.c
3418
3419         * Deleted w32 build directory since nt build directory now handles
3420           X and native mswindows builds.
3421
3422 1997-11-11  SL Baur  <steve@altair.xemacs.org>
3423
3424         * XEmacs 20.5-beta4 is released.
3425
3426 1997-11-10  SL Baur  <steve@altair.xemacs.org>
3427
3428         * info/dir: remove packaged entries.
3429         From Glynn Clements <glynn@sensei.co.uk>
3430
3431         * configure.in: Puke and die if NAS sound is selected without X.
3432
3433 1997-11-08  SL Baur  <steve@altair.xemacs.org>
3434
3435         * XEmacs 20.5-beta3 is released.
3436         * XEmacs 20.3-pre2 is released.
3437
3438 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
3439
3440         * w32/xemacs.mak: moved building the DOC file to after the .elcs.
3441
3442 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
3443
3444         * Files split from nt to new w32 directory:
3445           ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
3446           xemacs.mak.
3447
3448 1997-11-05  Didier Verna  <didier@xemacs.org>
3449
3450         * configure.in: Added the --site-prefixes options for the configure
3451         script. You give a colon or space separated list of prefixes, and
3452         subdirectories include/ and lib/ will be added with -I and -L.
3453
3454 1997-11-05  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>>
3455
3456         * configure.in: AIX + gcc fixes.
3457           - Don't wrap -B. aixflags changed to start_flags.
3458
3459 1997-11-04  SL Baur  <steve@altair.xemacs.org>
3460
3461         * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
3462         From Skip Montanaro <skip@calendar.com>
3463
3464 1997-11-04  Adrian Aichner  <adrian@xemacs.org>
3465
3466         * etc/TUTORIAL.de:
3467         Updated copyright information. Translated most of the COPYING
3468         section. Translated the <<.*>> didactic line.
3469
3470 1997-10-22  Adrian Aichner  <adrian@xemacs.org>
3471
3472         * etc/TUTORIAL.de: Fixed two issues reported by
3473         Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
3474
3475         * etc/TUTORIAL.de:
3476         Manually applied rejected patch hunks from Marc Aurel's patch.
3477         Some more fixes.
3478
3479         * etc/TUTORIAL.de:
3480         Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>.
3481         They fix yet more typos and quite a few awkward sentences.
3482
3483 1997-10-21  Adrian Aichner  <adrian@xemacs.org>
3484
3485         * etc/TUTORIAL.de: Manually merged a few more corrections by
3486         Carsten Leonhardt <leo@arioch.oche.de>
3487
3488 1997-10-20  Adrian Aichner  <adrian@xemacs.org>
3489
3490         * etc/TUTORIAL.de:
3491         Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2,
3492         then merged them with 1.3 via ediff-buffers.
3493         Andreas found some quite nasty typos still and added many missing commas.
3494
3495         * etc/TUTORIAL.de: Re-fill-ed paragraphs after patching.
3496
3497         * etc/TUTORIAL.de: Applied the excellent patches courtesy of
3498         Carsten Leonhardt <leo@arioch.oche.de>.
3499
3500 1997-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3501
3502         * Delete etc/TUTORIAL.th because Thai is not supported yet.
3503
3504 1997-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3505
3506         * etc/TUTORIAL.ko: Renamed from etc/TUTORIAL.kr to fit with ISO
3507         639 (two letter language code).
3508
3509         * etc/TUTORIAL.ja: Renamed from etc/TUTORIAL.jp to fit with ISO
3510         639 (two letter language code).
3511
3512 1997-11-02  SL Baur  <steve@altair.xemacs.org>
3513
3514         * etc/CHARSETS:  New file imported from Emacs 20.1.
3515
3516 1997-11-02  Kyle Jones  <kyle_jones@wonderworks.com>
3517
3518         * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
3519           window's coordinates and dimensions to center the
3520           dialog box unless its mapped_when_managed property is
3521           true.  This should avoid the top level widget that the
3522           HAVE_SESSION code creates, which is unmapped and
3523           useless for this purpose.
3524
3525 1997-11-01  SL Baur  <steve@altair.xemacs.org>
3526
3527         * XEmacs 20.3-pre1 is released.
3528
3529 1997-10-31  SL Baur  <steve@altair.xemacs.org>
3530
3531         * XEmacs 19.16 is released.
3532
3533 1997-10-31  SL Baur  <steve@altair.xemacs.org>
3534
3535         * XEmacs 20.5-beta2 is released.
3536
3537 1997-10-30  SL Baur  <steve@altair.xemacs.org>
3538
3539         * configure.in (xetest): Eliminate tests for PNG, JPEG,
3540         TIFF(broken) and replace with test for ImageMagick.
3541
3542 1997-10-30  Kyle Jones  <kyle_jones@wonderworks.com>
3543
3544         * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry.
3545           Added *XlwMenu*titleForeground entry.
3546
3547         * lwlib/xlwmenu.h: Added string macro declarations for
3548           titleForeground and highlightForeground properties.
3549
3550         * lwlib/xlwmenuP.h: Added struct fields for title and
3551           highlight colors.
3552
3553         * lwlib/xlwmenu.c: Added initialization and usage code
3554           for the new titleForeground and highlightForeground
3555           properties.
3556
3557 1997-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3558
3559         * etc/HELLO: Add Czech.
3560
3561         * etc/HELLO: Delete Amharic, Thai and Tigrigna.
3562
3563 1997-10-28  SL Baur  <steve@altair.xemacs.org>
3564
3565         * XEmacs 20.3-beta94 is released.
3566
3567 1997-10-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3568
3569         * configure.in: Correct last patch for berkdb.
3570
3571 1997-10-28  SL Baur  <steve@altair.xemacs.org>
3572
3573         * XEmacs 20.3-beta93 is released.
3574
3575 1997-10-27  Martin Buchholz  <mrb@eng.sun.com>
3576
3577         * lib-src/make-path.c:
3578         * lib-src/digest-doc.c:
3579         * lib-src/gnuslib.c: Always include config.h before system headers
3580         * configure.in: Improve AIX configure support
3581           - NON_GNU_CC defaults to `xlc'
3582           - CFLAGS defaults to "-O3 -qstrict  -qlibansi -qinfo -qro
3583             -qmaxmem=20000"
3584           - check for sin instead of sqrt in -lm to avoid xlc internal error
3585           - Detect -li18n for use with Motif
3586           - Move weird AIX static linking flags from s&m files to configure.in
3587           - use #pragma instead of -ma flag to avoid compiler warnings
3588
3589 1997-10-25  Kyle Jones  <kyle_jones@wonderworks.com>
3590
3591         * lwlib/xlwmenu.c: Use XtRDimension in place of
3592           XmRHorizontalDimension in shadowThickness resource
3593           declaration.
3594
3595         * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
3596           color as the foreground for selected entries.
3597
3598         * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
3599           color as the foreground for selected entries.
3600
3601         * lwlib/xlwmenu.c (toggle_decoration_height): Force
3602           height to be minimum of 2x the shadow thickness.
3603
3604 1997-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3605
3606         * configure.in: Don't choke on Berkeley DB 2.x.
3607
3608 1997-10-24  SL Baur  <steve@altair.xemacs.org>
3609
3610         * XEmacs 20.3-beta92 is released.
3611
3612 1997-10-21  SL Baur  <steve@altair.xemacs.org>
3613
3614         * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
3615         it already exists (use `make finder' to force rebuild).
3616
3617 1997-10-18  SL Baur  <steve@altair.xemacs.org>
3618
3619         * XEmacs 20.3-beta91 is released.
3620
3621 1997-10-16  Hrvoje Niksic <hniksic@srce.hr>
3622
3623         * etc/NEWS:  document changed package load semantics.
3624
3625 1997-10-15  Olivier Galibert  <olivier.galibert@mines.u-nancy.fr>
3626
3627         * configure.in: Removed -Olimit=2000 from cc for IRIX.
3628
3629 1997-10-12  Karl M. Hegbloom  <karlheg@inetarena.com>
3630
3631         * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
3632         and removed backquoted echo statement from the infopath report line.
3633
3634 1997-10-15  Olivier Galibert  <olivier.galibert@mines.u-nancy.fr>
3635
3636         * configure.in: Added detection of the declaration of the timezone
3637         variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
3638
3639
3640 1997-10-15  Olivier Galibert  <olivier.galibert@mines.u-nancy.fr>
3641
3642         * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
3643         of the timezone variable in system headers.
3644
3645         * systime.h: Use HAVE_TIMEZONE_DECL.
3646
3647 1997-10-14  SL Baur  <steve@altair.xemacs.org>
3648
3649         * configure.in (all_widgets): Don't allow configuration of
3650         --with-mule if Mule lisp hasn't been installed.
3651
3652 1997-10-13  SL Baur  <steve@altair.xemacs.org>
3653
3654         * configure.in: Remove `site-lisp' from list of directories to
3655         make symbolic links for.
3656
3657         * XEmacs 20.3-beta90 is released.
3658
3659 1997-10-12  Glynn Clements  <glynn@sensei.co.uk>
3660
3661         * info/dir: Cosmetic changes to info/dir
3662
3663 1997-10-13  Hrvoje Niksic  <hniksic@srce.hr>
3664
3665         * etc/NEWS: Updates
3666
3667 1997-10-12  SL Baur  <steve@altair.xemacs.org>
3668
3669         * XEmacs 20.5-beta1 is released.
3670
3671         * XEmacs 19.16-pre9 is released.
3672
3673         * XEmacs 19.16-pre8 is released.
3674
3675 1997-10-11  SL Baur  <steve@altair.xemacs.org>
3676
3677         * XEmacs 20.3-beta28 is released.
3678
3679         * Makefile.in (src/paths.h): Update PATH_INFOPATH
3680         (infopath): New shell variable.
3681         (infopath_user_defined): Ditto.
3682
3683         * configure.in (infodir_user_defined): Spelling fixes.
3684
3685 1997-10-10  Karl M. Hegbloom  <karlheg@inetarena.com>
3686
3687         * configure.in: added options and option help docs for infopath
3688         and lockdir
3689         * '' added a line to the report for infopath and lockdir
3690
3691         * etc/NEWS: Draft entry for the info changes.
3692
3693 1997-10-10  Karl M. Hegbloom  <karlheg@inetarena.com>
3694
3695         * Makefile.in.in (INFOPATH): Added variable and put it into
3696         DUMPENV.
3697
3698 1997-10-11  SL Baur  <steve@altair.xemacs.org>
3699
3700         * packages/info/localdir: New directory and file.
3701
3702         * packages/README: New directory & file.
3703
3704 1997-10-10  Martin Buchholz  <mrb@eng.sun.com>
3705
3706         * Makefile.in: Add `make configure' target
3707
3708         * etc/BETA:
3709           - remove Chuck as contact name
3710           - random small improvements
3711           - remove I/me references - the message should be that XEmacs
3712             maintenance is an inclusive community effort.
3713
3714 1997-10-10  SL Baur  <steve@altair.xemacs.org>
3715
3716         * etc/BETA (Prerequisite): Add further documentation for
3717         package installation.
3718
3719 1997-10-07  SL Baur  <steve@altair.xemacs.org>
3720
3721         * XEmacs 19.16-pre7 is released.
3722
3723 1997-10-05  Damon Lipparelli  <lipp@aa.net>
3724
3725         * Makefile.in (install-arch-dep, install-arch-indep): Move the
3726         commands for symlink'ing the system-independent bits into the
3727         system-dependent directory structure from "install-arch-indep" to
3728         "install-arch-dep".
3729
3730 1997-10-06  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
3731
3732         * Makefile.in (blddir): variable from "configure".
3733         (finder): use it.
3734
3735 1997-10-05  SL Baur  <steve@altair.xemacs.org>
3736
3737         * Makefile.in (GENERATED_LISP): New variable.
3738         (all): Force dependency on finder-inf.el.
3739         (lisp/utils/finder-inf.el): new rule.
3740
3741 1997-10-04  SL Baur  <steve@altair.xemacs.org>
3742
3743         * XEmacs 19.16-pre6 is released.
3744
3745 1997-10-04  SL Baur  <steve@altair.xemacs.org>
3746
3747         * XEmacs 20.3-beta27 is released.
3748
3749 1997-10-03  Damon Lipparelli  <lipp@primus.com>
3750
3751         * Makefile.in (install-arch-indep): When --prefix !=
3752         --exec-prefix, symlink the system-independent bits into the
3753         system-dependent directory structure (rather than the other way
3754         around).
3755
3756 1997-10-03  Martin Buchholz  <mrb@eng.sun.com>
3757
3758         * lib-src/etags.c:  etags 12.28 + prototypization
3759         * INSTALL:  Better document --site-runtime-libraries
3760         * src/scrollbar-x.c (x_update_scrollbar_instance_status):
3761           FIX: M-x scroll-left; horizontal scrollbar appears; drag it
3762           left; scrollbar disappears; keyboard inoperative.
3763         * configure.in:  Remove left-over references to *_switch_x_*
3764           - NAS libaudio is part of $libs_x, not $LIBS
3765
3766 1997-10-02  SL Baur  <steve@altair.xemacs.org>
3767
3768         * XEmacs 20.3-beta26 is released.
3769
3770 1997-09-30  SL Baur  <steve@altair.xemacs.org>
3771
3772         * XEmacs 20.3-beta25 is released.
3773
3774         * Makefile.in (install-arch-dep): Install the `Installation' for
3775         future reference.
3776
3777         * etc/BETA: Document existence of `Installation' file.
3778         - Document requirement of rebuilding finder-inf.el when building
3779         from the full tarball.
3780
3781         * Makefile.in (top_distclean): Remove finder-inf.el*.
3782
3783         * configure.in (use_union_type): Default to "yes".
3784
3785 1997-09-29  Martin Buchholz  <mrb@eng.sun.com>
3786
3787         * configure.in:  Add tiff autodetection
3788
3789 1997-09-29  SL Baur  <steve@altair.xemacs.org>
3790
3791         * lwlib/xlwmenu.c: Add bounds checking.
3792         Check error return on XmStringGetLtoR.
3793
3794 1997-09-27  SL Baur  <steve@altair.xemacs.org>
3795
3796         * XEmacs 20.3-beta24 is released.
3797
3798 1997-09-27  Hrvoje Niksic  <hniksic@srce.hr>
3799
3800         * Makefile.in (custom-loads): New target.
3801
3802 1997-09-24  SL Baur  <steve@altair.xemacs.org>
3803
3804         * etc/BETA (XEmacs 20.3 packages): Added explanation of package
3805         hierarchy.
3806
3807 1997-09-23  SL Baur  <steve@altair.xemacs.org>
3808
3809         * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
3810         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
3811
3812 1997-09-22  SL Baur  <steve@altair.xemacs.org>
3813
3814         * XEmacs 19.16-pre4 is released.
3815
3816 1997-09-20  SL Baur  <steve@altair.xemacs.org>
3817
3818         * XEmacs 20.3-beta23 is released.
3819
3820 1997-09-19  SL Baur <steve@altair.xemacs.org>
3821
3822         * XEmacs 19.16-pre3 is released.
3823
3824 1997-09-18  Colin Rafferty  <craffert@ml.com>
3825
3826         * etc/NEWS: Various spelling corrections and some grammar
3827                   corrections (which/that).
3828
3829 1997-09-19  Martin Buchholz  <mrb@eng.sun.com>
3830
3831         * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
3832         sequences (needs more testing).
3833         * */Makefile*:
3834         - Cleanup man/*/Makefile for consistency.
3835         - use $(MAKEFINFO), $(TEXI2DVI), etc...
3836         - Make combination --with-srcdir + Sun make work properly.
3837         - Change construct: test -d $${dir} || mkdir $${dir}
3838            --> if test ! -d $${dir}; then mkdir $${dir}; fi
3839         * lisp/x11/x-win-sun.el: Fix remaining glitches with
3840         re-mappings of Sun function keys.
3841         * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
3842         * man/internals/internals.texi:  Fix makeinfo compilation error.
3843
3844 1997-09-17  SL Baur  <steve@altair.xemacs.org>
3845
3846         * XEmacs 20.3-beta22 is released.
3847
3848 1997-09-16  SL Baur  <steve@altair.xemacs.org>
3849
3850         * XEmacs 20.3-beta21 is released.
3851
3852         * XEmacs 19.16-pre2 is released.
3853
3854 1997-09-13  SL Baur  <steve@altair.xemacs.org>
3855
3856         * XEmacs 20.3-beta20 is released.
3857
3858 1997-09-11  Martin Buchholz  <mrb@eng.sun.com>
3859
3860         * configure.in: Use `PATH' for options that take multiple dirs.
3861         - Fix test for $PWD == `pwd`
3862         - Prefer autodetected X11R6 to X11 so that broken HP and Linux
3863         systems can work.  (untested)
3864
3865         * lisp/cl/cl.el:  Fix `loop' indentation to be same as `defun'.
3866         * lisp/prim/dumped-lisp.el:  cl-extra and cl-seq always end up
3867         being autoloaded - let's make them part of the core.
3868
3869         * lisp/x11/x-compose.el:
3870         * lisp/x11/x-init.el:
3871         * lisp/x11/x-win-sun.el:
3872         * lisp/x11/x-winxfree86.el:
3873         * src/device-x.c:
3874         * src/event-Xt.c:
3875         - Yet another rewrite of key handling (not the last, though)
3876         - x-keysym-on-keyboard-p is much faster.
3877         - x-keysym-on-keyboard-sans-modifiers-p introduced.
3878         - x-keysym-hashtable introduced.
3879         - allow X11R4 libs to guess keysyms on X11R5 servers.
3880         - A better workaround for the bug that some Xlibs generate
3881           Multi_key a adiaeresis when pressing Multi_key a "
3882
3883         * src/dgif_lib.c: Make sure size_t is defined before using it.
3884
3885 1997-09-12  SL Baur  <steve@altair.xemacs.org>
3886
3887         XEmacs 19.16-pre1 "Queens" is released.
3888
3889 1997-09-08  SL Baur  <steve@altair.xemacs.org>
3890
3891         * configure.in: Reverse package-path.
3892         From Colin Rafferty <craffert@ml.com>
3893
3894 1997-09-02  SL Baur  <steve@altair.xemacs.org>
3895
3896         * XEmacs 20.3-beta19 is released.
3897
3898         * Makefile.in (finder): New target.
3899
3900 1997-08-29  SL Baur  <steve@altair.xemacs.org>
3901
3902         * XEmacs 19.16-beta91 is released.
3903
3904 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3905
3906         * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
3907         iso-2022-jp-2 is defined as coding-system.
3908
3909         * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
3910         `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
3911
3912         (iso-2022-jp-2): New coding system.
3913
3914 1997-08-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3915
3916         * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
3917         jka-compr.el.
3918
3919 1997-08-20  SL Baur  <steve@altair.xemacs.org>
3920
3921         * XEmacs 19.16-beta90 is released.
3922
3923 1997-08-16  SL Baur  <steve@altair.xemacs.org>
3924
3925         * XEmacs 20.3-beta18 is released.
3926
3927 1997-08-11  Karl M. Hegbloom  <karlheg@inetarena.com>
3928
3929         * etc/NEWS: add a section telling about the Info changes.
3930
3931 1997-08-09  SL Baur  <steve@altair.xemacs.org>
3932
3933         * XEmacs 20.3-beta17 is released.
3934
3935 1997-08-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
3936
3937         * etc/gnuserv.1: Described Hrvoje's mods in manpage
3938
3939 1997-08-09  Martin Buchholz  <mrb@eng.sun.com>
3940
3941         * configure.in:
3942         - use-system-malloc renamed to with-system-malloc.
3943         - config.el reimplemented for improved accuracy.
3944         - new variable `blddir' introduced for informational purposes.
3945         * lib-src/config.values.in: new config.el implementation
3946         * lib-src/config.values.sh: new config.el implementation
3947         * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
3948         (thanks to Espen Skoglund, pascal.el maintainer)
3949         * src/chartab.c: maintainability improvements.
3950         * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
3951         coding systems results in extra CR's inserted into file on saving.
3952
3953 1997-08-06  SL Baur  <steve@altair.xemacs.org>
3954
3955         * configure.in: Crash & burn if db-2 is detected.
3956         From Soren Dayton <csdayton@cs.uchicago.edu>
3957
3958 1997-07-31  SL Baur  <steve@altair.xemacs.org>
3959
3960         * XEmacs 20.3-beta16 is released.
3961
3962 1997-07-31  Martin Buchholz  <mrb@eng.sun.com>
3963
3964         * configure.in: --with-x11=no --> --with-xface=no
3965         * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
3966         * src/input-method-xlib.c: Allow xemacs to connect to kinput2
3967         * event-Xt.c: Fix crashes when no input context available.
3968         * src/mule-coding.c: Use enum eol_type instead of int consistently
3969         * regex.c:  Use (void *) 0 instead of NULL in varargs function calls
3970         * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
3971         NOT_C_CODE
3972
3973 1997-07-27  SL Baur  <steve@altair.xemacs.org>
3974
3975         * etc/BETA: Update patching instructions.
3976
3977 1997-07-26  SL Baur  <steve@altair.xemacs.org>
3978
3979         * XEmacs 20.3-beta15 is released.
3980
3981 1997-07-25  SL Baur  <steve@altair.xemacs.org>
3982
3983         * lwlib/xlwscrollbar.c: Add debug malloc support.
3984         * lwlib/xlwmenu.c: Ditto.
3985         * lwlib/lwlib-utils.h: Ditto.
3986
3987         * configure.in (null_string): Add --use-debug-malloc option.
3988
3989 1997-07-21  SL Baur  <steve@altair.xemacs.org>
3990
3991         * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
3992
3993 1997-07-20  SL Baur  <steve@altair.xemacs.org>
3994
3995         * Makefile.in (install-arch-indep): Create required links when
3996         prefixdir != execdir.
3997
3998 1997-07-19  SL Baur  <steve@altair.xemacs.org>
3999
4000         * XEmacs 20.3-beta14 is released.
4001
4002 1997-07-19  Martin Buchholz  <mrb@eng.sun.com>
4003
4004         * src/fns.c (require): Print messages when loading a file as a
4005         result of require.
4006
4007         * configure.in:
4008         * lisp/utils/config.el:
4009         * lib-src/config.values:
4010         - new file created and installed by building.
4011         - Allow configuration time values to be queried by the lisp code.
4012
4013         * configure.in:
4014         - check for alloca in libPW on hpux.
4015         - Redo --with-clash-detection
4016         - need to check for termios and friends even if with-tty=no.
4017         - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
4018         - better quoting for AIX_SMT_EXP (untested)
4019         - gcc flags now default to "-g -O2 -Wall -Wno-switch"
4020
4021         * *.[ch]: more warning elimination
4022
4023         * src/input-method*.c:
4024         * src/s/freebsd.h:
4025         - remove freebsd ifdefs from C code.
4026
4027         * src/specifier.c:
4028         - fix Fdisplay-table-specifier-p
4029
4030 1997-07-13  Steven L Baur  <steve@altair.xemacs.org>
4031
4032         * XEmacs 20.3-beta13 is released.
4033
4034         * info/dir (Packages): Integrate texinfo manual for PH.
4035
4036 1997-07-10  Hrvoje Niksic  <hniksic@srce.hr>
4037
4038         * extents.c (print_extent): Print correctly.
4039
4040 1997-07-13  Steven L Baur  <steve@altair.xemacs.org>
4041
4042         * configure.in (CPP): Add -Wall to default gcc CFLAGS.
4043
4044 1997-07-11  Martin Buchholz  <mrb@eng.sun.com>
4045
4046         * *Makefile*: More cleanup.
4047         - MAKE CFLAGS=-foo now works with recursive invocations on old makes
4048         - Nuke ld_call_shared from s&m files
4049         - Nuke src/s/*-static.h
4050         - Nuke Solaris and DEC OSF static build support.
4051         - Nuke SHORTNAMES
4052         - Nuke libmld
4053         - CLASH_DETECTION configurable, off by default.
4054
4055         * *.[ch]: Warning elimination, code cleanup, some 64-bit
4056         safeguarding.
4057
4058         * sol2.h: More bullet-proofing for Sun bugs in header files.
4059
4060         * lib-src/etags.c: etags version 12.19.
4061
4062         * lisp/x11/x-select.el:
4063         * src/xselect.c: Try STRING if selection owner couldn't convert
4064         COMPOUND_TEXT.
4065
4066         * src/*.c: Change defalt to default_, and in general allow
4067         doc-snarfing functions to recognize and ignore trailing `_'
4068
4069         * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
4070         convert source code to use them consistently.
4071
4072 1997-07-08  Steven L Baur  <steve@altair.xemacs.org>
4073
4074         * XEmacs 20.3-beta12 is released.
4075
4076 1997-07-08  Martin Buchholz  <mrb@eng.sun.com>
4077
4078         * configure.in: Set options differently, depending on beta-ness of
4079         build tree.
4080         * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
4081         distclean.
4082
4083 1997-07-08  Steven L Baur  <steve@altair.xemacs.org>
4084
4085         * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
4086         linker.
4087         From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
4088
4089 1997-07-07  Steven L Baur  <steve@altair.xemacs.org>
4090
4091         * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
4092
4093 1997-07-06  Steven L Baur  <steve@altair.xemacs.org>
4094
4095         * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
4096         fix.  Restoration of lossage from beta10->beta11 upgrade.
4097
4098         * XEmacs 20.3-beta11 is released.
4099
4100 1997-07-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4101
4102         * lisp/language/english.el: Add quail-british for British.
4103
4104         * lisp/language/european.el: Register input-method for various non
4105         quail-latin-1 methods.
4106
4107 1997-07-05  Martin Buchholz  <mrb@eng.sun.com>
4108
4109         * lib-src/getopt*.c: Don't redefine const - let configure do that.
4110
4111         * configure.in: Better behavior for `configure --with-gcc=no'
4112         - Autodetect ulimit.h
4113         - Remove broken SunOS4 kludge for libXmu
4114         - Autodetect usleep
4115
4116         * src/s/sol2.h: Support gcc on various Solaris releases.
4117
4118         * lib-src/*.c: Ansify prototypes.
4119
4120         * lisp/prim/files.el: Optimize auto-mode-alist.
4121
4122         * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
4123         - `make install' now works.
4124         - dependencies updated.
4125
4126         * pkg-src/tree-x/*.[ch]: Fix compile warnings.
4127         - Replace uses of XtVa* with non-varargs variants.
4128
4129 1997-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4130
4131         * lisp/modes/image-mode.el: Add `image-maybe-restore' to
4132         `change-major-mode-hook'.
4133
4134         * lisp/modes/image-mode.el (image-maybe-restore): New function.
4135
4136         * src/glyphs.c (make_string_from_file): must protect from
4137         `format-alist'.
4138
4139 1997-06-30  Steven L Baur  <steve@altair.xemacs.org>
4140
4141         * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
4142         variable.
4143
4144 1997-06-29  Steven L Baur  <steve@altair.xemacs.org>
4145
4146         * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
4147         should be `print-libgcc-file-name'
4148         From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
4149
4150         * XEmacs 20.3-beta10 is released.
4151
4152 1997-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4153
4154         * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
4155         GB).
4156
4157         * lisp/language/chinese.el: Modify charset DOC-strings for CNS
4158         11643 to be more detailed.
4159
4160         * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
4161         `arabic-2' to `arabic-digit', `arabic-1-column' and
4162         `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
4163
4164         * src/mule-charset.c: Modify charset DOC-strings to be more
4165         detailed.
4166
4167         Use BOX DRAWINGS characters of JIS X0208.
4168
4169 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4170
4171         * lisp/apel/richtext.el: Add autoload comments for
4172         `richtext-encode' and `richtext-decode'.
4173
4174         * lisp/prim/format.el (format-alist): Add `text/richtext'.
4175
4176         * lisp/tl/chartblxmas.el: New file.
4177
4178         * lisp/x11/x-menubar.el (default-menubar): Add "Show character
4179         table" for MULE menu.
4180
4181         * lisp/apel/emu.el: Check richtext.el is bundled.
4182
4183         * lisp/tl/char-table.el (view-charset): New command.
4184
4185         * lisp/tl/char-table.el: Rename some functions.
4186
4187         * lisp/packages/hexl.el (hexl-mode-exit): Run
4188         `hexl-mode-exit-hook'.
4189
4190         * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
4191         support" and "Set language environment" of mule menu.
4192
4193         * lisp/apel/file-detect.el: Add autoload comments for function
4194         `add-path', `add-latest-path', `get-latest-path',
4195         `file-installed-p', `exec-installed-p', `module-installed-p' and
4196         variable `exec-suffix-list'.
4197
4198         * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
4199         image/png and image/x-xpm.
4200
4201         * lisp/modes/image-mode.el: New file.
4202
4203 1997-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4204
4205         * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
4206         loop caused by long non-encoded-word element. (cf. [tm-en:1356])
4207
4208         (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
4209
4210 1997-06-25  Steven L Baur  <steve@altair.xemacs.org>
4211
4212         * XEmacs 20.3-beta9 is released.
4213
4214         * Makefile.in (dist): Make `make dist' work for me.
4215
4216 1997-06-25  Martin Buchholz  <mrb@eng.sun.com>
4217
4218         * configure.in:
4219         - Change "t" to tabs in sed commands
4220         - Add /g to sed substitition commands when appropriate
4221         - Change XtVa[SG]etValue to Xt[SG]etValue
4222         - Make version variables into Lisp_Objects.
4223
4224 1997-06-19  Martin Buchholz  <mrb@eng.sun.com>
4225
4226         * src/config.h.in:
4227         * configure.in:
4228         - Autodetect X defines using xmkmf.
4229         - Compute rpath on *bsd* systems as well.
4230         - rewrite PRINT_VAR m4 macro.
4231         - detect sizes of void* and long long for future use by unex*.c
4232         * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
4233
4234 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4235
4236         * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
4237
4238         * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
4239         `mh-folder-coding-system'.
4240
4241 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4242
4243         * lisp/language/ethio-util.el: imported from
4244         Emacs/mule-19.34.94-zeta.
4245
4246         * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
4247         repair Arabic characters.
4248
4249 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4250
4251         * lib-src/update-autoloads.sh: Search lisp/mule/.
4252
4253         * etc/HELLO: final byte for ethiopic was changed to sync with
4254         Emacs/mule-19.34.94-zeta.
4255
4256         * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
4257         language environment" of Mule menu.
4258
4259         * lisp/language/visual-mode.el: moved from mule/.
4260
4261         * lisp/language/ethiopic.el: Modify for XEmacs.
4262
4263         * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
4264         problem of setting for `language-info-alist' about koi8-r.
4265
4266         * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
4267
4268         * lisp/mule/mule-util.el: New file (imported from
4269         Emacs/mule-19.34.94-zeta).
4270
4271         * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
4272         moved to mule-util.el.
4273
4274         * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
4275         lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
4276         lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
4277         lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
4278         Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
4279
4280         * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
4281         emulate Emacs/mule-19.34.94-zeta function.
4282
4283         * lisp/mule/mule-cmds.el: modified to sync with
4284         Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
4285
4286         (set-language-info): Add to "Describe Language Support" and "Set
4287         Language Environment" menu.
4288
4289         * lisp/mule/mule-charset.el: Function `compose-region' and
4290         `decompose-region' were moved to mule-util.el.
4291
4292         * lisp/leim/quail.el: modify to sync with latest quail.el of
4293         Emacs/mule in ETL.
4294
4295         (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
4296
4297         (quail-map-p): Use `characterp' instead of `integerp'.
4298
4299 1997-06-23  Steven L Baur  <steve@altair.xemacs.org>
4300
4301         * etc/NEWS (Commands): Various updates by Hrvoje Niksic.
4302
4303 1997-06-21  Steven L Baur  <steve@altair.xemacs.org>
4304
4305         * Makefile.in: Missing FRC.info.
4306         (install-arch-dep): Add missing backslash.
4307         From Glynn Clements <glynn@sensei.co.uk>
4308
4309         * XEmacs 20.3-beta8 is released.
4310
4311 1997-06-20  Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
4312
4313         * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
4314         lwlib/lwlib.c:  Make 64 bit clean.
4315
4316 1997-06-20  Steven L Baur  <steve@altair.xemacs.org>
4317
4318         * etc/gnuserv.1: Updates and cleanup.
4319         From Hrvoje Niksic <hniksic@srce.hr>
4320
4321 1997-06-19  Martin Buchholz  <mrb@eng.sun.com>
4322
4323         * configure.in:
4324         - Autodetect X defines using xmkmf.
4325         - Compute rpath on *bsd* systems as well.
4326         - rewrite PRINT_VAR m4 macro.
4327         - detect sizes of void* and long long for future use by unex*.c
4328
4329 1997-06-18  Martin Buchholz  <mrb@eng.sun.com>
4330
4331         * */Makefile.in.in: Another rewrite
4332         Make makefiles immune from being mangled by various cpp
4333         implementations by quoting non-preprocessor directive lines.
4334         - random cleanup
4335         - Use $(RM) and $(pwd) macros consistently
4336         - Add dependencies for balloon-help source files
4337         - Use getcwd by default instead of getwd.
4338         * lwlib/config.h:  Now includes src/config.h
4339         * lwlib/*.c: Use config.h, but DON'T use Xos.h
4340         * lib-src/*.c: Fix compiler warnings
4341         * lisp/version.el:
4342         - Put version information in version.sh instead of version.el
4343
4344 Wed Jun 18 16:41:43 1997  Steven L Baur  <steve@altair.xemacs.org>
4345
4346         * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
4347         -I/usr/local/include.
4348
4349 1997-06-14  Steven L Baur  <steve@altair.xemacs.org>
4350
4351         * XEmacs 20.3-beta7 is released.
4352
4353 1997-06-12  Steven L Baur  <steve@altair.xemacs.org>
4354
4355         * etc/TUTORIAL (things): Synched by Hrvoje Niksic with previous
4356         XEmacs version.
4357
4358 1997-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4359
4360         * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
4361         regexp for horizontal smiley faces.
4362         (smiley-nosey-regexp-alist): Add horizontal smiley faces.
4363
4364         * lisp/leim/quail.el (quail-get-translation): Don't use
4365         `string-to-vector' for XEmacs.
4366
4367 1997-06-13  Gary D. Foster  <Gary.Foster@corp.Sun.COM>
4368
4369         * lisp/modes/*.el: Removed all "\177" bindings that were
4370           previously commented out and normalized everything vis a vis
4371           'backspace and 'delete keysyms.
4372         * lisp/packages/*.el: Normalized all the "\177" bindings
4373         * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
4374           which is a "smart" version of the cperl-electric-backspace
4375           function (it honors the desired delete direction).  Bound it to
4376           'delete and the electric-backspace to 'backspace.
4377         * lisp/packages/pending-del.el: Added cperl-electric-backspace and
4378           cperl-electric-delete to the 'supersede list.
4379
4380 1997-06-11  Steven L Baur  <steve@altair.xemacs.org>
4381
4382         * XEmacs 20.3-b6 is released.
4383
4384         * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
4385         Suggested by Martin Buchholz  <mrb@eng.sun.com>
4386
4387 1997-06-11  Martin Buchholz  <mrb@eng.sun.com>
4388
4389         * src/Makefile.in:
4390         * lwlib/Makefile.in:
4391         * lib-src/Makefile.in:
4392         * Makefile.in: More Makefile cleanup
4393         - add .PHONY targets where necessary
4394         - remove most builtin rules using .SUFFIXES
4395         - -lXau only gets used for linking gnuserv binaries
4396         - No VPATH for root Makefile
4397         - remove gcc v1 support
4398         * configure.in:
4399         - A new test to autodetect need to define NARROWPROTO,
4400           needed by XFree86
4401         - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
4402         - Immediately exit if SIZEOF_* tests fail.
4403         - Check for libPW
4404         - Use more sophisticated Xpm test that confirms xpm.h and libXpm
4405           are in sync.
4406         * src/s/linux.h:
4407         * src/m/intel386.h: Yet another attempt to clean up linux defines.
4408
4409 1997-06-10  Steven L Baur  <steve@altair.xemacs.org>
4410
4411         * lib-src/pop.c: Correct incantation for pop.h.
4412         From Martin Buchholz <mrb@Eng.Sun.COM>
4413
4414 Tue Jun 10 15:11:16 1997  Steven L Baur  <steve@altair.xemacs.org>
4415
4416         * configure.in (beta): Correct test looking for Beta number.
4417
4418 1997-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4419
4420         * src/Makefile.in.in, mule/language/misc-lang.el,
4421         mule/mule-load.el, mule/ipa-hooks.el: Use
4422         lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
4423         mule/ipa-hooks.el was deleted.
4424
4425 1997-06-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4426
4427         * Use lisp/mule/language/thai-util.el instead of
4428         lisp/mule/thai.el.
4429
4430         * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
4431
4432         * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
4433         lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
4434
4435         * lisp/mule/language/thai.el: modified for XEmacs.
4436
4437 1997-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4438
4439         * lisp/mule/mule-load.el, src/Makefile.in.in: Use
4440         lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
4441         lisp/mule/language/european.el, lisp/mule/language/greek.el,
4442         lisp/mule/language/japanese.el and lisp/mule/language/korean.el
4443         instead of lisp/mule/chinese-hooks.el,
4444         lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
4445         lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
4446         lisp/mule/korean-hooks.el.
4447
4448         * lisp/mule/language/*.el was imported from
4449         Emacs/mule-19.34.94-zeta.
4450
4451         * Use lisp/mule/language/china-util.el instead of
4452         lisp/mule/chinese.el.
4453
4454 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4455
4456         * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
4457         iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
4458         were defined as coding-system.
4459
4460 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4461
4462         * etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm,
4463         etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm,
4464         etc/smilies/Face_ase.xbm: Add Japanese smiley faces.
4465
4466 1997-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4467
4468         * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
4469         smiley faces.
4470
4471 1997-06-10  Gary D. Foster  <Gary.Foster@corp.sun.com>
4472
4473         * lisp/modes/view-less.el: Changed \177 bindings to 'delete
4474         * lisp/modes/help.el: Changed \177 bindings to 'delete
4475
4476 1997-06-10  Gary D. Foster  <Gary.Foster@corp.sun.com>
4477
4478         * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
4479           the `backward-or-forward-foo' functions.
4480         * lisp/prim/simple.el:
4481         - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
4482         - Removed `backspace-or-delete-hook'
4483         - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
4484         - Added functions: `backward-or-forward-kill-word'
4485          `backward-or-forward-kill-sentence'
4486          `backward-or-forward-kill-sexp'
4487         - Removed the zmacs hacks from all the `b-or-f-foo' functions and
4488           began playing nicely with pending-del.
4489         * lisp/modes/cc-mode.el:
4490         * lisp/modes/cperl-mode.el: Fixed references to delete functions
4491           to use the new names.
4492
4493 1997-06-09  Steven L Baur  <steve@altair.xemacs.org>
4494
4495         * XEmacs 20.3-b5 is released.
4496
4497 1997-06-08  Steven L Baur  <steve@altair.xemacs.org>
4498
4499         * etc/NEWS: Updates for early beta20.3 stuffs.
4500         From Hrvoje Niksic <hniksic@srce.hr>
4501
4502 1997-06-05  Steven L Baur  <steve@altair.xemacs.org>
4503
4504         * XEmacs 20.3-b4 is released.
4505
4506 1997-06-04  Martin Buchholz  <mrb@eng.sun.com>
4507
4508         * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
4509         with new Autoconf 2 mechanisms.
4510         * src/syswait.h:
4511         * src/sysdep.c:
4512         * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
4513
4514         * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
4515         old cruft that can be obtained from system header files.
4516         * lib-src/getopt*: Synch with FSF, remove compiler warnings.
4517
4518         * lib-src/b2m.c:
4519         * src/gifalloc.c:
4520         * lib-src/gnuslib.c:
4521         * lib-src/profile.c:
4522         * lib-src/movemail.c: Fix compiler warnings
4523
4524         * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
4525         - Fix up compile flags for new etags version
4526
4527         * etc/NEWS:
4528         * etc/etags.1:
4529         * man/xemacs/programs.texi:
4530         * lib-src/etags.c:  Upgraded to etags 12.11
4531
4532         * src/config.h.in: Fix inline keyword support
4533
4534         * configure.in: Use a different mechanism for removing extra white
4535         space.  Avoid using foo=`echo $bar`, which loses with various echos.
4536         - new M4 macro XE_SPACE(var, words...)
4537         - Use autoconf 2's AC_HEADER_SYS_WAIT
4538         - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
4539         linking with losing Xpm implementations
4540         - Check for correct wnn4 lib symbols
4541         - Only link with inline.o when using gcc
4542         - Support inline keywords inline, __inline, __inline__
4543         - Ultrix now implies have_mmap=no
4544         - Sun sound in non-standard dirs now works
4545         - --native-sound-lib no longer ignored on HP & SGI
4546         - gpm configure tests moved after curses configure tests
4547
4548 1997-06-04  Gary D. Foster  <Gary.Foster@corp.sun.com>
4549
4550         * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
4551           desired delete direction in both normal and "hungry" modes.
4552         * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
4553           honor the desired delete direction.
4554
4555 1997-05-30  Martin Buchholz  <mrb@eng.sun.com>
4556
4557         * configure.in: Automagically compute -R path for gcc
4558
4559 1997-05-30  Gary D. Foster  <Gary.Foster@corp.sun.com>
4560
4561         * lisp/vm/vm-vars.el: Fixed delete key binding to call
4562           `vm-scroll-down'
4563
4564 Thu May 29 15:35:07 1997  Martin Buchholz  <mrb@eng.sun.com>
4565
4566         * configure.in: Add support for Solaris2.6 -z ignore linker flags
4567
4568 1997-05-29  Martin Buchholz  <mrb@eng.sun.com>
4569
4570         * configure.in: Replace standard Autoconf MMAP test with Neal
4571         Becker's replacement, hacked somewhat.
4572
4573 1997-05-16  Gary D. Foster  <Gary.Foster@corp.sun.com>
4574
4575         * lisp/prim/simple.el: Created `backspace-or-delete' function and
4576           `backspace-or-delete-hook'
4577         * lisp/prim/keydefs.el: Changed \177 bindings to point to new
4578           delete function.
4579         * lisp/modes/*.el: Removed conflicting \177 bindings.
4580         * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
4581           delete bindings.
4582         * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
4583           use new delete bindings.
4584
4585 1997-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4586
4587         * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
4588
4589         * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
4590         x11/x-menubar.el.
4591
4592 1997-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4593
4594         * lisp/leim/quail.el: to avoid compiling warnings about
4595         overlay.el.
4596
4597 1997-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4598
4599         * lisp/leim/quail.el: to sync with quail.el of
4600         Emacs-19.34.94-zeta.
4601
4602         * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
4603         lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
4604         lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
4605         lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
4606         lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
4607         lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
4608         lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
4609         lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
4610         lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
4611         lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
4612         lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
4613         lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
4614         lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
4615         lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
4616         lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
4617         lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
4618         lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
4619         lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
4620         lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
4621
4622 1997-06-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4623
4624         * mule/korean.el was abolished because it seems not to be used.
4625
4626         * mule/japanese.el was abolished because it seems not to be used.
4627
4628 1997-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4629
4630         * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
4631         Gnus 5.4.
4632
4633         * lisp/tm/tm-edit.el: updated to 7.108.
4634
4635         * lisp/tm/tm-view.el: updated to 7.83.
4636
4637         * lisp/leim/quail.el: modified for XEmacs.
4638
4639         * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
4640         mule-process.el because it is not used.
4641
4642         * lisp/mule/european.el was abolished because it seems not to be
4643         used.
4644
4645         * lisp/mule/mule-load.el: must load mule-cmds before setting for
4646         language-environment.
4647
4648         * lisp/mule/european-hooks.el: Modified for LEIM.
4649
4650         * lisp/mule/mule-cmds.el: Uncomment key definition for
4651         `toggle-input-method'.
4652
4653         * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
4654         to mule-cmds.el).
4655
4656         * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
4657         from mule-init.el).
4658
4659         * lisp/tl/tl-atype.el: Don't require tl-str.
4660
4661         * lisp/tl/tl-atype.el: Use atype.el of APEL.
4662
4663         * lisp/tl/tl-list.el: Use alist.el of APEL.
4664
4665 1997-05-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4666
4667         * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
4668         lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
4669
4670         * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
4671
4672         * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
4673
4674         * lisp/leim/quail.el: Add new quail.el (imported from Emacs
4675         19.34.94-epsilon).
4676
4677         * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
4678         XEmacs can not compile it.
4679
4680         * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
4681         lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
4682         lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
4683         lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
4684         lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
4685         lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
4686         lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
4687         lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
4688         lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
4689         lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
4690         lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
4691         lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
4692         lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
4693         lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
4694         lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
4695         lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
4696         lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
4697         lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
4698         lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
4699         elisp files; old lisp/quail was abolished.
4700
4701         * src/Makefile.in.in: Add mule-cmds.elc.
4702
4703         * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
4704         (imported from Emacs-19.34.94-epsilon and comment out a lot to
4705         avoid conflict with mule-init.el or other XEmacs/mule files).
4706
4707         * lisp/prim/simple.el (assoc-ignore-case): New function; imported
4708         from Emacs-19.34.94-epsilon.
4709
4710 1997-05-29  Steven L Baur  <steve@altair.xemacs.org>
4711
4712         * XEmacs 20.3-beta3 is released.
4713
4714         * INSTALL: Delete documentation of mocklisp support.
4715
4716         * configure.in: Delete mocklisp support.
4717
4718         * etc/FTP: Update mirror info.
4719
4720         * etc/DISTRIB: Update mirror info.
4721
4722 1997-05-29  Martin Buchholz  <mrb@eng.sun.com>
4723
4724         * configure.in: Replace standard Autoconf MMAP test with Neal
4725         Becker's replacement, hacked somewhat.
4726
4727 1997-05-28  Martin Buchholz  <mrb@eng.sun.com>
4728
4729         * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
4730
4731         * lib-src/etags.c: Version 12.7 from Francesco.
4732
4733         * configure.in: Juggle link order of X libraries.
4734         Add support for using zsh to run configure.
4735         Document --with-tty=no.
4736         Fix -no-recursion option.
4737         Recognize and ignore --cache-file option.
4738         Recognize null values for preprocessor symbols converted to shell
4739         variables.  This maybe fixes the "-ltermcap" problem.
4740         Remove spurious blanks from various SUBST-ituted variables.
4741         Fix conditional creation of gdbinit.
4742         Conditionally create .sbinit for Sunpro C.
4743
4744 1997-05-26  Steven L Baur  <steve@altair.xemacs.org>
4745
4746         * etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr.
4747
4748         * etc/DISTRIB: Ditto.
4749
4750 1997-05-22  Steven L Baur  <steve@altair.xemacs.org>
4751
4752         * XEmacs 20.3-beta2 is released.
4753
4754 Thu May 22 04:19:09 1997  Martin Buchholz  <mrb@eng.sun.com>
4755
4756         * configure.in: Try to fix all reported bugs with 20.3-b1.
4757         Change HAVE_WNN6 to WNN6.  WNN6 correctly autodetected.
4758         extra-verbose now default on beta builds.
4759         extra-verbose now much more verbose.
4760         Don't set libs_termcap to " ".
4761         Detect -lXm AFTER detecting -lXpm.
4762         Use runtime paths before running tests, since AC_TRY_RUN may
4763         depend on it.
4764         with-xim=motif only default on Solaris.
4765         realpath moved from s&m to configure.in.
4766         xemacs-version.h removed.  main_1 now contains $canonical as well,
4767         for even more useful backtraces.
4768         termcap handling rewritten.
4769         Create .sbinit for Sun's source browser.
4770         Warn user if no XPM support present.
4771         Warn user if compiling in error checking.
4772
4773         * Makefile.in: use MAKE_SUBDIR consistently.  Remove references to
4774         dynodump.  Remove core when cleaning.  Remove config.log.
4775         make distclean now functional.
4776
4777 Tue Jun  4 10:15:54 1996  Per Bothner  <bothner@deneb.cygnus.com>
4778
4779         * etc/e/eterm.ti:  Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
4780
4781 Sun May 18 13:03:20 1997  Steven L Baur  <steve@altair.xemacs.org>
4782
4783         * lwlib/Makefile.in.in (distclean): Clean up config.h.
4784
4785         * Makefile.in (distclean): Remve config.log.
4786         remove broken dynodump stuffs.
4787
4788 Sat May 17 20:30:54 1997  Steven L Baur  <steve@altair.xemacs.org>
4789
4790         * XEmacs 20.3-b1 is released.
4791
4792 Fri May 16 20:38:19 1997  Steven L Baur  <steve@altair.xemacs.org>
4793
4794         * info/dir (Packages): Update minor version number.
4795
4796         * etc/README: Update minor version number.
4797
4798         * README: Update minor version number.
4799
4800 Tue May 13 20:35:52 1997  Steven L Baur  <steve@altair.xemacs.org>
4801
4802         * XEmacs-20.2 is released.
4803
4804 Sat May 10 16:14:30 1997  Steven L Baur  <steve@altair.xemacs.org>
4805
4806         * XEmacs 20.2-b6 is released.
4807
4808 Thu May  8 20:22:34 1997  Steven L Baur  <steve@altair.xemacs.org>
4809
4810         * XEmacs 20.2-b5 is released.
4811
4812 Fri May  2 16:50:02 1997  Steven L Baur  <steve@altair.xemacs.org>
4813
4814         * XEmacs 20.2-b4 is released.
4815
4816 Thu May  1 18:13:38 1997  Steven L Baur  <steve@altair.xemacs.org>
4817
4818         * configure.in (--with-xim): Don't default it to Motif since it
4819         causes crashes at startup on some systems.
4820
4821 Sun Apr 27 12:25:55 1997  Steven L Baur  <steve@altair.xemacs.org>
4822
4823         * XEmacs 20.2-b3 is released.
4824
4825 Wed Apr 23 10:33:58 1997  Steven L Baur  <steve@altair.xemacs.org>
4826
4827         * XEmacs 20.2-b2 is released.
4828
4829         * configure.in (beta): OPENWINHOME misspelled.
4830
4831 Mon Apr 21 14:48:29 1997  Steven L Baur  <steve@altair.xemacs.org>
4832
4833         * etc/BETA (writing): Update with information about how to create
4834         patches.
4835
4836 Sat Apr 19 16:13:16 1997  Steven L Baur  <steve@altair.xemacs.org>
4837
4838         * XEmacs 20.2-b1 is released.
4839
4840 Thu Apr 17 21:33:59 1997  Steven L Baur  <steve@altair.xemacs.org>
4841
4842         * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
4843         uname.
4844
4845 Wed Apr 16 17:44:05 1997  Steven L Baur  <steve@altair.xemacs.org>
4846
4847         * XEmacs 20.1 is re-released.
4848
4849 Tue Apr 15 21:03:22 1997  Steven L Baur  <steve@altair.xemacs.org>
4850
4851         * XEmacs 20.1 is released.
4852
4853 Sat Apr 12 20:11:08 1997  Steven L Baur  <steve@altair.xemacs.org>
4854
4855         * XEmacs 20.1-b15 is released.
4856
4857 Sat Apr 12 09:01:32 1997  Hrvoje Niksic <hniksic@srce.hr>
4858         * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
4859         1) changing it into sections -- there is now a section for building,
4860            running and compatibility problems
4861
4862         2) removing some obviously obsolete entries -- e.g. those pertaining
4863            to Emacs 18, etc. --> size is off by 20K
4864
4865         3) Rearranging the entries by relevance.  I have tried to put the most
4866            relevant entries in front.
4867
4868 Thu Apr 10 19:07:26 1997  Steven L Baur  <steve@altair.xemacs.org>
4869
4870         * XEmacs 20.1-b14 is released.  (Beta 13 was skipped).
4871
4872 Wed Apr  9 22:52:06 1997  Steven L Baur  <steve@altair.xemacs.org>
4873
4874         * XEmacs 20.1-b12 is released.
4875
4876 Sun Apr  6 22:31:00 1997  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
4877
4878         * configure.in: Cosmetic change to summary print of POP/Kerberos/
4879         Hesiod options.
4880
4881 Sat Apr  5 09:11:36 1997  Steven L Baur  <steve@altair.xemacs.org>
4882
4883         * XEmacs 20.1-b11 is released.
4884
4885 Wed Apr  2 15:27:35 1997  Steven L Baur  <steve@altair.xemacs.org>
4886
4887         * Makefile.in (install-only): New target.  Functionality suggested
4888         by Larry Schwimmer, correct way of doing it suggested by Chuck
4889         Thompson.
4890
4891         * configure.in: Default to "-Olimit 2000" as suggested by Jamie
4892         Zawinski for SGI cc and Irix 6.
4893
4894 Tue Apr  1 12:23:13 1997  Steven L Baur  <steve@altair.xemacs.org>
4895
4896         * configure.in: Add configuration parameters for Emacs 19.34
4897         movemail.c (--with-pop, --with-kerberos, --with-hesiod).
4898
4899 Fri Mar 28 19:58:41 1997  Steven L Baur  <steve@altair.xemacs.org>
4900
4901         * configure.in: Remove garbage if [ ... ] constructs and a
4902         mispatch.
4903
4904 Thu Mar 27 18:24:19 1997  Steven L Baur  <steve@altair.xemacs.org>
4905
4906         * XEmacs 20.1-b10 is released.
4907
4908 Wed Mar 26 22:31:10 1997  Steven L Baur  <steve@altair.xemacs.org>
4909
4910         * Remove vms top-level directory.
4911
4912         * XEmacs 19.15 final released to beta testers.
4913
4914 Tue Mar 25 19:13:27 1997  Steven L Baur  <steve@altair.xemacs.org>
4915
4916         * XEmacs 19.15 prefinal released to beta testers.
4917
4918 Mon Mar 24 12:28:17 1997  Steven L Baur  <steve@altair.xemacs.org>
4919
4920         * configure.in (--debug): Correct documentation.
4921
4922 Sun Mar 23 17:24:38 1997  Steven L Baur  <steve@altair.xemacs.org>
4923
4924         * XEmacs 19.15-b104 is released.
4925
4926 Sat Mar 22 19:56:36 1997  Steven L Baur  <steve@altair.xemacs.org>
4927
4928         * etc/sgml/CATALOG: Default to html-3.2final.
4929
4930 Sat Mar 22 17:55:15 1997  Darrell Kindred  <dkindred@cmu.edu>
4931
4932         * configure.in (beta): Add configure support for the -rpath flag
4933         for IRIX analogous to the Solaris "-R".
4934
4935 Sat Mar 22 16:47:08 1997  Steven L Baur  <steve@altair.xemacs.org>
4936
4937         * info/dir (Packages): Add HM-HTML-Mode to menu.
4938
4939 Sat Mar 22 21:27:41 1997  Tomasz J. Cholewo  <t.cholewo@ieee.org>
4940
4941         * configure.in: Echo only current configuration using 'tee -a'.
4942
4943 Fri Mar 21 21:26:01 1997  Steven L Baur  <steve@altair.xemacs.org>
4944
4945         * XEmacs-19.15-b103 is released.
4946         * XEmacs-20.0-b9 is released.
4947
4948         * Makefile.in (top_distclean): Add `Installation' to distclean
4949         rule.
4950
4951 Fri Mar 21 20:05:29 1997  Darrell Kindred  <dkindred@cmu.edu>
4952
4953         * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
4954         update-autoloads.sh.
4955
4956 Thu Mar 20 20:14:16 1997  Steven L Baur  <steve@altair.xemacs.org>
4957
4958         * XEmacs-19.15-b102 is released.
4959
4960 Tue Mar 18 21:52:36 1997  Steven L Baur  <steve@altair.xemacs.org>
4961
4962         * XEmacs-19.15-b101 is released.
4963
4964 Mon Mar 17 19:09:29 1997  Steven L Baur  <steve@altair.xemacs.org>
4965
4966         * XEmacs-20.1-b8 is released.
4967         * XEmacs-19.15-b100 is released.
4968
4969 Sat Mar 15 17:15:18 1997  Steven L Baur  <steve@altair.xemacs.org>
4970
4971         * XEmacs-20.1-b7 is released.
4972         * XEmacs-19.15-b99 is released.
4973
4974         * etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD.
4975
4976 Thu Mar 13 10:40:11 1997  Steven L Baur  <steve@altair.xemacs.org>
4977
4978         * configure.in: Add sunos4-1-4 header files.
4979
4980 Wed Mar 12 18:53:08 1997  Steven L Baur  <steve@altair.xemacs.org>
4981
4982         * configure.in: Use new file bsdos3.h with BSDI 3.0.
4983
4984 Sat Mar  8 15:19:33 1997  Steven L Baur  <steve@altair.xemacs.org>
4985
4986         * XEmacs-20.1-b6 is released.
4987         * XEmacs-19.15-b98 is released.
4988
4989 Wed Mar  5 18:55:36 1997  Steven L Baur  <steve@altair.xemacs.org>
4990
4991         * Makefile.in (install-arch-indep): Offer to compress lisp sources.
4992         (gzip-el): New targe for compressed installed lisp sources.
4993
4994 Tue Mar  4 23:28:37 1997  Martin Buchholz  <mrb@eng.sun.com>
4995
4996         * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
4997         but before anything else.  More flexible about finding an xemacs
4998         to use for byte-compilation (default src/xemacs).  Other minor fixes.
4999
5000 Mon Mar  3 23:57:56 1997  Steven L Baur  <steve@altair.xemacs.org>
5001
5002         * XEmacs 20.1-b5 is released.
5003
5004 Mon Mar  3 18:09:17 1997  Steven L Baur  <steve@altair.xemacs.org>
5005
5006         * XEmacs 20.1-b4 is released.
5007
5008 Sat Mar  1 15:38:30 1997  Steven L Baur  <steve@altair.xemacs.org>
5009
5010         * Makefile.in (distclean): Correct typos.
5011
5012         * XEmacs 19.15-b96 is released.
5013
5014         * configure.in: Symlink site-lisp when using --srcdir.
5015         Add special handling of lisp directory to allow for multiple
5016         site-packages files.
5017
5018 Fri Feb 28 20:38:46 1997  Steven L Baur  <steve@altair.xemacs.org>
5019
5020         * Makefile.in (distclean): Create lock and site-lisp directories
5021         when they don't exist (after being pruned by CVS).
5022
5023 Tue Mar  4 00:41:38 1997  Hrvoje Niksic  <hniksic@srce.hr>
5024
5025         * etc/sample.Xdefaults: Added customization of foreground and
5026         background colors for the `default' face.
5027
5028 Wed Feb 26 22:12:12 1997  Steven L Baur  <steve@altair.xemacs.org>
5029
5030         * Makefile.in (top_distclean): Reset src/PURESIZE.h for
5031         distribution.
5032
5033         * XEmacs 20.1-b3 is released.
5034
5035 Sun Feb 23 17:10:09 1997  Steven L Baur  <steve@altair.xemacs.org>
5036
5037         * XEmacs 20.1-b2 is released.
5038
5039 Sat Feb 22 14:29:44 1997  Steven L Baur  <steve@altair.xemacs.org>
5040
5041         * XEmacs 19-15-b'95 is released.
5042
5043 Fri Feb 21 22:29:51 1997  Martin Buchholz  <mrb@eng.sun.com>
5044
5045         * etc/toolbar/workshop-cap-up.xpm:  Moved caption up one pixel.
5046
5047         * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
5048         - "knob" renamed to "slider"
5049         - leftmost pixel wasn't sensitive to button clicks, while righmost
5050           pixel was.
5051         - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
5052           - goobers on top of up-arrow removed.
5053           - up-arrow would not always be redrawn when necessary
5054           - slider drag would be `off' by size of up-arrow
5055         - horizontal and vertical scrollbars didn't use exactly the same
5056           dimensions.
5057         - slider was never drawn if XlwScrollBar.shadowThickness was 0.
5058         - Now up- and down-arrows actually work near beginning/end of buffer!
5059
5060 Thu Feb 20 12:40:57 1997  Jan Vroonhof <vroonhof@math.ethz.ch>
5061
5062         * configure.in (with_xauth): Attempted correction of test for
5063         libXmu on SunOS.
5064
5065 Sat Feb 15 14:11:03 1997  Steven L Baur  <steve@altair.xemacs.org>
5066
5067         * XEmacs 20.1-b1 is released.
5068         * XEmacs 19.15-b94 is released.
5069
5070 Fri Feb 14 23:23:03 1997  Steven L Baur  <steve@altair.xemacs.org>
5071
5072         * README: ``This directory tree holds version 19.13 ...'' ???
5073
5074 Sun Feb  9 16:15:55 1997  Steven L Baur  <steve@altair.xemacs.org>
5075
5076         * XEmacs 19.15-b93 is released.
5077         XEmacs 20.0 is released to the 'net.
5078
5079 Fri Feb  7 19:21:34 1997  Steven L Baur  <steve@altair.xemacs.org>
5080
5081         * XEmacs 20.0try3 is released.
5082
5083 Wed Feb  5 18:03:06 1997  Steven L Baur  <steve@altair.xemacs.org>
5084
5085         * XEmacs 20.0try2 is released.
5086
5087 Mon Feb  3 19:39:08 1997  Steven L Baur  <steve@altair.xemacs.org>
5088
5089         * XEmacs 19.15-b92 is released.
5090
5091 Sat Feb  1 18:17:38 1997  Steven L Baur <steve@altair.xemacs.org>
5092
5093         * XEmacs 20.0try1 is released.
5094         * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
5095
5096 Sat Feb  1 00:00:48 1997  Steven L Baur  <steve@altair.xemacs.org>
5097
5098         * PROBLEMS:  Updated from beta test bug reports.
5099         Put in outline-mode/outl-mouse-minor-mode by default.
5100
5101 Wed Jan 29 19:59:41 1997  Steven L Baur  <steve@altair.xemacs.org>
5102
5103         * CHANGES-beta: XEmacs 20.0-b93 is released.
5104
5105 Sat Jan 25 15:43:59 1997  Steven L Baur  <steve@altair.xemacs.org>
5106
5107         * CHANGES-beta: XEmacs 20.0-b92 is released.
5108
5109 Fri Jan 24 09:54:01 1997  Steven L Baur  <steve@altair.xemacs.org>
5110
5111         * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
5112         char and pointer.
5113
5114 Thu Jan 23 10:39:34 1997  Martin Buchholz  <mrb@eng.sun.com>
5115
5116         * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
5117
5118 Wed Jan 22 21:07:17 1997  Steven L Baur  <steve@altair.xemacs.org>
5119         * XEmacs 20.0-b91 (prerelease 2) is released.
5120
5121         * configure.in (--with-scrollbars): Add Athena3d as a toolkit
5122         type.
5123
5124         * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
5125         borderwidth.
5126         (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
5127         SCROLLBAR_LINE_DOWN since that's current the only to get to the
5128         bottom of the buffer. :-(
5129
5130 Tue Jan 21 20:01:19 1997  Steven L. Baur  <steve@altair.xemacs.org>
5131
5132         * configure.in (beta): Add LWLIB_USES_ATHENA for odd
5133         configurations that use both Motif and Athena.
5134
5135         * etc/sgml/HTML32.dtd: html-3.2 final dtd added.
5136
5137 Wed Jan 15 12:55:19 1997  Steven L Baur  <steve@altair.xemacs.org>
5138
5139         * info/dir (Gnus): Updated spelling and info.
5140
5141 Mon Jan 13 13:37:27 1997  Steven L Baur  <steve@altair.xemacs.org>
5142
5143         * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
5144
5145 Mon Jan 13 00:36:01 1997  Martin Buchholz  <mrb@eng.sun.com>
5146
5147         * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
5148         warnings for ccl-read-*
5149
5150 Sat Jan 11 12:05:31 1997  Steven L Baur  <steve@altair.xemacs.org>
5151
5152         * etc/sample.emacs: Remove code snippet that wipes out the cycle
5153         buffer modeline feature.
5154
5155         * XEmacs 20.0 beta90 (prerelease 1) is released.
5156         * XEmacs 19.15 beta90 (prerelease 1) is released.
5157
5158 Tue Jan  7 08:45:16 1997  Steven L Baur  <steve@altair.xemacs.org>
5159
5160         * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
5161
5162 Sat Jan  4 14:52:57 1997  Steven L Baur  <steve@altair.xemacs.org>
5163         * XEmacs 20.0 beta 34 is released.
5164         * XEmacs 19.15 beta 7 is released.
5165
5166 Fri Jan  3 15:18:59 1997  Jeff Miller  <jmiller@smart.net>
5167
5168         * lwlib/Makefile.in.in: lwlib is required if X11 is used.
5169
5170 Wed Jan  1 08:30:48 1997  Martin Buchholz  <mrb@eng.sun.com>
5171
5172         * src/emacs.c: Make sure
5173         `./temacs -batch -l loadup.el run-temacs <emacs-args>'
5174         works properly
5175
5176         * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
5177           competitor to Purify.
5178
5179         * man/lispref/symbols.texi: Fix up bit vector documentation
5180         * man/lispref/sequences.texi: Fix up bit vector documentation
5181
5182         * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
5183
5184         * lisp/prim/update-elc.el: Don't rely on autoloads.
5185
5186 Tue Dec 31 09:46:13 1996  Martin Buchholz  <mrb@eng.sun.com>
5187
5188         * lisp/prim/auto-autoloads.el: New, completely program-generated, file
5189         * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
5190         * lisp/utils/autoload.el: Reorganization of autoload mechanism:
5191         Errors during autoload generation are just that - errors.
5192
5193         Generated autoloads are now in a separate file of their own.
5194
5195         Reliability of autoload generation greatly increased.
5196
5197         Distribution smaller by about 100k.
5198
5199         `make autoloads' is still the preferred mechanism for update.
5200
5201         Autoloads are always regenerated completely from scratch.  This
5202         avoids errors with obsolete or corrupted autoload entries.
5203
5204         Caching of autoload entries using timestamps has been eliminated.
5205
5206         Files that have no autoloads no longer have a comment placed into
5207         the generated autoloads file.
5208
5209         There was a bug where autoload entries would sometimes end up
5210         being inserted into the *middle* of other autoload entries,
5211         thereby corrupting them.
5212
5213         * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
5214
5215 Sun Dec 29 05:37:43 1996  Martin Buchholz  <mrb@eng.sun.com>
5216
5217         * lib-src/update-autoloads.sh: Make sure that `make autoloads'
5218           doesn't use the autoload facility to load `autoload';
5219           load it explicity instead.
5220
5221         * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
5222
5223         * man/Makefile: Reinstate hyperbole & oo-browser manuals
5224
5225         * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
5226
5227         * src/mule-charset.c: Use lower case for charset registry, to
5228           match XLFD.
5229
5230         * Makefile.in: replace list of info files with *.info* - one less
5231           maintenance headache
5232
5233         * etc/sample.emacs: Add sample code to highlight continuation glyph
5234
5235         * man/oo-browser.texi: Fix TeXability
5236
5237         * man/hyperbole.texi: Fix TeXability
5238
5239         * man/vhdl-mode.texi: Fix TeXability
5240
5241         * lisp/prim/loaddefs.el: Wholesale housecleaning
5242           `make autoloads' should finally work.
5243
5244         * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
5245
5246         * lisp/mule/mule-files.el: Add support for multi-lingual info files.
5247
5248         * lib-src/update-elc.sh: `make all-elc' was updating files in
5249           `special' directories without using the Makefiles
5250           designed for that purpose.
5251           - make sure ilisp isn't remade every time through `make all-elc'.
5252
5253         * info/dir (Packages): Add Japanese TM info files
5254
5255         * src/inline.c:  Allow compilation with `gcc -g'
5256
5257         * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
5258
5259         * src/lread.c: Don't put `...' immediately after a filename, so
5260           that various tools can recognize the filename as such.
5261
5262         * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
5263           --with-xim=xlib and key event on window frame.
5264           Change return foo to return (foo) when return is a macro.
5265
5266         * src/editfns.c (Ffollowing_char): docstring fixes.
5267
5268         * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
5269           This Makefile is no longer officially broken.
5270
5271         * info/dir: Add Japanese tm documents.
5272
5273         * man/tm/tm-vm-en.texi: Make document TeX-friendly.
5274
5275         * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
5276           xargs -i flag.
5277
5278         * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
5279           the `binary' coding system is used for .gz and .Z extensions.
5280
5281         * man/viper.texi: Viper version 2.90
5282
5283         * man/ediff.texi: Ediff Version 2.62
5284
5285         * lisp/packages/ispell.el (ispell-word): Avoid using strings with
5286           define-key, for compatibility with loaddefs.el
5287
5288         * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
5289
5290         * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
5291
5292         * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
5293           files in dirs that have their own Makefiles.
5294
5295
5296
5297 Sun Dec 29 17:02:49 1996  Steven L Baur  <steve@altair.xemacs.org>
5298
5299         * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
5300
5301         * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
5302
5303         * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
5304         installation.
5305
5306 Sat Dec 28 15:33:27 1996 Steven L Baur  <steve@altair.xemacs.org>
5307
5308         * XEmacs 20.0 beta 33 is released.
5309         * XEmacs 19.15 beta 6 is released.
5310
5311 Fri Dec 27 20:34:58 1996  Richard Mlynarik  <mly@adoc.xerox.com>
5312
5313         * etc/yow.lines: 20k of new zippy quotes.
5314
5315 Fri Dec 27 01:02:41 1996  Martin Buchholz  <mrb@eng.sun.com>
5316
5317         * Makefile.in (install-arch-indep): Simplify installation of info
5318         pages.
5319
5320 Sat Dec 21 15:20:20 1996  Steven L Baur  <steve@altair.xemacs.org>
5321         * XEmacs 20.0-b32 released.
5322
5323         * XEmacs 19.15-b5 released.
5324
5325 Wed Dec 18 20:22:08 1996  Martin Buchholz  <mrb@eng.sun.com>
5326
5327         * configure.in: Reformat.  Fix shared include file rename
5328         problem.
5329
5330         * configure: Reformat.  Fix shared include file rename problem.
5331
5332         * dynodump/dynodump.c (__EXTENSIONS__): Define it.
5333
5334 Thu Dec 12 13:19:00 1996  Joseph J Nuspl  <nuspl@nvwls.cc.purdue.edu>
5335
5336         * Makefile.in (install-arch-indep): Install infofiles gzipped by
5337         default.
5338
5339 Tue Dec 10 19:25:25 1996  Steven L Baur  <steve@altair.xemacs.org>
5340
5341         * CHANGES-beta: XEmacs 20.0-b31 is released.
5342
5343 Tue Dec 10 18:33:19 1996  Rod Whitby  <rwhitby@asc.sps.mot.com>
5344
5345         * info/vhdl-mode.info: New file.
5346
5347         * info/dir (Packages): Add vhdl-mode documentation.
5348
5349 Tue Dec 10 18:27:02 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
5350
5351         * configure: Make shared/dynamic flags work much more logically.
5352
5353 Tue Dec 10 09:17:22 1996  David Worenklein  <dcw@gcm.com>
5354
5355         * configure.in (machine): Patch to make newly renamed shared
5356         link include files work.
5357
5358 Sat Dec  7 16:28:10 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
5359
5360         * configure.in: Configure for POSIX getcwd if available.
5361
5362 Thu Dec  5 20:42:35 1996  Steven L Baur  <steve@altair.xemacs.org>
5363
5364         * etc/edt-user.doc (File): New file from Emacs 19.34.
5365
5366 Thu Dec  5 11:56:05 1996  Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
5367
5368         * configure.in (LIBS): Fix typo in dialog box test.