diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7e196668796..d5862485a76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-10-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * keyboard.c (init_kboard): Now static. Add arg | ||
| 4 | to denote window system. Adjust comment. | ||
| 5 | (init_keyboard): Adjust user. | ||
| 6 | (allocate_kboard): New function. | ||
| 7 | (syms_of_keyboard): | ||
| 8 | * nsterm.m (ns_term_init): | ||
| 9 | * term.c (init_tty): | ||
| 10 | * w32term.c (w32_create_terminal): | ||
| 11 | * xterm.c (x_term_init): Use it. | ||
| 12 | * keyboard.h (init_kboard): Remove prototype. | ||
| 13 | (allocate_kboard): Add prototype. | ||
| 14 | |||
| 1 | 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change) | 15 | 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change) |
| 2 | 16 | ||
| 3 | * image.c (GIFLIB_MAJOR): Ensure it's defined. | 17 | * image.c (GIFLIB_MAJOR): Ensure it's defined. |
| @@ -29,7 +43,7 @@ | |||
| 29 | so it shouldn't be used all the time. Perhaps we need two | 43 | so it shouldn't be used all the time. Perhaps we need two |
| 30 | flavors of 'eassert', one for where 'assume' is far more likely | 44 | flavors of 'eassert', one for where 'assume' is far more likely |
| 31 | to help or to hurt; but that can be done later. | 45 | to help or to hurt; but that can be done later. |
| 32 | Problem reported by Dmitry Andipov in | 46 | Problem reported by Dmitry Antipov in |
| 33 | <http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00276.html>. | 47 | <http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00276.html>. |
| 34 | Also, don't include <verify.h>; no longer needed. | 48 | Also, don't include <verify.h>; no longer needed. |
| 35 | 49 | ||