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