aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-02 14:20:32 +0000
committerGerd Moellmann2001-01-02 14:20:32 +0000
commit6dde6abc96a12dd0fda63d4857b984c1f570a37f (patch)
tree48b2e1f89ef8e1942055a2e1b78951e483f866c9
parentb428fdfdc1922c30fe20da29454a8ad3a1931246 (diff)
downloademacs-6dde6abc96a12dd0fda63d4857b984c1f570a37f.tar.gz
emacs-6dde6abc96a12dd0fda63d4857b984c1f570a37f.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
3 files changed, 12 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ec484521a27..52775904db5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -992,8 +992,8 @@ compatibility.
992ring (history). 992ring (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 time-stamp
996time-stamp strings. The default value of this variable is "^#". 996strings, starting with a `#'. The default value of this variable is "^#".
997 997
998** Changes to Rmail mode 998** Changes to Rmail mode
999 999
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 266fba7b3a4..f3ed840f31c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12001-01-02 Gerd Moellmann <gerd@gnu.org>
2
3 * comint.el (comint-input-history-ignore): New variable.
4 (comint-read-input-ring): Ignore entries matching
5 comint-input-history-ignore.
6
12001-01-02 Eric M. Ludlam <zappo@gnu.org> 72001-01-02 Eric M. Ludlam <zappo@gnu.org>
2 8
3 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable. 9 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
diff --git a/src/ChangeLog b/src/ChangeLog
index 230be236cac..5cf4b1d7b1c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-01-02 Gerd Moellmann <gerd@gnu.org> 12001-01-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_connection_closed): Catch X errors around all
4 statements that call X. Save away the error message in a local
5 copy.
6
3 * xterm.c (x_connection_closed): Set handling_signal to 0 at 7 * xterm.c (x_connection_closed): Set handling_signal to 0 at
4 the start. 8 the start.
5 9