Mercurial > emacs
comparison src/ChangeLog @ 45719:3809dbad829a
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 09 Jun 2002 13:03:29 +0000 |
parents | b31ffbdd8d11 |
children | 55eeb73a3227 |
comparison
equal
deleted
inserted
replaced
45718:e495189229e4 | 45719:3809dbad829a |
---|---|
1 2002-06-09 Miles Bader <miles@gnu.org> | |
2 | |
3 * xfaces.c (Ftty_supports_face_attributes_p): New function. | |
4 (parse_rgb_list, tty_lookup_color): New functions. | |
5 (tty_defined_color): Use `tty_lookup_color' to do all the work. | |
6 (color_distance, Fcolor_distance): New functions. | |
7 (TTY_SAME_COLOR_THRESHOLD): New macro. | |
8 (Qtty_color_standard_values): New variable. | |
9 (syms_of_xfaces): Initialize new vars & functions. | |
10 | |
1 2002-06-08 Colin Walters <walters@verbum.org> | 11 2002-06-08 Colin Walters <walters@verbum.org> |
2 | 12 |
3 * textprop.c (Vchar_property_alias_alist): New variable. | 13 * textprop.c (Vchar_property_alias_alist): New variable. |
4 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP. | 14 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP. |
5 | 15 |