]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Remove obsolete USE_OLIT code.
[gnu-emacs] / ChangeLog
index e33370c0751558fcb35e132c9fd3bde1dbe4bec9..2fac9ccb8a6d0865acc5e04e9669351a9795c6e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,264 @@
+2002-11-15  Dave Love  <fx@gnu.org>
+
+       * 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
+       non-existent machine file).
+       (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
+       (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
+       (nlist.h): Move test up.
+
+2002-11-18   Markus Rost  <rost@math.ohio-state.edu>
+
+       * configure.in (*-sunos5*, *-solaris*): New configuration.
+
+2002-11-14  Francesco Potorti`  <pot@gnu.org>
+
+       * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
+
+2002-11-11  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
+
+       * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
+
+2002-11-08  Dave Love  <fx@gnu.org>
+
+       * 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.
+
+2002-11-06  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (maybe_bootstrap): Add doublequotes to make it
+       bulletproof.  $bar may be empty when there are no .elc files.
+
+2002-10-30  Dave Love  <fx@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.
+       (size_t): Use AC_CHECK_TYPES.
+       (AH_TOP): Up-date copyright.
+
+2002-10-01  Juanma Barranquero  <lektu@terra.es>
+
+       * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
+
+2002-09-19  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Fix the LessTif-directory-finder for real.
+
+2002-09-14  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (maybe_bootstrap): Test for complete absence
+       of compiled Lisp files.
+
+2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
+       (bootstrap-clean-after): Delete.
+       (bootstrap): Make the sequencing explicit.
+
+2002-09-10  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Fix previous LessTif change.
+
+2002-09-09  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in (powerpcle-*-solaris2.5*): New configuration.
+       (powerpcle-*-solaris*): 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>
+
+       * configure.in: Fix typo.
+
+2002-09-05  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
+
+       * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
+       $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
+
+2002-08-26  Kim F. Storm  <storm@cua.dk>
+
+       * Makefile.in (install-arch-indep): Do not remove DOC file
+       when it is the only DOC file installed; this is the case when
+       CANNOT_DUMP is defined.  From Joe Buehler (tiny change).
+
+2002-07-24  Markus Rost  <rost@math.ohio-state.edu>
+
+       * configure.in: Fix typo.
+
+2002-07-24  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Don't print anything special about gamedir.
+
+       * configure.in: Delete nonstandard --with-game-user option.
+
+2002-07-21  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (gamedir, localstatedir): New variables.
+       (epaths-force): Insert value of gamedir into PATH_GAME.
+
+       * configure.in (gamedir): Handle it like lispdir.
+       (--with-game-dir option): Deleted.
+
+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.
        These changes add the Emacs Lisp Introduction manual to the
        distribution:
 
-       * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro
-       files.
+       * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
 
        * make-dist: Copy the files in lispintro directory.
 
 
 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * Makefile.in (uninstall, install-arch-indep): Don't install
-       gfdl.1.
+       * 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).
+       (uninstall): Handle deletion of calc .info files (thanks Pavel Jan\e,Bm\e(Bk).
 
 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * Makefile.in (install-arch-indep): Use `${manext}' instead of
-       `.1'.
+       * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
        (install-arch-indep): Install emacsclient manual page.
        (uninstall): Uninstall emacsclient manual page.
 
 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
 
        * Makefile.in (maybe_bootstrap): New target.
-       (all): Add to prerequisites to bootstrap if abbrev.elc doesn't
-       exist.
+       (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
 
 2001-10-24  Ken Raeburn  <raeburn@gnu.org>
 
        * configure.in: If --with-hesiod is given, look for
        hes_getmailhost and res_send or __res_send; check hesiod and
-       resolv libraries respectively if system libraries don't supply
-       them.
+       resolv libraries respectively if system libraries don't supply them.
 
 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
 
 ;; 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.