aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2838d3f692a..9265051e311 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12014-07-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 Coalesce extern decls.
4 * minibuf.c (emacs_get_tty, emacs_set_tty, suppress_echo_on_tty):
5 * sysdep.c (emacs_get_tty, emacs_set_tty):
6 Move duplicate extern decls from here ...
7 * systty.h: ... to here, so that there's just one copy.
8
12014-07-11 Jan Djärv <jan.h.d@swipnet.se> 92014-07-11 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * nsterm.m (changeFont:): Add ifdef NS_IMPL_COCOA. 11 * nsterm.m (changeFont:): Add ifdef NS_IMPL_COCOA.