diff options
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. |