aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 142ede7d681..82ab1e62541 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,8 @@
5 * lisp.h (Fread_file_name): Do not EXFUN it. 5 * lisp.h (Fread_file_name): Do not EXFUN it.
6 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ... 6 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
7 (char_composable_p): ... static function. All users changed. 7 (char_composable_p): ... static function. All users changed.
8 * eval.c (toplevel): Remove redundant #include directives.
9 * xterm.c (x_initialize): Add static to match prototype.
8 10
92014-06-16 Paul Eggert <eggert@cs.ucla.edu> 112014-06-16 Paul Eggert <eggert@cs.ucla.edu>
10 12