From: Kenichi Handa Date: Wed, 29 Dec 2004 01:30:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3080 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a28e0218716025133871b17bd2417156898d37e0;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 63ee563f85a..3f479e7eb8c 100644 --- 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. + * New modes and packages in Emacs 21.4 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe21a6041bc..9a56b6d2a61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.