Update unicode branch
[bpt/emacs.git] / ChangeLog
index 2811b6e..db4f7a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,302 @@
+2004-04-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat (lib-src): Recognize comment lines in Makefile.in
+       that have a TAB after the #, to avoid errors in preprocessing with
+       GCC 3.3.3.
+
+2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in: Mention in comment that `make maintainer-clean'
+       deletes .elc files.
+
+2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * update-subdirs: Add local variables to prevent byte-compiling.
+
+2004-03-21  Dave Love  <fx@gnu.org>
+
+       * configure.in: Fix previous change.
+
+2004-03-18  Dave Love  <fx@gnu.org>
+
+       * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
+
+2004-03-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * info/dir (File): Add SMTP and SES.
+
+2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
+       (bootstrap): Use the new bootstrap-prepare target in lisp.
+
+2004-02-18  Kim F. Storm  <storm@cua.dk>
+
+       * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
+
+2004-02-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * make-dist: Don't link index.*perm and permute-index into tempdir.
+
+2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
+
+       * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
+       to match previous changes by Eli Zaretskii.
+
+2004-02-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in: Set CDPATH to an empty string.
+
+2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.in <darwin>: Use fink packages if available.
+
+2004-01-25  Jerome Marant  <jmarant@free.fr>  (tiny change)
+
+       * make-dist (lispref): Do include lispref/index.texi.
+
+2004-01-06  Eric Hanchrow <offby1@blarg.net> (tiny change)
+
+       * make-dist (tempdir): Include cursors in nt/icons.
+
+2003-12-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
+       clashes with install-sh on 8+3 filesystems.
+
+2003-12-08  Miles Bader  <miles@gnu.org>
+
+       * .cvsignore: Add .arch-inventory.
+
+2003-12-24  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Check for <sys/socket.h>.  Include it before
+       including <net/if.h>.  Move check for <net/if.h> before its use.
+
+2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * Makefile.in (install-arch-dep): Don't let cd output go into
+       pipe for carbon_appdir.
+
+2003-12-24  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (PKG_CHECK_MODULES): Fix quoting.
+
+2003-12-01  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
+       hardcoding gcc.
+       * configure: Rebuild.
+
+2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
+       multiple displays.
+       Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
+
+2003-09-23  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check members of struct ifreq.
+
+2003-09-14  Kim F. Storm  <storm@cua.dk>
+
+       * configure.in: Add checks for sys/ioctl.h and net/if.h.
+
+2003-09-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
+
+       * Makefile.in (install-arch-indep, uninstall): Add SES manual.
+
+2003-08-18  Lute Kamstra  <lute@gnu.org>
+
+       * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
+       required anymore.
+
+2003-08-07  Andrew Choi  <akochoi@shaw.ca>
+
+       * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
+       option instead of -traditional-cpp for CPP.
+
+2003-07-29  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in (HAVE_XIM): Define if XIM is available.
+
+2003-07-29  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
+
+       * configure.in: The function gtk_window_set_icon_from_file was
+       introduced in GTK+ 2.2, so check for that release.
+
+2003-07-23  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Add --enable-maintainer-mode, substitute MAINT.
+
+       * Makefile.in (YACC): Remove, not used.
+       (MAINT): Don't set.
+       (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
+       disable dependency on ${srcdir}/configure.in when maintainer mode
+       is disabled.
+
+2003-07-22  Dave Love  <fx@gnu.org>
+
+       * configure.in: Make XRegisterIMInstantiateCallback test depend on
+       HAVE_X11, not with_xim.
+       (HAVE_CRTIN): Provide template.
+       <with_png>: Test for png.h and libpng/png.h.
+
+2003-07-15  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Temporarily leave quoting for AC_DEFINE.
+
+2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * configure.in: Check for posix_memalign.
+
+2003-07-12  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
+
+2003-07-09  Kim F. Storm  <storm@cua.dk>
+
+       * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
+       functionality of --without-xim.
+
+2003-06-29  Dave Love  <fx@gnu.org>
+
+       * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
+
+2003-06-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure: Regenerate.
+
+2003-06-23  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check for sys/_mbstate_t.h.
+       Test XRegisterIMInstantiateCallback prototype.
+       (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
+
+2003-06-06  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check for locale.h.
+
+2003-06-05  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
+       Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
+       (NLIST_STRUCT): Don't define.
+       (AH_BOTTOM): Define my_strftime.
+
+2003-06-02  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
+
+2003-05-24  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
+       bzero, and bcmp.
+
+2003-05-22  Dave Love  <fx@gnu.org>
+
+       * configure.in: Remove redundant test for term.h.  Test for difftime.
+
+2003-05-20  Dave Love  <fx@gnu.org>
+
+       * configure.in: Append * to s390-*-linux-gnu case.
+       (LIBMAIL) <lockfile>: Don't define.
+
+2003-04-30  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
+
+2003-04-28  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * configure.in:  Undo last (RMS') change, as it is useless, per
+       Dave Love.
+
+2003-04-08  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Put #include of jpeglib.h at start of line.
+
+2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * INSTALL (* GNU/Linux development packages): Mention Debian and
+       RedHat package names.
+
+2003-04-30  Boyd Lynn Gerber  <gerberb@zenez.com>
+
+       * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
+
+2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * INSTALL (* GNU/Linux development packages): Tell people to
+       install additional packages for compiling Emacs.
+
+2003-04-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * configure.in: Use the same configuration for all aix5, not just
+       aix5.1.
+
+2003-03-16  Nelson H. F. Beebe  <beebe@math.utah.edu>  (tiny change)
+
+       * configure.in: Check for need for bigtoc support on IBM AIX for
+       solving a linker table overflow problem.
+
+2003-03-03  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
+       (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
+       over bzero, bcmp, and bcopy.
+
+2003-02-23  Simon Josefsson  <jas@extundo.com>
+
+       * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
+
+2003-02-21  Klaus Zeitler  <kzeitler@lucent.com>
+
+       * configure.in: Set new hpux10-20.h as "major" include for 10.20.
+
+2003-02-13  Robert J. Chassell  <bob@rattlesnake.com>  (tiny change)
+
+       * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
+
+2003-02-08  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
+       instead of the substitution.
+
+2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
+
+       * Makefile.in: Use @EXEEXT@ for Cygwin.
+       Use USERNAME if LOGNAME is not set (for Cygwin).
+
+       * configure.in:
+       * configure: Add opsys=cygwin.
+
+2003-01-29  Kim F. Storm  <storm@cua.dk>
+
+       * AUTHORS: Regenerated using new format (after fixing numerous
+       formatting errors in the ChangeLog files).
+
+2003-01-22  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
+       redefining it explicitly in src/config.in.
+
+2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
+
+       * Makefile.in (bootstrap): Make bootstrap-after.
+
+2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Fix --with-gtk.
+
+2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Add --with-gtk, --with-x-toolkit=gtk
+
+       * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
+
 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
-       * configure (m68k-motorola-sysv): Removed (obsolete).
+       * configure.in (m68k-motorola-sysv): Remove (obsolete).
 
 2003-01-07  Steven Tamm  <steventamm@mac.com>
 
 
 2003-01-07  Steven Tamm  <steventamm@mac.com>
 
 
 2003-01-06  David Kastrup  <dak@gnu.org>
 
 
 2003-01-06  David Kastrup  <dak@gnu.org>
 
-       * Makefile.in (INSTALL_INFO): Get install-info command from
-       configure.
+       * Makefile.in (INSTALL_INFO): Get install-info command from configure.
 
        * configure.in: Add tests for install-info
 
 
        * configure.in: Add tests for install-info
 
 2002-11-27  Dave Love  <fx@gnu.org>
 
        * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
 2002-11-27  Dave Love  <fx@gnu.org>
 
        * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
-       Check for __sys_siglist too.  Check for memset.  Use
-       AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.
+       Check for __sys_siglist too.  Check for memset.
+       Use AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.
 
 2002-11-22  Juanma Barranquero  <lektu@terra.es>
 
 
 2002-11-22  Juanma Barranquero  <lektu@terra.es>
 
 
 2002-11-15  Dave Love  <fx@gnu.org>
 
 
 2002-11-15  Dave Love  <fx@gnu.org>
 
-       * configure.in: Tidy up various quoting issues throughout.  Use
-       AC_GNU_SOURCE.
+       * configure.in: Tidy up various quoting issues throughout.
+       Use AC_GNU_SOURCE.
        (AH_BOTTOM): Fix #endif protecting config.h.  Maybe include
        alloca.h.  Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
        Maybe define bcopy, bzero, bcmp.
        (AH_BOTTOM): Fix #endif protecting config.h.  Maybe include
        alloca.h.  Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
        Maybe define bcopy, bzero, bcmp.
-       (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Removed (use
+       (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
        non-existent machine file).
        (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
        (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
        non-existent machine file).
        (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
        (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
 
 2002-11-08  Dave Love  <fx@gnu.org>
 
 
 2002-11-08  Dave Love  <fx@gnu.org>
 
-       * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf
-       2.54.
+       * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
        (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
 
 2002-11-07  Miles Bader  <miles@gnu.org>
 
        (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
 
 2002-11-07  Miles Bader  <miles@gnu.org>
 
-       * Makefile.in (maybe_bootstrap): Fix shell variable usage.  Handle
-       separate-build-dir case.
+       * Makefile.in (maybe_bootstrap): Fix shell variable usage.
+       Handle separate-build-dir case.
 
 2002-11-06  Richard M. Stallman  <rms@gnu.org>
 
 
 2002-11-06  Richard M. Stallman  <rms@gnu.org>
 
 
        * configure.in:  Require autoconf 2.53.  Test for pty.h,
        sys/mman.h, sys/param.h, mremap, memmove.
 
        * configure.in:  Require autoconf 2.53.  Test for pty.h,
        sys/mman.h, sys/param.h, mremap, memmove.
-       (AH_BOTTOM): Maybe include strings.h.  Add local variables for
-       mode.
-       (AC_PROG_YACC): Deleted.
+       (AH_BOTTOM): Maybe include strings.h.  Add local variables for mode.
+       (AC_PROG_YACC): Delete.
        (size_t): Use AC_CHECK_TYPES.
        (AH_TOP): Up-date copyright.
 
        (size_t): Use AC_CHECK_TYPES.
        (AH_TOP): Up-date copyright.
 
        (*-sunos5.6*, *-solaris2.6*): New alternative.
        (*-sunos5*): Use version 2.6 as default.
 
        (*-sunos5.6*, *-solaris2.6*): New alternative.
        (*-sunos5*): Use version 2.6 as default.
 
-2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * configure.in: Fix typo.
 
 
        * configure.in: Fix typo.
 
        (epaths-force): Insert value of gamedir into PATH_GAME.
 
        * configure.in (gamedir): Handle it like lispdir.
        (epaths-force): Insert value of gamedir into PATH_GAME.
 
        * configure.in (gamedir): Handle it like lispdir.
-       (--with-game-dir option): Deleted.
+       (--with-game-dir option): Delete.
 
 
-2002-06-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * configure.in: Add support for mipseb-*-netbsd* machines.
 
 
        * configure.in: Add support for mipseb-*-netbsd* machines.
 
-2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-06-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * Makefile.in (install-arch-indep, uninstall): Add Tramp.
 
 
        * Makefile.in (install-arch-indep, uninstall): Add Tramp.
 
-2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-06-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * info/dir (File): Add an entry for Tramp.
 
 
        * info/dir (File): Add an entry for Tramp.
 
 
        * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
 
 
        * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
 
-2002-05-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-05-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * make-dist: Do not distribute lock/ directory.
 
 
        * make-dist: Do not distribute lock/ directory.
 
 
        * configure.in: Delete configure check for access to the game user.
 
 
        * configure.in: Delete configure check for access to the game user.
 
-2002-04-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * make-dist: lwlib/Imakefile is removed.
 
 
        * make-dist: lwlib/Imakefile is removed.
 
 
        * make-dist: Create directories in mac/Emacs.app.
 
 
        * make-dist: Create directories in mac/Emacs.app.
 
-2002-04-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * make-dist: lwlib-Xol* are removed.
 
 
        * make-dist: lwlib-Xol* are removed.
 
        * configure.in: Add --game-dir, --game-user.  Test to see if we
        can use them.
 
        * configure.in: Add --game-dir, --game-user.  Test to see if we
        can use them.
 
-2002-04-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * configure.in: Add --with-sound.
 
 
        * configure.in: Add --with-sound.
 
 
        * configure.in: Support AIX 5.1.
 
 
        * configure.in: Support AIX 5.1.
 
-2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
+2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * configure.in: Added test for X Session Management (HAVE_X_SM).
 
 
        * configure.in: Added test for X Session Management (HAVE_X_SM).
 
 
        * configure.in (hppa*-*-linux-gnu*): New alternative.
 
 
        * configure.in (hppa*-*-linux-gnu*): New alternative.
 
-2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
        creating distribution.
 
        * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
        creating distribution.
        (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
        this is required by recent Autoconf versions.
 
        (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>
+2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
        TODO, vms-pp.trans and others).
 
 
        * 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>
+2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * make-dist: Use COPYING from the top-level directory.
 
 
        * make-dist: Use COPYING from the top-level directory.
 
 
        * configure.in: Add support for FreeBSD/Alpha.
 
 
        * configure.in: Add support for FreeBSD/Alpha.
 
-2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * make-dist: Add COPYING to the top-level directory of the
        distribution.  Simplify the logic behind copying.
 
        * make-dist: Add COPYING to the top-level directory of the
        distribution.  Simplify the logic behind copying.
        * Makefile.in: bootstrap should not delete dumped executables.
        (bootstrap-clean-before): New target.
        (bootstrap): Use bootstrap-clean-before instead of clean.
        * 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.
+       (bootstrap-clean-after): Rename from bootstrap-clean.  Calls changed.
 
 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
 
 2001-11-22  Colin Walters  <walters@debian.org>
 
        * Makefile.in (install-arch-indep): Install the calc .info files.
 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).
+       (uninstall): Handle deletion of calc .info files (thanks Pavel Jan\e,Am\e(Bk).
 
 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
        * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
 
 
        * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
 
-2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-15  Pavel Jan\e,Am\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.
 
 
        * 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>
+2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
        (install-arch-indep): Install emacsclient manual page.
 
        * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
        (install-arch-indep): Install emacsclient manual page.
 2001-11-12  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * make-dist: Add lispref/index.*perm files to the distribution.
 2001-11-12  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * make-dist: Add lispref/index.*perm files to the distribution.
-       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+       From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
 
 
-2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
 
 
        * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
 
 
        * configure.in: Added a check for <nlist.h>
 
 
        * configure.in: Added a check for <nlist.h>
 
-2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * configure.in: Reindent --help output.
        From Per Starback (starback@ling.uu.se).
 
        * configure.in: Reindent --help output.
        From Per Starback (starback@ling.uu.se).
 1997-11-26  Joel N. Weber II  <devnull@gnu.org>
 
        * make-dist: Changed the comment about `umask 0' to say `Don't
 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.
