Mercurial > emacs
diff lisp/ChangeLog @ 109803:2e3c8eb668ba
Don't always log RCIRC process buffers to disk (Bug#6828).
* lisp/net/rcirc.el (rcirc-log-process-buffers): New option.
(rcirc-print): Use it.
(rcirc-generate-log-filename): New function.
(rcirc-log-filename-function): Change default to
rcirc-generate-log-filename (Bug#6828).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 15 Aug 2010 23:34:10 -0400 |
parents | acc05fd0631b |
children | 88276a8b38b9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 15 22:33:17 2010 -0400 +++ b/lisp/ChangeLog Sun Aug 15 23:34:10 2010 -0400 @@ -1,3 +1,11 @@ +2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com> + + * net/rcirc.el (rcirc-log-process-buffers): New option. + (rcirc-print): Use it. + (rcirc-generate-log-filename): New function. + (rcirc-log-filename-function): Change default to + rcirc-generate-log-filename (Bug#6828). + 2010-08-16 Chong Yidong <cyd@stupidchicken.com> * simple.el (deactivate-mark): If select-active-regions is `only',