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 6d1a645c3ee..9097eab47a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12011-11-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Rename locals to avoid shadowing.
4 * fileio.c (Finsert_file_contents):
5 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
6 * process.c (wait_reading_process_output):
7 Rename inner 'proc' to 'p' to avoid shadowing.
8 Indent for consistency with usual Emacs style.
9
12011-11-25 Eli Zaretskii <eliz@gnu.org> 102011-11-25 Eli Zaretskii <eliz@gnu.org>
2 11
3 * xdisp.c (redisplay_window): If cursor row is not fully visible 12 * xdisp.c (redisplay_window): If cursor row is not fully visible