Mercurial > emacs
changeset 57647:8d482c598152
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 22 Oct 2004 13:17:31 +0000 |
parents | 3611af22c464 |
children | f2e389526e8b |
files | etc/NEWS lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Oct 22 13:15:12 2004 +0000 +++ b/etc/NEWS Fri Oct 22 13:17:31 2004 +0000 @@ -2287,6 +2287,9 @@ * 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.
--- a/lisp/ChangeLog Fri Oct 22 13:15:12 2004 +0000 +++ b/lisp/ChangeLog Fri Oct 22 13:17:31 2004 +0000 @@ -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):
--- a/lispref/ChangeLog Fri Oct 22 13:15:12 2004 +0000 +++ b/lispref/ChangeLog Fri Oct 22 13:17:31 2004 +0000 @@ -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'
--- a/src/ChangeLog Fri Oct 22 13:15:12 2004 +0000 +++ b/src/ChangeLog Fri Oct 22 13:17:31 2004 +0000 @@ -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,Ad(Brv <jan.h.d@swipnet.se> * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.