comparison lisp/ChangeLog @ 45729:91b90aef166c

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 10 Jun 2002 06:30:41 +0000
parents 127e1bbee29f
children 1bc9d2131726
comparison
equal deleted inserted replaced
45728:6fb3f0f51997 45729:91b90aef166c
1 2002-06-10 Miles Bader <miles@gnu.org> 1 2002-06-10 Miles Bader <miles@gnu.org>
2 2
3 * files.el (revert-buffer): Correct typo: variable name is
4 `buffer-file-format', not `buffer-file-formats'.
5
6 * comint.el (comint-send-input, comint-output-filter): Use the
7 `font-lock-face' property instead of `face'. Don't check the
8 highlight-enabling variables anymore.
9 (comint-highlight-input, comint-highlight-prompt): Variables
10 removed.
11
3 * faces.el (display-supports-face-attributes-p): New function. 12 * faces.el (display-supports-face-attributes-p): New function.
4 (face-spec-set-match-display): Support `supports' predicate. 13 (face-spec-set-match-display): Support `supports' predicate.
5 (italic): Try underlining for displays that don't support real italics. 14 (italic): Try underlining for displays that don't support real italics.
6 * cus-edit.el (custom-display): Add support for `supports' predicate. 15 * cus-edit.el (custom-display): Add support for `supports' predicate.
7 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values 16 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values