diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c6eb496366..d48b6dd1440 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2002-07-17 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/mule.el (define-coding-system-alias): Don't | ||
| 4 | append ALIAS in the property `alias-coding-systems' if ALIAS's | ||
| 5 | eol-type is not auto-detection. | ||
| 6 | |||
| 7 | * international/mule-diag.el (print-coding-system-briefly): Fix | ||
| 8 | the handling of an alias of which eol-type is not auto-detction. | ||
| 9 | |||
| 10 | * international/mule-conf.el (us-ascii): Define it as an alias of | ||
| 11 | iso-safe. | ||
| 12 | |||
| 1 | 2002-07-17 Juanma Barranquero <lektu@terra.es> | 13 | 2002-07-17 Juanma Barranquero <lektu@terra.es> |
| 2 | 14 | ||
| 3 | * help-fns.el (describe-function-1): Put empty line before "Not | 15 | * help-fns.el (describe-function-1): Put empty line before "Not |