aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e632bc5ad8..d3ab346a380 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -169,6 +169,8 @@
169 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. 169 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
170 (Ffind_operation_coding_system): NATNUMP can eval its arg twice. 170 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
171 (Fdefine_coding_system_internal): Check for charset-id overflow. 171 (Fdefine_coding_system_internal): Check for charset-id overflow.
172 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
173 result of ENCODE_CHAR.
172 * coding.h: Adjust decls to match defn changes elsewhere. 174 * coding.h: Adjust decls to match defn changes elsewhere.
173 (struct coding_system): 175 (struct coding_system):
174 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. 176 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.