From d0ee2ed32e696fa020bc1eb16f42d3c09e6f8bbd Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 22 Oct 2004 13:17:31 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 5 +++++ lispref/ChangeLog | 5 +++++ src/ChangeLog | 5 +++++ 4 files changed, 18 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 9381dfdbb35..db63e992ec0 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 556f9ad2a94..a57b30a6eea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-10-22 Kenichi Handa + + * international/mule.el (translate-region): Implement it in Lisp + as a front end of translate-region-internal. + 2004-10-21 Jay Belanger * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map): diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8f5544fb0fe..e12fb7d3014 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-10-22 Kenichi Handa + + * text.texi (translate-region): Document that it accepts also a + char-table. + 2004-10-22 David Ponce * windows.texi (Resizing Windows): Document the `preserve-before' diff --git a/src/ChangeLog b/src/ChangeLog index d48516bd1c2..433f51897b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-10-22 Kenichi Handa + + * editfns.c (Ftranslate_region_internal): New function. + (syms_of_editfns): Defsubr it. + 2004-10-22 Jan Dj,Ad(Brv * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. -- 2.39.5