diff options
| author | Kenichi Handa | 2003-03-26 04:45:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-03-26 04:45:38 +0000 |
| commit | 8798ecdb37f59d22193e59178356a9167aa95cc1 (patch) | |
| tree | 39af165b718f055a65e1e5be3b53bab02327a775 | |
| parent | 9bdbd98e4076537d08cc92ad05018cb8b1200e54 (diff) | |
| download | emacs-8798ecdb37f59d22193e59178356a9167aa95cc1.tar.gz emacs-8798ecdb37f59d22193e59178356a9167aa95cc1.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 |
2 files changed, 5 insertions, 0 deletions
| @@ -138,6 +138,9 @@ to alter the file.) | |||
| 138 | ** The new command `revert-buffer-with-coding-system' (C-x RET r) | 138 | ** The new command `revert-buffer-with-coding-system' (C-x RET r) |
| 139 | revisits the current file using a coding system that you specify. | 139 | revisits the current file using a coding system that you specify. |
| 140 | 140 | ||
| 141 | ** The new command `recode-file-name' changes the encoding of the name | ||
| 142 | of a file. | ||
| 143 | |||
| 141 | --- | 144 | --- |
| 142 | ** `ps-print' can now print characters from the mule-unicode charsets. | 145 | ** `ps-print' can now print characters from the mule-unicode charsets. |
| 143 | 146 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26b18f3f079..f83129ec7f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2003-03-26 Kenichi Handa <handa@etlken2> | 1 | 2003-03-26 Kenichi Handa <handa@etlken2> |
| 2 | 2 | ||
| 3 | * files.el (recode-file-name): New function. | ||
| 4 | |||
| 3 | * international/characters.el: Setup categories for Indian | 5 | * international/characters.el: Setup categories for Indian |
| 4 | characters. | 6 | characters. |
| 5 | 7 | ||