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