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 90c64e143be..5a269965186 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption. | ||
| 4 | Emacs assumes two's complement elsewhere, but the assumption is | ||
| 5 | easy to remove here, and this suppresses a warning with Sun C 5.8. | ||
| 6 | |||
| 3 | conform to C89 pointer rules | 7 | conform to C89 pointer rules |
| 4 | 8 | ||
| 5 | * xterm.c (x_draw_fringe_bitmap, handle_one_xevent, x_bitmap_icon): | 9 | * xterm.c (x_draw_fringe_bitmap, handle_one_xevent, x_bitmap_icon): |