aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
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 @@
12014-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
12014-01-26 Jan Djärv <jan.h.d@swipnet.se> 142014-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)