diff options
| author | Eli Zaretskii | 2013-07-19 13:55:36 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-07-19 13:55:36 +0300 |
| commit | 621dd9ac0cf31453dc6e40436eae2aebd27d1517 (patch) | |
| tree | f019f8bcc2b347307fa60c82d31349ea657aae73 /src/ChangeLog | |
| parent | ac446ed806624ee66ccec019e631b9de58b14537 (diff) | |
| download | emacs-621dd9ac0cf31453dc6e40436eae2aebd27d1517.tar.gz emacs-621dd9ac0cf31453dc6e40436eae2aebd27d1517.zip | |
Fix the fix for bug #14901.
src/keyboard.c (kbd_buffer_get_event): Use Display_Info instead of
unportable 'struct x_display_info'.
(DISPLAY_LIST_INFO): Delete macro: not needed, since Display_Info
is a portable type.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b0c486ab8b2..fffb0e81a0a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-07-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (kbd_buffer_get_event): Use Display_Info instead of | ||
| 4 | unportable 'struct x_display_info'. | ||
| 5 | (DISPLAY_LIST_INFO): Delete macro: not needed, since Display_Info | ||
| 6 | is a portable type. | ||
| 7 | |||
| 1 | 2013-07-19 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-07-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues. | 10 | * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues. |