diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa44810773c..9be83ac83d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -50,25 +50,6 @@ | |||
| 50 | (Fdefine_coding_system_internal): New coding system properties | 50 | (Fdefine_coding_system_internal): New coding system properties |
| 51 | :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and | 51 | :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and |
| 52 | :prefer-utf-8. | 52 | :prefer-utf-8. |
| 53 | (syms_of_coding): Adjusted for coding_arg_undecided_max. | ||
| 54 | |||
| 55 | 2013-06-28 Kenichi Handa <handa@gnu.org> | ||
| 56 | |||
| 57 | * coding.h (define_coding_undecided_arg_index): New enum. | ||
| 58 | (coding_attr_index): New members | ||
| 59 | coding_attr_undecided_inhibit_null_byte_detection, | ||
| 60 | coding_attr_undecided_inhibit_iso_escape_detection, | ||
| 61 | coding_attr_undecided_prefer_utf_8. | ||
| 62 | (undecided_spec): New struct. | ||
| 63 | (struct coding_system): New member `undecided' of the member | ||
| 64 | `spec'. | ||
| 65 | |||
| 66 | * coding.c (setup_coding_system): Handle CODING->spec.undecided. | ||
| 67 | (detect_coding): Likewise. | ||
| 68 | (detect_coding_system): Likewise. | ||
| 69 | (Fdefine_coding_system_internal): New coding system properties | ||
| 70 | :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and | ||
| 71 | :prefer-utf-8. | ||
| 72 | (syms_of_coding): Adjust for coding_arg_undecided_max. | 53 | (syms_of_coding): Adjust for coding_arg_undecided_max. |
| 73 | 54 | ||
| 74 | 2013-06-28 Paul Eggert <eggert@cs.ucla.edu> | 55 | 2013-06-28 Paul Eggert <eggert@cs.ucla.edu> |