diff options
| author | Alex Schroeder | 2006-01-07 02:29:14 +0000 |
|---|---|---|
| committer | Alex Schroeder | 2006-01-07 02:29:14 +0000 |
| commit | 53f831f3cbcbb79825348e231c306ab8e6d418ad (patch) | |
| tree | e69560c62ecdb59b23d9e6c38214443b7bcba7b3 /lisp/ChangeLog | |
| parent | 53dab082e3b103317f2a34b4f0533b0c3038782c (diff) | |
| download | emacs-53f831f3cbcbb79825348e231c306ab8e6d418ad.tar.gz emacs-53f831f3cbcbb79825348e231c306ab8e6d418ad.zip | |
(rcirc-send-input): No longer check whether the
process is open, since not all commands need an open process.
(rcirc-send-string): Check whether the process is open before
sending anything.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 298899e3365..f6e01b030a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-01-07 Alex Schroeder <alex@gnu.org> | ||
| 2 | |||
| 3 | * net/rcirc.el (rcirc-send-input): No longer check whether the | ||
| 4 | process is open, since not all commands need an open process. | ||
| 5 | (rcirc-send-string): Check whether the process is open before | ||
| 6 | sending anything. | ||
| 7 | |||
| 1 | 2006-01-06 David Reitter <david.reitter@gmail.com> | 8 | 2006-01-06 David Reitter <david.reitter@gmail.com> |
| 2 | 9 | ||
| 3 | * mail/emacsbug.el (report-emacs-bug): Let explanations correctly | 10 | * mail/emacsbug.el (report-emacs-bug): Let explanations correctly |