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 841f4ee69dc..df1c683b4eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-03-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * process.c: Rename or move locals to avoid shadowing. | ||
| 4 | (list_processes_1, Fmake_network_process): | ||
| 5 | (read_process_output_error_handler, exec_sentinel_error_handler): | ||
| 6 | Rename or move locals. | ||
| 7 | |||
| 1 | 2011-03-19 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2011-03-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Make tparam.h and terminfo.c consistent. | 10 | Make tparam.h and terminfo.c consistent. |