diff options
| author | Paul Eggert | 2011-06-13 00:53:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-13 00:53:14 -0700 |
| commit | 5efd304be978e2c0b3b1ac0c39b303b8d094ab66 (patch) | |
| tree | 3b6003057fd4b17346d0156b8e07bc58a6f68160 /src/ChangeLog | |
| parent | 578c21e6cbfcd42d2b765ff93a5340555ef91d9d (diff) | |
| download | emacs-5efd304be978e2c0b3b1ac0c39b303b8d094ab66.tar.gz emacs-5efd304be978e2c0b3b1ac0c39b303b8d094ab66.zip | |
* xterm.c (x_alloc_nearest_color_1): Use a more-precise algorithm
for nearest color, one that neither overflows nor relies on unsigned
arithmetic.
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 @@ | |||
| 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xterm.c (x_alloc_nearest_color_1): Use a more-precise algorithm | ||
| 4 | for nearest color, one that neither overflows nor relies on unsigned | ||
| 5 | arithmetic. | ||
| 6 | |||
| 3 | Remove unnecessary casts. | 7 | Remove unnecessary casts. |
| 4 | * xterm.c (x_term_init): | 8 | * xterm.c (x_term_init): |
| 5 | * xfns.c (x_set_border_pixel): | 9 | * xfns.c (x_set_border_pixel): |