aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-01-13 09:39:09 +0000
committerKim F. Storm2005-01-13 09:39:09 +0000
commitf75a592e8a32362c5dde4fc5d0d2db0dc4969f65 (patch)
tree333604ae89f50dbe98669ce13f542b3fe72a4914
parent8d3ef989116a671ea49debcd3cc9ed3d68491564 (diff)
downloademacs-f75a592e8a32362c5dde4fc5d0d2db0dc4969f65.tar.gz
emacs-f75a592e8a32362c5dde4fc5d0d2db0dc4969f65.zip
*** empty log message ***
-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