Mercurial > emacs
comparison lisp/ChangeLog @ 71443:0d80312fb67d
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 23 Jun 2006 13:33:47 +0000 |
parents | b0655175e0a4 |
children | 8a6f6fdcea00 |
comparison
equal
deleted
inserted
replaced
71442:00a28b680b71 | 71443:0d80312fb67d |
---|---|
1 2006-06-23 Daniel Brockman <daniel@brockman.se> | |
2 | |
3 * net/rcirc.el (rcirc-default-user-full-name): Default to | |
4 `rcirc-default-user-name' instead of `rcirc-user-name' (which no | |
5 longer exists). | |
6 (rcirc-process-list): Check `buffer-live-p' before attempting to | |
7 switch to a buffer. | |
8 | |
1 2006-06-23 Ryan Yeske <rcyeske@gmail.com> | 9 2006-06-23 Ryan Yeske <rcyeske@gmail.com> |
2 | 10 |
3 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems | 11 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems |
4 based on rcirc-coding-system-alist. | 12 based on rcirc-coding-system-alist. |
5 | 13 |