aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2005-06-22 14:23:06 +0000
committerGlenn Morris2005-06-22 14:23:06 +0000
commit6d44324c881f794fa0a3fe30ad8b6e9c10f0fb55 (patch)
treef3b30bdf338d89cca1fee029bf0f5e69541f800d
parentc40f319394304e09801a5d0ab47bcac4dbb1af23 (diff)
downloademacs-6d44324c881f794fa0a3fe30ad8b6e9c10f0fb55.tar.gz
emacs-6d44324c881f794fa0a3fe30ad8b6e9c10f0fb55.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lispref/ChangeLog4
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3cdad8fcecb..030cdbe22af 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * cus-edit.el (customize-face)
4 (customize-face-other-window): Handle face aliases.
5
6 * faces.el (face-documentation, set-face-attribute)
7 (face-spec-set): Handle face aliases.
8
12005-06-22 Juanma Barranquero <lekktu@gmail.com> 92005-06-22 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * help-mode.el (help-make-xrefs): If a symbol representing a face 11 * help-mode.el (help-make-xrefs): If a symbol representing a face
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 24d00a90f3a..3180955626a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * display.texi (Face Functions): Mention face aliases.
4
12005-06-21 Richard M. Stallman <rms@gnu.org> 52005-06-21 Richard M. Stallman <rms@gnu.org>
2 6
3 * anti.texi (Antinews): Texinfo usage fix. 7 * anti.texi (Antinews): Texinfo usage fix.