X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/37e2d8f4b2723b33e7d0bece665de20e1893d92b..8a9be3ac66958d3345556b5c1a3c6cad0e2be84a:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 600dd95710..b0311072ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,207 @@ +2000-05-25 Ken Raeburn + + * 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 + + * 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 + + * configure.in: Check for grandpt and getpt. + +2000-05-09 Dave Love + + * Makefile.in (install-arch-indep): Filter CVS as well as RCS. + +2000-05-05 Gerd Moellmann + + * make-dist: Make a link for lib-src/grep-changelog. Copy + install-sh. + +2000-05-01 Eli Zaretskii + + * 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 + + * configure.in: Add support for `powerpc*-*-linux-gnu*'. + +2000-04-19 Gerd Moellmann + + * configure.in: Add support for `powerpc-*-netbsd*'. + +2000-04-19 Dave Love + + * configure.in: Don't use AC_FUNC_GETLOADAVG. + + * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST. + +2000-04-16 Dave Love + + * Makefile.in (${srcdir}/configure): Depend on aclocal.m4. + +2000-04-14 Dave Love + + * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME. + + * aclocal.m4 (AC_FUNC_MKTIME): New. + +2000-03-28 Ken Raeburn + + * configure.in: Line up "--help" output a little better. + +2000-03-26 Gerd Moellmann + + * 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 + + * config.guess, config.sub: Use the versions of the files from + subversions. + +2000-03-08 Dave Love + + * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES, + AC_C_VOLATILE. Define POINTER_TYPE. + + * aclocal.m4: New file. + +2000-03-02 Gerd Moellmann + + * configure.in (machine): Add `mipsel-*-netbsd*' and + `arm-*-netbsd*'. + +2000-03-01 Gerd Moellmann + + * configure.in (machine): Add support for `*-auspex-sunos*'. + +2000-02-29 Gerd Moellmann + + * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2. + +2000-02-18 Dave Love + + * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+. + +2000-02-18 Andreas Schwab + + * Makefile.in (install-arch-indep): Add eudc to list of installed + info files. + +2000-02-17 Ken Raeburn + + * configure.in: Include -lz and -ljpeg (if it's available) when + testing for the tiff library. + +2000-02-17 Gerd Moellmann + + * configure.in: Remove LISP_FLOAT_TYPE. + +2000-02-12 Dave Love + + * configure.in: Use AC_FUNC_VFORK. + +2000-02-01 Gerd Moellmann + + * make-dist: Various fixes for new development tree. + + * leim-Makefile.in: New file. + +2000-01-31 Gerd Moellmann + + * Makefile.in (dist): Call ./make-dist. + +2000-01-24 Dave Love + + * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS. + +2000-01-18 Gerd Moellmann + + * configure.in (HAVE_GIF): Check for DGifOpen instead of + DGifOpenFileName. + +2000-01-11 Andreas Schwab + + * Makefile.in (install-arch-indep): Update list of info files to + be installed. + +2000-01-05 Dave Love + + * configure.in: Check for jerror.h as well as libjpeg. + +2000-01-03 Andreas Schwab + + * Makefile.in (install-arch-indep): Install autotype*. Run + install-info on autotype and emacs-faq.info. + +1999-12-04 Dave Love + + * Makefile.in: (install-arch-indep): Depend on `info'. + (install-strip): Use `install' as sub-make target. + +1999-11-23 Ken Raeburn + + * 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 + + * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests. + +1999-11-11 Erik Naggum + + * configure.in (bitmapdir): Allow for both "bitmaps" directories. + +1999-11-08 Dave Love + + * configure.in: Fix change for --with-pop default. + +1999-11-04 Dave Love + + * 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 + + * INSTALL: Mention the Emacs Lisp Reference. + +1999-10-27 Noah Friedman + + * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/). + +1999-10-23 Gerd Moellmann + + * Makefile.in (bootstrap): New target. + +1999-10-19 Paul Eggert + + 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 + + * make-dist (dontcompile): look for the DONTCOMPILE variable rather + than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. + +1999-10-09 Richard M. Stallman + + * Makefile.in (uninstall, install-arch-indep, install-arch-dep): + Unset CDPATH to prevent cd from generating output. + 1999-10-08 Stefan Monnier * update-subdirs: also ignore CVS subdirs.