aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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: