diff options
| author | Dmitry Antipov | 2014-06-05 10:24:54 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-06-05 10:24:54 +0400 |
| commit | ea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd (patch) | |
| tree | d055b3ab685fea0ab59223f9dfcedd858576eccd /ChangeLog | |
| parent | 0d46b5f12c2e87c1fb2d5f103f2012c2f03a7ba9 (diff) | |
| download | emacs-ea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd.tar.gz emacs-ea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd.zip | |
* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
* nt/inc/ms-w32.h (POLL_FOR_INPUT): Likewise.
* src/keyboard.c, src/process.c: Do not define POLL_FOR_INPUT here
because it will be defined in generated config.h if needed.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM. | ||
| 4 | |||
| 1 | 2014-06-05 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-06-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * configure.ac: --without-all now implies --without-xft, --disable-acl. | 7 | * configure.ac: --without-all now implies --without-xft, --disable-acl. |