# HG changeset patch # User Gerd Moellmann # Date 986226606 0 # Node ID d4454194ad5b7237e70324a2a307f12b9964451e # Parent 187f754d89cc0fa86464ba6424d1ea3e8f3751d0 *** empty log message *** diff -r 187f754d89cc -r d4454194ad5b src/ChangeLog --- 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 + + * 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 * xdisp.c (get_overlay_strings): Set iterator's end_charpos.