(emacs-version): Bump to 21.2.50.
[bpt/emacs.git] / ChangeLog
index 77d0a26..e33370c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+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\e,Bm\e(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\e,Bm\e(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\e,Bm\e(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\e,Bm\e(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
 
        * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
 
-       * configure: Regenerated.
-
 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * Makefile.in (uninstall): Fix previous change.
 
-       * configure: Regenerated.
-
        * configure.in, Makefile.in: Add support for --program-prefix,
        --program-suffix and --program-transform-name options.
 
 
        * configure.in: AC_OUTPUT lispref/Makefile.
 
-       * configure: Regenerated.
-
 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
 
        The following changes add the ELisp reference manual to the
 
 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * AUTHORS: Regenerate.
-
        * make-dist (tempdir): Copy AUTHORS as well.
 
 2001-11-06  Sam Steingold  <sds@gnu.org>
 
        * configure.in: Added a check for <nlist.h>
-       * configure: Regenerated.
-
-2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
-
-       * configure: Regenerated.
 
 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * configure.in: Make ready for autoconf 2.5x.
        (AC_PREREQ): Require autoconf 2.50.
        * aclocal.m4: Removed.
-       * configure: Regenerated.
        * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
 
 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>