diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d695c20be42..e45fed84108 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fns.c (get_random, seed_random): Move extern decls from here ... | ||
| 4 | * lisp.h: ... to here, so that they can be checked. | ||
| 5 | |||
| 3 | * sysdep.c (reset_io): Now static. | 6 | * sysdep.c (reset_io): Now static. |
| 4 | (wait_for_termination_signal): Remove; unused. | 7 | (wait_for_termination_signal): Remove; unused. |
| 5 | 8 | ||