aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 17:18:31 -0800
committerPaul Eggert2011-02-06 17:18:31 -0800
commit4f043d0f4de7cdb0c1f49bd99779ba8edeaab166 (patch)
tree853adfacbc5fc814ba832353ed3e544964f97a4a /src/ChangeLog
parentef0069e9b590d75537221e7a95655d03d1b98348 (diff)
downloademacs-4f043d0f4de7cdb0c1f49bd99779ba8edeaab166.tar.gz
emacs-4f043d0f4de7cdb0c1f49bd99779ba8edeaab166.zip
* dired.c: conform to C89 pointer rules
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.