(Finsert_file_contents): Set coding_system instead of
[bpt/emacs.git] / ChangeLog
index bcd8ce1..5e20e5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,146 @@
+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\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
+       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\e,Bm\e(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\e,Bm\e(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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * Makefile.in (install-arch-indep): Use `${manext}' instead of
 
        * 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>
 ;; coding: iso-2022-7bit-unix
 ;; End:
 
-    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
+    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 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.