diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 587efbd79f6..e78a32c26ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-05-14 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Minor cleanup for terminal setup. | ||
| 4 | * termhooks.h (create_terminal): Adjust prototype. | ||
| 5 | * terminal.c (create_terminal): Pass output method and RIF as args. | ||
| 6 | (init_initial_terminal): | ||
| 7 | * nsterm.m (ns_create_terminal): | ||
| 8 | * term.c (init_tty): | ||
| 9 | * w32term.c (w32_create_terminal): | ||
| 10 | * xterm.c (x_create_terminal): Adjust users. | ||
| 11 | Avoid redundant NULL initializers and add comments. | ||
| 12 | |||
| 1 | 2014-05-13 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2014-05-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | * keyboard.c (Qdeactivate_mark): Now static. | 15 | * keyboard.c (Qdeactivate_mark): Now static. |