aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey2013-08-25 14:25:59 -0600
committerTom Tromey2013-08-25 14:25:59 -0600
commit793ea5055aea85ff9227e1bf0c84ab37edba7201 (patch)
treec9799eebe2b797a55fcbfcbd3710c9b5aa70051d /ChangeLog
parent1ce4c6398ea453a66f6943552b0ec866a690e9b1 (diff)
parente687aa335a21662f67d2d73063272504a171ffab (diff)
downloademacs-793ea5055aea85ff9227e1bf0c84ab37edba7201.tar.gz
emacs-793ea5055aea85ff9227e1bf0c84ab37edba7201.zip
merge from trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27395616072..35dbeb6065c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
12013-08-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
4 This improves on the patch already installed, by quoting options
5 that contain spaces and suchlike systematically, so that
6 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
7 these characters.
8
92013-08-21 Paul Eggert <eggert@cs.ucla.edu>
10
11 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
12 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
13 and reports EINVAL, try it again without O_CLOEXEC. This should
14 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
15 What were they thinking?
16
172013-08-20 Paul Eggert <eggert@cs.ucla.edu>
18
19 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
20 Fix shell-operator precedence problem in previous change.
21
222013-08-20 Glenn Morris <rgm@gnu.org>
23
24 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
25 Clean test/automated if present.
26
12013-08-19 Paul Eggert <eggert@cs.ucla.edu> 272013-08-19 Paul Eggert <eggert@cs.ucla.edu>
2 28
3 Merge from gnulib, incorporating: 29 Merge from gnulib, incorporating: