aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-01-09 06:15:40 +0000
committerKenichi Handa2008-01-09 06:15:40 +0000
commit218b3b7634bd5638c6f7b3fdb26c552127288bc6 (patch)
treef93093873289bfa0ff6efb5bb19f74e638ffc835 /src/ChangeLog
parent36a04480a59ed8a3dccdab99620b4d73cb67ab66 (diff)
downloademacs-218b3b7634bd5638c6f7b3fdb26c552127288bc6.tar.gz
emacs-218b3b7634bd5638c6f7b3fdb26c552127288bc6.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e942fc32eeb..6433adaee13 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * coding.c (detect_coding_iso2022): New arg
4 latin_extra_code_state. Allow Latin extra codes only
5 when *latin_extra_code_state is nonzero.
6 (detect_coding_mask): If there is a NULL byte, detect the encoding
7 as UTF-16 or binary. If Latin extra codes exist, detect the
8 encoding as ISO-2022 only when there's no other proper encoding is
9 found.
10
12008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 112008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 12
3 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of 13 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of