diff options
| author | Kenichi Handa | 2006-05-18 02:20:39 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-05-18 02:20:39 +0000 |
| commit | 8acb7dad7a13f83bec14cb2c6cbe729ece5271ef (patch) | |
| tree | 58ab2af69364ab49ac1e7d5a96dbbdd98efb1f05 /src/ChangeLog | |
| parent | 0c2660c849293d23296f758c4a50f6e40432cf2e (diff) | |
| download | emacs-8acb7dad7a13f83bec14cb2c6cbe729ece5271ef.tar.gz emacs-8acb7dad7a13f83bec14cb2c6cbe729ece5271ef.zip | |
(Fcall_process): Reject encoding arguments by
ascii-incompatible coding systems (e.g. utf-16).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dd8feb509b1..3c527e22dd8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-05-18 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * callproc.c (Fcall_process): Reject encoding arguments by | ||
| 4 | ascii-incompatible coding systems (e.g. utf-16). | ||
| 5 | |||
| 6 | * coding.c (Qascii_incompatible): New variable. | ||
| 7 | (syms_of_coding): Setup Qascii_incompatible. | ||
| 8 | (setup_coding_system): Be sure to initialize coding->common_flags. | ||
| 9 | Check `ascii-incompatible' property of the coding system. | ||
| 10 | |||
| 11 | * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro. | ||
| 12 | |||
| 1 | 2006-05-18 Kim F. Storm <storm@cua.dk> | 13 | 2006-05-18 Kim F. Storm <storm@cua.dk> |
| 2 | 14 | ||
| 3 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when | 15 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when |