Mercurial > emacs
diff ChangeLog @ 88816:028259b11c0d
Truncate to reflect only the branch.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 01 Jul 2002 17:37:27 +0000 |
parents | 62f922836c9b |
children | 486c9c697d7f |
line wrap: on
line diff
--- a/ChangeLog Sat Jun 29 11:10:01 2002 +0000 +++ b/ChangeLog Mon Jul 01 17:37:27 2002 +0000 @@ -4,5244 +4,11 @@ Test for usable nl_langinfo. (AC_SIZE_T): Replaced by AC_CHECK_TYPES. -2002-02-18 Paul Eggert <eggert@twinsun.com> - - * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". - "sed q" is a portable equivalent to plain "head -1". - -2002-02-13 Richard M. Stallman <rms@gnu.org> - - * Makefile.in (maybe_bootstrap): Do `exit 1'. - (all): Don't depend on maybe_bootstrap here. - (${SUBDIR}): Depend on it here instead. - -2002-02-08 Richard M. Stallman <rms@gnu.org> - - * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop. - -2002-01-27 Eli Zaretskii <eliz@is.elta.co.il> - - * configure.in: Recognize BSD/OS 5.0. - -2002-01-11 Eli Zaretskii <eliz@is.elta.co.il> - - * make-dist: Make version checking in emacs.texi consistent with - how we set it there. - -2001-12-29 Kim F. Storm <storm@cua.dk> - - * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51. - -2001-12-28 Richard M. Stallman <rms@gnu.org> - - * configure.in: Test for mbsinit. - -2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> - - These changes make Leim part of the standard distribution: - - * README: Add info about the `leim' directory - - * INSTALL: Remove text that describes Leim as a separate package. - - * noleim-Makefile.in: File removed. - - * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory. - Link Leim files to ${tempdir}/leim, not to real-leim. Don't move - Leim files out of the Emacs tree. Don't prepare a separate tarball - for Leim. - -2001-12-11 Richard M. Stallman <rms@gnu.org> - - * configure.in (hppa*-*-linux-gnu*): New alternative. - -2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when - creating distribution. - -2001-12-06 Paul Eggert <eggert@twinsun.com> - - * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork. - (AC_FUNC_VFORK): Remove. - (AC_FUNC_FORK): Add. - (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS; - this is required by recent Autoconf versions. - -2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * make-dist: Do not try to link removed files (aclocal.m4, _emacs, - TODO, vms-pp.trans and others). - -2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * make-dist: Use COPYING from the top-level directory. - -2001-11-29 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Add support for FreeBSD/Alpha. - -2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * make-dist: Add COPYING to the top-level directory of the - distribution. Simplify the logic behind copying. - - * Makefile.in (maybe_bootstrap): Fix previous change. - -2001-11-28 Richard M. Stallman <rms@gnu.org> - - * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it. - -2001-11-26 Richard M. Stallman <rms@gnu.org> - - * Makefile.in: bootstrap should not delete dumped executables. - (bootstrap-clean-before): New target. - (bootstrap): Use bootstrap-clean-before instead of clean. - (bootstrap-clean-after): Renamed from bootstrap-clean. Calls changed. - -2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> - - These changes add the Emacs Lisp Introduction manual to the - distribution: - - * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro - files. - - * make-dist: Copy the files in lispintro directory. - - * config.bat: Configure in the lispintro directory. - - * configure.in (AC_OUTPUT): Add lispintro/Makefile. - - * Makefile.in (SUBDIR_MAKEFILES): Add lispintro. - (lispintro/Makefile): New target. - (mostlyclean, clean, distclean, maintainer-clean): Add lispintro. - (unlock, relock, info, dvi): Ditto. - -2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> - - * Makefile.in (uninstall, install-arch-indep): Don't install - gfdl.1. - - * make-dist (etc): Don't distribute gfdl.1. - -2001-11-22 Colin Walters <walters@debian.org> - - * Makefile.in (install-arch-indep): Install the calc .info files. - (uninstall): Handle deletion of calc .info files (thanks Pavel - Jan,Bm(Bk). - -2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> - - * make-dist (lispref): Add *.txt, *.el, permute-index, and - tindex.pl to the list of those being put into the distribution. - -2001-11-16 Eli Zaretskii <eliz@gnu.org> - - * configure.in: Add coff.h to the list in AC_CHECK_HEADERS. - -2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * Makefile.in (uninstall): Fix previous change. - - * configure.in, Makefile.in: Add support for --program-prefix, - --program-suffix and --program-transform-name options. - -2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * Makefile.in (install-arch-indep): Use `${manext}' instead of - `.1'. - (install-arch-indep): Install emacsclient manual page. - (uninstall): Uninstall emacsclient manual page. - -2001-11-12 Eli Zaretskii <eliz@is.elta.co.il> - - * make-dist: Add lispref/index.*perm files to the distribution. - From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. - -2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * Makefile.in (uninstall): Remove gfdl.1 when uninstalling. - -2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> - - * configure.in: AC_OUTPUT lispref/Makefile. - -2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> - - The following changes add the ELisp reference manual to the - distribution. - - * make-dist: Add the lispref directory to the distribution. - - * Makefile.in (install-arch-indep): Add elisp* to the list of - installed Info files. - (SUBDIR_MAKEFILES): Add lispref/Makefile. - (lispref/Makefile): New target. - (mostlyclean, clean, distclean, maintainer-clean, unlock, relock): - Add commands for the lispref directory. - (info, dvi): Ditto. - - * config.bat: Configure in `lispref'. - -2001-11-09 Richard M. Stallman <rms@gnu.org> - - * Makefile.in (bootstrap-lisp): Don't suppress error messages. - -2001-11-07 Eli Zaretskii <eliz@is.elta.co.il> - - * make-dist (tempdir): Copy AUTHORS as well. - -2001-11-06 Sam Steingold <sds@gnu.org> - - * configure.in: Added a check for <nlist.h> - -2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - - * configure.in: Reindent --help output. - From Per Starback (starback@ling.uu.se). - -2001-10-31 Eli Zaretskii <eliz@is.elta.co.il> - - * configure.in: New entry for HP/UX-11. - - * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP. - From Eric S. Raymond <esr@golux.thyrsus.com>. - -2001-10-28 Eli Zaretskii <eliz@is.elta.co.il> - - * configure.in (s390-*-linux-gnu): New system. From Adam Thornton - <athornton@sinenomine.net>. - -2001-10-25 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (maybe_bootstrap): New target. - (all): Add to prerequisites to bootstrap if abbrev.elc doesn't - exist. - -2001-10-24 Ken Raeburn <raeburn@gnu.org> - - * configure.in: If --with-hesiod is given, look for - hes_getmailhost and res_send or __res_send; check hesiod and - resolv libraries respectively if system libraries don't supply - them. - -2001-10-24 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Use $MAKE for `make' if set. - -2001-10-22 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (install-arch-indep): Add -h (follow symlinks) - to tar options. - -2001-10-20 Gerd Moellmann <gerd@gnu.org> - - * (Version 21.1 released). - -2001-10-20 Miles Bader <miles@gnu.org> - - * configure.in (configuration): Set from `host' if `host_alias' - isn't defined. - -2001-10-19 Andreas Schwab <schwab@suse.de> - - * configure.in: Make ready for autoconf 2.5x. - (AC_PREREQ): Require autoconf 2.50. - * aclocal.m4: Removed. - * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4. - -2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> - - * README: Bump Emacs version to 21.1.50. - -2001-10-05 Gerd Moellmann <gerd@gnu.org> - - * Branch for 21.1. - -2001-09-05 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Avoid `$@' which is handled specially in - Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>. - -2001-09-01 Eli Zaretskii <eliz@is.elta.co.il> - - * make-dist (nt): Add subdirs.el to the list of distributed files. - -2001-08-14 Eli Zaretskii <eliz@is.elta.co.il> - - * configure.in (machine): Add an entry for - hppa1.1-hitachi-hiuxwe2*. - -2001-05-28 Gerd Moellmann <gerd@gnu.org> - - * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset - LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>. - -2001-05-14 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Copy texinfo.tex unconditionally. - -2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> - - * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages - that are installed. - -2001-04-06 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail. - Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files. - - * make-dist: Handle leim/MISC-DIC. Only include - `[a-zA-Z]*.{el,elc}' from leim/quail. - -2001-04-05 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (install-arch-indep): Remove .cvsignore files. - -2001-03-30 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (.PHONY): Add for bootstrap targets. - (bootstrap-clean): New target. - (bootstrap): Use it instead of `clean'. - -2001-03-29 Eli Zaretskii <a34785@is.elta.co.il> - - * Makefile.in (SUBDIR): Remove leim. - (all, .RECURSIVE, extraclean): Add leim explicitly. - (leim): Provide separate rule which exports PARALLEL=0 into the - environment. - -2001-03-20 Gerd Moellmann <gerd@gnu.org> - - * configure.in (HAVE_XPM): Don't print the result of the check for - XpmReturnAllocPixels if we don't have an xpm.h. - -2001-03-05 Gerd Moellmann <gerd@gnu.org> - - * COPYING: New file. - -2001-03-04 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Update the copyright. - -2001-02-23 Kenichi Handa <handa@etl.go.jp> - - * configure.in: Use AC_EGREP_CPP to check if the C preprocessor - converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL - to `yes'. Later in AC_OUTPUT, check this variable. - -2001-02-09 Dave Love <fx@gnu.org> - - * AUTHORS: Updated. - -2001-02-06 Eli Zaretskii <eliz@is.elta.co.il> - - * info/dir (Ebrowse): Fix the entry (was missing a dot). - -2001-02-02 Gerd Moellmann <gerd@gnu.org> - - * mkinstalldirs (errstatus): Chmod a+rx directories we create. - - * Makefile.in (uninstall): Ignore exit code of `rm'. - - * Makefile.in (uninstall): Remove more info files. Remove - ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*. - -2001-01-31 Gerd Moellmann <gerd@gnu.org> - - * noleim-Makefile.in (extraclean): Add. - -2001-01-28 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep - it quiet. - -2001-01-24 Colin Walters <walters@cis.ohio-state.edu> - - * Makefile.in (tags): Fix typo. - -2001-01-13 Kenichi Handa <handa@etl.go.jp> - - * configure.in: Fix typo in the code setting x_search_path. - -2001-01-10 Dave Love <fx@gnu.org> - - * configure.in: Don't reset LIBS at end of -lXmu test. Test for - -lXext. - (HAVE_XKBGETKEYBOARD): Fix reporting of result. - (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB. - (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF): - Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB - (now in $LIBS). - -2001-01-08 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Run the preprocessor with -traditional. - -2001-01-01 Eli Zaretskii <eliz@is.elta.co.il> - - * INSTALL: Move copying conditions to end of file. - -2000-12-27 Eli Zaretskii <eliz@is.elta.co.il> - - * INSTALL: Add basic installation procedure which assumes - `configure' does its job. Elaborate on image support libraries. - Add a pointer to Xaw3d library. Add advice about solving - configure-time problems by looking in config.log and setting - variables in the environment. - -2000-12-27 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (install-arch-indep): If tar fails, exit with - exit code 1. - -2000-12-19 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose - source file includes XKBlib.h. On some broken Solaris systems, - there is an XKBlib.h, reportedly, but header files included by - XKBlib.h are missing. - -2000-12-14 Gerd Moellmann <gerd@gnu.org> - - * configure.in: AC_CHECK_FUNC XkbGetKeyboard. - -2000-12-11 Dave Love <fx@gnu.org> - - * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP. - -2000-12-11 Paul Eggert <eggert@twinsun.com> - - * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): - Merge fixes from latest GNU tar version. These macros no longer - futz with _XOPEN_SOURCE, as that was not portable in practice. - (AC_FUNC_FSEEKO): New macro. - - * configure.in: Use it instead of invoking AC_CHECK_FUNCS on - ftello. - -2000-12-05 Dave Love <fx@gnu.org> - - * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules. - -2000-12-02 Eli Zaretskii <eliz@is.elta.co.il> - - * info/dir: Change the category to "Emacs". - -2000-12-01 Gerd Moellmann <gerd@gnu.org> - - * make-dist (tempdir): Remove epaths.h from the distribution - instead of paths.h. - -2000-11-23 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Check for existence of djecho.exe, and print an - error message if it is not available. - - * INSTALL: Describe possible problem with djecho.exe in old - versions of DJGPP v2.x. - -2000-11-23 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Initialize HAVE_LIBXP to no. - -2000-11-22 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Use m/macppc.h instead of the non-existent - m/powerpc.h. - -2000-11-21 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (install-arch-indep): Also install info/eshell* - and info/speedbar*. - - * configure.in (HAVE_PNG): Check for the presence of - png_get_channels to rule out older PNG libs. - - * configure.in (AC_OUTPUT): Arrange to emit definitions of - GCC and NON_GNU_CPP into config.status. - -2000-11-20 Dave Love <fx@gnu.org> - - * configure.in: Fix last change. - - * GETTING.GNU.SOFTWARE: Deleted. - * FTP: New file to replace it. - * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE. - -2000-11-20 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Use -traditional with GNU cpp. - -2000-11-17 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Handle the Mac port. Distribute all makefile.w32-in. - Distribute more files from the nt/ subdir. Distribute PBM - image files from subdirs of lisp/. Distribute old change logs - from subdirs of lisp/. Distribute play/5x5.el. - -2000-11-11 Dave Love <fx@gnu.org> - - * config.sub, config.guess: Updated from master source. - -2000-11-07 Dave Love <fx@gnu.org> - - * configure.in: Test for mkstemp. - -2000-11-01 Eli Zaretskii <eliz@is.elta.co.il> - - * info/dir (Top): Rearrange menu items more logically, and put - them into a single category. Add menu items for RefTeX and - Widget. - -2000-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> - - * Makefile.in (install-arch-indep): Use --info-dir instead of - --dir-file, and a simple argument instead of --info-file, so that - the Debian version of install-info also works. - -2000-10-19 Eric M. Ludlam <zappo@ultranet.com> - - * info/dir (Speedbar): Add entry. - -2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> - - * INSTALL: Describe the new image-support options to the configure - script. List URLs where image support libraries can be found. - -2000-10-14 Eli Zaretskii <eliz@is.elta.co.il> - - * info/dir (Top): Add an entry for Eshell. - -2000-10-02 Dave Love <fx@gnu.org> - - * configure.in: Check for gai_strerror. - -2000-10-01 Andreas Schwab <schwab@suse.de> - - * Makefile.in (install-arch-indep): Update list of installed info - files. - -2000-09-30 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Support `sparc*-*-netbsd*'. - -2000-09-29 Eli Zaretskii <eliz@is.elta.co.il> - - * info/dir (MIME): Add entry for emacs-mime. - -2000-09-29 Dave Love <fx@gnu.org> - - * configure.in: Fix alpha*-dec-osf4 using the osf5 config. - -2000-09-26 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Adapt to the change of leim/Makefile which was - necessary to ensure a reasonably working `make dist'. - - * leim-Makefile.in: Moved to leim/Makefile.in.. - - * noleim-Makefile.in: New file, formerly leim/Makefile.in. - -2000-09-21 Kenichi Handa <handa@etl.go.jp> - - * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) - (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) - (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el - files to .elc. - (${TIT}): Adjusted for the above change. - (clean mostlyclean): Likewise. - (.el.elc): New target. - -2000-09-19 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Include XPM and XBM files in lisp/ and subdirs - in the distribution. - -2000-09-18 Gerd Moellmann <gerd@gnu.org> - - * make-dist (skk): Rename to `ja-dic' because the leim directory - was renamed. - -2000-09-14 Dave Love <fx@gnu.org> - - * configure.in: Fix spurion in last change. - -2000-09-14 Gerd Moellmann <gerd@gnu.org> - - * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system - configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC - to `no' if defined. Change result report. - -2000-09-08 Dave Love <fx@gnu.org> - - * configure.in: Remove spurious `@'s. - - * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development - autoconf. - -2000-09-06 Gerd Moellmann <gerd@gnu.org> - - * configure.in (REL_ALLOC_MMAP): Recognize in system configuration - file and print informational message. - - * configure.in (AC_FUNC_MMAP): Add. - -2000-09-01 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Add ``checking'' messages for - XpmReturnAllocPixels. - -2000-08-28 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Check <strings.h>; check `index' and `rindex' - functions. - -2000-08-26 Kenichi Handa <handa@etl.go.jp> - - * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before - "case "${canonical}" in". - -2000-08-25 Dave Love <fx@gnu.org> - - * configure.in <osf>: Use NON_GNU_CPP='cpp' always. - -2000-08-25 Kenichi Handa <handa@etl.go.jp> - - * leim-Makefile.in: Rename skk to ja-dic throughout the file. - -2000-08-24 Gerd Moellmann <gerd@gnu.org> - - * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD - contains a relative path. Protect against unusable values of - $PWD. - -2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> - - * info/dir (WoMan): Add entry. - - * config.bat (maindir): Update src/_gdbinit even if it does - already exist. - -2000-08-07 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (config.status): Prepend `$(srcdir)/' to - `configure'. - -2000-08-03 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Add support for ia64*-*-linux*. - -2000-07-27 Gerd Moellmann <gerd@gnu.org> - - * make-dist (aclocal.m4): Include in distribution. - -2000-07-26 Dave Love <fx@gnu.org> - - * configure.in (AC_SYS_LARGEFILE): Moved earlier. - -2000-07-24 Dave Love <fx@gnu.org> - - * configure.in: Add AC_SIZE_T. - -2000-07-18 Dave Love <fx@gnu.org> - - * configure.in: Reorder so that most tests are done after CPPFLAGS - is set from the C_SWITCH_... definitions. - -2000-07-10 Gerd Moellmann <gerd@gnu.org> - - * configure.in (HAVE_XPM): Undo previous change. Check for - preprocessor define XpmReturnAllocPixels. - -2000-07-06 Gerd Moellmann <gerd@gnu.org> - - * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels - instead of XpmReadFileToPixmap. - -2000-07-05 Ken Raeburn <raeburn@gnu.org> - - * configure.in: Check for <soundcard.h>. Look for ossaudio - library, and set LIBSOUND accordingly. - -2000-07-05 Dave Love <fx@gnu.org> - - * configure.in: Use AC_HEADER_SYS_WAIT. - -2000-07-05 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of - lisp/Makefile. Distribute lisp/Makefile.in instead of - lisp/Makefile. - -2000-06-30 Ken Raeburn <raeburn@gnu.org> - - * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, - while searching for image-handling libraries. - -2000-06-26 Gerd Moellmann <gerd@gnu.org> - - * configure.in (--with-xim): New option. - -2000-06-23 Dave Love <fx@gnu.org> - - * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test - for struct timezone and test how we can call gettimeofday. - Check for OSF 5+. Check for term.h. - - * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf - version. - -2000-06-23 Gerd Moellmann <gerd@gnu.org> - - * configure.in (HAVE_LIBXP): Change test for libXp. - -2000-06-21 Dave Love <fx@gnu.org> - - * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not - simple test for getloadavg and substitute GETLOADAVG_LIBS. - Simplify test for GETTIMEOFDAY_ONE_ARGUMENT. - -2000-06-19 Dave Love <fx@gnu.org> - - * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case - _XOPEN_SOURCE is defined. - -2000-06-16 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (distclean): Also make distclean in lisp/. - -2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Generate lisp/Makefile from lisp/Makefile.in. - -2000-06-15 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Add --help and --snapshot options. - -2000-06-14 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Generate lisp/Makefile. - - * configure.in: Add support for `*-lynxos*'. - Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as - recommended by <Karen.Dorhamer@compaq.com> to fix problems - on Tru64 UNIX v5.0. - -2000-06-13 Ken Raeburn <raeburn@gnu.org> - - * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when - it's on a continuation line. - -2000-06-02 Dave Love <fx@gnu.org> - - * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info - files. - - * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5. - Check for struct exception. Use AC_SYS_LARGEFILE and move ftello - test. - - * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES) - (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New. - -2000-05-26 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Add check for speed_t typedef. - -2000-05-25 Ken Raeburn <raeburn@gnu.org> - - * Makefile.in (install-arch-dep): Install fns-*.el only if it - exists; it won't in the CANNOT_DUMP case. - -2000-05-25 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in: Ignore exit status of `unset CDPATH' everywhere. - On FreeBSD, the exit status is 1 if CDPATH is not set. - (install-arch-indep): Install ebrowse.info. - -2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp> - - * configure.in: Check for grandpt and getpt. - -2000-05-09 Dave Love <fx@gnu.org> - - * Makefile.in (install-arch-indep): Filter CVS as well as RCS. - -2000-05-05 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Make a link for lib-src/grep-changelog. Copy - install-sh. - -2000-05-01 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Identify the beginning of the cpp stuff in - src/Makefile.in and lib-src/Makefile.in more accurately. - -2000-04-27 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Add support for `powerpc*-*-linux-gnu*'. - -2000-04-19 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Add support for `powerpc-*-netbsd*'. - -2000-04-19 Dave Love <fx@gnu.org> - - * configure.in: Don't use AC_FUNC_GETLOADAVG. - - * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST. - -2000-04-16 Dave Love <fx@gnu.org> - - * Makefile.in (${srcdir}/configure): Depend on aclocal.m4. - -2000-04-14 Dave Love <fx@gnu.org> - - * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME. - - * aclocal.m4 (AC_FUNC_MKTIME): New. - -2000-03-28 Ken Raeburn <raeburn@gnu.org> - - * configure.in: Line up "--help" output a little better. - -2000-03-26 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src): - New targets. - (bootstrap): Rewritten in terms of the new targets above. Make - info files, too. - -2000-03-12 Gerd Moellmann <gerd@gnu.org> - - * config.guess, config.sub: Use the versions of the files from - subversions. - -2000-03-08 Dave Love <fx@gnu.org> - - * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES, - AC_C_VOLATILE. Define POINTER_TYPE. - - * aclocal.m4: New file. - -2000-03-02 Gerd Moellmann <gerd@gnu.org> - - * configure.in (machine): Add `mipsel-*-netbsd*' and - `arm-*-netbsd*'. - -2000-03-01 Gerd Moellmann <gerd@gnu.org> - - * configure.in (machine): Add support for `*-auspex-sunos*'. - -2000-02-29 Gerd Moellmann <gerd@gnu.org> - - * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2. - -2000-02-18 Dave Love <fx@gnu.org> - - * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+. - -2000-02-18 Andreas Schwab <schwab@suse.de> - - * Makefile.in (install-arch-indep): Add eudc to list of installed - info files. - -2000-02-17 Ken Raeburn <raeburn@gnu.org> - - * configure.in: Include -lz and -ljpeg (if it's available) when - testing for the tiff library. - -2000-02-17 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Remove LISP_FLOAT_TYPE. - -2000-02-12 Dave Love <fx@gnu.org> - - * configure.in: Use AC_FUNC_VFORK. - -2000-02-01 Gerd Moellmann <gerd@gnu.org> - - * make-dist: Various fixes for new development tree. - - * leim-Makefile.in: New file. - -2000-01-31 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (dist): Call ./make-dist. - -2000-01-24 Dave Love <fx@gnu.org> - - * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS. - -2000-01-18 Gerd Moellmann <gerd@gnu.org> - - * configure.in (HAVE_GIF): Check for DGifOpen instead of - DGifOpenFileName. - -2000-01-11 Andreas Schwab <schwab@suse.de> - - * Makefile.in (install-arch-indep): Update list of info files to - be installed. - -2000-01-05 Dave Love <fx@gnu.org> - - * configure.in: Check for jerror.h as well as libjpeg. - -2000-01-03 Andreas Schwab <schwab@suse.de> - - * Makefile.in (install-arch-indep): Install autotype*. Run - install-info on autotype and emacs-faq.info. - -1999-12-04 Dave Love <fx@gnu.org> - - * Makefile.in: (install-arch-indep): Depend on `info'. - (install-strip): Use `install' as sub-make target. - -1999-11-23 Ken Raeburn <raeburn@gnu.org> - - * configure.in: Restore Kerberos code deleted on 1999-05-29 that - didn't need to be deleted. Check for the k5crypto library as well - as the crypto library; MIT Kerberos 1.1 changed the name. - -1999-11-18 Dave Love <fx@gnu.org> - - * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests. - -1999-11-11 Erik Naggum <erik@naggum.no> - - * configure.in (bitmapdir): Allow for both "bitmaps" directories. - -1999-11-08 Dave Love <fx@gnu.org> - - * configure.in: Fix change for --with-pop default. - -1999-11-04 Dave Love <fx@gnu.org> - - * configure.in: Default to --with-pop. Change sense of with-gcc - and with-toolkit-scroll-bars messages to reflect the defaults. - -1999-11-01 Gerd Moellmann <gerd@gnu.org> - - * INSTALL: Mention the Emacs Lisp Reference. - -1999-10-27 Noah Friedman <friedman@splode.com> - - * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/). - -1999-10-23 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (bootstrap): New target. - -1999-10-19 Paul Eggert <eggert@twinsun.com> - - Add support for large files. Merge glibc 2.1.2. - - * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h. - (HAVE_TM_GMTOFF): New symbol. - (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen, - mbrlen, strsignal. - (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now. - -1999-10-09 Stefan Monnier <monnier@cs.yale.edu> - - * make-dist (dontcompile): look for the DONTCOMPILE variable rather - than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. - -1999-10-09 Richard M. Stallman <rms@gnu.org> - - * Makefile.in (uninstall, install-arch-indep, install-arch-dep): - Unset CDPATH to prevent cd from generating output. - -1999-10-08 Stefan Monnier <monnier@cs.yale.edu> - - * update-subdirs: also ignore CVS subdirs. - -1999-10-07 Gerd Moellmann <gerd@gnu.org> - - * Makefile.in (install-arch-indep): Add ada-mode. - -1999-10-06 Dave Love <fx@gnu.org> - - * Makefile.in: Add rules for config.status, configure. - -1999-09-07 Gerd Moellmann <gerd@gnu.org> - - * configure.in (--with-sound): Removed. - -1999-08-30 Gerd Moellmann <gerd@gnu.org> - - * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after - the test for Xaw3d. - (HAVE_TIFF): Add -lm to library check. - -1999-08-28 Richard Stallman <rms@gnu.org> - - * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for - -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down - after the other X-related libraries. - -1999-08-21 Dave Love <fx@gnu.org> - - * configure.in: Don't check for jpeglib.h. - -1999-08-20 Gerd Moellmann <gerd@gnu.org> - - * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h. - (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none. - -1999-08-18 Dave Love <fx@gnu.org> - - * configure.in: : Check for termcap.h. - -1999-08-15 Gerd Moellmann <gerd@gnu.org> - - * configure.in: Add --with-toolkit-scroll-bars. If "no", - use Emacs' scroll bars, even if configured for Motif or when - Xaw3d is available. - -1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com> - - * configure.in: Check for getaddrinfo. - -1999-08-04 Eli Zaretskii <eliz@gnu.org> - - * config.bat: Make --no-debug work again by removing -gcoff. - -1999-07-30 Dave Love <fx@gnu.org> - - * configure.in: Check for stdlib.h. - -1999-07-19 Dave Love <fx@gnu.org> - - * configure.in: Grok sparc64-*-linux-gnu*. - -1999-07-12 Richard Stallman <rms@gnu.org> - - * Version 20.4 released. - -1999-06-23 Karl Heuer <kwzh@gnu.org> - - * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state. - Quote $EMACS, in case it's a program with args. - -1999-05-29 Richard M. Stallman <rms@gnu.org> - - * configure.in: Delete the Kerberos stuff. - -1999-05-27 Greg Hudson <ghudson@mit.edu> - - * configure.in: Prefer kerberos 5 names. - -1999-04-26 Richard M. Stallman <rms@gnu.org> - - * configure.in: Check for libXp. - -1999-04-08 Richard Stallman <rms@gnu.org> - - * make-dist: Include change logs in subdirs of `lisp'. - -1999-04-05 Richard Stallman <rms@gnu.org> - - * Makefile.in (mkdir): If we create ${datadir}, make it world-readable. - (install-arch-indep): Make ${datadir}/emacs world-readable. - -1999-03-30 Eli Zaretskii <eliz@gnu.org> - - * config.bat: Use epaths.* instead of paths.*. - -1999-03-07 Eli Zaretskii <eliz@gnu.org> - - * INSTALL: Add detailed instructions to unpack and install - intlfonts on MS-DOS. - -1999-02-26 Richard Stallman <rms@gnu.org> - - * configure.in: Use epaths.h and epaths-force instead of paths.... - - * Makefile.in (epaths-force): Renamed from paths-force; - operate on epaths.in and produce epaths.h. - -1999-02-24 Richard Stallman <rms@gnu.org> - - * make-dist: Fix nt/icons directory handling. - -1999-02-22 Simon Josefsson <jas@pdc.kth.se> - - * configure.in (f301-fujitsu-uxpv4.1): New target. - -1999-02-20 Richard Stallman <rms@gnu.org> - - * make-dist (tempparent): Fix command to update info files. - -1999-02-09 Richard Stallman <rms@gnu.org> - - * configure.in (powerpc-apple-netbsd*): New alternative. - -1999-01-25 Geoff Voelker <voelker@cs.washington.edu> - - * make-dist: Include the new directory nt/icons in distributions. - -1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> - - * configure.in: Change message about HAVE_XFREE386. - -1999-01-07 Eli Zaretskii <eliz@gnu.org> - - * config.bat: Support configuring with leim. - -1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi> - - * configure.in (mips-sgi-irix6.5): New target. - -1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us> - - * configure.in: Remove GSS-API support, since it has been removed - from movemail. - -1998-12-04 Markus Rost <rost@delysid.gnu.org> - - * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src. - -1998-12-04 Andreas Schwab <schwab@delysid.gnu.org> - - * Makefile.in: Don't install customize info file. Run - install-info on viper info file. - -1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> - - * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src. - -1998-11-16 Kenichi Handa <handa@etl.go.jp> - - * configure.in (*-*-bsdi4*): New target. - -1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il> - - * configure.in: Fix previous change. - -1998-11-11 Richard Stallman <rms@gnu.org> - - * configure.in (aviion-intel): New machine. - -1998-11-04 Kenichi Handa <handa@etl.go.jp> - - * configure.in (mips-nec-sysv4*): New target. - -1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> - - * Makefile.in (install-arch-dep): Fix last change and use fns-*.el - from lisp. - -1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> - - * make-dist: Don't include fns*.el in dist. - -1998-10-30 Dave Love <fx@gnu.org> - - * configure.in: Don't mkdir cpp. - -1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> - - * Makefile.in (install-arch-dep): Install src/fns-*.el in - ${archlibdir}. - -1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> - - * Version 20.3 released. - -1998-07-30 Paul Eggert <eggert@twinsun.com> - - * Makefile.in (Makefile, src/Makefile, src/config.stamp) - (lib-src/Makefile, man/Makefile, oldXMenu/Makefile) - (lwlib/Makefile, leim/Makefile): - Prepend $(srcdir)/ to rule dependencies outside this dir. - -1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu> - - * configure.in: Use unset CDPATH instead of making it empty. - -1998-06-20 Karl Heuer <kwzh@gnu.org> - - * configure.in: Assume unspecified Solaris is 2.5, not 2.4. - -1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu> - - * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el - and default.el. Sort the results. - -1998-05-31 Karl Heuer <kwzh@gnu.org> - - * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't - writable. - -1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu> - - * Makefile.in (install-arch-indep): - Don't alter site-lisp/subdirs.el if it exists. - -1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu> - - * Makefile.in (install-arch-indep): Put `-' on commands to create - subdirs.el in site-lisp dirs. - -1998-05-07 Richard Stallman <rms@psilocin.gnu.org> - - * Makefile.in (install-arch-indep): Fix typo in previous change. - -1998-05-06 Richard Stallman <rms@psilocin.gnu.org> - - * Makefile.in (install-arch-indep): Pass --dir-file to install-info. - -1998-04-28 Richard Stallman <rms@psilocin.gnu.org> - - * Makefile.in (mkdir): Create the site-lisp dirs. - (install-arch-indep): Make site-lisp/subdirs files world-readable. - -1998-04-26 Richard Stallman <rms@psilocin.gnu.org> - - * Makefile.in (INSTALL_INFO): New variable. - (install-arch-indep): Don't replace the dir file if it already exists. - Use the install-info program, via INSTALL_INFO, to add entries. - Make the `info' subdir and the Info files world-readable. - -1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org> - - * config.bat: Make sure the environment is large enough to support - all the "set foo=bar" commands. Update pointers to DJGPP FTP - sites. - -1998-04-10 Karl Heuer <kwzh@gnu.org> - - * make-dist: Don't accept EMACS=t when testing for $EMACS set. - -1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> - - * configure.in: Add --with-gssapi to specify GSS-API - authentication support for movemail. - -1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu> - - * Makefile.in (install-arch-indep): Fix previous change. - -1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu> - - * Makefile.in (info): Run man in build dir, not srcdir. - -1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu> - - * Makefile.in (install-arch-indep): Fix previous change. - -1998-03-23 Kenichi Handa <handa@etl.go.jp> - - * Makefile.in (top_distclean): Check the existence of `lock' - subdir. - -1998-03-22 Richard Stallman <rms@gnu.org> - - * Makefile.in (install-arch-indep): Put special subdirs.el files - in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path. - -1998-03-21 Richard Stallman <rms@psilocin.gnu.org> - - * make-dist: Fix shell syntax in check for missing .el or .elc files. - -1998-03-09 Richard Stallman <rms@psilocin.gnu.org> - - * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10. - (m68*-hp-hpux*): Handle versions 1X like 10. - -1998-03-07 Richard Stallman <rms@psilocin.gnu.org> - - * make-dist: PROBLEMS is now in etc, not top level dir. - - * Makefile.in (SOURCES): Delete PROBLEMS. - -1998-02-25 Richard Stallman <rms@gnu.org> - - * configure.in (hppa*-hp-hpux*): Use hpux10 by default. - - * Makefile.in (install-arch-indep): Do chmod a+x on subdirs. - -1998-01-17 Richard Stallman <rms@gnu.org> - - * Makefile.in (install-arch-indep): Add semicolon before `else'. - -1998-01-02 Richard Stallman <rms@psilocin.gnu.org> - - * make-dist (tempparent): New option --no-check. - - * make-dist: Don't do anything with cpp directory. - -1997-12-20 Richard Stallman <rms@psilocin.gnu.org> - - * configure.in (sparc-fujitsu-sysv4*): New target. - -1997-12-17 Andreas Schwab <schwab@gnu.org> - - * configure.in: Cache more tests. Add missing quotes around - message with embedded comma. - -1997-12-04 Karl Heuer <kwzh@gnu.org> - - * Makefile.in (unlock, relock): Don't reference cpp/ directory. - -1997-11-26 Joel N. Weber II <devnull@gnu.org> - - * make-dist: Changed the comment about `umask 0' to say `Don't - restrict access to any files.'; previously it said `Don't protect - any files', which may have implied that we think fascism is good. - -1997-11-24 Paul Eggert <eggert@twinsun.com> - - * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library - strftime needs the underlying host's strftime for locale dependent - formats. - -1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il> - - * configure.in (i586-dg-dguxR4.*): New name in case branch. - -1997-11-20 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Configure the man subdirectory. - -1997-11-07 Paul Eggert <eggert@twinsun.com> - - * configure.in (AC_CHECK_LIB): Add -lintl. - -1997-11-07 Karl Heuer <kwzh@gnu.org> - - * make-dist (check for .elc files): Avoid bash-specific syntax. - (check for overflow 14-char limit): Simplify. - -1997-11-07 Richard Stallman <rms@gnu.org> - - * Makefile.in (install): Move blessmail last. - -1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (gettimeofday, one arg or two): - Clarify messages by avoiding double negative. - -1997-09-30 Karl Eichwalder <ke@suse.de> - - * Makefile.in (install-arch-indep): install the widget info file. - -1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us> - - * configure.in (with-pop, with-kerberos): Need to check Kerberos - libraries in reverse order, so that libraries will appear in the - correct dependency order on the link line (and so that the - configure checks themselves will work properly when early - libraries depend on later ones). - -1997-09-21 Erik Naggum <erik@naggum.no> - - * make-dist (making links to `src'): Keep timestamp on copied - files. - - * make-delta: New script to produce delta distributions. - -1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Version 20.2 released. - -1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Version 20.1 released. - - * Makefile.in (install-leim): Depend on mkdir. - (leim): Depend on src. - -1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in: Recognize alpha* instead of just alpha. - -1997-09-12 Paul Eggert <eggert@twinsun.com> - - * leim-Makefile.in (mostlyclean, maintainer-clean): New targets. - -1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * update-subdirs: Use rm -f. - -1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * update-subdirs: Delete subdirs.el if this dir has no subdirs. - Ignore subdirs named Old. - -1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com> - - * configure.in: Add OpenBSD clause to set $machine. - -1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist: Recompile everything after updating various Lisp files. - Recompile in leim as well as lisp. - Check in leim as well as lisp for mismatched files and too-long names. - -1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (TAGS tags): Simply refer this to the src subdir. - -1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it - before trying to copy anything from it. - -1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (man/Makefile): New target. - (tags): Define env var EMACS and run Makefile from build dir. - -1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu> - - * config.bat: If src/_gdbinit doesn't exist, try using - src/.gdbinit to create it (for building on Windows 95). - -1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): - Discard extra data in tar | tar pipes. - -1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp> - - * configure.in (x_default_search_path): Corrected - '${x_library}' to '${x_library}/X11'. - -1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1, - -1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us> - - * configure.in: Support auto-configuration of both Kerberos V4 and - Kerberos V5 for movemail, including detection of V4 and V5 header - files and libraries. - -1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp> - - * configure.in: Compute x_default_search_path - and substitute into makefiles. - - * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h. - -1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Run list-load-path-shadows. - -1997-08-07 Erik Naggum <erik@naggum.no> - - * configure.in: Remove lockdir, it is no longer needed. - * Makefile.in (mkdir): Don't create lockdir. - (lockdir): Variable deleted. - (paths-force): Don't operate on PATH_LOCK. - -1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * leim-Makefile.in (clean, distclean): New targets. - - * make-dist: Include leim/ChangeLog in leim distribution. - -1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP. - -1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS. - -1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS. - -1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist: Update leim/leim-list.el. - Pass along value of $EMACS when updating lisp dir. - -1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> - - * configure.in (doug_lea_malloc): Make __after_morecore_hook a - prerequisite to the use of Doug Lea's malloc. - -1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (top_distclean): Use -f to delete contents of lock dir. - - * make-dist: Use name leim/SKK-DIC, not leim/SKK. - -1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim. - -1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (mips-sony-newsos6*): File news-risc.h renamed - to news-r6.h. - -1997-07-10 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Use `sed' instead of `cp', which might not be - installed. - -1997-07-09 Kenichi Handa <handa@etl.go.jp> - - * Makefile.in (mostlyclean): Add cleaning leim directory. - (clean, distclean, maintainer-clean): Likewise. - -1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist (bogosities): Check subdirs of `lisp' also. - -1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist (etc): Really avoid symlinks now. - (lisp): Don't delete from subdirs the things we never copy. - -1997-07-07 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Correct the target name. - The first letter `i' was dropped by the previous change of mine. - -1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (leim/Makefile): Generate this. - (*-sysv4.2uw*): Recognize new alternative. - - * leim-Makefile.in: Renamed from leim-Makefile. - - * make-dist: Set up real-leim subdirectory, - with the real contents of leim; then move it to - a separate top-level directory. - - * make-dist: Don't mention site-lisp, site-init, site-start - or default, when listing files hat are not compiled and should be. - - * configure.in: Create src/config.stamp at the end. - -1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-leim): Correct previous change. - -1997-07-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-leim): New target. - (install): Depend on install-leim. - -1997-07-01 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> - - * Makefile.in (SUBDIR): Add leim. - (SUBDIR_MAKEFILES): Add leim/Makefile. - (leim/Makefile): New target. - -1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * leim-Makefile: New file. - * make-dist: Initialize a `leim' subdirectory with that makefile. - -1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (GNU_MALLOC_reason): Fix message text. - -1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist (lisp): Don't process subdirs that start with =. - (etc): Copy symlinks, as in src. - -1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (i*86-*-unixware*): New alternative. - -1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (src/config.stamp): Target renamed from src/config.h - and touch it explicitly. - - * configure.in (mips-sony-newsos6*): New alternative. - (mips-*-linux-gnu*): New alternative. - (*-*-bsdi*): New alternative. - (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives. - -1997-06-22 Dave Love <d.love@dl.ac.uk> - - * Makefile.in (lib-src): Depend on src/config.h (e.g. for - movemail.o). - (src/config.h): New target to re-configure if src/config.in - is patched. - -1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (shutdown): Check for `shutdown' function. - -1997-06-18 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> - - * update-subdirs: Include the directory "language" in subdirs. - -1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (m88k-dg-dgux4*): New alternative. - (alpha-*-netbsd*): New alternative. - (powerpcle-*-solaris2*): New alternative. - -1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist: Warn about .el files that are not compiled. - -1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (dist): Don't run update-subdirs here, - since make-dist now gets that done. - - * make-dist: Use the new `updates' target in lisp/Makefile. - - * make-dist: Use new non-file targets in lisp/Makefile. - -1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist: Handle all subdirs of `lisp' uniformly. - Don't handle `term' and `language' specially. - Clear out umask at the beginning. - -1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist: Use Make to update finder-inf.el and autoloads. - Also update cus-load.el. - -1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> - - * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, - in case it is desirable to disable the GNU malloc features with - glibc. - -1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu> - - * configure.in (DOUG_LEA_MALLOC): - Define if malloc_{get,set}_state exist. - -1997-03-05 Ken'ichi Handa <handa@etl.go.jp> - - * make-dist: Make links for files under lisp/language. - -1997-02-20 Kenichi Handa <handa@etl.go.jp> - - * update-subdirs: Exclude the directory "language" from subdirs. - -1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * configure.in: Check for rint and cbrt. - -1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * make-dist: Use $EMACS to say where to run Emacs. - Add --no-update option. - -1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration. - -1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * make-dist (copying src): Check thoroughly for symlinks - and copy them in all cases. Regularize the linking of *.in - and *.opt and ChangeLog files. - (copying lib-src): Likewise. - Don't rm getdate.c or y.tab.*--they don't exist any more. - -1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com> - - * configure.in: Check for libmail, maillock.h and - touchlock (for movemail). - -1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (limits.h): Check for this file. - -1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (rs6000-ibm-aix4.2): New alternative. - (rs6000-ibm-aix4.0): New alternative. - (rs6000-ibm-aix4*): Assume aix 4.1 by default. - -1996-11-22 Ben Harris <bjh21@cam.ac.uk> - - * configure.in: Recognize vax-*-netbsd*. - -1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in (locallisppath): Add leim directory. - -1996-10-31 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Make sure `mv' supports forward slashes and -f. - -1996-10-28 Christian Limpach <chris@nice.ch> - - * configure.in (hppa*-next-nextstep*): * added after hppa - to accept hppa1.0 and hppa1.1. - -1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com> - - * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX. - * configure.in (ld_switch_machine): Fix typo. - -1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE - from config.h and use them in $ac_link. - -1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu> - - * configure.in: Create a subdir named `lisp'. - -1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in: Check for getcwd. - -1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in: Check for termios.h. Check for setpgid. - -1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in: Check for setrlimit. - -1996-08-31 Paul Eggert <eggert@twinsun.com> - - * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo. - -1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in: Check for utimes. - - * configure.in: Check for com_err library, but only - if --with-kerberos was used. Check for krb and des - only if --with-kerberos. - -1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * Makefile.in (INSTALL_STRIP): New variable. - (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM. - (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src. - -1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in: Check for krb and des libraries. - -1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - - * configure.in (*-sunos4.1.[3-9]*noshare): - Use sunos413, not sunos4-1-3. - (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3. - (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2. - -1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (src/paths.h): Target deleted. - (paths-force): Delete all dependencies on this target - but don't delete the target. - (install): Depend on `all'. - (paths-force): Don't print a message. - - * configure.in: Generate src/paths.h here. - -1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS): - New variables that affect linking only. - (alpha-dec-osf*): Use those instead of previous change. - -1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Install info/messages. - -1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Version 19.33 released. - -1996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu> - - * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): - Fix previous change. - -1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): - New alternative. - -1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS - and NON_GCC_TEST_OPTIONS. - -1996-08-06 Paul Eggert <eggert@twinsun.com> - - * configure.in (LOCALTIME_CACHE): Don't put a string literal - "TZ=..." in environ. - -1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * make-dist (msdos): Add is_exec.c, sigaction.c to distribution. - -1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (*-sunos4.1.[3-9]*noshare): Move this before - the more general *-sunos4.1.[3-9]* clause. - -1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Version 19.32 released. - - * configure.in (*-sco3.2v5*): - Set OVERRIDE_CPPFLAG to a string of one space. - Fix the code that uses OVERRIDE_CPPFLAG. - -1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * configure.in: Undo previous change. - -1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * config.sub: Use `pc', not `unknown', when canonicalizing - the vendor for ...86. - -1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com> - - * configure.in: Check for termios.h header. - -1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com> - - * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3 - -1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * configure.in: Split bsdos2 and bsdos2-1. - -1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * config.sub: If last two words are not a recognized - KERNEL-OS pair, use just the last word as OS, as in 19.31. - Make conversion of gnu/linux to linux-gnu really work. - - * config.sub: If vendor unspecified with i386, use `pc' not `unknown'. - -1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (check for using Lucid widgets by default): - Eliminate indentation that confuses some compilers. - -1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * config.sub: Convert linux and gnu/linux to linux-gnu. - - * make-dist: Don't update getdate.c. - Ignore =... files when checking for too-long Lisp file names. - -1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (euidaccess): Check for that, not for eaccess. - -1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from - before `noshare'. - (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS. - -1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in: Rename lignux to linux-gnu in configuration names. - Use gnu-linux as the opsys value (s/ file name). - Allow i686 just like i386, i486, i586. - -1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (i*86-*-sco3.2v5): New alternative. - (OVERRIDE_CPPFLAG): New variable. - (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that. - - * configure.in: Specify vpath for .texi files. - -1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in: Always check for HAVE_X11R5. - Separately decide whether to use a toolkit by default. - -1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com> - - * configure.in: If X11R5 is missing the Xaw headers, - default to --with-x-toolkit=no. - -1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000. - -1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): If cd etc makes output, - don't treat that as part of the tar data. - Check that ./lisp actually exists. - -1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * make-dist: Check for long file names. - -1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * Version 19.31 released. - -1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * configure.in: Recognize sparc-*-lignux. - -1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> - - * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist. - Don't include config.w95. - -1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> - - * make-dist: Replace --no-clean-up and --no-tar options - with --clean-up and --tar, so that the default is useful. - -1996-04-15 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Make sure the GDB init file is called src/_gdbinit; - if not, tell the user to rename it and abort. - -1996-04-14 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE - test program. - -1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * config.bat (djgpp_ver): Variable renamed from djgpp-ver. - - * make-dist (MANIFEST): Fix previous change. - (msdos): Put mainmake.v2 into the dist. - -1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> - - * make-dist: Exit if autoconf fails. - -1996-04-10 Eli Zaretskii <eliz@is.elta.co.il> - - * config.bat: Set djgpp-ver, and unset it at the end. - Add a number of conditionals for DJGPP version 2. - Rename label libsrc2 to libsrc3. - Substitute for LDFLAGS in src/Makefile. - Substitute for ALL_CFLAGS in lib-src/Makefile. - -1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (ncurses): Check this after checking fns like strerror. - -1996-04-08 Erik Naggum <erik@naggum.no> - - * make-dist (MANIFEST): Don't include lines from =files. - -1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Don't put lisp/dired.todo in the dist. - -1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu> - - * configure.in (HAVE_NCURSES): Look for library named ncurses. - - * configure.in (setlocale): Check for it. - - * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp. - -1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Use lignux instead of linux as value of opsys. - -1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-strip): Fix whitespace. - Get rid of continuation. - - * config.sub: Convert linux or gnu/linux to lignux. - -1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Accept lignux in configuration name. - -1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-strip): New target. - -1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (top_distclean): Use `|| true' to ignore error in rm. - -f failed to do the job on Suns. - -1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * Makefile.in (install-arch-dep): Don't depend on install-arch-indep. - - * configure.in (linux/version.h): Check for this header. - -1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> - - * configure.in: Remove -fno-builtin hackery from -lm check. - -1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> - - * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for - just this test. - - * configure.in (AC_PREREQ): Require version 2.8 of Autoconf. - -1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Check for ncurses. - -1996-02-28 Paul Eggert <eggert@twinsun.com> - - * configure.in (LOCALTIME_CACHE): - Also define if localtime mishandles unsetting TZ. - This works around a localtime bug in mips-dec-ultrix. - -1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist. - - * configure.in: Improve messages about X versions. - -1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null. - -1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (HAVE_X11XTR6): Set it as a shell variable. - (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE. - - * Makefile.in (install-arch-dep): Depend on install-arch-indep. - (install): Put install-arch-indep before install-arch-dep. - -1996-02-20 Dave Love <d.love@dl.ac.uk> - - * INSTALL: Clarify info about MS-DOS path handling. - -1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Install info/ccmode*. - In previous change, protect against /bin/pwd returning null string. - -1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir - to lispdir. - -1996-02-01 Paul Eggert <eggert@twinsun.com> - - * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar. - -1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails. - -1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (extraclean): Use ${top_distclean} to ensure - we delete everything distclean deletes. - -1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * make-dist (lwlib): Don't distribute lwlib-Xol* files. - -1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE - into LDFLAGS instead of into LIBS. - -1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (HAVE_XMU): Fix typo in previous change. - -1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc. - -1996-01-10 Erik Naggum <erik@naggum.no> - - * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'. - -1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Ignore error if no chmod -R. - -1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit - and use -lXt to link it. - -1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * configure.in (locallisppath): Put version-specific dir first. - -1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * configure.in (hppa-*-nextstep*): New alternative. - (USE_X_TOOLKIT): By default, set this to "maybe"; - and change that later to LUCID or "no" according to X11 version. - - * make-dist: Recompile outdated .elc files and update all autoloads. - -1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu> - - * configure.in (locallisppath): Fix typo in last change: " -> '. - -1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp. - -1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Give all files read permission. - -1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*): - If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5. - -1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Determine HAVE_X11R6. - (HAVE_MENUS): Renamed from HAVE_X_MENU. - -1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * configure.in: Just "solaris" now defaults to version 2.4. - Add sunos4.1.n-noshare as alternative. - -1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP. - -1995-11-29 Erik Naggum <erik@naggum.no> - - * Makefile.in (install-arch-indep): Add missing backslash. - -1995-11-29 Karl Eichwalder <ke@ke.Central.DE> - - * Makefile.in (install-arch-indep): Don't install - lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo. - -1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Fix previous change. - - * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*. - -1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Version 19.30 released. - - * make-dist (lisp): Exclude subdirs.el. - -1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist (etc): Delete *.orig and *.rej. - -1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Rename old info/dir only if exists. - -1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h. - -1995-11-14 Geoff Voelker <voelker@cs.washington.edu> - - * make-dist (nt): Rename install, readme, and todo to - INSTALL, README, and TODO. - -1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist (lisp): Don't distribute site-start. - -1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * make-dist: Break the hard link on alloca.c. - -1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> - - * configure.in (LIBS): Add libsrc_libs and keep the old LIBS. - -1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * make-dist (src, lib-src): Don't distribute Makefile.c. - (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc. - -1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (mkdir): Create man1dir, not mandir. - (uninstall): Use man1dir, not mandir. - -1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (man1dir): New variable. - (install-arch-indep): Use man1dir. - - * configure.in (sparc-*-nextstep*): Remove incorrect .h's. - - * make-dist: Create lisp/MANIFEST. - -1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> - - * configure.in (m68k-*-linux*): New alternative. - -1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Use new names config.in, paths.in, and - {src,lib-src}/Makefile.in. - -1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in: Don't bother checking for drem. - -1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (distclean): Delete line with just a tab in it. - (install-arch-indep): Delete spaces that precede tabs. - Delete spurious `fi' left from previous change. - (install): Supply `true' as command, to avoid null command. - -1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'. - -1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (powerpc-*-solaris2): New alternative.x - -1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu> - - * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead - of paths.h.tmp$$, to avoid going beyond 14 characters. - -1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Improve error msg for invalid --with-x-toolkit value. - -1995-09-06 Paul Eggert <eggert@twinsun.com> - - * configure.in (LOCALTIME_CACHE): Define if tzset exists and - if localtime caches TZ. Check for tzset. - -1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * config.bat: Simplify using new names file names src/makefile.in, - config.in, paths.in. Change Echo commands not to use `. - -1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Always install the new dir file; - rename the previous dir file to dir.bak or dir.old. - -1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (RANLIB): Substitute this into makefiles. - Set it specially on solaris; set it by default on other systems. - - * configure.in: Fix previous Alpha change. - -1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and - NON_GCC_TEST_OPTIONS. - -1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS - from config.h, use SPECIFIED_CFLAGS to get what the user specified. - - * configure.in (alpha-*-linux*): New configuration. - -1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (m68*-next-*): Use m68k.h and nextstep.h. - (m68k-next-nextstep*): New alias for that. - (i*86-*-nextstep*): Use nextstep.h. - (sparc-*-nextstep*): New configuration. - -1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS. - And get CFLAGS from config.h if SPECIFIED_CFLAGS is null. - -1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Handle sunos4shr by sharing; not like sunos4*. - Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment. - -1995-07-18 Mike Long <mike.long@analog.com> - - * make-dist: Fix update of finder-inf.el, and byte-compile it. - -1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (src/paths.h, paths-force): - Rename src/paths.h.in to src/paths.in. - (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in. - - * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in. - Use Makefile.c for intermediate file. - Rename src/config.h.in to src/config.in. - -1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu> - - * configure.in (mips-dec-ultrix*): Assume version 4.3. - (mips-dec-ultrix4.[12]): New alternative for old versions. - -1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * make-dist: Don't break intra-tree links. - -1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> - - * configure.in: Put back archlibdir initialization. Require - autoconf 2.4.1 or later. - -1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9]. - (mips-mips-riscos5*): New alternative. - -1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (uninstall, install-arch-indep): Install info/ediff*. - -1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (bindir, datadir, sharedstatedir, libexecdir) - (mandir, infodir, archlibdir): Initializations deleted. - - * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4. - On hpux9shr, use hpux9shxr4.h. - -1995-06-24 Morten Welinder <terra+@cs.cmu.edu> - - * configure.in: Added target mips-dec-mach_bsd4.3. - * config.guess: Guess mips-dec-mach_bsd4.3. - -1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (mkdir): Use symbolic chmod. - -1995-06-22 Paul Eggert <eggert@twinsun.com> - - * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. - (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.) - -1995-06-22 Paul Eggert <eggert@twinsun.com> - - * Makefile.in (SUBDIR_MAKEFILES): - Add man/Makefile, so `make distclean' removes it. - (top_distclean): Add config.log to the list of files to be removed. - -1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Version 19.29 released. - -1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Fix the previous change to verify that the -b - option really solves the problem. - - * make-dist (nt): Explicitly include makefile.nt and makefile.def only. - -1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Test whether XFree86 needs -b i486-linuxaout to link. - -1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Report more clearly when there is no special - dir to search for X includes or libraries. - -1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in: Check for -lpthreads, not -lpthread. - -1995-06-09 Geoff Voelker <voelker@cs.washington.edu> - - * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in. - -1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in: Check for -lpthread. - -1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Install info files for mh-e. - (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc. - -1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in (*-solaris2.5): New configuration. - - * make-dist: Copy new files config.nt and config.w95. - -1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in: Use x_includes, not x_libraries, for -I. - Make bitmapdir a colon-separated list. - -1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu> - - * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations. - - * configure.in: Allow x_libraries and x_includes to be paths. - -1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in: Fix typo. - -1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> - - * INSTALL: Clarify use of site-init.el. - -1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp> - - * configure.in: pass arg to sqrt. - -1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> - - * make-dist: Fix May 6 change. - -1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * vpath.sed: Delete reference to ymakefile. - -1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> - - * configure.in: Use sqrt (more portable) instead of fmod in -lm - check. - -1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist. - - * update-subdirs: Specify /bin/sh to run the script. - -1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Put src/makefile.nt in dist. - - * configure.in (i[345]86-*-bsdi2*): New configuration. - (vax-dec-bsd386*): Deleted. - -1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> - - * configure.in: Make sure CDPATH doesn't mess up PWD check. Check - whether X bitmaps are in X11/bitmaps instead of bitmaps. Use fmod - instead of logb in -lm check. - -1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (m68*-apollo-*): Renamed from m68*-apollo*. - Use bsd4-3. Don't set NON_GNU_CPP. - - * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src. - In nt. copy various different things, but not *.cmd. - Fix the ln commands for the subdirs of nt. - -1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h. - -1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in (*-sun-sunos4.1.3*): Use shared libraries, - since that's what the header file expects. - -1995-04-24 Francesco Potorti` (pot@cnuce.cnr.it) - - * configure.in (m68k-motorola-sysv*): Distinguish between 68030 - and 68040 based machines when choosing options for gnucc. - -1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (top_distclean): Delete config.cache. - -1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Delete .#* when copying subdirs. - - * configure.in: Use m/ncr386.h. - -1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Undo Sep 23 change. - -1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore. - (man): Don't copy texindex.c and getopt.c; they're deleted. - (etc): Omit `e'; it's a subdirectory. - (etc/e): Use `../..', not `..', to reference top level. - -1995-04-06 Simon Leinen <simon@lia.di.epfl.ch> - - * Makefile.in (install-arch-indep, dist): - look for `update-subdir' in $(srcdir). - -1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Include mkinstalldirs in distribution. - -1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> - - * make-dist: Add missing close backquote. - -1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Don't distribute shortnames directory. - -1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (blessmail): Pass archlibdir to the sub-make. - -1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (m88k-motorola-sysv4*): Use usg5-4-2. - -1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args. - -1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu> - - * configure.in (mips-sgi-irix6): New configuration. - -1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu> - - * Makefile.in (maintainer-clean): Renamed from realclean. - -1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> - - * configure.in: Create a .gdbinit that sources the real one, if - using a different build directory. - -1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> - - * configure.in: Check for sys/select.h. - -1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP. - -1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Handle isc 4.1 operating system. - -1994-12-10 Richard Stallman <rms@kepa> - - * configure.in (rs6000-ibm-aix4.1*): New alternative. - (rs6000-ibm-aix4*): New alternative. - -1994-12-06 Richard Stallman <rms@kepa> - - * configure.in: For SVR4.2, set NON_GNU_CPP if not already set. - -1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu> - - * configure.in: Don't try to make directories that are guaranteed - to already exist. - -1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Generate man/Makefile from man/Makefile.in. - Create the man subdir. - - * Makefile.in (dvi): Run Make in our man subdir. - - * make-dist: Create subdir etc/e. - Make links to it. - Put man/Makefile.in in dist, instead of man/Makefile. - -1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu) - - * configure.in: Add --with-pop, --with-kerberos, and - --with-hesiod for movemail. - -1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (m68*-apollo*): Use s/domain.h. - -1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (m68*-apollo*): Set NON_GNU_CPP. - -1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) - - * configure.in: Don't add -I, -L, -R options for cc if their - arguments would be empty. - -1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (i860-intel-osf1*): New alternative. - (mips-sgi-irix5.[01]*): Distinguish from irix5*. - (mips-sgi-irix*): Now an alias for mips-sgi-irix5*. - -1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu> - - * configure.in: Make h_errno check not use nested functions. - -1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Delete *.orig in copied dirs. - -1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Avoid continued comment - swallowing target line. - -1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu) - - * configure.in: Protect a character class with `changequote'. - -1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> - - * configure.in: Accept `news' as a synonym for `newsos'. - -1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> - - * Makefile.in: Don't rm files if cd fails. - -1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Put nt subdir and its subdirs in the dist. - (lib-src): Put makefile.nt in the dist. - (lisp): Put makefile.nt in the dist. - -1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) - - * configure.in: Change a stray `[' to `test'. - -1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu> - - * configure.in: Adapt for Autoconf v2. Use the standard argument - parser, host type canonicalizer, X11 finder, and message - printing macros. Use the new macro names. Use `test' instead of `['. - -1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Check for getpagesize. - -1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist (msdos): Put sed* in the distribution. - -1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu> - - * config.bat: New option, `--with-x', for configuring Emacs - for use with the X11 system DesqView/X. - New option, `--no-debug', for compiling Emacs without debug - information thus saving disk space. - (src/config.h, src/paths.h): Use `update' (which is like - `move-if-changed') to change the file. - (src/config.h): When configuring for X11 perform extra changes. - (src/makefile): When configuring for X11 perform extra changes. - (lib-src): Remove temporary files. - (): Check that `sed', `rm', `mv', and `gcc' are available. - -1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (sharedstatedir): Substitute sharedstatedir properly. - - * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps. - -1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (EMACS_CONFIGURATION): Use $canonical as value. - - * configure.in (canonical): Substitute var into makefiles. - (bitmapdir): Likewise. - - * Makefile.in (bitmapdir): New variable. - (src/paths.h, paths-force): Edit PATH_BITMAPS. - -1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Put update-subdirs and lisp/subdirs.el in the dist. - - * Makefile.in (dist, install-arch-indep): Run update-subdirs. - * update-subdirs: New shell script. - -1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (top_distclean): Don't rm build-install. - (SOURCES): Delete build-install.in. - - * make-dist: Don't distribute build-ins.in. - * build-ins.in: File deleted. - -1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu) - - * Makefile.in (mkdir): Use mkinstalldirs instead of make-path. - -1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in: Use libexecdir and sharedstatedir as appropriate. - - * configure.in (libexecdir): Renamed from libdir. New default. - (sharedstatedir): Renamed from statedir. New default. - (datadir): New default. - - * make-dist: Don't distribute subdirs.el. - -1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (eaccess): Check for it. - -1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (mktime): Check for it. - -1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu> - - * configure.in (motif): Add support for usage and option checking. - -1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu> - - * configure.in (utimes): Check for it. - -1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Don't do mkdir here. - -1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): - riscix.h renamed to acorn.h. - -1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il) - - * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): - New configurations. - -1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) - - * configure.in: Remove trailing slashes from srcdir. - -1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (i[345]86-sequent-ptx*): Handle - -1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (paths-force): Depend on src/paths.h - -1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> - - * configure.in (config_options): Save all arguments, not just some. - -1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> - - * Makefile.in (install-arch-indep): Copy DOC-*, not DOC* - - * configure.in: Add AC_AIX. - Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT. - -1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (parsing options): Simplify sed command to delete -'s. - -1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu> - - * configure.in (config_options): New shell variable. - Pass its value to C code in EMACS_CONFIG_OPTIONS. - -1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (alpha-dec-osf*): New target. - - * Makefile.in: Use just one FRC target. - -1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (removenullpaths, paths-force): - Use name paths.h.tmp$$, which depends on the pid. - -1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Makefile.in (removenullpaths, paths-force): - Put paths.h.tmp in top-level dir, not in src. - -1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Version 19.27 released. - -1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * Version 19.26 released. - -1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Check for lrand48, not rand48. - -1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5) - (powerpc-ibm-aix*): New aliases. - -1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist (src/m, src/s): Put *.inp in distribution. - -1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Accept i586 and i486 along with i386. - -1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Do compute unexec, LIBX, system_malloc, etc - even if CPP env var was set by the user. - - * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value. - -1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com) - - * Makefile.in: Uninstall "$(EMACS)", not "emacs". - -1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP. - -1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Check more specifically for i*86-sun-sunos. - -1994-08-03 Caveh Jalali (caveh@eng.sun.com) - - * configure.in: Handle solaris 2.4. - -1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (rand48): Check for it. - -1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * make-dist: Update the info files. - -1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in: Make "checking..." messages' style consistent. - (HAVE_H_ERRNO): New test. - -1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> - - * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP. - -1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (CFLAGS): If the envvar was specified, use that. - And set REAL_CFLAGS from it too. - -1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Update finder-inf.el. - -1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist (msdos): Include sed4.inp in dist. - - * Makefile.in (libsrc_libs): Var deleted. - -1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands. - -1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (mips-sony-newsos4*): New alias. - -1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (*-convex-bsd*): Set NON_GNU_CPP. - (*-convex-convexos*): Accept this as alias. - -1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE, - for two different uses. - -1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc. - -1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Put ./BUGS into the distrib. - -1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Handle 386 running Solaris 2. - -1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (mips-siemens-sysv*): Use cpp, not cc -E. - -1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (mips-sony-newsos*): Use news-risc.h. - - * configure.in: Accept bsdi as opsys, like bsd386. - -1994-06-01 Morten Welinder (terra@diku.dk) - - * config.bat (src/paths.h): Use sed script msdos/sed4.inp. - -1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.25 released. - - * make-dist (shortversion): Don't assume another period follows. - -1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd. - (uninstall): Use /bin/pwd. - - * Makefile.in (blessmail): Depend on src. - (all): Don't depend on blessmail. - - * Makefile.in (src/paths.h): Don't force recomputation. - (paths-force): New target; force recomputation of paths.h. - (all): Depend on paths-force. - (src, lib-src): Depend on src/paths.h. - - * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS, - NON_GCC_TEST_OPTIONS. - -1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Don't insist on subversions for irix. - -1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (hppa*-hp-hpux9shr): Move alternative up. - - * configure.in (i[34]86-next-*): New alternative. - -1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.24 released. - - * configure.in: New config hppa*-hp-hpux9shr*. - -1994-05-22 Morten Welinder (terra@tyr.diku.dk) - - * config.bat: Doc fix. - -1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (mostlyclean, clean, distclean, realclean) - (extraclean): Don't act on man subdir if it doesn't exist. - -1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars. - Use them to set up CC. - (*-sun-sunos4.1.3): Set them. - -1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (lib-src): Don't depend on src/paths.h. - -1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * build-ins.in (copydests): Get rid of spurious `-'s. - - * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION. - -1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.23 released. - - * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS - for the Xlib and Xt checks; then restore old CFLAGS. - -1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (HAVE_X11XTR6): Add newline before #if. - Add newline after #endif. - -1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (HAVE_X11XTR6): Arrange to define it. - -1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (install): Depend on blessmail. - -1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) - - * configure.in (mips-siemens-sysv*): Put quotes around value - containing blanks. - -1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (TAGS): Use the makefile in src subdir. - -1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in (opsys): Recognize `gnu'. - -1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (using NON_GNU_CPP): Fix test for CPP already set. - -1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) - - * configure.in: Remove AC_LANG_C call. Not needed with Autoconf - version > 1.8. - -1994-05-08 Morten Welinder (terra@diku.dk) - - * config.bat: Forcibly remove "# " style comments from makefiles. - -1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (uninstall): When processing lispdir and etcdir, - do nothing unless it exists and is a directory. - -1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (install-arch-indep): Do install info/dired-x*. - Merge code in from install-doc. - (install-doc): Merge code back into install-arch-indep. - (install-arch-dep): Don't depend on install-doc. - - * configure.in (run_in_place): Don't use pwd for archlibdir and docdir. - -1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (making src/Makefile and lib-src/Makefile): - Split off the autoconf substitutions and don't pass them thru cpp. - (undefs): Use $canonical as well as $configuration. - - * make-dist: Distribute lisp/Makefile. - - * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*. - Use lower case names for the s files. - -1994-05-03 Morten Welinder (terra@diku.dk) - - * config.bat: Added possibility for different file name - transscriptions in lib-src. - -1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (lib-src): Undo previous change. - (blessmail): New target to run maybe-blessmail in lib-src. - (all): Depend on blessmail. - - * Makefile.in (lib-src): Depend on src. - -1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu) - - * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3. - (m88k-dg-dgux5.4R2): dgux5.4R2. - -1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (window_system): Restore accidentally deleted code - that uses AC_FIND_X. - - * make-dist: Distribute config.bat. - -1994-04-29 Morten Welinder (terra@diku.dk) - - * config.bat: Corrected the configuration of lib-src - to keep up with configure. Add note about dos version 3 - or better needed (djgpp needs that). Add note explaining - that either install in c:/emacs or edit the script. - Don't change to c:/emacs, but assume we're there (to minimize - the number of places to change). - - * config.bat: Build-in the first step towards X11 support with - the X11 emulator that exists. At this time it won't work, - and several files are missing. - -1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Use m/hp800.h in place of m/hp9000s800.h. - Don't look for -lresolv. - - * Makefile.in (lib-src): Depend on src/paths.h. - -1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Restore deleted AC_SUBST of `configuration'. - Improve error message for bad --with-x-toolkit value. - - * configure.in: Define CONFIGURATION in src/config.h - rather than substituting in src/Makefile.in. - -1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * Makefile.in (install-doc): New target. - (install-arch-dep): Depend on install-doc. - (mkdir): Create docdir. - -1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Test for libresolv.a. - Substitute machfile and opsysfile. - -1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * Makefile.in (.PHONY, install): Kill reference to obsolete do-install. - (install-arch-dep): Install under the name $(EMACS). - -1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (version): Use entire value of emacs-version. - (mips-siemens-sysv*): New alternative. - -1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (install-arch-indep): Don't install dired-x*. - -1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * configure.in (src/Makefile, lib-src/Makefile): Delete ^L. - Fix definition of $undefs. - -1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (window_system): Obey --with-x11=no and --with-x10=no. - - * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I. - -1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) - - * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE. - -1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in - and run it thru cpp, as with src/Makefile.in. - - * configure.in: Use AC_SET_MAKE. - -1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2. - -1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@. - - * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes. - (printing the choices): Make the toolkit message unconditional. - (USE_X_TOOLKIT): Use `none', not `no', if none. - (include libsrc_libs): Include config.h, and specify -I for srcdir. - Get rid of temp file foofoo1. - -1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * configure.in (CFLAGS): Use shell syntax, not Makefile. - -1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (window_system): If no X, set USE_X_TOOLKIT=no. - (printing the choices): State choice of toolkit. - (libsrc_libs): Recalculate after writing config.h; - then update lib-src/Makefile. - -1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Add sunos4shr as alternative for suns. - Conditionals testing for null $CC were backwards. - -1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*. - -1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Handle -isc4.0*. - -1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (esix5): Set NON_GNU_CPP. - -1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu) - - * Makefile.in (thisdir): Nonsensical variable removed. - (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd - back to $thisdir, rather than the directory `this_dir'. - -1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * Makefile.in (install-arch-indep): Add missing backslash after a - `then'. - -1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (thisdir): New variable. - (install-arch-indep): Go back to thisdir to run INSTALL_DATA. - -1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * configure.in: Add freebsd. - -1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in: Check for fpathconf. - -1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * configure.in (with_x_toolkit): Fix typo in previous change. - -1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * configure.in: New s-file for rs60000-ibm-aix3.2.5. - -1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (with_x_toolkit): Don't allow motif or open-look. - -1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) - - * configure.in: Fix value of docdir. - * Makefile.in (install-arch-indep): Install DOC* in docdir. - -1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (*-sysv4.1): Set NON_GNU_CPP. - -1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu) - - * configure.in: New variable docdir to control where the docstring - file goes. - Makefile.in: Use it to initialize PATH_DOC in paths.h. - -1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) - - * configure.in: When --run-in-place, don't inherit archlibdir. - -1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (install-arch-dep, install-arch-indep): - New targets split up former do-install rule. - (do-install): Target deleted. - -1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (mips-sony-newsos*): New configuration. - -1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) - - * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20. - -1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) - - * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX. - -1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Don't initialize CC. - -1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in (creating src/Makefile): Also generate -U switches - for symbols in the $configuration value. - - * configure.in: Check for sys_siglist being declared in system header. - -1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (creating src/Makefile): Delete blank lines - along with lines of whitespace. - (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value. - -1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Get, use, and substitute C_SWITCH_MACHINE - like C_SWITCH_SYSTEM. - (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000. - -1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) - - * configure.in (drem): Check for this function. - -1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces. - If CPP was inherited from environment, don't use NON_GNU_CPP. - (NON_GNU_CC): Likewise. - (handling with_gcc): Use explicit if in the `no' case. - (cc_specified): New variable; if set, don't use NON_GNU_CC. - -1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP. - -1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) - - * configure.in: Check whether fmod exists. - -1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * make-dist: Distribute {src,lisp}/ChangeLog.? instead of - {src,lisp}/OChangeLog. - -1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is - necessary for proper operation. This code works with the current - released version of Autoconf. - -1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (with_x_toolkit): Treat values athena and lucid alike. - (USE_X_TOOLKIT): Define it for all values except `no'. - - * configure.in: Undo first Jan 8 change and Jan 16 change. - -1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile. - Substitute USE_X_TOOLKIT as both C macro and Make variable. - - * Makefile.in (lwlib/Makefile): New target. - (SUBDIR_MAKEFILES): Depend on lwlib/Makefile. - (clean, mostlyclean, distclean, realclean): Handle lwlib subdir. - (unlock, relock): Handle lwlib subdir. - - * Makefile.in: Add some .PHONY targets. - - * make-dist: Handle lwlib subdir like oldXMenu subdir. - - * lwlib: New subdirectory. - -1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: If CPP has a value that is a directory, - discard the value. - -1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in (srcdir_undefs): Add g flag to sed substitution to - remove -U[0-9]*. - -1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (do-install): Install the dired-x info files. - - * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX. - (See src/s/sol2.h.) - -1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs. - -1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in (creating src/Makefile): Put code inside 2nd arg to - AC_OUTPUT as it should be; hopefully noone will again see fit to - gratuitously break this and not make a change log entry. - Optimized sed processing of Makefile.in and cpp output; now - preserves comments previously removed from the cpp input. - Eliminated temp file for cpp output. Generate -U switches to - undefine all identifiers that appear in the directory name - ${srcdir}; pass these to cpp. - - * configure.in (version): Fix sed regexp to match two-elt version - number. - - * configure.in: Check for strerror. - -1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Test for bcmp. - -1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist (tempdir): Put subdir msdos into the distribution. - -1993-01-07 Morten Welinder (terra@diku.dk) - - * config.bat: New file. - -1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS. - -1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (m68*-next-*): Don't care about which os is specified. - (i[34]86-*-*): Check for *-nextstop*. - -1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Check for setsid. - -1993-12-17 Richard Stallman (rms@srarc2) - - * configure.in (*-sun-solaris*): Add special case for Solaris 2.3. - -1993-12-15 Richard Stallman (rms@srarc2) - - * Makefile.in (mkdir): Make only the lockdir writable. - - * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4. - -1993-12-11 Richard Stallman (rms@srarc2) - - * Makefile.in (libdir): Use @libdir@. - -1993-12-08 Richard Stallman (rms@srarc2) - - * Makefile.in (install): Add empty command. - -1993-12-04 Richard Stallman (rms@srarc2) - - * make-dist: Put man/getopt.c in the dist. - - * configure.in (LIBS): Add test for existence of XSetWMProtocols. - - * Makefile.in (install): Depend on ${SUBDIR}, not `all'. - -1993-12-03 Richard Stallman (rms@srarc2) - - * configure.in (solaris): Set NON_GNU_CPP instead of CPP. - Set it for all solaris versions. - (mips-mips-riscos4*): Set NON_GNU_CC, not CC. - (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP. - Likewise for NON_GNU_CC and CC. - -1993-12-01 Richard Stallman (rms@srarc2) - - * configure.in (mips-mips-riscos4*): Assign variable CC. - (checking ${with_gcc}): If "no", don't override CC if already set. - (CC): Initialize it as empty. - -1993-11-30 Richard Stallman (rms@srarc2) - - * configure.in (Suns): Set CPP if *-solaris2.3*. - -1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.22 released. - - * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs. - -1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: When breaking links, use cp -p. - Copy install.sh into distribution. - Move the temp dir up into the parent dir; - don't leave the staging dir make-dist.tmp... in existence. - * install.sh: New file. - -1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (i[34]86-ncr-sysv*): New specific alternative. - -1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (version): When --run-in-place, exclude - ${datadir}/emacs/site-lisp from locallisppath. - -1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Delete jumk.c before writing it. - -1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.21 released. - - * Makefile.in (mkdir): Ignore error from chmod. - -1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Don't put lisp/forms.README in the distribution. - -1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (creating src/Makefile): Before running cpp, - discard all lines that start with `# Generated' or /**/#. - -1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.20 released. - - * make-dist: Use build-ins.in, not build-install.in. - Don't bother updating TAGS since it's not included. - - * build-ins.in: Renamed from build-install.in. - -1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Don't try to link *.texinfo--there are none now. - When running make in lib-src, specify YACC var value. - -1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in (extrasub): Add vpath patterns for %.[yls]. - - * configure.in: Don't do seddery on config.status after AC_OUTPUT. - Instead just include the commands to make src/Makefile as the - second arg to AC_OUTPUT. - - * configure.in: Use : instead of dnl for comment inside - $makefile_command. - - * configure.in: No longer use vpath_sed. Instead, when we notice - srcdir already configured, set extrasub to hack vpath in the - makefiles. - - * configure.in: In cmds to make src/Makefile, chmod Makefile.new - before moving it. - * Makefile.in (VPATH): Define to @srcdir@. - -1993-09-28 Brian Fox (bfox@cubit) - - * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file - doesn't exist. Just copy src/Makefile.in instead. Touch - all of the Makefiles after editing config.status. - - * INSTALL: Update documentation to match new configuration - mechanism. - -1993-09-27 Brian Fox (bfox@ai.mit.edu) - - * configure.in: Allow any of the path or directory Makefile - variables to be set with flags to configure. Create all Makefiles - at configure time. Edit special commands into config.status after - src/Makefile.in is built from src/Makefile. - - * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): - If these files are out of date, simply have config.status - rebuild them; don't rebuild them explicitly. - -1993-09-25 Brian Fox (bfox@ai.mit.edu) - - * build-install.in: Change src/xemacs to src/emacs. We no longer - create src/xemacs, so the file wouldn't be found. - - * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'. - -1993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu) - - * configure.in: Avoid forcing the search of /usr/include before - fixed include files by resetting C_SWITCH_X_SITE if it is - "-I/usr/include". - -1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (@rip_paths@locallisppath): - Delete ${datadir}/emacs/site-lisp. - -1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in: - Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. - Remove ${extra_output} from AC_OUTPUT call. - -1993-09-17 Brian Fox (bfox@inferno) - - * make-dist: Quote backquotes found in strings to be echoed. - - * configure.in: Use "sh -c pwd" when we want to avoid having the - shell fix up the value of $PWD. - -1993-09-13 Brian Fox (bfox@inferno) - - * Makefile.in (do-install): Don't abort if ln or chmod at the end - of the installation fail. Suggested by Karl Berry. - -1993-08-30 Brian Fox (bfox@inferno) - - * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make" - was used. Set MAKEFLAGS from MFLAGS. - -1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Test for res_init in libc. - -1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: In the file ${tempcname}, use configure___ - instead of @configure@. - -1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu) - - * make-dist: Dist vpath.sed - - * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): - Depend on vpath.sed. - Replace sed comand for VPATH with @vpath_sed@. - - * configure.in: Substitute variable `vpath_sed'. - If not in $srcdir and $srcdir is configured, - issue warning that GNU make is required, - and set vpath_sed to use vpath.sed script. - -1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in: Remove check for $srcdir being configured. This - pretty much works now. - Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd. - Check for XFree86 (/usr/X386/include) independent of whether - -lXbsd exists. - - * Makefile.in (info, dvi, clean, mostlyclean, distclean, - realclean, unlock, relock): Use `$(MAKE)' in place of plain - `make'. - -1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.19 released. - - * configure.in (i386-*-sunos4): Assume Sunos 4.0. - -1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Check for XScreenNumberOfScreen. - -1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Add * to end of all configuration alternatives. - (m68*-sony-newsos3*): New alternative. - -1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Include getdate.c in distribution. - - * configure.in: For --help, use $PAGER if it is set. - (LIB_X11_LIB): Default to -lX11. - (mips-sgi-irix5.*): New alternative. - - * Makefile.in (do-install): Install info/gnus* and info/sc*. - - * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*): - Recognize *.B8.* as hpux version 8. - (m68*-tektronix-bsd*): Fix typo in tek4300. - (AC_HAVE_FUNCS): Add ftime. - -1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (m88k-tektronix-sysv3*): Added the missing *. - Use tekxd88, not tekXD88. - -1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - - * configure.in: Check for -lm. Then can check for frexp and logb. - -1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.18 released. - - * make-dist (src): Don't put gnu-hp300 in dist. - (src, lisp): Include OChangeLog in dist. - -1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Test for presence of logb and frexp functions. - -1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (machine): Add i370-ibm-aix*. - -1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in (function checks): Test for mkdir and rmdir. - - * configure.in (function checks): Don't test for random and bcopy - only when we're building with X; look for them all the time. - -1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Test for availability of bcopy functions, searching - the X libraries if we're using X. - - * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp, - and #define HAVE_AIX_SMT_EXP if we do. This is present in some - versions of AIX, and needs to be passed to the loader. - - * configure.in: Test for the availablility of the - XScreenResourceString function. - -1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu) - - * configure.in: If we found X on our own, set C_SWITCH_X_SITE and - LD_SWITCH_X_SITE and assume --with-x11. - Only look for X11 files if we weren't told about a window system - or if we were told to use X11 but not told where. - Search the libraries from the s and/or m files when checking for - functions. - - * configure.in: Remove any trailing slashes in prefix and exec_prefix. - -1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * make-dist: Include lisp/dired.todo in the distribution. - -1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Add code to set HAVE_INET_SOCKETS. - -1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: If we do find x_includes and x_libraries - via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE. - -1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Include src/gnu-hp300 in the dist. - - * configure.in (canonical): New variable holds the canonicalized - configuration. Don't alter `configuration'. Use `configuration' - for Makefile.in for file naming. - (testing x_includes and x_libraries): Use =, not ==. - -1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Version 19.17 released. - - * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src - directory's makefile. This allows the invocation of CPP which - builds xmakefile to receive these switches. The SunSoft C - preprocessor inserts spaces between tokens if it doesn't get the - -Xs flag requested in src/s/sol2.h. - -1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) - - * configure.in (m68k-bull-sysv3): new config. - -1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Use the autoconf AC_FIND_X macro to try to find - the X Windows libraries. - -1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * make-dist (tempdir): Don't create lisp/forms-mode directory in - the distribution. Those files aren't kept in their own - subdirectory any more. - -1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * Version 19.16 released. - -1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Add --verbose flag. - -1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * version 19.15 released. - -1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * Makefile.in (top_distclean): Use -f switch when cleaning out - lock dir; it might be empty. - - * configure.in: Only check for -lXbsd once. - -1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * Version 19.14 released. - -1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: If using gzip, create distribution with '.gz' extension. - - * make-dist (lisp/term): This doesn't have a ChangeLog anymore. - (lisp/forms-mode): This doesn't exist anymore. - - * configure.in: Look for the closedir function. - -1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in (CPP): Autoconf sets this to a shell variable - reference, which doesn't work when it's edited into a makefile. - Expand that variable reference. - - * Makefile.in (CPP): New variable. - (src/Makefile): Edit CPP into src/Makefile. - - * Makefile.in (src/Makefile): Don't bother exiting single quotes - and entering double quotes to get the values of LD_SWITCH_X_SITE - and the other make variables; make substitutes them in anyway. - - * Makefile.in (uninstall): Don't remove the lisp and etc - directories if they're in the source tree. - - Bring mumbleclean targets into conformance with GNU coding standards. - * Makefile.in (mostlyclean, clean): Separate these two; just have - them pass the request to the subdirectory makefiles. - (distclean): Pass the request down, and then get rid of the - files configure built, and get rid of the Makefiles. - (realclean): Pass the request down, and then do the same things - distclean does. - (uninstall, info, dvi): New targets. - - * configure.in: Move clause for PC-compatible i386 box to the end - of the case statement, to avoid masking configurations below. - - * configure.in: Add case for m88k-motorola-sysv4. - - * configure.in: Add support for HP/UX versions 7, 8, and 9 on - the HP 68000 machines. - - * configure.in: Put the arguments to LD_SWITCH_X_SITE's and - C_SWITCH_X_SITE's -L and -I switches in quotes, so the - preprocessor won't fiddle with them. - -1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (TAGS): cd to src to run etags. - -1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in (version): Check the X libraries for XrmSetDatabase - and random, and see if we have -lXbsd. - -1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Pass "-Isrc" to the CPP we run to examine the - s/*.h and m/*.h files. Martin Tomes - <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it. - -1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Move i386-prime-sysv* and i386-sequent-bsd* - above the general i386 alternative. - -1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Recognize configuration name for Data General - AViiON machines. - - * configure.in: Use AC_LONG_FILE_NAMES. - -1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Test for bison. - * Makefile.in (YACC): New variable. - (lib-src/Makefile.in): Edit YACC into the makefile. - -1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Version 19.13 released. - - * configure.in (CFLAGS): Don't set this according to the value of - the GCC shell variable. Instead, consult the machine and system - files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and - test __GNUC__ while we're at it. - - * configure.in: Remove extra ;; from hpux cases. - -1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure.in: Check to see if the system has -ldnet. - -1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Add clauses to distribute lisp/forms-mode. - -1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in (machine): Fix the versions in hpux version number test. - Do not guess based on cpu type. Do check for explicit system version. - -1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Do NOT look for `unknown' as company name. - -1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Fix typo in message. - -1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.12 released. - - * Makefile.in (do-install): Correct previous etc-copying change. - Partially rewrite using `if'. - (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE. - - * Version 19.11 released. - - * configure.in: Handle 386bsd. - -1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Update getdate.c. - - * configure.in: Handle bsd386. - - * Makefile.in (do-install): Use `-' in tar options. - - * configure.in: Change ! "${...}" to x"${...}" = x. - - * Makefile.in (do-install): Copy the DOC-* files from the build - etc directory, as well as lots of things from ${srcdir}/etc. - - * make-dist: Copy config.guess. - - * configure.in: Handle AIX versions 1.2, 1.3. - -1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add - the configuration name mips-mips-usg* to represent USG systems. - - * configure.in: Fix logic to detect if srcdir is already configured. - - * Makefile.in: Pass in LD_SWITCH_X_SITE. - - * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd - foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name - of a directory; cd might fail, and have pwd print out the current - directory. - -1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: When looking for sources, use '.', not `.`. Also '..'. - -1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Complain if srcdir points at an already-configured - tree. - -1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Version 19.10 released. - -1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * Makefile.in: Use Makefile comments, not C comments. - - * configure.in: Add case for the Tektronix XD88. - -1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Handle sysv4.2 and sysvr4.2. - -1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Traverse the argument list without destroying it; - don't use shift. It turns out that "set - ${saved_arguments}" - doesn't work portably. - - * configure.in: Add missing "fi". - - * make-dist: Rebuild configure if configure.in is newer. - - * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src - targets to be executed even if make remembers that it has already - stisfied FRC. - -1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (do-install): Delete redundant code to copy etc twice. - - * configure.in (romp): Handle various version numbers with aos and bsd. - -1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Fix message text. - -1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * make-dist: Make a `site-lisp' directory in the distribution, - instead of a `local-lisp' directory, which hasn't been the - appropriate name for a long time. - * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory - from the distribution first, then /usr/local/lib/emacs/site-lisp. - - * Makefile.in (do-install): Correctly detect if ./etc and - ${srcdir}/etc are the same. - - * configure.in: Extract UNEXEC from the system configuration - files, compute the name of the source file corresponding to the - object file, and #define it as UNEXEC_SRC in config.h. - - * configure.in: If srcdir is '.', then try using PWD to make it - absolute. - - * configure.in: Include ${srcdir} in the printed report, to help - people notice if it's an automounter path. - -1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in (prefix): Don't run pwd on srcdir unnecessarily. - -1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (do-install): Delete the dest dir, not the source dir, - when they are different. Add `shift' command. - (COPYDESTS, COPYDIR): Delete external-lisp dir. - (externallispdir): Var deleted. - - * configure.in: Delete spurious paren outputting short_usage. - -1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * Version 19.9 released. - -1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * Makefile.in (${SUBDIR}): Pass the value of the make variable to - subdirectory makes. - - * make-dist: Check for .elc files with no corresponding .el file. - - * Makefile.in (mkdir): Make all the directories in locallisppath. - - * config.guess: New file. - * configure.in: Use it, tentatively. - * INSTNALL: Mention its usage. - - * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m; - the former gives you the operating system rev directly. Use - s/hpux.h if we don't recognize what we got. - - * Makefile.in (do-install): Don't remove a destination directory - if it's the same as the source. If ${srcdir}/info == ${infodir}, - don't try to copy the info files. - - * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this - doesn't work if you're not using a separate source directory. - (do-install): Copy the build tree's etc directory only after - making sure it's not also the source tree's etc directory. - -1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Handle sunos4.1.3 specially. - -1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (INSTALL): Add definition. - - * configure.in: Fix some messages. Support -with-gnu-cc. - At the end, use `set --', not `set -'. - Delete spurious `.h' in hpux alternatives. - -1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * Version 19.8 released. - -1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: When looking for source in the same directory as - the configure script, make the path thus discovered absolute. - If the user specifies the `--srcdir' switch, make that directory - absolute too. - - * Makefile.in (srcdir): Remove comment saying this doesn't work. - - * Makefile.in (src/paths.h): Edit the `infodir' variable into this - too, as the value of the PATH_INFO macro. - - * configure.in: Check to see if the source lives in the same - directory as the configure script. - -1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * Makefile.in (install): Split this into `install' and - `do-install', to give people more control over exactly what gets - done. - (do-install): New target, containing the guts of `install'. Don't - remove and recreate the directories inside the copying loop - do - it all before the copying loop. Pass more flags to the lib-src - make. - (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to - avoid errors and warnings. - - * configure.in: For generic IBM PC boxes, insist on "unknown" for - the manufacturer - the more general case was blocking other i386 - configuration names below, and that's how the names are written in - MACHINES anyway. - - * make-dist: When breaking links, remove the link before moving - the copy onto it, to avoid interactive behavior. - - * Makefile.in: Doc fix. - - * configure.in: Doc fix. - - * INSTALL: Mention --exec-prefix option. - - * configure.in: Add support for the `--exec-prefix' option. - * Makefile.in: Accept that support. - - * configure.in: Use the AC_PROG_INSTALL macro. - * Makefile.in (INSTALL): Variable removed. - (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure. - - * configure.in: Distinguish between hp800's and hp700's by calling - "uname -m". - -1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Recognize configuration names for i860 boxes - running SYSV. - -1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Distinguish between hp800's and hp700's by the - version of HP/UX they run, since that's something people are more - likely to know - hp700's run 8.0. - Add HP 700 configuration. - - * configure.in: Test for the presence of the `rename' function. - - * Makefile.in (C_SWITCH_X_SITE): New variable - get this from - configure.in. - (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this. - - * make-dist: Break intra-tree links. - - * configure.in: Explain that this is an autoconf script, and give - instructions for rebuilding configure from it. Arrange to put - comments in configure explaining this too. - - * configure.in: Make the first line of the configure script be - "#!/bin/sh". Leaving the first line blank didn't work. - - * configure.in (long_usage): Removed; made short_usage describe - the options briefly. - - * configure.in: Implement the --prefix option. - * Makefile.in (prefix): Add support for it here. - * INSTALL: Document it here. - - * Makefile.in (install): Don't assume that the files in the `info' - subdirectory match *.info. They don't have that prefix. - -1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Add case for version 5 of Esix. - -1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * Version 19.7 released. - - * make-dist: There aren't any *.com files in lib-src anymore. - - * make-dist: Copy texinfo.tex and texindex.c, rather than linking - them; they're symlinks to other filesystems on the GNU machines. - - * make-dist: Check that the manual reflects the same version of - Emacs as stated in lisp/version.el. Edit that version number into - the README file. - -1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Remove the hack of AC_DEFINE; use - AC_DEFINE_UNQUOTED. - -1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Don't distribute precomp.com, compile.com, or - link.com from ./src; they're in ./vms now. - - Some time-handling patches from Paul Eggert: - * configure.in: Add AC_TIMEZONE. - -1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure.in: Recognize Linux as a valid operating system for - the i386. - -1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Distribute some VMS files we got from Richard Levitte. - - * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as - the source for the sed command, not oldXMenu/Makefile. - -1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * INSTALL: Don't claim the srcdir option doesn't work. - -1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure.in: Include remarks saying what order the autoconf - tests should go in, and remind people to change config.h.in - whenever they add autoconf tests which make #definitions. - - * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile. - -1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * Makefile.in (oldXMenu/Makefile): Make this depend on - ${srcdir}/oldXMenu/Makefile.in, not itself. - - * PROBLEMS: Some updates from David J. Mackenzie. - - More changes from David J. Mackenzie. - * Makefile.in (install.sysv, install.xenix, install.aix): Targets - removed; autoconf and config.h should specify all these - differences. - (buildlisppath): Make this path depend on ${srcdir}. - (INSTALLFLAGS): Removed. - (INSTALL): Include the -c flag. - (install): Change the way we invoke install accordingly. - - Install ${srcdir} changes from DJM. - * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this - list. - (COPYDIR, COPYDESTS): Install files from both the etc directory in - the source tree and the etc directory in the object tree. - (${SUBDIR}): Pass the prefix variable down to submakes. - (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed - in /bin. - (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in - values for srcdir and VPATH. - (install): Add `v' flag to tar command. Make sure that `dir' - exists in ${srcdir}/info before copying it. Remember that the man - pages come from the source tree, not the object tree. - * configure.in: Remove remarks saying that the --srcdir option - doesn't work. - Create the etc directory in the object tree. - Recognize configuration names of the form *-sun-solaris*. - Recognize sunos5 and solaris as operating system names. - - * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for - lib-src/getdate.y and src/systime.h. - -1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * make-dist: Make links in info subdir. - -1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure.in: Call AC_STDC_HEADERS. - -1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Sidestep autoconf's quoting of the second argument - of AC_DEFINE, so we can specify the value to put there. It would - be nice if autoconf provided some way to specify computed values - for macros. - -1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER, - this is always just -DHAVE_CONFIG_H. - - The GNU coding standards specify that CFLAGS should be left for - users to set. - * Makefile.in (CFLAGS): Let configure determine the default value - for this. Don't - have it default to DEFS. - (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS. - (lib-src/Makefile, src/Makefile): Edit the default value for - CFLAGS into these files, not DEFS. - * configure.in (CFLAGS): Choose a default value for this - "-g" - normally, or "-g -O" if we're using GCC. Edit it into the - top-level Makefile. - - * configure.in: When scanning the machine and system description - #include files, write their names to conftest.c properly. - -1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure.in: In configuration name case for Apallos running - Domainios, set opsys, not opsysfile. - - * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce - src/config.h, instead of AC_OUTPUT; the latter overwrites - src/config.h even when it hasn't changed, puts a makefile-style - comment at the top even though it's C code, and produces a - config.status script which doesn't do the job right. - - * configure.in: Add AC_LN_S test, so we can tell whether or not we - can use a symbolic link to get the X Menu library into src. - * Makefile.in (LN_S): New variable. - (src/Makefile): Edit the value of LN_S into this makefile. - -1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure.in: Support *-sco3.2v4* as opsystem. - - * make-dist: Don't include calc directory. - Exclude many files in the man directory; copy a few. - -1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and - call AC_STRUCT_TM to see what's in time.h. - - * configure.in: Employ quoting stupidity to get the value of CPP - to expand properly. - -1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure.in: Use the AC_PROG_CPP macro, and then use the CPP - variable to scan the machine and system description files. - - * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h, - so that getdate.y builds correctly. - -1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure.in (tempcname): Change this to "conftest.c", so it will - work properly on systems with short filenames; this is the name - autoconf uses. - - * configure.in: Also detect the availability of dup2 and - gethostname. - - * configure.in: Use the AC_ALLOCA test. - * Makefile.in (ALLOCA): New variable, to be set by ./configure. - (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile. - -1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * make-dist: Distribute configure, as well as configure.in. - Oversight. - -1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in (install): Print out the name of the directory we're - copying, so people can have some idea of whether we're making - progress. - - * Makefile.in (install.aix, install.xenix, install.sysv, install): - Don't forget to re-create the COPYDESTS directories after we clear - them out. - -1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in: Add autoconf cookies so that the configure - script can comment out sections of path variable definitions to - choose between the installable configuration and the run-in-place - configuration. - * configure.in: Add new option `--run-in-place', to select the - run-in-place path definitions. - - * configure.in: Add a clause to the big configuration name case - for the NeXT machine. - -1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in (install, install.sysv, install.xenix, install.aix): - Make sure that each source directory exists, and is different from - the destination directory; then, delete the destination before - copying over the source. - - * make-dist: Distribute configure.in, instead of configure. - -1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure.in: Don't set CC to "gcc -O" if the user specifies - `--with-gcc'. Add -O to DEFS if GCC is set. - -1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in (clean mostlyclean): Missing right paren. - - * configure.in: When checking for X windows, search for an X11 - subdirectory of ${x_includes}. - - * configure.in: Check for gettimeofday function, for getdate.y. - - Change `configure' to a mixture of custom code and autoconf stuff. - autoconf can't derive all the information we need, but we'd really - like to be able to take advantage of some of its tests, and its - file-editing facilities. - * configure.in: Renamed from configure. - Quote the sections of shell script we want copied literally to - the configure script. - (compile): Initialize this to make the autoconf macros' code happy. - Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out - code to do their jobs. - Use autoconf to produce Makefile and src/config.h. - Remove the Makefile-style comment that autoconf places at the top - of src/config.h. - (config_h_opts): Removed - no longer necessary. - * Makefile.in (configname): Renamed to configuration. - (CONFIG_CFLAGS): Renamed to DEFS. - (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to - get values via autoload @cookies@. - (libsrc_libs): Get this from autoconf. We used to do nothing - about this. - (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS. - - * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't - echo the move-if-change command. - -1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) - - * make-dist: Distribute lib-src/rcs-checkin. - - * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms. - Don't try to make links to the RCS or Old subdirectories. - Use the appropriate extension for the compression type in use. - Create the tar file in the shell's initial default directory, not - in ${tempparent}. - Erase the whole ${tempparent} tree, not just ${tempdir}. - -1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * Makefile.in (src/paths.h): Don't echo the huge sed command we - use to build paths.h. - (lib-src/Makefile, src/Makefile): Similarly. - - * configure: Extend test for working `const' keyword to handle AIX - 3.2 cc. - -1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * make-dist: Distribute lisp/term/ChangeLog. - - Arrange for C compilation throughout the tree to get - C_SWITCH_SYSTEM from the configuration files. - * configure: Extract C_SWITCH_SYSTEM from the machine and - system-dependent files, and save it in the top-level Makefile. - * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit. - (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile. - - * make-dist: Include the VMS support files in oldXMenu in the - distribution. - - * configure: Doc fix. - - * configure: Fix corrupted config_h_opts. - - * configure: Properly report option names in error messages. - - * configure: Properly recognize --x-includes and --x-libraries - options. - - * configure: Fix syntax errors in code handling XFree386. - -1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * configure: Add special code to detect XFree386, and tell - config.h about it. - - * configure: Properly handle extracting values of LIBS_MACHINE and - LIBS_SYSTEM that contain spaces. - - * configure: Add `--x-includes' and `--x-libraries' options. I - think these are dopey, but no less than three alpha testers, at - large sites, have said they have their X files installed in odd - places. Implement them by setting C_SWITCH_X_SITE and - LD_SWITCH_X_SITE in src/config.h. - -1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) - - * make-dist: Don't distribute etc/Old files. - - * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their - backups. - -1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * make-dist: Fix typo. - -1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) - - * make-dist: Corrected typo, fixed it to discard = and TAGS files - in some cases where it should but didn't seen to. - - * Makefile.in: Added unlock and relock productions. - -1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * make-dist: Add a --compress option to force make-dist to use - compress. - - * make-dist: Use gzip, if we can find it. - - * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and - make rs6000-ibm-aix default to -aix32. - -1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) - - * Makefile.in: Added `Developer's configuration' section. - -1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - - * Makefile.in: Add commented-out variable settings for developer's - configuration. - -1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Distribute `src/bitmaps' too. - -1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu) - - * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and - make rs6000-ibm-aix default to -aix32. - -1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure: Recognize strings like "sysvr0" or "sysvr1" as System V. - - * Makefile.in (install.sysv): Add a second `$' in front of - `${dest}', so that the shell will expand it, instead of Make. - - * configure: When processing the name of the configure script, - collapse `././' to `./', but leave a single `./' prefix alone. - - * configure: Doc fix. - -1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * configure: Handle isc3.0 correctly. - -1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * make-dist: Don't try to copy the COPYING notice into - external-lisp; we're not distributing that directory any more. - -1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in (install, install.aix, install.xenix, install.sysv): - Remove CVS subdirectories from the installed directory trees, as - well as RCS directories. - -1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Only copy gmalloc.c if we couldn't link it. - Don't try to copy man/{README,Makefile} unless they actually exist. - - * Makefile.in (lisppath): Don't include externallispdir in this. - We're not sure whether we're even going to distribute the - directory yet. - -1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * make-dist: Don't distribute the external-lisp directory anymore. - * INSTALL: Remove all references to external-lisp. - - * configure: Detect whether the compiler supports `const' - properly, and edit src/config.h accordingly. - - * configure: Tweak layout of final report. - - * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not - CFLAGS. - - * Makefile.in (locallisppath): Make this default to - ${datadir}/emacs/site-lisp, instead of - ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often - the same thing, and local-lisp causes completion conflicts with - lock. - (lisppath): Add ${externallispdir} to this. - * INSTALL: Adjust installation directions. - - * Makefile.in (externallispdir): New variable, to say where to - install the externally-maintained lisp files. - (COPYDIR, COPYDESTS): Copy the external lisp directory just like - the others. - * INSTALL: Describe external-lisp and the new externallispdir - variable. - -1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure (progname): New option `--with-gcc'. Make it clearer - how we are trying to guess whether or not we have GCC. - * INSTALL: Document the `--with-gcc' option, and improve - description of `--with-x' options. - -1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and - ${infodir} from these variables; we have written out explicit code - to install the info files. - -1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - - * make-dist: Don't distributed the RCS files in the etc directory. - -1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in: Some makes can't handle comments in the middle of - commands; move them to before the whole rule. - -1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * README: Mention what Emacs is. - -1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Include `./lisp/calc-2.02' in the distribution. - Add `./cpp' and `./man' back into the distribution. - -1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in: Define MAKE, and use where appropriate. - -1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * make-dist: Remember that the authoritative COPYING notice is - `etc/COPYING', not `../etc/COPYING'. - -1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * make-dist: Make sure that the COPYING notices in each directory - are copies, not symlinks. - -1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * INSTALL: The build process produces an executable called `emacs' - now. Change references. - * Makefile.in: Adjust `install.mumble' targets to install - `src/emacs', not `src/xemacs'. - - * configure: Start with a blank line; this keeps some old CSH's - from thinking it's a CSH script. Most systems will just use - /bin/sh to run it, which is what we're expecting; the only other - shells which might try to interpret it themselves are probably - Bourne-compatible. - -1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * INSTALL: Improvements suggested by David Mackenzie. - -1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * Makefile.in (install, install.sysv, install.xenix, install.aix): - Don't try to copy the info files if there aren't any; the - unexpanded globbing pattern disappoints `install'. Ignore the - return status of that command. - - * INSTALL: Updated for new configuration arrangement. - - * configure: Don't make the top-level Makefile read-only - people - may want to edit the values of the path variables. - - * Makefile.in (install, install.sysv, install.xenix, install.aix): - Install the info files in ${infodir}. Install the executable - under both `emacs' and `emacs-VERSION'. - - * Makefile.in: Doc fix. - - * Makefile.in (exec_prefix): New variable, as per latest version - of coding standards. - (bindir, libdir): Use it, instead of `prefix'. - (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile. - - * Makefile.in (mandir): Make the default value for this depend on - $(prefix). - - * Makefile.in (datadir, statedir, libdir): Make these all default - to ${prefix}/lib. - (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted - to compensate. - - * Makefile.in (install, install.sysv, install.xenix, install.aix): - Install the etags and ctags man pages too. - - * Makefile.in (distclean): Don't delete backup files; that's the - job of extraclean. - (extraclean): Like distclean, but deletes backup and autosave files. - -1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - Make path specification conform to GNU coding standards. - * configure (long_usage): Remove all traces of old arguments from - usage messages, and document the options we do accept in more - detail: -with-x... and --srcdir. - (options, boolean_opts): Deleted; we don't have enough options to - make this worthwhile. - (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted, - along with the code which supported them; these should be set as - arguments to the top-level make. - (config_h_opts): Since this no longer doubles as a list of option - names, make them upper case; this simplifies the code which uses - them to build the sed command to edit src/config.h. Change the - code which sets them. - (cc, g, O): Don't allow the user to set these using options; they - should be specified using `CC=' and `CFLAGS=' arguments to the - top-level make. Just choose reasonable default values for them, - and edit them into Makefile.in's default CC and CONFIG_CFLAGS - values. - (gnu_malloc, rel_alloc): Don't allow the user to set these using - options; use them whenever the configuration files say they're - possible. - Simplify the argument processing loop. Don't accept abbreviations - for option names; these might conflict with other configuration - options in the future. - Add some support for the `--srcdir' option. Check for the sources - in . and .. if `--srcdir' is omitted. If the directories we will - compile in don't exist yet, create them under the current directory. - Note that the rest of the build process doesn't really support - this. - Edit only the top Makefile. That should edit the others. Edit - into the makefile: `version', from lisp/version.el, `configname' - and `srcdir' from the configuration arguments, `CC' and - `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in - the user's path, and LOADLIBES as gleaned from the system - description files. - Simplify the report generated; it doesn't need to include any - description of paths now. - Make `config.status' exec configure instead of just calling it, so - there's no harm in overwriting `config.status'. - * Makefile.in (version, configname): New variables, used to choose - the default values for datadir and libdir. - Path variables rearranged into two clearer groups: - - In the first group are the variables specified by the GNU coding - standards (prefix, bindir, datadir, statedir, libdir, mandir, - manext, infodir, and srcdir). - - In the second are the variables actually used for Emacs's paths - (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir, - archlibdir), which depend on the first category. - datadir and libdir default to directories under - ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular - demand. - etcdir and lispdir default to subdirectories of datadir. - archlibdir defaults to libdir. - The new installation tree is a bit deeper than it used to be, so - use the new make-path program in lib-src to build them all. - Always build a new src/paths.h.tmp and then move-if-change it to - src/paths.h, to avoid unnecessary rebuilds while responding to the - right changes. - Remove all mention of arch-lib. Run utility commands from - lib-src, and let the executables be copied into archlibdir when - Emacs is installed. - Add targets for src/Makefile, lib-src/Makefile, and - oldXMenu/Makefile, editing the values of the path variables into - them. - Let lib-src do its own installation. - (datadir): Default to putting data files under - ${prefix}/lib/emacs/${version}, not /usr/local/emacs. - (emacsdir): Variable deleted; it would only be confusing to use. - (lispdir, etcdir): Default to ${datadir}/lisp. - (mkdir): Use make-path for this. - (lockdir): Do this in mkdir. - (Makefile): New target. - - * configure (usage_message): Rename to long_usage. - - * make-dist: Don't bother creating an arch-lib directory; that's - only for installation now. - -1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure: Use GCC-style configuration names, using config.sub. - Change the usage and help messages. - - * configure: Initialize window_system, not indow_system. - - * configure: Report which window system, compiler, and signal - handler return type we decide to use. - - * make-dist: Explain what's going on if config.sub and gmalloc.c - can't be linked. Place the code which copies them near the code - which links the rest of the files around them. - -1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu) - - * make-dist: Don't bother to distribute src/*.com, or - src/vmsbuild; those have all been moved to `../vms'. - -1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Don't forget that the way to avoid filenames starting - with `=' is to use the pattern `[a-zA-Z0-9]*.h', not - `[a-zA-Z0-9].h'. Add a new section for dealing with files that we - couldn't make hard links to, since we have two already, and - perhaps more to come. - -1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure: When editing parameters into lib-src/Makefile, change - the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS - needs some other flags too. - -1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure: Remove spurious echo of the configuration name. - - * make-dist: Don't distribute files in src/m and src/s whose names - begin with `='. - -1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure: Update GNU_MALLOC and REL_ALLOC in config.h. - Also LISP_FLOAT_TYPE. - -1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Copy config.sub, since it's a symbolic link to a file - on another file system. - -1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * make-dist: Include lib-src/makedoc.com and emacs.csh in the - distribution. - - * config.sub: New file, to help us recognize configuration names. - * make-dist: Include it in the distribution. - -1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * configure: Convert `-' to `_' in specified option names. - Accept options with --. Delete --highpri and --have-x-menu options. - New options --with-x and --with-x10 replace -window-system. - Don't mention options --gnu-malloc, --rel-alloc - or --lisp-float-type in help message. - -1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: Include the `vms' subdirectory in the distribution. - -1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Remove lines starting with "# DIST: " when building - lib-src/Makefile and src/Makefile. This allows us to mark the - "Makefile.in" files with explanatory comments which won't also get - stuck in the Makefiles. - -1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: Don't use the '+' operator in the sed regular - expression that extracts the version number from lisp/version.el; - Ultrix sed doesn't seem support the operator. Just double the - operand and use *. - -1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * Makefile.in: Doc fix. - -1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu) - - * configure: Rewrite sed command to remove at most one ./ prefix; - Ultrix's sed doesn't allow us to apply the * operator to a \( \) - group. - -1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile.in (src/paths.h): Use sed, not /bin/sed. - -1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: Go ahead and build a new TAGS file, unless the - --newer option was specified. Don't try to delete a TAGS file - from etc; it's not kept there, and shouldn't be deleted anyway. - -1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: If the lisp directory contains a default.el, don't - distribute it. - - * configure: When searching signal.h for the type of a signal - return handler, make a copy of it, not a symbolic link to it; that - way, it will work on systems that don't have symbolic links. - -1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - - * make-dist: taught it about vcdiff and rcs2log, added --newer - option for generating incremental distributions. Stopped it from - generating a TAGS file into the distribution; that sucker is - *big*, and easily enough generated with the toplevel makefile. - -1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: When writing config.status, don't prefix progname - with a '.'; it might be absolute. - -1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Choose to use X11 if either /usr/lib/libX11.a or - /usr/include/X11 exist, not only if both exist. - -1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Make the new external-lisp directory a duplicate of - the external-lisp directory, not the lisp directory. - -1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * Makefile.in (clean, mostlyclean): Don't bother trying to `make - clean' in arch-lib; it doesn't even have a Makefile. - - * Makefile.in (clean, mostlyclean): In the test which tries to - distinguish between the build directory, which should be cleaned, - and the installed directory, which shouldn't, cd to `${emacsdir}', - not `${DESTDIR}${LIBDIR}'. - -1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: Be sure to delete the .c and .h files that YACC and - BISON create from getdate.y. - - * external-lisp: New directory; see `external-lisp/README'. - * make-dist: Added support for the external-lisp subdirectory. - - * make-dist: Changed message which complains that make-dist wasn't - invoked in the right directory to indicate which files it was - looking for. - -1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Add comments explaining why we can't translate - character ranges or control characters in `tr'. - -1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: When generating the configuration message, we used to - build the message from the start so that each line began with "# " - so that it would be a comment in `config.status'. However, this - causes trouble if any of the variables we use in the message - expand to more than one line of text - as gnu_malloc_reason - sometimes does. So instead, we build the message as it should be - printed to the user (i.e. without the "# " prefixes), and stick on - the "# "s when we write it to `config.status'. - - * Makefile.in (clean, mostlyclean): Don't neglect to clean out - `lib-src' and `arch-lib'. - - * configure: When generating report and `config.status' file, note - that bindir only determines where `make install' and - `build-install' will place the executables; this should make it - clear that the ordinary build process will not try to install - things. - -1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - - * make-dist: Change messages to say that we are 'making links to - X', rather than 'copying X'. And put `' quotes around file names. - - * make-dist: Include '.tmp' in the name of the staging directory. - - * make-dist: Pass the `-f' option to rm when you're not sure that - the files you're removing actually exist. - - * make-dist: When setting up etc/COPYING, always nuke whatever is - there, and then copy it in, to make sure we get a real file. - - * make-dist: Don't try to distribute *.defns files any more. The - only such file was for simula.el, which has been superceded by a - version which doesn't have a separate .defns file. - -1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM) - - * make-dist: Don't distribute configured versions of config.h.in, - paths.h.in, Makefile.in in src. - - * configure: Delete .tmp files before creating them; don't bother - trying to make final targets writeable first, since it won't - matter to move-if-change. - -1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * Makefile.in (mkdir, lockdir): Don't put dashes in front of the - mkdir and chmod in the center of all the conditionals. GNU Make - will strip these out, but other makes won't. - -1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: Include move-if-change in list of files to distribute. - -1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Remove any "." elements from the program name. - - * configure: Don't record the values of all the possible arguments - in config.status; only record the options that the user specified. - - * configure: Use move-if-change to move in the new src/config.h. - -1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM) - - * move-if-change: New file, copied from gcc release. - * Makefile.in (src/paths.h): Use it, and put the "sed" output into - a temp file, so we don't update paths.h if an error occurs or if - it doesn't need changing. - -1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * Makefile.in (src/paths.h): Do not install a value for the - PATH_SUPERLOCK value; that macro doesn't exist anymore. - * build-install.in: Same thing. - -1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: Check the flag called "make_tar", not "make_dir"; the - latter, being a typo, is always false, resulting in a program - whose default behaviour is to painstakingly build a copy of the - source tree, and then delete it. Rah. - - * Makefile.in: Add dist target, and comment for it. - - * configure: When scanning <signal.h> for a declaration for - signal, create a symbolic link with a name ending in .c, so the - compiler won't complain that it's only been given .h files. - - * configure: Check whether there are any arguments available - before shifting to get the value of a non-boolean parameter. - - * make-dist: Doc fix. - -1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Instead of grepping /usr/include/signal.h for a - signal declaration, run /usr/include/signal.h or - /usr/include/sys/signal.h through cpp and grep for the - declaration. - - * configure: Redirect the output of grep to /dev/null instead of - using grep -s - that flag means different things on other systems. - - * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath', - since the former is recognizable even if you don't know what - 'dumping' is. - * configure: Accomodate that change. - - * configure: Accept options for all of the directories you can - change in the Makefile. - - * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE". - - * INSTALL: Mention that you have to copy all the 'FOO.in' files to - FOO before you can use them. - - * build-install.in: Made the "Where To Install Things" section - conform with the similar section from Makefile.in. Copied section - which builds src/paths.h from src/paths.h.in from the Makefile. - -1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Write config.status to pass its command-line - arguments on to configure, so that people can use it to recreate - an old configuration, with minor changes. - -1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Don't rely on option variables being unset if their - values are the empty string. In particular, when producing the - English report, don't assume that highpri will be unset when no - increased priority has been requested; -highpri='' should be the - same as omitting -highpri altogether. - - * configure: Fix dumb bug: when running the system and machine - description files through cpp, mark those lines that we want to - evaluate with the string '@configure@', and then only evaluate - them. This way if the files include anything that actually - generates text (type definitions or external declarations, say), - we won't try to eval it. - -1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * make-dist: New shell script. - - * configure: When creating foo from foo.in, make foo read-only to - remind people to edit the .in file instead. - - * INSTALL: Changed references to config.h-dist to config.h.in. - The "BUILDING GNU EMACS BY HAND" section neglected to mention how - to build src/paths.h from src/paths.h.in; added a paragraph to do - this. - * configure, Makefile, build-install: Changed filenames like - FOO-dist to FOO.in. - -1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * Makefile, build-install: Renamed to Makefile.in and - build-install.in; the configure script will edit these to produce - the usable Makefile and build-install. - * configure: Changed to produce ./Makefile, ./build-install, - lib-src/Makefile, and src/Makefile from their *.in counterparts, - instead of editing them in place. - -1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * Makefile: Re-arranged so that the undumped Emacs will search - ../lisp *after* the site's local elisp files. - (locallisppath, dumplisppath): New variables. - (lisppath): This variable's default value is now chosen based on - $(locallisppath) and $(lispdir); while it used to be the - customization point for adding site-local elisp directories to - load-path, that job is now handled mostly by locallisppath. - (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH. - Check the values being assigned to the *LOADSEARCH macros for null - path elements (like '::' in 'foo::bar'). - - * configure: When checking if the machine- and system-dependent - files define a particular macro or not, actually run them through - CPP and test the macros with #ifs, instead of just grepping for - the macros' names. In particular, check for SYSTEM_MALLOC in this - way. - -1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile (install): Don't use -s in install. (Keep the symbols.) - -1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * configure: Make the config.status file an executable shell - script which will recreate the same configuration. Include the - verbal description of the current configuration as a comment in - the script. - * INSTALL: Doc fix. - - * Makefile: brought the Makefile up to the GNU coding - standards, as described in standards.text: - (TAGS): New name for the target which rebuilds the tags table. - (check): New target; doesn't do anything yet. - (mostlyclean): New target, synonymous with clean. - (realclean): New target. Currently, this just calls the - subdirectories's makefiles and then deletes config.status. - (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New - variables. - Installation directory variables changed to conform. - (install, install.sysv, install.xenix, install.aix): Changed the - code which copies the directories into their installed location to - allow the installed locations to be in several different - directories; the old version assumed that they would all be in - $(emacsdir). - (mkdir, lockdir): Allow the installed locations to be in several - different directories. - * INSTALL: Doc fix. - - * build-install: Use the same variable names as the Makefile. - Allow the installed locations to be in several different - directories. - -1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * Makefile (src/paths.h): Instead of using a single sed command to - edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two - separately, and don't forget to append "/!!!SuperLock!!!" to the - value of the PATH_SUPERLOCK macro. - - * config.emacs: Renamed to configure, for consistency with other - GNU products. Internal references changed. - INSTALL, Makefile: References changed. - - * lock: New directory, which should always be empty. If this - directory doesn't exist, Emacs won't complain; it just won't lock. - Having this here means that people can just unpack Emacs, build - it, and have locking work. - - * share-lib: Re-renamed to etc, for the sake of tradition. - * config.emacs: Changed default value for datadir to ../etc. - * INSTALL, README: Adjusted. - -1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile - by running CPP on the appropriate s/*.h and m/*.h files. - -1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * config.emacs: Make sure to set the "exit on error" flag once - we've removed config.status; errors should abort the configuration. - -1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * config.emacs: Added -distribute option, so that the Makefile - paths are in their proper form. I don't know why this matters. - -1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * local-lisp: New directory, empty in the distribution, for people - to put local elisp code in. - * config.emacs: Include it in the default load path. - * README: Document it. - -1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * config.emacs: Guess the type of signal handling functions based - on the contents of /usr/include/signal.h. - - * config.emacs: Print out progress report messages. - - * Makefile (src/paths.h): Don't generically replace - /usr/local/lib/emacs with LIBROOT. This can hide bugs in the - editing of the other entries, and each entry should be dealt with - explicitly anyway. - - * build-install: Converted from C-shell to Bourne shell. - * config.emacs: Edit build-install properly. - - * config.emacs: Doc fix. - -1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) - - * Makefile (install): Remove `B' from tar xf command. - -1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) - - * config.emacs: Removed support for the `maintain-environment' - option; the only important difference between this and its absence - has been removed. - * INSTALL: Removed mention of `maintain-environment'. - - * config.emacs: Fix arguments to sed when processing boolean - arguments. - -1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) - - * config.emacs: New file, to help automate the installation - process. - - * Makefile: Lots of changes to support the separation of etc into - architecture-dependent and -independent files: - (EMACSROOT): New variable, giving the directory under which all of - Emacs's libraries should be installed. Changed rest of file to - use it. - (LIBDIR): Now denotes only architecture-dependent dir - relevant cha - (DATADIR): New variable, denoting architecture-independent dir. - (LOCKDIR): New variable, for completeness. - (SUBDIR): No more etc, new lib-src. - (COPYDIR): No more etc, new arch-lib and share-lib. - (src/paths.h): Set PATH_DATA and the LOCK macros too. - (src): Now depends on lib-src, not etc. - * build-install: Changes parallel to the above. - * README: Describe the new arrangement. - - * vms: New subdirectory for all the VMS stuff. - -1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) - - * Makefile (LISPPATH): New variable. - (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH. - -1990-09-28 Richard Stallman (rms@mole.ai.mit.edu) - - * Makefile (install, install.sysv, install.xenix): - Install wakeup instead of loadst. No need for setuid or setgid. - -1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - - * Makefile (clean): Clean etc if that's not the installation dir. - -1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - - * Makefile (paths.h): Make sed alter each name in the path. - -1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - - * Makefile (install.sysv): Use cpio, not tar. - -1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - - * Makefile (lockdir): Rename `lock' target. - Depend on it from install*, not from `all'. - -1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu) - - * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin} - to match build-install and paths.h. - ;; Local Variables: ;; coding: iso-2022-7bit-unix ;; End: - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 + Copyright (C) 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.