*** empty log message ***
[bpt/emacs.git] / ChangeLog
index 31a559f..dccc432 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,275 @@
+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