Mercurial > emacs
comparison src/ChangeLog @ 70706:4bd88182f5ec
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 18 May 2006 02:20:39 +0000 |
parents | bf06bd9e7d82 |
children | c44c1c0253ba |
comparison
equal
deleted
inserted
replaced
70705:73da2b5d5e9c | 70706:4bd88182f5ec |
---|---|
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 |
4 backtracking in case last image doesn't fit on line. | 16 backtracking in case last image doesn't fit on line. |
5 | 17 |