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 56bb83e0314..8d492d1cdf5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-11 Paul Eggert <eggert@cs.ucla.edu> 12011-04-11 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (DEFINE_FUNC): Make sname 'static'.
4
3 Make Emacs functions such as Fatom 'static' by default. 5 Make Emacs functions such as Fatom 'static' by default.
4 This makes it easier for human readers (and static analyzers) 6 This makes it easier for human readers (and static analyzers)
5 to see whether these functions can be called from other modules. 7 to see whether these functions can be called from other modules.
@@ -16,6 +18,7 @@
16 Remove decls, since these functions are now static. 18 Remove decls, since these functions are now static.
17 (Funintern, Fget_internal_run_time): New decls, since these functions 19 (Funintern, Fget_internal_run_time): New decls, since these functions
18 were already external. 20 were already external.
21
19 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c: 22 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
20 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c: 23 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
21 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c: 24 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c: