X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/169fe44e5619260f5d5cbd5f7c9f4eb58ac01bb2..231a33160ed418f73dea4f0972e469c8cdd64c13:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 74d82f2f72..b78d78c410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,720 @@ +2003-01-22 Andreas Schwab + + * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of + redefining it explicitly in src/config.in. + +2003-01-22 Markus Rost + + * Makefile.in (bootstrap): Make bootstrap-after. + +2003-01-20 Jan D. + + * configure.in: Fix --with-gtk. + +2003-01-19 Jan D. + + * configure.in: Add --with-gtk, --with-x-toolkit=gtk + + * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK. + +2003-01-14 Francesco Potort,Al(B + + * configure.in (m68k-motorola-sysv): Removed (obsolete). + +2003-01-07 Steven Tamm + + * configure.in: New option, --enable-carbon-app, to specify + that the application should be installed + * Makefile.in (install-arch-dep): On Mac OS X, install the + Emacs.app application if carbon-app is enabled + +2003-01-06 Dave Love + + * configure.in: Check for nl_langinfo. + [!HAVE_SIZE_T]: Fix typedef. + +2003-01-06 David Kastrup + + * Makefile.in (INSTALL_INFO): Get install-info command from + configure. + + * configure.in: Add tests for install-info + +2002-12-09 Markus Rost + + * configure.in (*-sunos5*, *-solaris*): Revert previous change - + use again sol2-6 instead of sol2-8. + +2002-12-09 Dave Love + + * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations. + +2002-12-08 Andreas Schwab + + * Makefile.in (install-arch-indep): Revert last change. + +2002-11-27 Dave Love + + * 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. + +2002-11-22 Juanma Barranquero + + * config.guess, config.sub: Updated from master source. + +2002-11-19 Karl Fogel + + * autogen.sh: New file. + +2002-11-15 Dave Love + + * 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 + + * configure.in (*-sunos5*, *-solaris*): Use sol2-8. + +2002-11-14 Francesco Potorti` + + * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations. + +2002-11-11 Tim Van Holder (tiny change) + + * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp. + +2002-11-08 Dave Love + + * 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 + + * Makefile.in (maybe_bootstrap): Fix shell variable usage. Handle + separate-build-dir case. + +2002-11-06 Richard M. Stallman + + * 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 + + * 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 + + * update-subdirs: Add "no-byte-compile: t" to subdirs.el. + +2002-09-19 Richard M. Stallman + + * configure.in: Fix the LessTif-directory-finder for real. + +2002-09-14 Richard M. Stallman + + * Makefile.in (maybe_bootstrap): Test for complete absence + of compiled Lisp files. + +2002-09-11 Stefan Monnier + + * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap) + (bootstrap-clean-after): Delete. + (bootstrap): Make the sequencing explicit. + +2002-09-10 Richard M. Stallman + + * configure.in: Fix previous LessTif change. + +2002-09-09 Richard M. Stallman + + * 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,b_(Bjohann + + * configure.in: Fix typo. + +2002-09-05 Richard M. Stallman + + * 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 + + * 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 + + * configure.in: Fix typo. + +2002-07-24 Richard M. Stallman + + * configure.in: Don't print anything special about gamedir. + + * configure.in: Delete nonstandard --with-game-user option. + +2002-07-21 Richard M. Stallman + + * 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,Bm(Bk + + * configure.in: Add support for mipseb-*-netbsd* machines. + +2002-06-18 Kai Gro,b_(Bjohann + + * Makefile.in (install-arch-indep, uninstall): Add Tramp. + +2002-06-17 Kai Gro,b_(Bjohann + + * info/dir (File): Add an entry for Tramp. + +2002-06-17 Eli Zaretskii + + * INSTALL-CVS: New file. + +2002-06-07 Andreas Schwab + + * configure.in (x86_64-*-linux-gnu*): New system. + +2002-05-31 Eli Zaretskii + + * config.bat: Handle the case when lispintro is truncated to lispintr. + +2002-05-26 Paul Eggert + + * config.guess, config.sub: Updated from master source. + +2002-05-09 Richard M. Stallman + + * configure.in (emacs_cv_speed_t): Add square brackets for clarity. + +2002-05-04 Pavel Jan,Bm(Bk + + * make-dist: Do not distribute lock/ directory. + +2002-04-30 Andrew Choi + + * 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 + + * configure.in: Delete configure check for access to the game user. + +2002-04-29 Pavel Jan,Bm(Bk + + * make-dist: lwlib/Imakefile is removed. + +2002-04-26 Andrew Choi + + * configure.in: Add support for powerpc-apple-darwin*. + (HAVE_CARBON): Add. + + * make-dist: Create directories in mac/Emacs.app. + +2002-04-25 Pavel Jan,Bm(Bk + + * make-dist: lwlib-Xol* are removed. + +2002-04-23 Andreas Schwab + + * 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 + + * config.bat: Update for msdos/sed2v2.inp. + +2002-04-15 Andreas Schwab + + * 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 + + * configure.in: Add --game-dir, --game-user. Test to see if we + can use them. + +2002-04-08 Pavel Jan,Bm(Bk + + * configure.in: Add --with-sound. + +2002-03-18 Kim F. Storm + + * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt, + and getsockname functions. Test for sys/un.h include file. + +2002-03-15 Eli Zaretskii + + * configure.in: Support AIX 5.1. + +2002-03-10 Jan D. + + * configure.in: Added test for X Session Management (HAVE_X_SM). + +2002-03-03 Richard M. Stallman + + * 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 + + * configure.in: Test for getpeername. + +2002-03-01 Richard M. Stallman + + * 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 + + * configure.in : Verify that PWD is correct, + not just well-formed and valid. + (mips-compaq-nonstopux*): New configuration. + +2002-02-18 Paul Eggert + + * 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 + + * 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 + + * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop. + +2002-01-27 Eli Zaretskii + + * configure.in: Recognize BSD/OS 5.0. + +2002-01-11 Eli Zaretskii + + * make-dist: Make version checking in emacs.texi consistent with + how we set it there. + +2001-12-29 Kim F. Storm + + * INSTALL: Now requires autoconf 2.51. + +2001-12-28 Richard M. Stallman + + * configure.in: Test for mbsinit. + +2001-12-21 Eli Zaretskii + + 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 + + * configure.in (hppa*-*-linux-gnu*): New alternative. + +2001-12-08 Pavel Jan,Bm(Bk + + * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when + creating distribution. + +2001-12-06 Paul Eggert + + * 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,Bm(Bk + + * make-dist: Do not try to link removed files (aclocal.m4, _emacs, + TODO, vms-pp.trans and others). + +2001-11-29 Pavel Jan,Bm(Bk + + * make-dist: Use COPYING from the top-level directory. + +2001-11-29 Gerd Moellmann + + * configure.in: Add support for FreeBSD/Alpha. + +2001-11-29 Pavel Jan,Bm(Bk + + * 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 + + * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it. + +2001-11-26 Richard M. Stallman + + * 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 + + 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 + + * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1. + + * make-dist (etc): Don't distribute gfdl.1. + +2001-11-22 Colin Walters + + * Makefile.in (install-arch-indep): Install the calc .info files. + (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Bm(Bk). + +2001-11-17 Eli Zaretskii + + * 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 + + * configure.in: Add coff.h to the list in AC_CHECK_HEADERS. + +2001-11-15 Pavel Jan,Bm(Bk + + * 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,Bm(Bk + + * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'. + (install-arch-indep): Install emacsclient manual page. + (uninstall): Uninstall emacsclient manual page. + +2001-11-12 Eli Zaretskii + + * make-dist: Add lispref/index.*perm files to the distribution. + From Pavel Jan,Bm(Bk . + +2001-11-12 Pavel Jan,Bm(Bk + + * Makefile.in (uninstall): Remove gfdl.1 when uninstalling. + +2001-11-10 Eli Zaretskii + + * configure.in: AC_OUTPUT lispref/Makefile. + +2001-11-10 Eli Zaretskii + + The following changes add the ELisp reference manual to the + distribution. + + * make-dist: Add the lispref directory to the distribution. + + * Makefile.in (install-arch-indep): Add elisp* to the list of + installed Info files. + (SUBDIR_MAKEFILES): Add lispref/Makefile. + (lispref/Makefile): New target. + (mostlyclean, clean, distclean, maintainer-clean, unlock, relock): + Add commands for the lispref directory. + (info, dvi): Ditto. + + * config.bat: Configure in `lispref'. + +2001-11-09 Richard M. Stallman + + * Makefile.in (bootstrap-lisp): Don't suppress error messages. + +2001-11-07 Eli Zaretskii + + * make-dist (tempdir): Copy AUTHORS as well. + +2001-11-06 Sam Steingold + + * configure.in: Added a check for + +2001-11-01 Pavel Jan,Bm(Bk + + * configure.in: Reindent --help output. + From Per Starback (starback@ling.uu.se). + +2001-10-31 Eli Zaretskii + + * configure.in: New entry for HP/UX-11. + + * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP. + From Eric S. Raymond . + +2001-10-28 Eli Zaretskii + + * configure.in (s390-*-linux-gnu): New system. From Adam Thornton + . + +2001-10-25 Gerd Moellmann + + * Makefile.in (maybe_bootstrap): New target. + (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist. + +2001-10-24 Ken Raeburn + + * 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. + +2001-10-24 Gerd Moellmann + + * configure.in: Use $MAKE for `make' if set. + +2001-10-22 Gerd Moellmann + + * Makefile.in (install-arch-indep): Add -h (follow symlinks) + to tar options. + +2001-10-20 Gerd Moellmann + + * (Version 21.1 released). + +2001-10-20 Miles Bader + + * configure.in (configuration): Set from `host' if `host_alias' + isn't defined. + +2001-10-19 Andreas Schwab + + * configure.in: Make ready for autoconf 2.5x. + (AC_PREREQ): Require autoconf 2.50. + * aclocal.m4: Removed. + * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4. + +2001-10-13 Eli Zaretskii + + * README: Bump Emacs version to 21.1.50. + +2001-10-05 Gerd Moellmann + + * Branch for 21.1. + +2001-09-05 Gerd Moellmann + + * configure.in: Avoid `$@' which is handled specially in + Autoconf 2.52. From "Adam J. Richter" . + +2001-09-01 Eli Zaretskii + + * make-dist (nt): Add subdirs.el to the list of distributed files. + +2001-08-14 Eli Zaretskii + + * configure.in (machine): Add an entry for + hppa1.1-hitachi-hiuxwe2*. + +2001-05-28 Gerd Moellmann + + * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset + LC_MESSAGES and LANG. From Karl Eichwalder . + +2001-05-14 Gerd Moellmann + + * make-dist: Copy texinfo.tex unconditionally. + +2001-04-25 Eli Zaretskii + + * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages + that are installed. + +2001-04-06 Gerd Moellmann + + * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail. + Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files. + + * make-dist: Handle leim/MISC-DIC. Only include + `[a-zA-Z]*.{el,elc}' from leim/quail. + +2001-04-05 Gerd Moellmann + + * Makefile.in (install-arch-indep): Remove .cvsignore files. + +2001-03-30 Gerd Moellmann + + * Makefile.in (.PHONY): Add for bootstrap targets. + (bootstrap-clean): New target. + (bootstrap): Use it instead of `clean'. + +2001-03-29 Eli Zaretskii + + * Makefile.in (SUBDIR): Remove leim. + (all, .RECURSIVE, extraclean): Add leim explicitly. + (leim): Provide separate rule which exports PARALLEL=0 into the + environment. + +2001-03-20 Gerd Moellmann + + * configure.in (HAVE_XPM): Don't print the result of the check for + XpmReturnAllocPixels if we don't have an xpm.h. + +2001-03-05 Gerd Moellmann + + * COPYING: New file. + +2001-03-04 Eli Zaretskii + + * config.bat: Update the copyright. + +2001-02-23 Kenichi Handa + + * configure.in: Use AC_EGREP_CPP to check if the C preprocessor + converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL + to `yes'. Later in AC_OUTPUT, check this variable. + +2001-02-09 Dave Love + + * AUTHORS: Updated. + +2001-02-06 Eli Zaretskii + + * info/dir (Ebrowse): Fix the entry (was missing a dot). + +2001-02-02 Gerd Moellmann + + * mkinstalldirs (errstatus): Chmod a+rx directories we create. + + * Makefile.in (uninstall): Ignore exit code of `rm'. + + * Makefile.in (uninstall): Remove more info files. Remove + ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*. + +2001-01-31 Gerd Moellmann + + * noleim-Makefile.in (extraclean): Add. + +2001-01-28 Gerd Moellmann + + * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep + it quiet. + +2001-01-24 Colin Walters + + * Makefile.in (tags): Fix typo. + +2001-01-13 Kenichi Handa + + * configure.in: Fix typo in the code setting x_search_path. + +2001-01-10 Dave Love + + * configure.in: Don't reset LIBS at end of -lXmu test. Test for + -lXext. + (HAVE_XKBGETKEYBOARD): Fix reporting of result. + (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB. + (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF): + Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB + (now in $LIBS). + +2001-01-08 Eli Zaretskii + + * config.bat: Run the preprocessor with -traditional. + +2001-01-01 Eli Zaretskii + + * INSTALL: Move copying conditions to end of file. + +2000-12-27 Eli Zaretskii + + * INSTALL: Add basic installation procedure which assumes + `configure' does its job. Elaborate on image support libraries. + Add a pointer to Xaw3d library. Add advice about solving + configure-time problems by looking in config.log and setting + variables in the environment. + +2000-12-27 Gerd Moellmann + + * Makefile.in (install-arch-indep): If tar fails, exit with + exit code 1. + +2000-12-19 Gerd Moellmann + + * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose + source file includes XKBlib.h. On some broken Solaris systems, + there is an XKBlib.h, reportedly, but header files included by + XKBlib.h are missing. + +2000-12-14 Gerd Moellmann + + * configure.in: AC_CHECK_FUNC XkbGetKeyboard. + +2000-12-11 Dave Love + + * configure.in : Use full path for NON_GNU_CPP. + 2000-12-11 Paul Eggert * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): Merge fixes from latest GNU tar version. These macros no longer futz with _XOPEN_SOURCE, as that was not portable in practice. (AC_FUNC_FSEEKO): New macro. - + * configure.in: Use it instead of invoking AC_CHECK_FUNCS on ftello. - + 2000-12-05 Dave Love * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules. @@ -35,7 +742,7 @@ 2000-11-22 Gerd Moellmann - * configure.in: Use m/macppc.h instead of the non-existent + * configure.in: Use m/macppc.h instead of the non-existent m/powerpc.h. 2000-11-21 Gerd Moellmann @@ -133,8 +840,8 @@ 2000-09-21 Kenichi Handa - * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) - (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) + * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) + (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el files to .elc. (${TIT}): Adjusted for the above change. @@ -172,7 +879,7 @@ * configure.in (REL_ALLOC_MMAP): Recognize in system configuration file and print informational message. - + * configure.in (AC_FUNC_MMAP): Add. 2000-09-01 Gerd Moellmann @@ -297,7 +1004,7 @@ 2000-06-16 Gerd Moellmann - * Makefile.in (distclean): Also make distclean in lisp/. + * Makefile.in (distclean): Also make distclean in lisp/. 2000-06-15 Eli Zaretskii @@ -310,7 +1017,7 @@ 2000-06-14 Gerd Moellmann * configure.in: Generate lisp/Makefile. - + * configure.in: Add support for `*-lynxos*'. Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as recommended by to fix problems @@ -400,7 +1107,7 @@ New targets. (bootstrap): Rewritten in terms of the new targets above. Make info files, too. - + 2000-03-12 Gerd Moellmann * config.guess, config.sub: Use the versions of the files from @@ -417,11 +1124,11 @@ * configure.in (machine): Add `mipsel-*-netbsd*' and `arm-*-netbsd*'. - + 2000-03-01 Gerd Moellmann - + * configure.in (machine): Add support for `*-auspex-sunos*'. - + 2000-02-29 Gerd Moellmann * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2. @@ -530,7 +1237,7 @@ (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen, mbrlen, strsignal. (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now. - + 1999-10-09 Stefan Monnier * make-dist (dontcompile): look for the DONTCOMPILE variable rather @@ -538,7 +1245,7 @@ 1999-10-09 Richard M. Stallman - * Makefile.in (uninstall, install-arch-indep, install-arch-dep): + * Makefile.in (uninstall, install-arch-indep, install-arch-dep): Unset CDPATH to prevent cd from generating output. 1999-10-08 Stefan Monnier @@ -548,7 +1255,7 @@ 1999-10-07 Gerd Moellmann * Makefile.in (install-arch-indep): Add ada-mode. - + 1999-10-06 Dave Love * Makefile.in: Add rules for config.status, configure. @@ -604,52 +1311,6 @@ * configure.in: Grok sparc64-*-linux-gnu*. -After the release of 20.4, development was split into two separate -code lines. One line contained the code for Emacs 21, and the other -one the code for the 20.x releases after 20.4. The following change -log entries up to the entry ``20.4 released'' are for the 20.x code -line. Change logs above this notice are those for the 21.x code line. - -2000-06-13 Gerd Moellmann - - * Version 20.7 released. - -2000-06-05 Gerd Moellmann - - * configure.in: Add powerpc*-*-linux-gnu*. - -2000-05-20 NIIBE Yutaka - - * configure.in: Check for grandpt and getpt. - -2000-02-26 Gerd Moellmann - - * Version 20.6 released. - -2000-02-18 Dave Love - - * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+. - -2000-02-15 Gerd Moellmann - - * configure.in: Add support for arm*-g*-linux-gnu* systems. - -1999-12-04 Gerd Moellmann - - * Version 20.5 released. - -1999-11-28 Dave Love - - * configure.in: Recognize sparc64-*-linux-gnu*. - -1999-11-11 Erik Naggum - - * configure.in (bitmapdir): Allow for both "bitmaps" directories. - -1999-08-04 Eli Zaretskii - - * config.bat: Make --no-debug work again by removing -gcoff. - 1999-07-12 Richard Stallman * Version 20.4 released. @@ -1004,7 +1665,7 @@ line. Change logs above this notice are those for the 21.x code line. * update-subdirs: Delete subdirs.el if this dir has no subdirs. Ignore subdirs named Old. - + 1997-08-04 Kenneth Stailey * configure.in: Add OpenBSD clause to set $machine. @@ -1014,7 +1675,7 @@ line. Change logs above this notice are those for the 21.x code line. * make-dist: Recompile everything after updating various Lisp files. Recompile in leim as well as lisp. Check in leim as well as lisp for mismatched files and too-long names. - + 1997-09-03 Richard Stallman * Makefile.in (TAGS tags): Simply refer this to the src subdir. @@ -1097,7 +1758,7 @@ line. Change logs above this notice are those for the 21.x code line. 1997-07-25 Marcus G. Daniels - * configure.in (doug_lea_malloc): Make __after_morecore_hook a + * configure.in (doug_lea_malloc): Make __after_morecore_hook a prerequisite to the use of Doug Lea's malloc. 1997-07-21 Richard Stallman @@ -1152,7 +1813,7 @@ line. Change logs above this notice are those for the 21.x code line. * make-dist: Don't mention site-lisp, site-init, site-start or default, when listing files hat are not compiled and should be. - + * configure.in: Create src/config.stamp at the end. 1997-07-04 Richard Stallman @@ -1163,7 +1824,7 @@ line. Change logs above this notice are those for the 21.x code line. * Makefile.in (install-leim): New target. (install): Depend on install-leim. - + 1997-07-01 Ken'ichi Handa * Makefile.in (SUBDIR): Add leim. @@ -1229,7 +1890,7 @@ line. Change logs above this notice are those for the 21.x code line. since make-dist now gets that done. * make-dist: Use the new `updates' target in lisp/Makefile. - + * make-dist: Use new non-file targets in lisp/Makefile. 1997-04-27 Richard Stallman @@ -1237,7 +1898,7 @@ line. Change logs above this notice are those for the 21.x code line. * make-dist: Handle all subdirs of `lisp' uniformly. Don't handle `term' and `language' specially. Clear out umask at the beginning. - + 1997-04-11 Richard Stallman * make-dist: Use Make to update finder-inf.el and autoloads. @@ -1270,7 +1931,7 @@ line. Change logs above this notice are those for the 21.x code line. * make-dist: Use $EMACS to say where to run Emacs. Add --no-update option. - + 1996-12-30 Richard Stallman * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration. @@ -1282,7 +1943,7 @@ line. Change logs above this notice are those for the 21.x code line. and *.opt and ChangeLog files. (copying lib-src): Likewise. Don't rm getdate.c or y.tab.*--they don't exist any more. - + 1996-12-18 Jonathan I. Kamens * configure.in: Check for libmail, maillock.h and @@ -1335,7 +1996,7 @@ line. Change logs above this notice are those for the 21.x code line. 1996-09-04 Richard Stallman - * configure.in: Check for termios.h. Check for setpgid. + * configure.in: Check for termios.h. Check for setpgid. 1996-08-31 Richard Stallman @@ -1369,7 +2030,7 @@ line. Change logs above this notice are those for the 21.x code line. Use sunos413, not sunos4-1-3. (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3. (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2. - + 1996-08-22 Richard Stallman * Makefile.in (src/paths.h): Target deleted. @@ -1457,7 +2118,7 @@ line. Change logs above this notice are those for the 21.x code line. * config.sub: If last two words are not a recognized KERNEL-OS pair, use just the last word as OS, as in 19.31. Make conversion of gnu/linux to linux-gnu really work. - + * config.sub: If vendor unspecified with i386, use `pc' not `unknown'. 1996-06-30 Richard Stallman @@ -1515,7 +2176,7 @@ line. Change logs above this notice are those for the 21.x code line. * Makefile.in (install-arch-indep): If cd etc makes output, don't treat that as part of the tar data. Check that ./lisp actually exists. - + 1996-05-29 Karl Heuer * make-dist: Check for long file names. @@ -1562,7 +2223,7 @@ line. Change logs above this notice are those for the 21.x code line. 1996-04-10 Eli Zaretskii * config.bat: Set djgpp-ver, and unset it at the end. - Add a number ofconditionals for DJGPP version 2. + Add a number of conditionals for DJGPP version 2. Rename label libsrc2 to libsrc3. Substitute for LDFLAGS in src/Makefile. Substitute for ALL_CFLAGS in lib-src/Makefile. @@ -1586,7 +2247,7 @@ line. Change logs above this notice are those for the 21.x code line. * configure.in (setlocale): Check for it. * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp. - + 1996-03-26 Richard Stallman * configure.in: Use lignux instead of linux as value of opsys. @@ -3060,7 +3721,7 @@ line. Change logs above this notice are those for the 21.x code line. (checking ${with_gcc}): If "no", don't override CC if already set. (CC): Initialize it as empty. -1993-11-30 Richard Stallman (rms at srarc2) +1993-11-30 Richard Stallman (rms@srarc2) * configure.in (Suns): Set CPP if *-solaris2.3*. @@ -4773,19 +5434,19 @@ line. Change logs above this notice are those for the 21.x code line. * config.emacs: Make sure to set the "exit on error" flag once we've removed config.status; errors should abort the configuration. -1992-02-15 Jim Blandy (jimb at pogo.cs.oberlin.edu) +1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu) * config.emacs: Added -distribute option, so that the Makefile paths are in their proper form. I don't know why this matters. -1992-02-14 Jim Blandy (jimb at pogo.cs.oberlin.edu) +1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) * local-lisp: New directory, empty in the distribution, for people to put local elisp code in. * config.emacs: Include it in the default load path. * README: Document it. -1992-01-30 Jim Blandy (jimb at pogo.cs.oberlin.edu) +1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) * config.emacs: Guess the type of signal handling functions based on the contents of /usr/include/signal.h. @@ -4806,7 +5467,7 @@ line. Change logs above this notice are those for the 21.x code line. * Makefile (install): Remove `B' from tar xf command. -1992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu) +1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) * config.emacs: Removed support for the `maintain-environment' option; the only important difference between this and its absence @@ -4816,7 +5477,7 @@ line. Change logs above this notice are those for the 21.x code line. * config.emacs: Fix arguments to sed when processing boolean arguments. -1991-12-05 Jim Blandy (jimb at pogo.gnu.ai.mit.edu) +1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) * config.emacs: New file, to help automate the installation process. @@ -4838,34 +5499,34 @@ line. Change logs above this notice are those for the 21.x code line. * vms: New subdirectory for all the VMS stuff. -1991-12-03 Jim Blandy (jimb at pogo.gnu.ai.mit.edu) +1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) * Makefile (LISPPATH): New variable. (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH. -1990-09-28 Richard Stallman (rms at mole.ai.mit.edu) +1990-09-28 Richard Stallman (rms@mole.ai.mit.edu) * Makefile (install, install.sysv, install.xenix): Install wakeup instead of loadst. No need for setuid or setgid. -1990-08-07 Richard Stallman (rms at sugar-bombs.ai.mit.edu) +1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu) * Makefile (clean): Clean etc if that's not the installation dir. -1990-04-26 Richard Stallman (rms at sugar-bombs.ai.mit.edu) +1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu) * Makefile (paths.h): Make sed alter each name in the path. -1988-08-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu) +1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) * Makefile (install.sysv): Use cpio, not tar. -1988-08-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu) +1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) * Makefile (lockdir): Rename `lock' target. Depend on it from install*, not from `all'. -1988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu) +1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu) * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin} to match build-install and paths.h. @@ -4873,3 +5534,8 @@ line. Change logs above this notice are those for the 21.x code line. ;; Local Variables: ;; coding: iso-2022-7bit-unix ;; 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.