Mercurial > emacs
comparison lisp/ChangeLog @ 45726:127e1bbee29f
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 10 Jun 2002 02:51:39 +0000 |
parents | 5b5e4677c057 |
children | 91b90aef166c |
comparison
equal
deleted
inserted
replaced
45725:abb237aa3c61 | 45726:127e1bbee29f |
---|---|
1 2002-06-10 Miles Bader <miles@gnu.org> | 1 2002-06-10 Miles Bader <miles@gnu.org> |
2 | 2 |
3 * faces.el (display-supports-face-attributes-p): New function. | 3 * faces.el (display-supports-face-attributes-p): New function. |
4 (face-spec-set-match-display): Support `supports' predicate. | 4 (face-spec-set-match-display): Support `supports' predicate. |
5 (italic): Try underlining for displays that don't support real italics. | 5 (italic): Try underlining for displays that don't support real italics. |
6 * cus-edit.el (custom-display): Add support for `supports' predicate. | |
6 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values | 7 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values |
7 instead of 8-bit, for consistency with the rest of emacs. | 8 instead of 8-bit, for consistency with the rest of emacs. |
8 (tty-color-canonicalize): Only copy COLOR if we need to change it. | 9 (tty-color-canonicalize): Only copy COLOR if we need to change it. |
9 (tty-color-approximate): Scale values from `color-name-rgb-alist' | 10 (tty-color-approximate): Scale values from `color-name-rgb-alist' |
10 appropriately. Return the whole color description, rather than | 11 appropriately. Return the whole color description, rather than |