diff options
| author | Kenichi Handa | 2002-09-12 08:36:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-09-12 08:36:59 +0000 |
| commit | 736345cb1fbdca6c22d0c709e21cf35b82ca119f (patch) | |
| tree | cf38de618189ca429046ba4e645f445203ce3502 | |
| parent | d398dba6b9bc0ab05278602d0331a3271922bc79 (diff) | |
| download | emacs-736345cb1fbdca6c22d0c709e21cf35b82ca119f.tar.gz emacs-736345cb1fbdca6c22d0c709e21cf35b82ca119f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/international/mule.el | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8446e6466c8..3cada00ad6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-09-12 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/mule-conf.el (emacs-mule, iso-2022-7bit) | ||
| 4 | (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2) | ||
| 5 | (compound-text, ctext-no-compositions): Cancel provious change. | ||
| 6 | |||
| 1 | 2002-09-09 Dave Love <d.love@dl.ac.uk> | 7 | 2002-09-09 Dave Love <d.love@dl.ac.uk> |
| 2 | 8 | ||
| 3 | * wid-edit.el (widget-string-complete): New. | 9 | * wid-edit.el (widget-string-complete): New. |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 70c81d76632..283179a3874 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -467,12 +467,16 @@ and `mac' means MAC-like EOL \(i.e. single CR). If omitted, on | |||
| 467 | decoding by the coding system, Emacs automatically detects the EOL | 467 | decoding by the coding system, Emacs automatically detects the EOL |
| 468 | format of the source text. | 468 | format of the source text. |
| 469 | 469 | ||
| 470 | `:charset-list' (required for `charset' coding systems) | 470 | `:charset-list' |
| 471 | 471 | ||
| 472 | VALUE must be a list of charsets supported by the coding system. On | 472 | VALUE must be a list of charsets supported by the coding system. On |
| 473 | encoding by the coding system, if a character belongs to multiple | 473 | encoding by the coding system, if a character belongs to multiple |
| 474 | charsets in the list, a charset that comes earlier in the list is | 474 | charsets in the list, a charset that comes earlier in the list is |
| 475 | selected. | 475 | selected. If `:coding-type' is `iso-2022', VALUE may be `iso-2022', |
| 476 | which indicates that the coding system supports all ISO-2022 based | ||
| 477 | charsets. If `:coding-type' is `emacs-mule', VALUE may be | ||
| 478 | `emacs-mule', which indicates that the coding system supports all | ||
| 479 | charsets that have `:emacs-mule-id' property. | ||
| 476 | 480 | ||
| 477 | `:ascii-compatible-p' | 481 | `:ascii-compatible-p' |
| 478 | 482 | ||