Mercurial > emacs
comparison src/ChangeLog @ 87677:f001e1c2f823
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 09 Jan 2008 06:15:40 +0000 |
parents | 107ccd98fa12 |
children | 9cbad7267d3d |
comparison
equal
deleted
inserted
replaced
87676:2aeceff24280 | 87677:f001e1c2f823 |
---|---|
1 2008-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 | |
1 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 11 2008-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 |
4 #ifdef MAC_OS. | 14 #ifdef MAC_OS. |
5 | 15 |