aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog5
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ed1f0b17e4d..1b2f9280aaa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -903,6 +903,8 @@ argument, it appends to the file.
903(usually bound to `C-c C-o'); the old name is aliased to it for 903(usually bound to `C-c C-o'); the old name is aliased to it for
904compatibility. 904compatibility.
905 905
906*** The new function `comint-add-to-input-history' adds commands to the input
907ring (history).
906 908
907** Changes to Rmail mode 909** Changes to Rmail mode
908 910
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8467c29b34e..74d55264abe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2
3 * comint.el (comint-add-to-input-history): New function.
4 (comint-send-input): Use `comint-add-to-input-history'.
5
12000-11-02 Miles Bader <miles@lsi.nec.co.jp> 62000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2 7
3 * info.el (info-menu-header): New face. 8 * info.el (info-menu-header): New face.