]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 2 Jan 2001 14:19:53 +0000 (14:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 2 Jan 2001 14:19:53 +0000 (14:19 +0000)
etc/NEWS
src/ChangeLog

index 18110b096385ec0daeb0869cecf8e6771b14cee3..ec484521a2736c85981a944634b186f80ac25794 100644 (file)
--- 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
 
index c435a921af5c8106fdb9040e77ff1b5ce4d6dd7f..230be236cac6bf7359a7ae9a51ab491245240873 100644 (file)
@@ -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.