diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b656b0e7dc7..9135ce8cbbc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Remove unnecessary alloca.h includes. | ||
| 4 | * keymap.c: Do not include alloca.h, config.h does that. | ||
| 5 | * sysdep.c: Likewise. Do not define fwrite, not used. | ||
| 6 | |||
| 1 | 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * sysdep.c (child_setup_tty): Move the non-canonical initialization to | 9 | * sysdep.c (child_setup_tty): Move the non-canonical initialization to |