diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aaf25dc10cc..754c3523628 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2000-02-29 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/mule-diag.el (list-character-sets): Completely | ||
| 4 | rewritten. | ||
| 5 | (sort-listed-character-sets): New function. | ||
| 6 | (list-character-sets-1): Completely rewritten. | ||
| 7 | (list-character-sets-2): New function. | ||
| 8 | (non-iso-charset-alist): New variable. | ||
| 9 | (decode-codepage-char): New function. | ||
| 10 | (charset-history): New variable. | ||
| 11 | (read-charset) (list-block-of-chars) | ||
| 12 | (list-iso-charset-chars) | ||
| 13 | (list-non-iso-charset-chars) | ||
| 14 | (list-charset-chars): New functions. | ||
| 15 | (mule-diag): Call list-character-sets-2, not | ||
| 16 | list-character-sets-2. | ||
| 17 | (dump-charsets): Likewise. | ||
| 18 | |||
| 1 | 2000-02-29 Gerd Moellmann <gerd@gnu.org> | 19 | 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 20 | ||
| 3 | * frame.el (frame-notice-user-settings): Use assq-delete-all | 21 | * frame.el (frame-notice-user-settings): Use assq-delete-all |