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 fae7e8a29c9..25935defc9b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * filelock.c (within_one_second): Now static.
4
3 * buffer.c (fix_overlays_before): Mark locals as initialized. 5 * buffer.c (fix_overlays_before): Mark locals as initialized.
4 (fix_start_end_in_overlays): Likewise. This function should be 6 (fix_start_end_in_overlays): Likewise. This function should be
5 simplified by using pointers-to-pointers, but that's a different 7 simplified by using pointers-to-pointers, but that's a different