X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/29c3cbf0f36fe92cb2be88b7e7daa03d67124399..231a33160ed418f73dea4f0972e469c8cdd64c13:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 16234e71e1..b78d78c410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,188 @@ +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. @@ -42,8 +227,7 @@ 2002-04-28 Colin Walters - * 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,Bm(Bk @@ -54,7 +238,7 @@ * configure.in: Add support for powerpc-apple-darwin*. (HAVE_CARBON): Add. - * make-dist: Create directories in mac/Emacs.app. + * make-dist: Create directories in mac/Emacs.app. 2002-04-25 Pavel Jan,Bm(Bk @@ -73,8 +257,7 @@ 2002-04-15 Andreas Schwab - * Makefile.in ($(srcdir)/src/config.in): Generate using - autoheader. + * 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. @@ -120,7 +303,7 @@ * 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". @@ -221,8 +404,7 @@ 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. @@ -237,16 +419,14 @@ 2001-11-23 Eli Zaretskii - * 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 * Makefile.in (install-arch-indep): Install the calc .info files. - (uninstall): Handle deletion of calc .info files (thanks Pavel - Jan,Bm(Bk). + (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Bm(Bk). 2001-11-17 Eli Zaretskii @@ -266,8 +446,7 @@ 2001-11-13 Pavel Jan,Bm(Bk - * 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. @@ -333,15 +512,13 @@ 2001-10-25 Gerd Moellmann * 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 * 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