Mercurial > emacs
comparison src/ChangeLog @ 79884:8e95d2477e90
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 19 Jan 2008 15:24:59 +0000 |
parents | e1f6cdb9fdd4 |
children | 2f292415b5f8 |
comparison
equal
deleted
inserted
replaced
79883:e1f6cdb9fdd4 | 79884:8e95d2477e90 |
---|---|
2 | 2 |
3 * coding.c (detect_coding_iso2022): New arg latin_extra_code_state. | 3 * coding.c (detect_coding_iso2022): New arg latin_extra_code_state. |
4 Allow Latin extra codes only when *latin_extra_code_state is nonzero. | 4 Allow Latin extra codes only when *latin_extra_code_state is nonzero. |
5 (detect_coding_mask): If there is a NULL byte, detect the encoding | 5 (detect_coding_mask): If there is a NULL byte, detect the encoding |
6 as UTF-16 or binary. If Latin extra codes exist, detect the encoding | 6 as UTF-16 or binary. If Latin extra codes exist, detect the encoding |
7 as ISO-2022 only when there's no other proper encoding is found. | 7 as ISO-2022 only when no other proper encoding is found. |
8 | 8 |
9 2008-01-17 Jason Rumney <jasonr@gnu.org> | 9 2008-01-17 Jason Rumney <jasonr@gnu.org> |
10 | 10 |
11 * xterm.c (handle_one_xevent): Revert to counting chars not bytes. | 11 * xterm.c (handle_one_xevent): Revert to counting chars not bytes. |
12 | 12 |