diff options
| author | Gerd Moellmann | 2001-01-02 14:20:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-02 14:20:32 +0000 |
| commit | 6dde6abc96a12dd0fda63d4857b984c1f570a37f (patch) | |
| tree | 48b2e1f89ef8e1942055a2e1b78951e483f866c9 | |
| parent | b428fdfdc1922c30fe20da29454a8ad3a1931246 (diff) | |
| download | emacs-6dde6abc96a12dd0fda63d4857b984c1f570a37f.tar.gz emacs-6dde6abc96a12dd0fda63d4857b984c1f570a37f.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 12 insertions, 2 deletions
| @@ -992,8 +992,8 @@ compatibility. | |||
| 992 | ring (history). | 992 | 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 |
| 995 | identifying history lines that should be ignored, like tcsh inserts in | 995 | identifying history lines that should be ignored, like tcsh time-stamp |
| 996 | time-stamp strings. The default value of this variable is "^#". | 996 | strings, 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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-01-02 Eric M. Ludlam <zappo@gnu.org> | 7 | 2001-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 @@ | |||
| 1 | 2001-01-02 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 | ||