1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-10-22 13:17:31 +00:00
parent 902e1cdef3
commit d0ee2ed32e
4 changed files with 18 additions and 0 deletions

View File

@ -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.

View 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):

View 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'

View 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,Ad(Brv <jan.h.d@swipnet.se>
* xfns.c (xic_create_xfontset): Initialize missing_list to NULL.