aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-10-10 10:48:42 +0400
committerDmitry Antipov2013-10-10 10:48:42 +0400
commit1afcba638a6ecf9fe6db1e52594024b323d4145e (patch)
treef43c87166dc7ca92b95294029ff23cf71295a8fe /src/ChangeLog
parent20832de03e2f5f7a98f97e3f1ae5f03f26d00b77 (diff)
downloademacs-1afcba638a6ecf9fe6db1e52594024b323d4145e.tar.gz
emacs-1afcba638a6ecf9fe6db1e52594024b323d4145e.zip
* keyboard.c (init_kboard): Now static. Add arg
to denote window system. Adjust comment. (init_keyboard): Adjust user. (allocate_kboard): New function. (syms_of_keyboard): * nsterm.m (ns_term_init): * term.c (init_tty): * w32term.c (w32_create_terminal): * xterm.c (x_term_init): Use it. * keyboard.h (init_kboard): Remove prototype. (allocate_kboard): Add prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
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 @@
12013-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
12013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change) 152013-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