aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-03-26 04:45:38 +0000
committerKenichi Handa2003-03-26 04:45:38 +0000
commit8798ecdb37f59d22193e59178356a9167aa95cc1 (patch)
tree39af165b718f055a65e1e5be3b53bab02327a775
parent9bdbd98e4076537d08cc92ad05018cb8b1200e54 (diff)
downloademacs-8798ecdb37f59d22193e59178356a9167aa95cc1.tar.gz
emacs-8798ecdb37f59d22193e59178356a9167aa95cc1.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog2
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 69fdc4d3033..104a24fa0ef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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)
139revisits the current file using a coding system that you specify. 139revisits 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
142of 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 @@
12003-03-26 Kenichi Handa <handa@etlken2> 12003-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