]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
*** empty log message ***
[gnu-emacs] / ChangeLog
index 14a6a418f462988771574c90e693268ff2bf8a3e..2bf1024844b430ca16c2e2d3071ca7fd65402fc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
+
+       * Copyright (sources/emacs): updated copyright year(s)
+       
+2006-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure: Regenerated.
+
+2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
+
+       * configure.in (HAVE_XAW3D): Disable Xaw3d check if
+       --without-toolkit-scroll-bars was specified.
+
+2006-04-01  Christoph Bauer  <Christoph.Bauer@lms-gmbh.de>  (tiny change)
+
+       * configure.in (hppa*-hp-hpux1[1-9]*): Add
+       -D_INCLUDE__STDC_A1_SOURCE to CFLAGS.  Update Copyright years
+       written to src/config.in.
+
+2006-03-18  Claudio Fontana  <claudio@gnu.org>
+
+       * Makefile.in (INFO_FILES): New variable, contains all Info file names.
+       (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
+       to be installed/uninstalled.
+       (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
+       to Info files installed by Emacs.
+
+2006-03-03  Claudio Fontana  <claudio@gnu.org>
+
+       * Makefile.in (install, uninstall): Add DESTDIR variable to
+       support staged installations.
+
+2006-02-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure: Regenerated.
+
+2006-02-14  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in (s390x-*-linux-gnu*): New configuration.
+
+2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Require GTK 2.4 or newer.
+       * configure: Regenerate
+
+2006-01-29  Michael Olson  <mwolson@gnu.org>
+
+       * Makefile.in (install-arch-indep, uninstall): Add ERC.
+       * info/dir (ERC): New entry.
+
+2006-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * info/dir: Fix last change.
+
+2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in (install-arch-indep, uninstall): Add rcirc.
+
+2006-01-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * info/dir: Untabify the whole file.
+       (Rcirc): New entry.
+
+2006-01-12  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
+       check.
+       * configure: Regenerate.
+
+2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Use -Wno-pointer-sign if available.
+       * configure: Regenerate.
+
+2005-12-29  Andreas Schwab  <schwab@suse.de>
+
+       * config.guess, config.sub: Updated from master source.
+
+2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * configure.in: use amdx86-64 for freebsd on x86_64.
+
+2005-11-22  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Add etc/images/icons.
+
+2005-11-03  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Use GZIP_PROG instead of GZIP.
+
+       * Makefile.in (GZIP_PROG): Renamed from GZIP.
+       (install-arch-indep): Adjust.
+
+2005-11-01  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (bootstrap): Fix dependencies for parallel build.
+       (bootfast): Likewise.
+
+2005-11-01  Romain Francoise  <romain@orebokech.com>
+
+       * configure.in: Check for gzip.
+       * configure: Regenerate.
+
+       * Makefile.in (install): Compress source files.
+
+2005-10-24  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Fix darwin386 configuration issue.
+       * configure: Regenerate.
+
+2005-10-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
+
+2005-10-17  Bill Wohler  <wohler@newt.com>
+
+       * make-dist: Create and populate etc/images/low-color.
+
+2005-10-15  Bill Wohler  <wohler@newt.com>
+
+       * make-dist: Create and populate etc/images/gud.
+
+2005-10-08  Richard M. Stallman  <rms@gnu.org>
+
+       * make-dist (tempparent): Don't check for 14-char file name limit.
+
+2005-10-07  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Add etc/images/ezimage and etc/images/mail
+       directories.  Install images in etc/images.
+
+2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.in: Prefer Carbon if --enable-carbon-app or
+       --with-carbon is explicitly specified even when X11 is detected.
+       * configure: Regenerate.
+
+2005-09-15  Ulf Jasper  <ulf.jasper@web.de>
+
+       * Makefile.in (install-arch-indep, uninstall):
+       Handle newsticker manual.
+       (info): Add - to commands.
+
+2005-09-11  Kim F. Storm  <storm@cua.dk>
+
+       * AUTHORS: Regenerate.
+
+2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
+
+       Remove the MAXPATHLEN limitations:
+
+       * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
+       * configure: Regenerated.
+
+2005-09-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in <lynxsos*>: Support for LynxOS on PPC.
+       * configure: Regenerated.
+
+2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * config.guess, config.sub: Updated from master source.
+
+2005-08-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .cvsignore: Add `lock'.
+
+2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
+
+2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge gnulib getopt implementation into Emacs.
+
+       * Makefile.in (AUTOCONF_INPUTS): New macro.
+       ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
+       so that these files also depend on m4/getopt.m4.
+       * configure.in: Configure getopt by including m4/getopt.m4,
+       and configuring a getopt replacement if necessary.
+       * make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
+       * m4/getopt.m4: New file.
+
+2005-07-06  Lute Kamstra  <lute@gnu.org>
+
+       * configure.in: Fix capitalization.
+       * configure: Regenerate.
+
+2005-07-04  Lute Kamstra  <lute@gnu.org>
+
+       Update FSF's address in GPL notices.
+
+2005-06-19  J\e,bi\e(Br\e,bt\e(Bme Marant  <jerome@marant.org>
+
+       * Makefile.in (epaths-force): Protect both lisppath and
+       buildlisppath from whitespace.
+
+2005-06-08  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Support Darwin/MacOSX on Intel
+       * configure: Regenerate.
+
+2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_CANCELMENUTRACKING): New test.
+       * configure: Regenerate.
+
+2005-05-11  J\e,Ai\e(Br\e,At\e(Bme Marant  <jmarant@marant.org>
+
+       * configure.in: Add --enable-locallisppath.
+       * configure: Regenerate.
+
+2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
+       Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.  Define
+       USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
+       * configure: Regenerate.
+
+2005-05-07  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>
+
+       * make-dist: Remove references to makefile.nt and makefile.def.
+       Include widgets and images subdirectories of etc.  Do not exclude
+       ldefs-boot.el.
+
+2005-04-23  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Remove duplicate match for powerpc configuration.
+       * configure: Regenerate.
+
+2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * configure.in: Check for <pwd.h>.
+       * configure: Regenerate.
+
+2005-04-14  Lute Kamstra  <lute@gnu.org>
+
+       * make-dist: Distribute all ChangeLog files in lisp/.
+       Don't distribute ldefs-boot.el.
+       lisp/makefile.nt no longer exists.
+
+2005-04-13  Lute Kamstra  <lute@gnu.org>
+
+       * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
+       for "no-byte-compile: t" in the file instead.
+
+2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
+       shadow the main Lesstif/Motif-2.1 libs and includes.
+
+2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Only add XASSERTS to cppflags.
+       * configure: Regenerate.
+
+2005-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Added --enable-asserts.
+       * configure: Regenerate.
+
+2005-02-09  Kim F. Storm  <storm@cua.dk>
+
+       Change release version from 21.4 to 22.1 throughout.
+       Change development version from 21.3.50 to 22.0.50.
+
+2005-01-19  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Check for <sys/utsname.h>.
+       * configure: Regenerate.
+
+2004-12-11  Kim F. Storm  <storm@cua.dk>
+
+       * Makefile.in (info): Undo 2004-12-05 change.
+
+2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * info/dir (File): Add URL and Org Mode manuals.
+       * Makefile.in (install-arch-indep, uninstall): Add url and org
+       manuals.
+
+2004-12-07  Stefan  <monnier@iro.umontreal.ca>
+
+       * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
+       committed to src/config.in.
+
+2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
+       pthreads and define HAVE_GTK_AND_PTHREAD.
+       * configure: Regenerate.
+
+2004-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (info): Ignore errors building info files.
+
+2004-11-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: If 8-byte alignment is not supported, define
+       NO_DECL_ALIGN in src/config.h, instead of trivially defining
+       DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
+       filter through Sed to remove the quotes.
+
+2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * info/.cvsignore: Ignore everything.  It's OK since .cvsignore does
+       not apply to files explicitly `cvs add'ed.
+
+2004-11-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Don't require djecho.exe for the v1.x build.
+       Add a test for DECL_ALIGN support, and add a trivial definition to
+       src/config.h if 8-byte alignment is not supported.
+
+2004-11-08  Kim F. Storm  <storm@cua.dk>
+
+       * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
+       files before building.
+       (bootfast, bootstrap-clean-before-fast): New targets, like
+       bootstrap but don't remove .elc files.
+
+2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
+
+       * configure.in: Add check for getrusage.
+       * configure: Regenerate.
+
+2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
+       New tests for new and old GTK file dialogs.
+       (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
+       to no.
+
+       * configure: Rebuild.
+
+2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
+       can be set.  Remove SETARCH test.
+       * configure: Rebuild.
+
+2004-10-08  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
+       * configure: Rebuild.
+
+2004-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
+       AC_MSG_WARN.  Move output of warning message to end of configure run.
+
+2004-10-05  Jan Dj\e,Ad\e(Brv.  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
+       Run test to see if heap start address is random.
+
+2004-09-29  Miles Bader  <miles@gnu.org>
+
+       * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
+       if setarch is present.
+
+2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_EXECSHIELD): Only define on x86.
+       * configure: Rebuild.
+
+2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Check for exec-shield.
+       * configure: Rebuild.
+
+2004-08-06  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-arch-indep, uninstall): Add flymake.
+
+2004-07-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Update URLs in the comments.
+
+2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * Makefile.in (install-arch-indep): Add pgg and sieve.
+
+       * info/.cvsignore: Added pgg and sieve.
+
+2004-07-05  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-arch-indep): Remove .arch-inventory files.
+
+2004-06-21  Kenichi Handa  <handa@m17n.org>
+
+       * make-dist: Link leim-ext.el into tempdir.
+
+2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * info/dir (File): Add emacs-xtra.
+       * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
+
+2004-06-12  Juri Linkov  <juri@jurta.org>
+
+       * info/dir: Move menu help lines from `* Menu:' to file header.
+       Describe the purpose of a red *.
+
+2004-05-04  Dave Love  <fx@gnu.org>
+
+       * configure.in: Don't use `extrasub'.
+
+2004-04-29  Dave Love  <fx@gnu.org>
+
+       * configure.in: Don't forget to quote args to `test'.
+
+2004-04-24  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * autogen.sh: Update filename in "please read" message.
+
+2004-04-17  Richard M. Stallman  <rms@gnu.org>
+
+       * INSTALL: Move the info about site-lisp dirs,
+       and say uninstalled Emacs looks there too.
+
+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.
+       * 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>
 
 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.
+       * 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-05-22  Dave Love  <fx@gnu.org>
 
-       * configure.in: Remove redundant test for term.h.  Test for
-       difftime.
+       * configure.in: Remove redundant test for term.h.  Test for difftime.
 
 2003-05-20  Dave Love  <fx@gnu.org>
 
 
 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
-       * configure.in (m68k-motorola-sysv): Removed (obsolete).
+       * configure.in (m68k-motorola-sysv): Remove (obsolete).
 
 2003-01-07  Steven Tamm  <steventamm@mac.com>
 
 
 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
 
 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-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.
-       (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.
 
 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>
 
-       * 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>
 
 
        * 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.
 
        (*-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.
 
        (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.
 
-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.
 
-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.
 
 
        * 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.
 
 
        * 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: 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.
 
        * 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 (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.
        (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).
 
-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.
 
 
        * 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.
        * 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-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>
 
 
        * 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.
 
-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.
 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.
 
 
        * 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).
        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
+    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2006
        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