aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-02 14:19:53 +0000
committerGerd Moellmann2001-01-02 14:19:53 +0000
commit1883b2c6c0119feadd09ea57ed950722307f047d (patch)
tree086963cee240e614d00e67d5df3b07dfcea5432e
parent5ab05323cc55bad4b9ab514c2cb9252d43b98339 (diff)
downloademacs-1883b2c6c0119feadd09ea57ed950722307f047d.tar.gz
emacs-1883b2c6c0119feadd09ea57ed950722307f047d.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--src/ChangeLog3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 18110b09638..ec484521a27 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -993,8 +993,7 @@ ring (history).
993 993
994*** The new variable `comint-input-history-ignore' is a regexp for 994*** The new variable `comint-input-history-ignore' is a regexp for
995identifying history lines that should be ignored, like tcsh inserts in 995identifying history lines that should be ignored, like tcsh inserts in
996time-stamp strings starting a `#'. The default value of this variable 996time-stamp strings. The default value of this variable is "^#".
997is "^#".
998 997
999** Changes to Rmail mode 998** Changes to Rmail mode
1000 999
diff --git a/src/ChangeLog b/src/ChangeLog
index c435a921af5..230be236cac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-01-02 Gerd Moellmann <gerd@gnu.org> 12001-01-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_connection_closed): Set handling_signal to 0 at
4 the start.
5
3 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe 6 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
4 in or at the start of invisible text. 7 in or at the start of invisible text.
5 8