summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-06-30 08:33:01 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-06-30 08:33:01 -0700
commit16b6e7f29bca991ca4620e476f3d5ca2d1a09014 (patch)
treeb96998f7a6bbe8607a2122e8222e0cd393080c09
parent8f5f35ccca84dd9d518bae3bb7ff4134d603b96f (diff)
downloademacs-16b6e7f29bca991ca4620e476f3d5ca2d1a09014.tar.gz
Remove duplicate ChangeLog entry.
-rw-r--r--src/ChangeLog19
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 @@
(Fdefine_coding_system_internal): New coding system properties
:inhibit-null-byte-detection, :inhibit-iso-escape-detection, and
:prefer-utf-8.
- (syms_of_coding): Adjusted for coding_arg_undecided_max.
-
-2013-06-28 Kenichi Handa <handa@gnu.org>
-
- * 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 `undecided' of the member
- `spec'.
-
- * coding.c (setup_coding_system): Handle CODING->spec.undecided.
- (detect_coding): Likewise.
- (detect_coding_system): Likewise.
- (Fdefine_coding_system_internal): New coding system properties
- :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and
- :prefer-utf-8.
(syms_of_coding): Adjust for coding_arg_undecided_max.
2013-06-28 Paul Eggert <eggert@cs.ucla.edu>