diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
| @@ -1,3 +1,29 @@ | |||
| 1 | 2013-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 | |||
| 9 | 2013-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 | |||
| 17 | 2013-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 | |||
| 22 | 2013-08-20 Glenn Morris <rgm@gnu.org> | ||
| 23 | |||
| 24 | * Makefile.in (distclean, bootstrap-clean, maintainer-clean): | ||
| 25 | Clean test/automated if present. | ||
| 26 | |||
| 1 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> | 27 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 28 | ||
| 3 | Merge from gnulib, incorporating: | 29 | Merge from gnulib, incorporating: |