aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 50f5fb8ca1e..f6cf9938573 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-09-10 Paul Eggert <eggert@penguin.cs.ucla.edu>
2
3 * charset.c (Fget_unused_iso_final_char): Fix subscript error.
4 Use check_iso_charset_parameter instead of doing the checks by hand.
5 (check_iso_charset_parameter): Move up. Check parameters a bit
6 more carefully, and return true for 96-char sets. All callers changed.
7
12014-09-10 Paul Eggert <eggert@cs.ucla.edu> 82014-09-10 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Simplify lisp.h by removing the __COUNTER__ business. 10 Simplify lisp.h by removing the __COUNTER__ business.