Mercurial > emacs
changeset 37144:d4454194ad5b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 02 Apr 2001 15:50:06 +0000 |
parents | 187f754d89cc |
children | e0b7a9135b1d |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Apr 02 15:49:25 2001 +0000 +++ b/src/ChangeLog Mon Apr 02 15:50:06 2001 +0000 @@ -1,3 +1,13 @@ +2001-04-02 Gerd Moellmann <gerd@gnu.org> + + * xterm.c (x_alloc_nearest_color_1): New function. + (x_alloc_nearest_color): Use it. + (x_color_cells): Take a Display as argument, instead of a frame. + (cvt_string_to_pixel_args, cvt_string_to_pixel_value): New variables. + (cvt_string_to_pixel, cvt_pixel_dtor): New functions. + (x_initialize): Register cvt_string_to_pixel as resource converter + string -> Pixel and cvt_pixel_dtor as pixel resource destructor. + 2001-03-30 Gerd Moellmann <gerd@gnu.org> * xdisp.c (get_overlay_strings): Set iterator's end_charpos.