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