changeset 59176:25f94004470f

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 29 Dec 2004 01:30:45 +0000
parents a9efc32867d2
children 5188f5b11d56
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Dec 29 01:25:15 2004 +0000
+++ b/etc/NEWS	Wed Dec 29 01:30:45 2004 +0000
@@ -2156,6 +2156,9 @@
 handles the overlay property `display' specially, preserving it during
 temporary overlay showing in the course of an isearch operation.
 
+** New command `recode-region' decodes the region again by a specified
+coding system.
+
 
 * New modes and packages in Emacs 21.4
 
--- a/lisp/ChangeLog	Wed Dec 29 01:25:15 2004 +0000
+++ b/lisp/ChangeLog	Wed Dec 29 01:30:45 2004 +0000
@@ -1,3 +1,7 @@
+2004-12-29  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule.el (recode-region): New function.
+
 2004-12-28  Richard M. Stallman  <rms@gnu.org>
 
 	* simple.el (buffer-disable-undo): Fix previous change.