Mercurial > emacs
diff lisp/erc/ChangeLog @ 109720:eb66d5d15b09
Ensure that erc-toggle-debug-irc-protocol logs protocol data.
http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01000.html
* erc-backend.el (erc-server-filter-function): Call
erc-log-irc-protocol.
* erc.el (erc-toggle-debug-irc-protocol): Bind
erc-toggle-debug-irc-protocol to t.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 08 Aug 2010 18:13:53 -0400 |
parents | 973b5bc5fcfe |
children | 2abe46caa971 |
line wrap: on
line diff
--- a/lisp/erc/ChangeLog Sun Aug 08 17:57:34 2010 -0400 +++ b/lisp/erc/ChangeLog Sun Aug 08 18:13:53 2010 -0400 @@ -1,3 +1,11 @@ +2010-08-08 Fran Litterio <flitterio@gmail.com> + + * erc-backend.el (erc-server-filter-function): Call + erc-log-irc-protocol. + + * erc.el (erc-toggle-debug-irc-protocol): Bind + erc-toggle-debug-irc-protocol to t. + 2010-05-07 Chong Yidong <cyd@stupidchicken.com> * Version 23.2 released.