diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 883753d52e1..0c83fb37961 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-02-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | conform to C89 pointer rules | ||
| 4 | |||
| 5 | * dired.c (scmp, file_name_completion): | ||
| 6 | Change types between char * and unsigned char *, to satisfy C89 | ||
| 7 | rules about pointer type compatibility. | ||
| 8 | |||
| 1 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption. | 11 | * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption. |