aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog5
4 files changed, 18 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9381dfdbb35..db63e992ec0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2291argument.
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 @@
12004-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
12004-10-21 Jay Belanger <belanger@truman.edu> 62004-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 @@
12004-10-22 Kenichi Handa <handa@m17n.org>
2
3 * text.texi (translate-region): Document that it accepts also a
4 char-table.
5
12004-10-22 David Ponce <david@dponce.com> 62004-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 @@
12004-10-22 Kenichi Handa <handa@m17n.org>
2
3 * editfns.c (Ftranslate_region_internal): New function.
4 (syms_of_editfns): Defsubr it.
5
12004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62004-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.