summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog4
2 files changed, 7 insertions, 0 deletions
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 <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.