\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.
+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):
+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'
+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.