]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 2 Jan 2001 14:20:32 +0000 (14:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 2 Jan 2001 14:20:32 +0000 (14:20 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index ec484521a2736c85981a944634b186f80ac25794..52775904db51694aad0ece8448ed1cb322e87812 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -992,8 +992,8 @@ compatibility.
 ring (history).
 
 *** The new variable `comint-input-history-ignore' is a regexp for
-identifying history lines that should be ignored, like tcsh inserts in
-time-stamp strings.  The default value of this variable is "^#".
+identifying history lines that should be ignored, like tcsh time-stamp
+strings, starting with a `#'.  The default value of this variable is "^#".
 
 ** Changes to Rmail mode
 
index 266fba7b3a47dc20c05441b05bcca94b0c2e5c73..f3ed840f31c1b47d220cd7de498f723ed9cfcac7 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * comint.el (comint-input-history-ignore): New variable.
+       (comint-read-input-ring): Ignore entries matching
+       comint-input-history-ignore.
+
 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
 
        * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
index 230be236cac6bf7359a7ae9a51ab491245240873..5cf4b1d7b1ce08fe5e6894d40849084c124a2316 100644 (file)
@@ -1,5 +1,9 @@
 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
 
+       * xterm.c (x_connection_closed): Catch X errors around all
+       statements that call X.  Save away the error message in a local
+       copy.
+       
        * xterm.c (x_connection_closed): Set handling_signal to 0 at
        the start.