aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog1
-rw-r--r--man/ChangeLog6
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f584383ec23..9d22cf958a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces. 3 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4 (facemenu-set-face): Doc fix. 4 (facemenu-set-face): Doc fix.
5 (facemenu-listed-faces): Doc fix.
5 6
62006-08-09 Chong Yidong <cyd@stupidchicken.com> 72006-08-09 Chong Yidong <cyd@stupidchicken.com>
7 8
diff --git a/man/ChangeLog b/man/ChangeLog
index df2d8536e0b..8d252755de6 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12006-08-10 Richard Stallman <rms@gnu.org>
2
3 * text.texi (Format Faces): Substantial rewrites to deal
4 with face merging. Empty regions don't count. Clarify
5 face property inheritance.
6
12006-08-08 Romain Francoise <romain@orebokech.com> 72006-08-08 Romain Francoise <romain@orebokech.com>
2 8
3 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen 9 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen