From: Gerd Moellmann Date: Mon, 29 Oct 2001 12:27:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=793057bd2543f7e1956c36f0e42f2aece8d8b847;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9764662b9da..90e67f0e4a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-10-29 Gerd Moellmann + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 31d1a461c49..7615e4edb6c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-29 Gerd Moellmann + + * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for + the slant attribute if FRAME is t. + 2001-10-29 Eli Zaretskii * emacs.c (Finvocation_directory): Doc fix.