aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index ba92593909e..7346688747e 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-01-13 Kim F. Storm <storm@cua.dk>
2
3 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
4
12005-01-13 Francis Litterio <franl@world.std.com> (tiny change) 52005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2 6
3 * keymaps.texi (Active Keymaps): Fix overriding-local-map description. 7 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
diff --git a/src/ChangeLog b/src/ChangeLog
index a9ae3348179..fef0ab1e1e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-01-13 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
4 (specify 0 for FACE instead). Reorder arg list. Doc fix.
5
12005-01-12 Richard M. Stallman <rms@gnu.org> 62005-01-12 Richard M. Stallman <rms@gnu.org>
2 7
3 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default 8 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default