aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-02 15:50:06 +0000
committerGerd Moellmann2001-04-02 15:50:06 +0000
commit651f03b6de9a82d604d084a6a89c1f5d112fed03 (patch)
treeacfecb09772f6c4d5fd123a6441c53b9f83c770b /src/ChangeLog
parent3ade370ae4259df3a4df11a829d2437239fa178a (diff)
downloademacs-651f03b6de9a82d604d084a6a89c1f5d112fed03.tar.gz
emacs-651f03b6de9a82d604d084a6a89c1f5d112fed03.zip
(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. (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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bd32de23137..5e6dc08d45b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-04-02 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_alloc_nearest_color_1): New function.
4 (x_alloc_nearest_color): Use it.
5 (x_color_cells): Take a Display as argument, instead of a frame.
6 (cvt_string_to_pixel_args, cvt_string_to_pixel_value): New variables.
7 (cvt_string_to_pixel, cvt_pixel_dtor): New functions.
8 (x_initialize): Register cvt_string_to_pixel as resource converter
9 string -> Pixel and cvt_pixel_dtor as pixel resource destructor.
10
12001-03-30 Gerd Moellmann <gerd@gnu.org> 112001-03-30 Gerd Moellmann <gerd@gnu.org>
2 12
3 * xdisp.c (get_overlay_strings): Set iterator's end_charpos. 13 * xdisp.c (get_overlay_strings): Set iterator's end_charpos.