X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5994c1836bc3c2457aa1e27c1191bf03a9be1721..891403f6d1b63dd2f82c4e67ff9a311308906f67:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ef14255208..16afbdd3c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,349 @@ +2012-08-20 Glenn Morris + + * configure.ac (AC_PROG_LN_S): Test for ln. + * Makefile.in (LN_S): New, set by configure. + (install-arch-dep): Use $LN_S. + +2012-08-19 Paul Eggert + + Merge from gnulib, incorporating: + 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE + 2012-08-19 mktime, sys_select: avoid 'static inline' + 2012-08-19 gnulib-tool: Fix indentation. + +2012-08-18 Paul Eggert + + * lib/sigprocmask.c, m4/signalblocking.m4: Remove. + These files have been unused since the 2012-06-22 patch that + introduced high-resolution time stamps. + +2012-08-17 Jan Beich (tiny change) + + * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux, + gnu-kfreebsd, freebsd, and netbsd. (Bug#12040) + +2012-08-14 Paul Eggert + + Merge from gnulib, incorporating: + 2012-08-05 extern-inline: also ignore -Wmissing-declarations + +2012-08-10 Juanma Barranquero + + * lib/makefile.w32-in (STAT_TIME_H): New macro. + (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O)) + ($(BLD)/u64.$(O)): Update dependencies. + +2012-08-10 Glenn Morris + + * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h. + +2012-08-08 Dmitry Antipov + + * configure.ac (--disable-features): Rename to --without-all. + (OPTION_DEFAULT_ON): Change to use with_features. + * INSTALL: Fix description. + +2012-08-07 Dmitry Antipov + + * configure.ac: New option --disable-features. + (OPTION_DEFAULT_ON): Change to use enable_features. + * INSTALL: Explain --disable-features. + +2012-08-07 Glenn Morris + + * configure.ac: Require automake 1.11 (fairly arbitrarily). + * autogen.sh (automake_min): Get it from configure.ac. + +2012-08-06 Glenn Morris + + * configure.ac (BROKEN_GETWD) [unixware]: New define. + + * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove. + (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT. + (DISPNEW_NEEDS_STDIO_EXT): New define. + +2012-08-05 Michael Albinus + + * INSTALL: Explain how to completely disable D-Bus. (Bug#12112) + +2012-08-05 Ulrich Müller + + * configure.ac: Disable paxctl if binaries don't have a + PT_PAX_FLAGS program header. (Bug#11979) + +2012-08-03 Eli Zaretskii + + * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O), + $(BLD)/timespec.$(O), and $(BLD)/u64.$(O). + (SHA512_H): Don't mention u64.h twice. + ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)): + New targets. + +2012-08-03 Paul Eggert + + Merge from gnulib, incorporating: + 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds + +2012-08-02 YAMAMOTO Mitsuharu + + * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for + out-of-tree build. + +2012-08-02 Glenn Morris + + * make-dist: Remove src/s. + + * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location. + +2012-08-02 Paul Eggert + + Merge from gnulib (Bug#12116), incorporating: + 2012-08-01 extern-inline: new module + 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline + * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4: + New files. The new .c files are for instantiating extern inline + functions. + + Port to Solaris 8. + Without this change, 'configure' fails because the recently-added + wait3 prototype in config.h messes up later 'configure' tests. + Fix this problem by droping wait3 and WRETCODE, as they're + no longer needed on hosts that are current porting targets. + * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME. + All uses changed to waitpid and WEXITSTATUS. + + Avoid needless autoheader after autogen.sh. + * src/stamp-h.in: Remove from bzr repository; no longer needed there. + * .bzrignore: Add it. + * autogen.sh: Create it. + +2012-08-01 Glenn Morris + + * configure.ac (DOS_NT, MSDOS): New system type templates. + +2012-08-01 Ulrich Müller + + * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]: + Don't include crtbegin.o and crtend.o. (Bug#12047) + +2012-08-01 Glenn Morris + + * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC) + (INTERNAL_TERMINAL): New. + + * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP) + (IS_ANY_SEP): Move here from src/lisp.h. + +2012-08-01 Juanma Barranquero + + * lib/makefile.w32-in (CONFIG_H): Update dependencies. + (CONF_POST_H): New macro. + +2012-07-31 Glenn Morris + + * configure.ac (S_FILE): Remove output variable. + + * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix. + + * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): + Move here from src. + + * configure.ac (AMPERSAND_FULL_NAME, subprocesses): + Move here from conf_post.h. + +2012-07-31 Dmitry Antipov + + Improve OpenMotif detection on GNU/Linux systems. + * configure.ac (MOTIF): Check for /usr/include/openmotif + and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif. + +2012-07-31 Andreas Schwab + + * Makefile.in (install-arch-indep): Avoid eval. + +2012-07-31 Glenn Morris + + * configure.ac (opsysfile, S_FILE): Now they are always empty. + + * configure.ac (opsysfile): Forgot to set it to empty on sol2-10 + when removing src/s/sol2-6.h yesterday. + + * configure.ac (USG5_4): Reintroduce this. + (opsysfile): Set to empty on irix6-5, sol2*, and unixware. + + * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h. + + * configure.ac (opsysfile): Set to empty on hpux*, darwin; + and to s/usg5-4-common.h on irix6-5. + +2012-07-30 Glenn Morris + + * configure.ac (AH_BOTTOM): Use an include file, so that the + contents do not get processed by autoheader. + +2012-07-30 Paul Eggert + + Do not overwrite config.status while executing it (Bug#11214). + * Makefile.in (MAKEFILE_NAME): New macro. + ($(MAKEFILE_NAME)): Rename rule from Makefile. + * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value, + so that GNU 'make' isn't tempted to make the Makefile and then + regenerate config.status while config.status is running. + + Update .PHONY listings in makefiles. + * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force, + FRC, install-arch-dep, install-arch-indep, install-doc, + install-info, install-man, install-etc, install-strip, uninstall, + bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir. + (.RECURSIVE): Remove; hasn't been needed for years. + +2012-07-30 Glenn Morris + + * configure.ac (SIGNAL_H_AHB): New hack macro. + (opsysfile): Set to empty on netbsd, openbsd. + (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined. + + * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s. + +2012-07-30 Jan Djärv + + * Makefile.in (install-arch-indep): Remove sh -x. + +2012-07-30 Glenn Morris + + * configure.ac (opsysfile): Tweak message for null case. + + * configure.ac (opsysfile): Set to empty on aix4-2, freebsd, + gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. + +2012-07-30 Paul Eggert + + Merge from gnulib, incorporating: + * doc/misc/texinfo.tex: Update to 2012-07-29.17 version. + +2012-07-29 Jan Djärv + + * Makefile.in (install-arch-indep): Handle space in locallisppath. + +2012-07-28 Paul Eggert + + Use Gnulib environ module (Bug#9772). + * m4/environ.m4: New file, from gnulib. + * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. + + Use Gnulib stdalign module (Bug#9772, Bug#9960). + This should improve portability of macros like alignof and DECL_ALIGN. + * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib. + * .bzrignore: Add lib/stdalign.h. + * config.bat: Do not set NO_DECL_ALIGN; no longer needed. + Copy lib/stdalign.in.h to lib/stdalign.in-h as needed. + * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that + fiddles with this, as gnulib now does this for us. + +2012-07-17 Dmitry Antipov + + Fix toolkit configuration report. + * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if + --with-x-toolkit=gtk3 is used. + +2012-07-17 Paul Eggert + + Fix regression with pthread_sigmask on FreeBSD (Bug#11884). + * configure.ac: Configure gnulib at the end, not before running + pkg-config. This restores the behavior before 2012-06-22, when + higher-resolution time stamps were added, and fixes a bug whereby + LIB_PTHREAD was not used and gnulib's part of 'configure' + therefore incorrectly assumed that pthread_sigmask wasn't working. + Fix the problem with -lrt and clock_gettime a different way. + This should complete the fix for Bug#11884. + (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars. + +2012-07-15 Paul Eggert + + Merge from gnulib, incorporating: + 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884) + 2012-07-11 gettext: do not assume '#define ... defined ...' behavior + +2012-07-14 Glenn Morris + + * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s. + (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body. + +2012-07-13 Glenn Morris + + * configure.ac (opsysfile): Set to empty on gnu, cygwin. + + * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN) + (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2): + Move "system type" macros here from src/s. + (BSD_SYSTEM_AHB): New hack macro. + (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB. + + * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY) + (GC_MARK_SECONDARY_STACK): Move here from src/s. + +2012-07-12 Glenn Morris + + * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA + setting here from src/s/darwin.h. + + * configure.ac (NO_MATHERR): Unconditionally define for Darwin; + as src/s/darwin.h used to. + + * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME) + (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO) + (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES) + (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN) + (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP) + (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS) + (XOS_NEEDS_TIME_H): Move here from src/s. + +2012-07-11 Glenn Morris + + * configure.ac (INTERRUPT_INPUT): Move here from src/s. + (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally. + +2012-07-11 Paul Eggert + + * configure.ac (tzset): Remove check that's redundant with gnulib. + +2012-07-11 Glenn Morris + + * configure.ac (CLASH_DETECTION): Define unconditionally. + + * configure.ac (opsysfile): Use bsd-common on gnu systems. + + * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): + (SIGNALS_VIA_CHARACTERS): Move here from src/s. + +2012-07-11 Paul Eggert + + Assume mkdir, rename, rmdir, strerror. + * configure.ac (mkdir, rename, rmdir, strerror): Remove check. + +2012-07-11 Glenn Morris + + * configure.ac (DONT_REOPEN_PTY): Move here from src/s. + + * configure.ac (DEFAULT_SOUND_DEVICE): New definition. + +2012-07-10 Paul Eggert + + Remove "#define unix" that is no longer needed (Bug#11905). + Merge from gnulib to make "#define unix" unnecessary, incorporating: + 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft + 2012-07-09 getopt: Simplify after Emacs changed. + +2012-07-10 Glenn Morris + + * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT): + Move here from src/s. + +2012-07-09 Andreas Schwab + + * configure.ac (PNG_DEPSTRUCT): Define this instead of + PNG_DEPRECATED. + 2012-07-09 Paul Eggert Add GCC-style 'const' attribute to functions that can use it. @@ -211,7 +557,7 @@ * lib/stat-time.h: * lib/timespec.h: - * lib/utimens.h: Include sys/time.h + * lib/utimens.h: Include sys/time.h. 2012-06-23 Andreas Schwab @@ -5076,7 +5422,7 @@ 2004-10-08 Steven Tamm - * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h + * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h. 2004-10-06 Jan Djärv @@ -7923,7 +8269,7 @@ 1995-09-30 Richard Stallman - * configure.in (powerpc-*-solaris2): New alternative.x + * configure.in (powerpc-*-solaris2): New alternative. 1995-09-12 Karl Heuer @@ -8441,7 +8787,7 @@ 1994-09-20 Richard Stallman - * Makefile.in (paths-force): Depend on src/paths.h + * Makefile.in (paths-force): Depend on src/paths.h. 1994-09-19 Karl Heuer @@ -9282,7 +9628,7 @@ 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu) - * make-dist: Dist vpath.sed + * make-dist: Dist vpath.sed. * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Depend on vpath.sed.