aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c11fd18714e..c87dfb5056e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12011-04-13 Paul Eggert <eggert@cs.ucla.edu> 12011-04-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * insdel.c: Make symbols static if they're not exported.
4 However, leave prepare_to_modify_buffer alone. It's never
5 called from outside this function, but that appears to be a bug.
6 (combine_after_change_list, combine_after_change_buffer):
7 (adjust_after_replace): Now static.
8 (adjust_after_replace_noundo): Remove; unused.
9 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
10 Remove decls.
11
3 * indent.c (val_compute_motion, val_vmotion): Now static. 12 * indent.c (val_compute_motion, val_vmotion): Now static.
4 13
5 * image.c: Make symbols static if they're not exported. 14 * image.c: Make symbols static if they're not exported.