diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0634ec7cc1d..6b3ca9d3ff3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-04-03 Kenichi Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | The following changes is to optimize the code for reading UTF-8 | ||
| 4 | files. | ||
| 5 | |||
| 6 | * coding.c (check_ascii): Renamed from detect_ascii. Return value | ||
| 7 | changed. Check EOL format. Do not call adjust_coding_eol_type | ||
| 8 | here. | ||
| 9 | (check_utf_8): New function. | ||
| 10 | (adjust_coding_eol_type): Do nothing if already adjusted. | ||
| 11 | (detect_coding): Compare the return value of check_ascii with | ||
| 12 | coding->src_bytes. Call adjust_coding_eol_type if necessary. | ||
| 13 | (decode_coding_gap): Optimize for valid UTF-8. | ||
| 14 | |||
| 1 | 2013-03-21 Kenichi Handa <handa@gnu.org> | 15 | 2013-03-21 Kenichi Handa <handa@gnu.org> |
| 2 | 16 | ||
| 3 | * coding.c (syms_of_coding): Cancel previous change. | 17 | * coding.c (syms_of_coding): Cancel previous change. |
| @@ -89,7 +103,7 @@ | |||
| 89 | 103 | ||
| 90 | * coding.c (decode_coding_gap): Fix typo caught by static checking. | 104 | * coding.c (decode_coding_gap): Fix typo caught by static checking. |
| 91 | 105 | ||
| 92 | 2013-03-15 handa <handa@gnu.org> | 106 | 2013-03-15 Kenichi Handa <handa@gnu.org> |
| 93 | 107 | ||
| 94 | * insdel.c (insert_from_gap): New arg text_at_gap_tail. | 108 | * insdel.c (insert_from_gap): New arg text_at_gap_tail. |
| 95 | (adjust_after_replace): Make it back to static. Delete the third | 109 | (adjust_after_replace): Make it back to static. Delete the third |