diff options
| author | Miles Bader | 2004-06-04 06:00:59 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-06-04 06:00:59 +0000 |
| commit | 9717e36cff1ceda0bbebb2209c9fbbbd420af6d0 (patch) | |
| tree | 4bcc228ea273eed5cf6e2f4134cb41d63635fca8 /src/ChangeLog | |
| parent | 5129f10c94db38789a92f396f568f993d726e7bd (diff) | |
| download | emacs-9717e36cff1ceda0bbebb2209c9fbbbd420af6d0.tar.gz emacs-9717e36cff1ceda0bbebb2209c9fbbbd420af6d0.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
Move `display-supports-face-attributes-p' entirely into C code
Previously only the tty-related portion of display-supports-face-attributes-p
was done in C. This just moves the graphical-display related bits into C
too, which allows us to implement them properly (the previous attempt to do a
halfway-proper job in lisp didn't work because of funny conditions during
emacs startup).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fd108641f22..5c87b950403 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-06-04 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (tty_supports_face_attributes_p): New function, mostly | ||
| 4 | from Ftty_supports_face_attributes_p. | ||
| 5 | (x_supports_face_attributes_p): New function. | ||
| 6 | (Ftty_supports_face_attributes_p): Function deleted. | ||
| 7 | (Fdisplay_supports_face_attributes_p): New function. | ||
| 8 | (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p. | ||
| 9 | (face_attr_equal_p): New function | ||
| 10 | (lface_equal_p): Use it. | ||
| 11 | |||
| 1 | 2004-06-03 Juanma Barranquero <lektu@terra.es> | 12 | 2004-06-03 Juanma Barranquero <lektu@terra.es> |
| 2 | 13 | ||
| 3 | * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command) | 14 | * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command) |