diff options
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
4 files changed, 18 insertions, 0 deletions
| @@ -2287,6 +2287,9 @@ configuration files. | |||
| 2287 | 2287 | ||
| 2288 | * Lisp Changes in Emacs 21.4 | 2288 | * Lisp Changes in Emacs 21.4 |
| 2289 | 2289 | ||
| 2290 | ** Function `translate-region' accepts also a char-table as TABLE | ||
| 2291 | argument. | ||
| 2292 | |||
| 2290 | +++ | 2293 | +++ |
| 2291 | ** Major mode functions now run the new normal hook | 2294 | ** Major mode functions now run the new normal hook |
| 2292 | `after-change-major-mode-hook', at their very end, after the mode hooks. | 2295 | `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 @@ | |||
| 1 | 2004-10-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule.el (translate-region): Implement it in Lisp | ||
| 4 | as a front end of translate-region-internal. | ||
| 5 | |||
| 1 | 2004-10-21 Jay Belanger <belanger@truman.edu> | 6 | 2004-10-21 Jay Belanger <belanger@truman.edu> |
| 2 | 7 | ||
| 3 | * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map): | 8 | * 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 @@ | |||
| 1 | 2004-10-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * text.texi (translate-region): Document that it accepts also a | ||
| 4 | char-table. | ||
| 5 | |||
| 1 | 2004-10-22 David Ponce <david@dponce.com> | 6 | 2004-10-22 David Ponce <david@dponce.com> |
| 2 | 7 | ||
| 3 | * windows.texi (Resizing Windows): Document the `preserve-before' | 8 | * 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 @@ | |||
| 1 | 2004-10-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * editfns.c (Ftranslate_region_internal): New function. | ||
| 4 | (syms_of_editfns): Defsubr it. | ||
| 5 | |||
| 1 | 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. | 8 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. |