diff options
| author | Kenichi Handa | 2014-01-29 22:21:25 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-01-29 22:21:25 +0900 |
| commit | 52840a9cc870d3e8946b6edebe2b0a0a23d23cec (patch) | |
| tree | 29612750f2c3c31f51a7e81bcddb5fc2589143f7 /src/ChangeLog | |
| parent | 4988180d710ad2ed9c0d9211dca9d9ef23c46716 (diff) | |
| download | emacs-52840a9cc870d3e8946b6edebe2b0a0a23d23cec.tar.gz emacs-52840a9cc870d3e8946b6edebe2b0a0a23d23cec.zip | |
Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.edu to preserve the code detection behavior of 24.3.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ed9ef9d2cf..aa3a65ccb60 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-01-27 K. Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | Fix bug#16286 by the different way than revno:116158 to preserve | ||
| 4 | the code detection behavior of 24.3. | ||
| 5 | |||
| 6 | * coding.h (struct coding_system): New member detected_utf8_bytes. | ||
| 7 | |||
| 8 | * coding.c (detect_coding_utf_8): Set coding->detected_utf8_bytes. | ||
| 9 | (decode_coding_gap): Use short cut for UTF-8 file reading only | ||
| 10 | when coding->detected_utf8_bytes equals to coding->src_bytes. | ||
| 11 | |||
| 12 | * fileio.c (Finsert_file_contents): Cancel the previous change. | ||
| 13 | |||
| 1 | 2014-01-26 Jan Djärv <jan.h.d@swipnet.se> | 14 | 2014-01-26 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 15 | ||
| 3 | * xterm.c (x_focus_changed): Check for non-X terminal-frame (Bug#16540) | 16 | * xterm.c (x_focus_changed): Check for non-X terminal-frame (Bug#16540) |