From: Gerd Moellmann Date: Tue, 2 Jan 2001 14:19:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1883b2c6c0119feadd09ea57ed950722307f047d;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 18110b09638..ec484521a27 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -993,8 +993,7 @@ 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 starting a `#'. The default value of this variable -is "^#". +time-stamp strings. The default value of this variable is "^#". ** Changes to Rmail mode diff --git a/src/ChangeLog b/src/ChangeLog index c435a921af5..230be236cac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-01-02 Gerd Moellmann + * xterm.c (x_connection_closed): Set handling_signal to 0 at + the start. + * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe in or at the start of invisible text.