Use symlink in installed bin/ directory, where supported
[bpt/emacs.git] / ChangeLog
index d6d7596..16afbdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2012-08-20  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <eggert@cs.ucla.edu>
+
+       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  <eggert@cs.ucla.edu>
+
+       * 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  <jbeich@tormail.org>  (tiny change)
+
+       * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
+       gnu-kfreebsd, freebsd, and netbsd.  (Bug#12040)
+
+2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2012-08-05 extern-inline: also ignore -Wmissing-declarations
+
+2012-08-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <rgm@gnu.org>
+
+       * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
+
+2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * configure.ac (--disable-features): Rename to --without-all.
+       (OPTION_DEFAULT_ON): Change to use with_features.
+       * INSTALL: Fix description.
+
+2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * configure.ac: New option --disable-features.
+       (OPTION_DEFAULT_ON): Change to use enable_features.
+       * INSTALL: Explain --disable-features.
+
+2012-08-07  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Require automake 1.11 (fairly arbitrarily).
+       * autogen.sh (automake_min): Get it from configure.ac.
+
+2012-08-06  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <michael.albinus@gmx.de>
+
+       * INSTALL: Explain how to completely disable D-Bus.  (Bug#12112)
+
+2012-08-05  Ulrich Müller  <ulm@gentoo.org>
+
+       * configure.ac: Disable paxctl if binaries don't have a
+       PT_PAX_FLAGS program header.  (Bug#11979)
+
+2012-08-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
+
 2012-08-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
        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/utimespec.c, lib/u64.c, m4/extern-inline.m4:
+       * 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.