aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-29 22:19:29 +0200
committerJuanma Barranquero2013-06-29 22:19:29 +0200
commitc1ea3abfdeb7d25a7ff90429dd71321eb890f4f4 (patch)
tree1acccdf667861676c0a7f0250f430cbd885e701e /src
parent671796d3e089a19b9c8f62398bf1987b9c4532b0 (diff)
downloademacs-c1ea3abfdeb7d25a7ff90429dd71321eb890f4f4.tar.gz
emacs-c1ea3abfdeb7d25a7ff90429dd71321eb890f4f4.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 813cbe1da06..2f1c553576f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -33,6 +33,25 @@
33 :prefer-utf-8. 33 :prefer-utf-8.
34 (syms_of_coding): Adjusted for coding_arg_undecided_max. 34 (syms_of_coding): Adjusted for coding_arg_undecided_max.
35 35
362013-06-28 Kenichi Handa <handa@gnu.org>
37
38 * coding.h (define_coding_undecided_arg_index): New enum.
39 (coding_attr_index): New members
40 coding_attr_undecided_inhibit_null_byte_detection,
41 coding_attr_undecided_inhibit_iso_escape_detection,
42 coding_attr_undecided_prefer_utf_8.
43 (undecided_spec): New struct.
44 (struct coding_system): New member `undecided' of the member
45 `spec'.
46
47 * coding.c (setup_coding_system): Handle CODING->spec.undecided.
48 (detect_coding): Likewise.
49 (detect_coding_system): Likewise.
50 (Fdefine_coding_system_internal): New coding system properties
51 :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and
52 :prefer-utf-8.
53 (syms_of_coding): Adjust for coding_arg_undecided_max.
54
362013-06-28 Paul Eggert <eggert@cs.ucla.edu> 552013-06-28 Paul Eggert <eggert@cs.ucla.edu>
37 56
38 * image.c (x_from_xcolors): Remove unused local. 57 * image.c (x_from_xcolors): Remove unused local.