+       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>
 
 
 1997-11-24  Paul Eggert  <eggert@twinsun.com>
 
 1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
 
        * configure.in: Support auto-configuration of both Kerberos V4 and
 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.
+       Kerberos V5 for movemail, including detection of V4 and V5 header
+       files and libraries.
 
 1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>
 
 
 1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>
 
 1997-06-22  Dave Love  <d.love@dl.ac.uk>
 
        * Makefile.in (lib-src): Depend on src/config.h (e.g. for
 1997-06-22  Dave Love  <d.love@dl.ac.uk>
 
        * Makefile.in (lib-src): Depend on src/config.h (e.g. for
-       movemail.o).
+       movemail.o).
        (src/config.h): New target to re-configure if src/config.in
        (src/config.h): New target to re-configure if src/config.in
-       is patched.
+       is patched.
 
 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 
 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 
        * make-dist: Make links for files under lisp/language.
 
 
        * make-dist: Make links for files under lisp/language.
 
-1997-02-20  Kenichi Handa <handa@etl.go.jp>
+1997-02-20  Kenichi Handa  <handa@etl.go.jp>
 
        * update-subdirs: Exclude the directory "language" from subdirs.
 
 
        * update-subdirs: Exclude the directory "language" from subdirs.
 
        * config.sub: Use `pc', not `unknown', when canonicalizing
        the vendor for ...86.
 
        * config.sub: Use `pc', not `unknown', when canonicalizing
        the vendor for ...86.
 
