Mercurial > emacs
changeset 34983:80882632a23d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 14:20:32 +0000 |
parents | a16dc29a46c7 |
children | 725ad15f859d |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jan 02 14:20:09 2001 +0000 +++ b/etc/NEWS Tue Jan 02 14:20:32 2001 +0000 @@ -992,8 +992,8 @@ 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
--- a/lisp/ChangeLog Tue Jan 02 14:20:09 2001 +0000 +++ b/lisp/ChangeLog Tue Jan 02 14:20:32 2001 +0000 @@ -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.
--- a/src/ChangeLog Tue Jan 02 14:20:09 2001 +0000 +++ b/src/ChangeLog Tue Jan 02 14:20:32 2001 +0000 @@ -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.