]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 29 Dec 2004 01:30:45 +0000 (01:30 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 29 Dec 2004 01:30:45 +0000 (01:30 +0000)
etc/NEWS
lisp/ChangeLog

index 63ee563f85ad7c630922822cb964aa04fdfe61bc..3f479e7eb8cea904ac249a33b012e5de7b126b1c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2156,6 +2156,9 @@ used to effect hiding for hideshow minor mode.  Integration with isearch
 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.
+
 \f
 * New modes and packages in Emacs 21.4
 
index fe21a6041bce5bc75fb073416661eddc49a66873..9a56b6d2a61bbfcc2997ca59e4a931695b0ee400 100644 (file)
@@ -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.