aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-08-22 18:05:50 +0900
committerKenichi Handa2012-08-22 18:05:50 +0900
commitfabc1281e9cde34ff9a19d843316d2ceca8647ad (patch)
treef38f13cab3ec6c32ab8ab49ea2e60f64969a0d22 /ChangeLog
parent4ff819d728960bf5e52b72501c606f4bb3fde028 (diff)
parent842e3a93aa3a0826cb4148376e54cd1527d10901 (diff)
downloademacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.tar.gz
emacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.zip
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b6e368ec75..5657f8bb3aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
12012-08-22 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
4 do not create the bin/emacs link. (Bug#12011)
5
62012-08-21 Paul Eggert <eggert@cs.ucla.edu>
7
8 Merge from gnulib, incorporating:
9 2012-08-20 extern-inline: support old GCC 'inline'
10
112012-08-20 Glenn Morris <rgm@gnu.org>
12
13 * configure.ac (AC_PROG_LN_S): Test for ln.
14 * Makefile.in (LN_S): New, set by configure.
15 (install-arch-dep): Use $LN_S.
16
172012-08-19 Paul Eggert <eggert@cs.ucla.edu>
18
19 Merge from gnulib, incorporating:
20 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
21 2012-08-19 mktime, sys_select: avoid 'static inline'
22 2012-08-19 gnulib-tool: Fix indentation.
23
242012-08-18 Paul Eggert <eggert@cs.ucla.edu>
25
26 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
27 These files have been unused since the 2012-06-22 patch that
28 introduced high-resolution time stamps.
29
12012-08-17 Jan Beich <jbeich@tormail.org> (tiny change) 302012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2 31
3 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux, 32 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,