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 @@ | |||
| 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): |