diff options
| author | Dave Love | 2002-05-26 22:56:19 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-26 22:56:19 +0000 |
| commit | e160cfd46d8cf4df3f0778e28cecad71f27151f4 (patch) | |
| tree | 79d35d19515a812db441cf269e3d19d4fa38a594 | |
| parent | a8692ed88e8e17fdeba19a5dc5d6e29e92bae943 (diff) | |
| download | emacs-e160cfd46d8cf4df3f0778e28cecad71f27151f4.tar.gz emacs-e160cfd46d8cf4df3f0778e28cecad71f27151f4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49229a8ba11..aabba7461ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,16 +1,37 @@ | |||
| 1 | 2002-05-26 Dave Love <fx@gnu.org> | 1 | 2002-05-26 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * mule.el (with-category-table): Use make-symbol. | ||
| 4 | (coding-system-list): Use coding-system-aliases. | ||
| 5 | (make-translation-table): Don't deal with generic characters. | ||
| 6 | |||
| 7 | * mule-util.el: (coding-system-post-read-conversion) | ||
| 8 | (coding-system-pre-write-conversion) | ||
| 9 | (coding-system-translation-table-for-decode) | ||
| 10 | (coding-system-translation-table-for-encode): Get the right | ||
| 11 | properties. | ||
| 12 | (with-coding-priority): New macro. | ||
| 13 | (detect-coding-with-language-environment): Use it. | ||
| 14 | (coding-system-equal): Use coding-system-plist. | ||
| 15 | |||
| 16 | * encoded-kb.el: (encoded-kbd-setup-keymap) <ccl>: | ||
| 17 | Use :valid property. | ||
| 18 | |||
| 3 | * mule-cmds.el (encode-coding-char): Use | 19 | * mule-cmds.el (encode-coding-char): Use |
| 4 | find-coding-systems-string. Don't use make-char. | 20 | find-coding-systems-string. Don't use make-char. |
| 21 | (describe-language-environment): Use coding-system-aliases. | ||
| 22 | (prefer-coding-system): Doc fix. | ||
| 5 | 23 | ||
| 6 | * mule-diag.el (describe-current-coding-system): Fix | 24 | * mule-diag.el (describe-current-coding-system): Fix aliases |
| 7 | aliases listing. | 25 | listing. |
| 8 | (print-iso-2022-flags): Deleted. | 26 | (print-iso-2022-flags): Deleted. |
| 9 | (print-designation): Partly re-written. | 27 | (print-designation): Partly re-written. |
| 10 | (describe-coding-system): Deal with iso-2022 designations, flags. | 28 | (describe-coding-system): Deal with iso-2022 designations, flags. |
| 11 | Fix shift_jis case. | 29 | Fix shift_jis case. |
| 12 | (describe-char-after): Use characterp. Print explicit unicode. | 30 | (describe-char-after): Use characterp. Print explicit unicode. |
| 13 | Remove some obsolete code. | 31 | Remove some obsolete code. |
| 32 | (print-coding-system-briefly): Fix printing aliases. | ||
| 33 | (print-coding-system): Use coding-system-aliases. | ||
| 34 | (mule-diag): Don't list coding categories. | ||
| 14 | 35 | ||
| 15 | * mule-conf.el: Doc fixes. Remove redundant | 36 | * mule-conf.el: Doc fixes. Remove redundant |
| 16 | :long-name properties. Re-order charset priorities. | 37 | :long-name properties. Re-order charset priorities. |