# HG changeset patch # User Kenichi Handa # Date 1104283845 0 # Node ID 25f94004470ff48f61c80d49bf62edd2e6781fc8 # Parent a9efc32867d2e8f5ba7a885eaf2077429acaecee *** empty log message *** diff -r a9efc32867d2 -r 25f94004470f etc/NEWS --- 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 diff -r a9efc32867d2 -r 25f94004470f lisp/ChangeLog --- 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 + + * international/mule.el (recode-region): New function. + 2004-12-28 Richard M. Stallman * simple.el (buffer-disable-undo): Fix previous change.