]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 22 Oct 2004 13:17:31 +0000 (13:17 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 22 Oct 2004 13:17:31 +0000 (13:17 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 9381dfdbb35781704810f06b9b5e8b6f27b98be8..db63e992ec0b739cd0810f7d22354650ec94e664 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2287,6 +2287,9 @@ configuration files.
 \f
 * 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.
index 556f9ad2a94e742d68f18f5f6b06ec98940b3e05..a57b30a6eeabb1f668f380a98f76fad7cb9cf123 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-22  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (translate-region): Implement it in Lisp
+       as a front end of translate-region-internal.
+
 2004-10-21  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
index 8f5544fb0fe0ad70caf29a695e472fdbfa2d16f7..e12fb7d301488154029cb835c777aa86c67861f2 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-22  Kenichi Handa  <handa@m17n.org>
+
+       * text.texi (translate-region): Document that it accepts also a
+       char-table.
+
 2004-10-22  David Ponce  <david@dponce.com>
 
        * windows.texi (Resizing Windows): Document the `preserve-before'
index d48516bd1c26dab2486d8dc535b4d4253825219a..433f51897b8a41f11eeb51165252e9fef5b96f42 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-22  Kenichi Handa  <handa@m17n.org>
+
+       * editfns.c (Ftranslate_region_internal): New function.
+       (syms_of_editfns): Defsubr it.
+
 2004-10-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.