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