diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1210b48d98f..ccbeef59065 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * doc.c: conform to C89 pointer rules | ||
| 4 | (get_doc_string, Fsnarf_documentation, Fsubstitute_command_keys): | ||
| 5 | Change types between char * and unsigned char *, to satisfy C89 | ||
| 6 | rules about pointer type compatibility. | ||
| 7 | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | don't ignore chdir failure | 10 | don't ignore chdir failure |