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 939fd61c87f..c64416a6454 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-12-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-12-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fileio.c (Finsert_file_contents): Don't put tail into head area, | ||
| 4 | as that confuses set-auto-coding, so insist on the head-read | ||
| 5 | returning the full 1024 bytes. Let lseek compute the tail offset; | ||
| 6 | less work for us. Do not ignore I/O errors when reading the tail. | ||
| 7 | |||
| 3 | * xdisp.c: Minor style fixes. | 8 | * xdisp.c: Minor style fixes. |
| 4 | (init_iterator): Hoist assignment out of if-expression. | 9 | (init_iterator): Hoist assignment out of if-expression. |
| 5 | (markpos_of_region): Callers now test for sign, not for -1. | 10 | (markpos_of_region): Callers now test for sign, not for -1. |