diff options
| author | Kenichi Handa | 2008-01-09 06:15:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-01-09 06:15:40 +0000 |
| commit | 218b3b7634bd5638c6f7b3fdb26c552127288bc6 (patch) | |
| tree | f93093873289bfa0ff6efb5bb19f74e638ffc835 /src/ChangeLog | |
| parent | 36a04480a59ed8a3dccdab99620b4d73cb67ab66 (diff) | |
| download | emacs-218b3b7634bd5638c6f7b3fdb26c552127288bc6.tar.gz emacs-218b3b7634bd5638c6f7b3fdb26c552127288bc6.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 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 |