changeset 34981:5f3afb8a8ded

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 02 Jan 2001 14:19:53 +0000
parents a5a1ee84d2f9
children a16dc29a46c7
files etc/NEWS src/ChangeLog
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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  <gerd@gnu.org>
 
+	* 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.