]> code.delx.au - gnu-emacs/commitdiff
Remove duplicate ChangeLog entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Jun 2013 15:33:01 +0000 (08:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Jun 2013 15:33:01 +0000 (08:33 -0700)
src/ChangeLog

index fa44810773c85d310f5a70592c3847c67caf1107..9be83ac83d2d825cf3bf6f43fcd2786be29b358a 100644 (file)
 
        * xdisp.c (Fmove_point_visually): New function.
 
-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): Adjusted for coding_arg_undecided_max.
-
 2013-06-28  Kenichi Handa  <handa@gnu.org>
 
        * coding.h (define_coding_undecided_arg_index): New enum.