-1996-07-15  David Mosberger-Tang <davidm@AZStarNet.com>
+1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
 
        * configure.in: Check for termios.h header.
 
 
        * configure.in: Check for termios.h header.
 
 1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
 1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
-       before `noshare'.
+       before `noshare'.
        (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
 
 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
 
 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 1996-03-08  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
 
        * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
 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.
+       just this test.
 
        * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
 
 
        * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
 
 1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * Makefile.in (man1dir): New variable.
 1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * Makefile.in (man1dir): New variable.
-       (install-arch-indep): Use man1dir.
+       (install-arch-indep): Use man1dir.
 
        * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
 
 
        * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
 
 1995-07-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
 
        * configure.in: Put back archlibdir initialization.  Require
 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.
+       autoconf 2.4.1 or later.
 
 1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 
 1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
 
        * configure.in: Use sqrt (more portable) instead of fmod in -lm
 1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
 
        * configure.in: Use sqrt (more portable) instead of fmod in -lm
-        check.
+       check.
 
 1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 
 1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 1994-11-30  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
 
        * configure.in: Don't try to make directories that are guaranteed
 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.
+       to already exist.
 
 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 
 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * Makefile.in (install-arch-indep): Avoid continued comment
 1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * Makefile.in (install-arch-indep): Avoid continued comment
-        swallowing target line.
+       swallowing target line.
 
 1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
 
 
 1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
 
        * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
        riscix.h renamed to acorn.h.
 
        * 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)
