aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 357bb9a37a8..3de7ddcdb28 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-03-06 Paul Eggert <eggert@cs.ucla.edu> 12011-03-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move here
4 from xdisp.c, and make static, since these are used only here.
5 * window.h, xdisp.c (minibuf_prompt, minibuf_prompt_width):
6 Remove decls.
7
3 * cmds.c (internal_self_insert): Reindent to match Emacs style. 8 * cmds.c (internal_self_insert): Reindent to match Emacs style.
4 9
5 * xdisp.c: Rename or move local decls to avoid shadowing. 10 * xdisp.c: Rename or move local decls to avoid shadowing.