Mercurial > emacs
comparison lisp/ChangeLog @ 68080:f9bd25bc28cc
*** empty log message ***
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Sat, 07 Jan 2006 02:51:45 +0000 |
parents | 4d3683425793 |
children | dfbba4e99c09 |
comparison
equal
deleted
inserted
replaced
68079:61e9ea461d3c | 68080:f9bd25bc28cc |
---|---|
2 | 2 |
3 * net/rcirc.el (rcirc-send-input): No longer check whether the | 3 * net/rcirc.el (rcirc-send-input): No longer check whether the |
4 process is open, since not all commands need an open process. | 4 process is open, since not all commands need an open process. |
5 (rcirc-send-string): Check whether the process is open before | 5 (rcirc-send-string): Check whether the process is open before |
6 sending anything. | 6 sending anything. |
7 (rcirc-ignore-list): New option. | |
8 (rcirc-ignore-list-automatic): New variable. | |
9 (rcirc-print): Take rcirc-ignore-list into account. | |
10 (rcirc-cmd-ignore): New command. | |
11 (rcirc-ignore-update-automatic): New function. | |
12 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the | |
13 list if ignored nicks. | |
14 (rcirc-handler-NICK): Ditto, and also ignore the new nick. | |
7 | 15 |
8 2006-01-06 David Reitter <david.reitter@gmail.com> | 16 2006-01-06 David Reitter <david.reitter@gmail.com> |
9 | 17 |
10 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly | 18 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly |
11 reflect the address to which the report will be sent. | 19 reflect the address to which the report will be sent. |