aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-07-19 13:55:36 +0300
committerEli Zaretskii2013-07-19 13:55:36 +0300
commit621dd9ac0cf31453dc6e40436eae2aebd27d1517 (patch)
treef019f8bcc2b347307fa60c82d31349ea657aae73 /src/ChangeLog
parentac446ed806624ee66ccec019e631b9de58b14537 (diff)
downloademacs-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/ChangeLog7
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 @@
12013-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
12013-07-19 Paul Eggert <eggert@cs.ucla.edu> 82013-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.