aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82ab1e62541..177cfab160e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,10 +3,13 @@
3 * fileio.c (Fread_file_name): Do not pass redundant args and ... 3 * fileio.c (Fread_file_name): Do not pass redundant args and ...
4 * callint.c (read_file_name): ... convert to static here. 4 * callint.c (read_file_name): ... convert to static here.
5 * lisp.h (Fread_file_name): Do not EXFUN it. 5 * lisp.h (Fread_file_name): Do not EXFUN it.
6 (STRING_COPYIN): Remove; unused.
6 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ... 7 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
7 (char_composable_p): ... static function. All users changed. 8 (char_composable_p): ... static function. All users changed.
8 * eval.c (toplevel): Remove redundant #include directives. 9 * eval.c (toplevel): Remove redundant #include directives.
9 * xterm.c (x_initialize): Add static to match prototype. 10 * xterm.c (x_initialize): Add static to match prototype.
11 * ccl.c (Fccl_execute_on_string):
12 * font.c (fon_intern_prop): Use make_specified_string.
10 13
112014-06-16 Paul Eggert <eggert@cs.ucla.edu> 142014-06-16 Paul Eggert <eggert@cs.ucla.edu>
12 15