diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6e01b030a1..7eb0a8336b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,14 @@ | |||
| 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 | ||