diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7b8ab7855b..4cd417868a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * fileio.c (Finsert_file_contents): Simplify new diagnostic | ||
| 4 | and make it more consistent with other stat-failure diagnostics. | ||
| 5 | |||
| 1 | 2013-01-18 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2013-01-18 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | Fix crash when inserting data from non-regular files. See | 8 | Fix crash when inserting data from non-regular files. See |