diff options
| author | Kenichi Handa | 2012-08-22 18:05:50 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-22 18:05:50 +0900 |
| commit | fabc1281e9cde34ff9a19d843316d2ceca8647ad (patch) | |
| tree | f38f13cab3ec6c32ab8ab49ea2e60f64969a0d22 /ChangeLog | |
| parent | 4ff819d728960bf5e52b72501c606f4bb3fde028 (diff) | |
| parent | 842e3a93aa3a0826cb4148376e54cd1527d10901 (diff) | |
| download | emacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.tar.gz emacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.zip | |
merge trunk
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
| @@ -1,3 +1,32 @@ | |||
| 1 | 2012-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 | |||
| 6 | 2012-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 | |||
| 11 | 2012-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 | |||
| 17 | 2012-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 | |||
| 24 | 2012-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 | |||
| 1 | 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change) | 30 | 2012-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, |