aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-05 10:24:54 +0400
committerDmitry Antipov2014-06-05 10:24:54 +0400
commitea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd (patch)
treed055b3ab685fea0ab59223f9dfcedd858576eccd /src/ChangeLog
parent0d46b5f12c2e87c1fb2d5f103f2012c2f03a7ba9 (diff)
downloademacs-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 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8cbd4c54e33..2a149a07214 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * keyboard.c, process.c: Do not define POLL_FOR_INPUT here
4 because it will be defined in generated config.h if needed.
5
12014-06-04 Dmitry Antipov <dmantipov@yandex.ru> 62014-06-04 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Use terminal-specific hooks to display popup dialogs. 8 Use terminal-specific hooks to display popup dialogs.