changeset 40443:56bff1d567d6

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 29 Oct 2001 12:25:58 +0000
parents 0af29fd7072d
children 7a36ba4154c0
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 29 12:25:27 2001 +0000
+++ b/lisp/ChangeLog	Mon Oct 29 12:25:58 2001 +0000
@@ -1,5 +1,8 @@
 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
 
+	* enriched.el (enriched-face-ans): Handle face attributes
+	of the form `(FACE1 FACE2 ...)'.
+
 	* dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired
 	buffers.
 
--- a/src/ChangeLog	Mon Oct 29 12:25:27 2001 +0000
+++ b/src/ChangeLog	Mon Oct 29 12:25:58 2001 +0000
@@ -1,5 +1,8 @@
 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
 
+	* xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
+	the slant attribute if FRAME is t.
+
 	* xfns.c (x_set_internal_border_width): Set frame garbaged
 	when X window doesn't exist yet.