(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
[bpt/emacs.git] / ChangeLog
index 9681b3b..16234e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,150 @@
+2002-06-21  Pavel Jan\e,Bm\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>
+
+       * Makefile.in (install-arch-indep, uninstall): Add Tramp.
+
+2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * info/dir (File): Add an entry for Tramp.
+
+2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL-CVS: New file.
+
+2002-06-07  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (x86_64-*-linux-gnu*): New system.
+
+2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config.bat: Handle the case when lispintro is truncated to lispintr.
+
+2002-05-26  Paul Eggert  <eggert@twinsun.com>
+
+       * config.guess, config.sub: Updated from master source.
+
+2002-05-09  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
+
+2002-05-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * make-dist: Do not distribute lock/ directory.
+
+2002-04-30  Andrew Choi  <akochoi@shaw.ca>
+
+       * configure.in: Provide documentation string when defining
+       variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
+       and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
+
+2002-04-28  Colin Walters  <walters@verbum.org>
+
+       * configure.in: Delete configure check for access to the game
+       user.
+
+2002-04-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * make-dist: lwlib/Imakefile is removed.
+
+2002-04-26  Andrew Choi  <akochoi@shaw.ca>
+
+       * configure.in: Add support for powerpc-apple-darwin*.
+       (HAVE_CARBON): Add.
+
+       * make-dist: Create directories in mac/Emacs.app.       
+
+2002-04-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * make-dist: lwlib-Xol* are removed.
+
+2002-04-23  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (MAINT): New variable.
+       (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
+       instead of configure.in, to avoid running autoconf and autoheader
+       unless explicitly requested.
+
+2002-04-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Update for msdos/sed2v2.inp.
+
+2002-04-15  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in ($(srcdir)/src/config.in): Generate using
+       autoheader.
+       * configure.in: Add config header templates to all AC_DEFINE and
+       AC_DEFINE_UNQUOTED symbols.
+       * make-dist: Run autoheader if necessary.
+
+2002-04-10  Colin Walters  <walters@verbum.org>
+
+       * 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>
+
+       * configure.in: Add --with-sound.
+
+2002-03-18  Kim F. Storm  <storm@cua.dk>
+
+       * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
+       and getsockname functions.  Test for sys/un.h include file.
+
+2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * configure.in: Support AIX 5.1.
+
+2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
+
+       * configure.in: Added test for X Session Management (HAVE_X_SM).
+
+2002-03-03  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
+       Run chown $${LOGNAME} on files installed by tar xvf.
+
+2002-03-03  Kim F. Storm  <storm@cua.dk>
+
+       * configure.in: Test for getpeername.
+
+2002-03-01  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
+       (HAVE_GIF): Don't use old libungif versions that crash.
+
+2002-02-26  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in <making srcdir absolute>: Verify that PWD is correct,
+       not just well-formed and valid.
+       (mips-compaq-nonstopux*): New configuration.
+       
+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.
        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-13  Eli Zaretskii  <eliz@is.elta.co.il>
-
-       * configure: Regenerated.
 
 2001-12-11  Richard M. Stallman  <rms@gnu.org>
 
 
        * configure.in (AC_OUTPUT): Add lispintro/Makefile.
 
-       * configure: Regenerated.
-
        * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
        (lispintro/Makefile): New target.
        (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
 
        * 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>
 ;; 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.