# HG changeset patch # User Miles Bader # Date 1023690641 0 # Node ID 91b90aef166cd2681bcb723e3cc5d2085f5cbc3a # Parent 6fb3f0f5199747d8985f54ecd54ff6daa868d1bd *** empty log message *** diff -r 6fb3f0f51997 -r 91b90aef166c lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 10 06:30:09 2002 +0000 +++ b/lisp/ChangeLog Mon Jun 10 06:30:41 2002 +0000 @@ -1,5 +1,14 @@ 2002-06-10 Miles Bader + * files.el (revert-buffer): Correct typo: variable name is + `buffer-file-format', not `buffer-file-formats'. + + * comint.el (comint-send-input, comint-output-filter): Use the + `font-lock-face' property instead of `face'. Don't check the + highlight-enabling variables anymore. + (comint-highlight-input, comint-highlight-prompt): Variables + removed. + * faces.el (display-supports-face-attributes-p): New function. (face-spec-set-match-display): Support `supports' predicate. (italic): Try underlining for displays that don't support real italics.