+1994-09-21  Michael Ben-Gershon  (mybg@cs.huji.ac.il)
 
        * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
        New configurations.
 
        * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
        New configurations.
        * Makefile.in (uninstall): Don't remove the lisp and etc
        directories if they're in the source tree.
 
        * 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.
+       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
        * 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
 
        * config.guess: New file.
        * configure.in: Use it, tentatively.
 
        * config.guess: New file.
        * configure.in: Use it, tentatively.
-       * INSTNALL: Mention its usage.
+       * INSTALL: 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
 
        * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
        the former gives you the operating system rev directly.  Use
 
 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-        * configure.in: Recognize configuration names for i860 boxes
+       * configure.in: Recognize configuration names for i860 boxes
        running SYSV.
 
 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
        running SYSV.
 
 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
 
 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
 
 
 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
 
-        * Version 19.7 released.
+       * Version 19.7 released.
 
        * make-dist: There aren't any *.com files in lib-src anymore.
 
 
        * make-dist: There aren't any *.com files in lib-src anymore.
 
 
        * configure.in: Check for gettimeofday function, for getdate.y.
 
 
        * configure.in: Check for gettimeofday function, for getdate.y.
 
-        Change `configure' to a mixture of custom code and autoconf stuff.
+       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.
        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.
 
        * make-dist: Distribute lisp/term/ChangeLog.
 
 
        * make-dist: Distribute lisp/term/ChangeLog.
 
-        Arrange for C compilation throughout the tree to get
+       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.
        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.
 
 1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
 
 1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-        * make-dist: Include the `vms' subdirectory in the distribution.
+       * make-dist: Include the `vms' subdirectory in the distribution.
 
 1992-09-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
 
 1992-09-10  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.
 
        * 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'.
+       * 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
        * make-dist: Added support for the external-lisp subdirectory.
 
        * make-dist: Changed message which complains that make-dist wasn't
 
 1992-04-29  Ken Raeburn  (Raeburn@Cygnus.COM)
 
 
 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.
+       * 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)
 
 
 1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
 
 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-        * Makefile (install): Remove `B' from tar xf command.
+       * Makefile (install): Remove `B' from tar xf command.
 
 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
 
 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
 1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * config.emacs: New file, to help automate the installation
 1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * config.emacs: New file, to help automate the installation
-        process.
+       process.
 
        * Makefile: Lots of changes to support the separation of etc into
        architecture-dependent and -independent files:
 
        * Makefile: Lots of changes to support the separation of etc into
        architecture-dependent and -independent files:
        to match build-install and paths.h.
 
 ;; Local Variables:
        to match build-install and paths.h.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit-unix
+;; coding: iso-2022-7bit
 ;; End:
 
     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.
 ;; End:
 
     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.
+
+;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73