diff options
| author | Dmitry Antipov | 2013-12-12 08:04:35 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-12-12 08:04:35 +0400 |
| commit | 9654230233e49cf93e6a8f38685e4b809f02789e (patch) | |
| tree | 395daadf5e366adcf59864c230fa0c39985bd22e /src/ChangeLog | |
| parent | f54de22e65df1f0f0345efce4d6fd3487d0f7bb5 (diff) | |
| download | emacs-9654230233e49cf93e6a8f38685e4b809f02789e.tar.gz emacs-9654230233e49cf93e6a8f38685e4b809f02789e.zip | |
* xterm.c (x_make_frame_visible): Restore hack which is needed when
input polling is used. This is still meaningful for Cygwin, see
http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00351.html.
* keyboard.c (poll_for_input_1, input_polling_used): Define
unconditionally.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 89c640bd8c7..60258810fe2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-12-12 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xterm.c (x_make_frame_visible): Restore hack which is needed when | ||
| 4 | input polling is used. This is still meaningful for Cygwin, see | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00351.html. | ||
| 6 | * keyboard.c (poll_for_input_1, input_polling_used): Define | ||
| 7 | unconditionally. | ||
| 8 | |||
| 1 | 2013-12-11 Ken Brown <kbrown@cornell.edu> | 9 | 2013-12-11 Ken Brown <kbrown@cornell.edu> |
| 2 | 10 | ||
| 3 | * dispextern.h (erase_phys_cursor): | 11 | * dispextern.h (erase_phys_cursor): |