diff options
| author | Kenichi Handa | 2013-06-28 23:59:50 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-06-28 23:59:50 +0900 |
| commit | 270afa77ee4ddb2144ba35c9745a43fdf02e653d (patch) | |
| tree | be8944a263040f082d0d60731a851b54cf18c9ad /src/ChangeLog | |
| parent | 50960f36d19bce75f9c8890c9e57428ab5764d1e (diff) | |
| download | emacs-270afa77ee4ddb2144ba35c9745a43fdf02e653d.tar.gz emacs-270afa77ee4ddb2144ba35c9745a43fdf02e653d.zip | |
coding.h (define_coding_undecided_arg_index): New enum.
(coding_attr_index): New members
coding_attr_undecided_inhibit_null_byte_detection,
coding_attr_undecided_inhibit_iso_escape_detection,
coding_attr_undecided_prefer_utf_8.
(undecided_spec): New struct.
(struct coding_system): New member `undecied' of the member
`spec'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 202331dac53..9c5bb381bfe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2013-06-28 Kenichi Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | * coding.h (define_coding_undecided_arg_index): New enum. | ||
| 4 | (coding_attr_index): New members | ||
| 5 | coding_attr_undecided_inhibit_null_byte_detection, | ||
| 6 | coding_attr_undecided_inhibit_iso_escape_detection, | ||
| 7 | coding_attr_undecided_prefer_utf_8. | ||
| 8 | (undecided_spec): New struct. | ||
| 9 | (struct coding_system): New member `undecied' of the member | ||
| 10 | `spec'. | ||
| 11 | |||
| 12 | * coding.c (setup_coding_system): Handle CODING->spec.undecided. | ||
| 13 | (detect_coding): Likewise. | ||
| 14 | (detect_coding_system): Likewise. | ||
| 15 | (Fdefine_coding_system_internal): New coding system properties | ||
| 16 | :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and | ||
| 17 | :prefer-utf-8. | ||
| 18 | (syms_of_coding): Adjusted for coding_arg_undecided_max. | ||
| 19 | |||
| 1 | 2013-06-22 Paul Eggert <eggert@cs.ucla.edu> | 20 | 2013-06-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 21 | ||
| 3 | Clean up SIGCHLD handling a bit (Bug#14569). | 22 | Clean up SIGCHLD handling a bit (Bug#14569). |