aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog5
4 files changed, 18 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9381dfdbb3..db63e992ec 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2287,6 +2287,9 @@ configuration files.
* Lisp Changes in Emacs 21.4
+** Function `translate-region' accepts also a char-table as TABLE
+argument.
+
+++
** Major mode functions now run the new normal hook
`after-change-major-mode-hook', at their very end, after the mode hooks.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 556f9ad2a9..a57b30a6ee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-22 Kenichi Handa <[email protected]>
+
+ * international/mule.el (translate-region): Implement it in Lisp
+ as a front end of translate-region-internal.
+
2004-10-21 Jay Belanger <[email protected]>
* calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 8f5544fb0f..e12fb7d301 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-22 Kenichi Handa <[email protected]>
+
+ * text.texi (translate-region): Document that it accepts also a
+ char-table.
+
2004-10-22 David Ponce <[email protected]>
* windows.texi (Resizing Windows): Document the `preserve-before'
diff --git a/src/ChangeLog b/src/ChangeLog
index d48516bd1c..433f51897b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-22 Kenichi Handa <[email protected]>
+
+ * editfns.c (Ftranslate_region_internal): New function.
+ (syms_of_editfns): Defsubr it.
+
2004-10-22 Jan Dj,Ad(Brv <[email protected]>
* xfns.c (xic_create_xfontset): Initialize missing_list to NULL.