diff options
| author | Glenn Morris | 2012-07-11 23:34:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 23:34:40 -0700 |
| commit | 6e7778482fb5fc9e527b799db7c83b210674c2a8 (patch) | |
| tree | 0f8abc321d764ce068acbeea87bd7b947e1eea65 /src/ChangeLog | |
| parent | 4a7edc24ba4da27f44151df4e4541c86c35d3037 (diff) | |
| download | emacs-6e7778482fb5fc9e527b799db7c83b210674c2a8.tar.gz emacs-6e7778482fb5fc9e527b799db7c83b210674c2a8.zip | |
Move FIRST_PTY_LETTER, PTY_ITERATION from src/s to configure
* configure.ac (FIRST_PTY_LETTER PTY_ITERATION): Move here from src/s.
* src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h:
* src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h, src/s/template.h:
* src/s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b6eaa3820a..19b89259067 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-07-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h: | ||
| 4 | * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h: | ||
| 5 | * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure. | ||
| 6 | |||
| 1 | 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Use empty_unibyte_string where applicable. | 9 | Use empty_unibyte_string where applicable. |