diff options
| author | Miles Bader | 2002-06-09 13:03:29 +0000 |
|---|---|---|
| committer | Miles Bader | 2002-06-09 13:03:29 +0000 |
| commit | ab2e49a0b5b09b69a2cd375170b031d8045a2de4 (patch) | |
| tree | af1bf82e3ba43f0b98b2f9921c0294bfa8b8a7b2 /src | |
| parent | b35df831c55eef2f2a4707fb5583fd5abb2c7bc3 (diff) | |
| download | emacs-ab2e49a0b5b09b69a2cd375170b031d8045a2de4.tar.gz emacs-ab2e49a0b5b09b69a2cd375170b031d8045a2de4.zip | |
*** empty log message ***
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. |