From: Paul Eggert Date: Mon, 1 Jul 2013 21:44:44 +0000 (-0700) Subject: Remove duplicate ChangeLog entry, again. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1963 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab71f1741c2583d2ae7c753743fc5da49a5ad093;p=emacs.git Remove duplicate ChangeLog entry, again. --- diff --git a/src/ChangeLog b/src/ChangeLog index 061083af6cd..552ce4f70a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -82,24 +82,6 @@ :prefer-utf-8. (syms_of_coding): Adjust for coding_arg_undecided_max. -2013-06-28 Kenichi Handa - - * 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 * image.c (x_from_xcolors): Remove unused local.