diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff6945d8656..125028297d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> + * xterm.c (x_alloc_nearest_color_1): Use a more-precise algorithm + for nearest color, one that neither overflows nor relies on unsigned + arithmetic. + Remove unnecessary casts. * xterm.c (x_term_init): * xfns.c (x_set_border_pixel): |