aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
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 @@
12013-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
12013-06-22 Paul Eggert <eggert@cs.ucla.edu> 202013-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).