diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f020386dc61..ec17d7ace4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -18,15 +18,12 @@ | |||
| 18 | 18 | ||
| 19 | 2014-01-27 K. Handa <handa@gnu.org> | 19 | 2014-01-27 K. Handa <handa@gnu.org> |
| 20 | 20 | ||
| 21 | Fix bug#16286 by the different way than revno:116158 to preserve | 21 | Fix bug#16286 by a different method from 2014-01-26T00:32:30Z!eggert@cs.ucla.edu, |
| 22 | the code detection behavior of 24.3. | 22 | to preserve the code detection behavior of 24.3. |
| 23 | |||
| 24 | * coding.h (struct coding_system): New member detected_utf8_bytes. | 23 | * coding.h (struct coding_system): New member detected_utf8_bytes. |
| 25 | |||
| 26 | * coding.c (detect_coding_utf_8): Set coding->detected_utf8_bytes. | 24 | * coding.c (detect_coding_utf_8): Set coding->detected_utf8_bytes. |
| 27 | (decode_coding_gap): Use short cut for UTF-8 file reading only | 25 | (decode_coding_gap): Use short cut for UTF-8 file reading only |
| 28 | when coding->detected_utf8_bytes equals to coding->src_bytes. | 26 | when coding->detected_utf8_bytes equals to coding->src_bytes. |
| 29 | |||
| 30 | * fileio.c (Finsert_file_contents): Cancel the previous change. | 27 | * fileio.c (Finsert_file_contents): Cancel the previous change. |
| 31 | 28 | ||
| 32 | 2014-01-29 Martin Rudalics <rudalics@gmx.at> | 29 | 2014-01-29 Martin Rudalics <rudalics@gmx.at> |