aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1b518a6341c..ae111aef44c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -53,6 +53,9 @@
53 * coding.c (emacs_mule_char, encode_invocation_designation): 53 * coding.c (emacs_mule_char, encode_invocation_designation):
54 Now static, since they're not used elsewhere. 54 Now static, since they're not used elsewhere.
55 (decode_coding_iso_2022): Add "default: abort ();" as a safety check. 55 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
56 (decode_coding_object, encode_coding_object, detect_coding_system):
57 Mark variables that gcc -Wuninitialized does not deduce are never
58 used uninitialized.
56 59
572011-03-06 Chong Yidong <cyd@stupidchicken.com> 602011-03-06 Chong Yidong <cyd@stupidchicken.com>
58 61