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