aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12011-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
12011-02-06 Paul Eggert <eggert@cs.ucla.edu> 92011-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.