From a28e0218716025133871b17bd2417156898d37e0 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 29 Dec 2004 01:30:45 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 4 ++++ 2 files changed, 7 insertions(+) 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. -- 2.39.5