Mercurial > emacs
changeset 79883:e1f6cdb9fdd4
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 19 Jan 2008 15:22:08 +0000 |
parents | 346392520448 |
children | 8e95d2477e90 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 19 15:13:09 2008 +0000 +++ b/src/ChangeLog Sat Jan 19 15:22:08 2008 +0000 @@ -1,12 +1,10 @@ 2008-01-19 Kenichi Handa <handa@m17n.org> - * coding.c (detect_coding_iso2022): New arg - latin_extra_code_state. Allow Latin extra codes only - when *latin_extra_code_state is nonzero. + * coding.c (detect_coding_iso2022): New arg latin_extra_code_state. + Allow Latin extra codes only when *latin_extra_code_state is nonzero. (detect_coding_mask): If there is a NULL byte, detect the encoding - as UTF-16 or binary. If Latin extra codes exist, detect the - encoding as ISO-2022 only when there's no other proper encoding is - found. + as UTF-16 or binary. If Latin extra codes exist, detect the encoding + as ISO-2022 only when there's no other proper encoding is found. 2008-01-17 Jason Rumney <jasonr@gnu.org> @@ -14,7 +12,7 @@ * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside the unicode range available in MULE by locale-coding-system. - Improve dbcs lead byte detection. Set event timestamp and modifiers + Improve dbcs lead byte detection. Set event timestamp and modifiers earlier. 2008-01-17 Glenn Morris <rgm@gnu.org>