diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d81f9882fba..a0565923cd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | * charset.c (Fdefine_charset_internal): Fix bug for the case of | 20 | * charset.c (Fdefine_charset_internal): Fix bug for the case of |
| 21 | re-defining a charset. If the charset has :emacs-mule-id, setup | 21 | re-defining a charset. If the charset has :emacs-mule-id, setup |
| 22 | emacs_mule_bytes. | 22 | emacs_mule_bytes. |
| 23 | (Fmake_char): If CODE1 is nil, use the minimum code of the | ||
| 24 | charset. | ||
| 23 | 25 | ||
| 24 | 2002-05-20 Kenichi Handa <handa@etl.go.jp> | 26 | 2002-05-20 Kenichi Handa <handa@etl.go.jp> |
| 25 | 27 | ||