# HG changeset patch # User Gerd Moellmann # Date 978445193 0 # Node ID 5f3afb8a8ded29a3f804cefffd13d4d5ab9d0f41 # Parent a5a1ee84d2f95a400697d3e8f270b64560704473 *** empty log message *** diff -r a5a1ee84d2f9 -r 5f3afb8a8ded etc/NEWS --- a/etc/NEWS Tue Jan 02 14:19:26 2001 +0000 +++ b/etc/NEWS Tue Jan 02 14:19:53 2001 +0000 @@ -993,8 +993,7 @@ *** 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 -r a5a1ee84d2f9 -r 5f3afb8a8ded src/ChangeLog --- a/src/ChangeLog Tue Jan 02 14:19:26 2001 +0000 +++ b/src/ChangeLog Tue Jan 02 14:19:53 2001 +0000 @@ -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.