diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1347eca1626..6376ed00446 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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. |