Mercurial > emacs
comparison lisp/ChangeLog @ 87520:f5ab33e0dc01
Make rcirc logging more customizable
(rcirc-log-filename-function): New variable.
(rcirc-log): Use `rcirc-log-filename-function' to generate the
log-file name. Don't log anything if it returns nil.
(rcirc-log-write): Use `expand-file-name' when merging the
log-file name from the alist with rcirc-log-directory; this does
the right thing if the name in the alist already an absolute
filename. Make the log-file directory if necessary.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-976
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 02 Jan 2008 02:20:56 +0000 |
parents | 6a0c500ca3a9 |
children | 0140d3ebb262 c938ab6810a4 |
comparison
equal
deleted
inserted
replaced
87519:6a0c500ca3a9 | 87520:f5ab33e0dc01 |
---|---|
1 2008-01-02 Miles Bader <Miles Bader <miles@gnu.org>> | |
2 | |
3 * net/rcirc.el (rcirc-log-filename-function): New variable. | |
4 (rcirc-log): Use `rcirc-log-filename-function' to generate the | |
5 log-file name. Don't log anything if it returns nil. | |
6 (rcirc-log-write): Use `expand-file-name' when merging the | |
7 log-file name from the alist with rcirc-log-directory; this does | |
8 the right thing if the name in the alist already an absolute | |
9 filename. Make the log-file directory if necessary. | |
10 | |
1 2007-12-29 Richard Stallman <rms@gnu.org> | 11 2007-12-29 Richard Stallman <rms@gnu.org> |
2 | 12 |
3 * font-lock.el (font-lock-prepend-text-property) | 13 * font-lock.el (font-lock-prepend-text-property) |
4 (font-lock-append-text-property): Canonicalize the face and | 14 (font-lock-append-text-property): Canonicalize the face and |
5 font-lock-face properties. | 15 font-lock-face properties. |