Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 07 02:50:27 2006 +0000 +++ b/lisp/ChangeLog Sat Jan 07 02:51:45 2006 +0000 @@ -4,6 +4,14 @@ process is open, since not all commands need an open process. (rcirc-send-string): Check whether the process is open before sending anything. + (rcirc-ignore-list): New option. + (rcirc-ignore-list-automatic): New variable. + (rcirc-print): Take rcirc-ignore-list into account. + (rcirc-cmd-ignore): New command. + (rcirc-ignore-update-automatic): New function. + (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the + list if ignored nicks. + (rcirc-handler-NICK): Ditto, and also ignore the new nick. 2006-01-06 David Reitter <david.reitter@gmail.com>