Mercurial > emacs
changeset 70706:4bd88182f5ec
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 18 May 2006 02:20:39 +0000 |
parents | 73da2b5d5e9c |
children | 346a9c09f370 |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 18 02:19:53 2006 +0000 +++ b/src/ChangeLog Thu May 18 02:20:39 2006 +0000 @@ -1,3 +1,15 @@ +2006-05-18 Kenichi Handa <handa@m17n.org> + + * callproc.c (Fcall_process): Reject encoding arguments by + ascii-incompatible coding systems (e.g. utf-16). + + * coding.c (Qascii_incompatible): New variable. + (syms_of_coding): Setup Qascii_incompatible. + (setup_coding_system): Be sure to initialize coding->common_flags. + Check `ascii-incompatible' property of the coding system. + + * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro. + 2006-05-18 Kim F. Storm <storm@cua.dk> * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when