From 5fe1d13989c271a9cf42d874bc5746913b400134 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 2 Jan 2000 14:13:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 14 ++++++++++++++ src/ChangeLog | 11 +++++++++++ 2 files changed, 25 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4edf9b8b164..5eae42f1c30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2000-01-02 Eli Zaretskii + + * faces.el (read-face-attribute, defined-colors, color-defined-p): + Pass the frame to tty-color-* functions. + (display-color-p, frame-set-background-mode): Pass the frame to + tty-display-color-p. + + * term/tty-colors.el (tty-defined-color-alist): Renamed from + tty-color-alist. + (tty-color-alist, tty-modify-color-alist): New functions. + (tty-color-define, tty-color-clear, tty-color-approximate) + (tty-color-translate, tty-color-by-index, tty-color-desc): Accept + an optional parameter FRAME. + 2000-01-01 Gerd Moellmann * image.el (create-image, defimage): Don't assume image data is a diff --git a/src/ChangeLog b/src/ChangeLog index 317d5c7ec9b..8313360c52c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2000-01-02 Eli Zaretskii + + * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The + list of colors renamed to tty-defined-color-alist. + (tty_color_name): Pass the frame to tty-color-by-index. + (realize_tty_face): tty-color-alist is now a function which + accepts the frame as argument. + + * term.c (Ftty_display_color_p): Accept an optional argument + FRAME. + 2000-01-02 Eli Zaretskii * term.c (insert_glyphs): Pass glyph, not &glyph, to -- 2.39.5