diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2870cf3af76..2e2358e0679 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-04-08 Ken Raeburn <raeburn@gnu.org> | 1 | 2000-04-08 Ken Raeburn <raeburn@gnu.org> |
| 2 | 2 | ||
| 3 | * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a | ||
| 4 | charset id (int) argument, not a charset (Lisp_Object). | ||
| 5 | |||
| 3 | * coding.h (code_convert_string): Declare. | 6 | * coding.h (code_convert_string): Declare. |
| 4 | * coding.c (code_convert_string_norecord): Pass an int, not a lisp | 7 | * coding.c (code_convert_string_norecord): Pass an int, not a lisp |
| 5 | object, as the fourth argument to code_convert_string. | 8 | object, as the fourth argument to code_convert_string. |