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