Mercurial > emacs
comparison lisp/ChangeLog @ 108953:a3dbf4fcc917
Fix ChangeLog attribution.
This is on the assumption that the change from
http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00196.html
is actually based on the change from
http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00606.html
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2404
The fact that this wasn't pointed out at the time explains the recent
confusion with the latest emacs23 -> trunk merge.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 09 Jun 2010 22:17:21 -0700 |
parents | 7ffdaf7a645c |
children | 9e4a56f788ec |
comparison
equal
deleted
inserted
replaced
108952:7ffdaf7a645c | 108953:a3dbf4fcc917 |
---|---|
574 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): | 574 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): |
575 Add :version. | 575 Add :version. |
576 | 576 |
577 2010-05-25 Ryan Yeske <rcyeske@gmail.com> | 577 2010-05-25 Ryan Yeske <rcyeske@gmail.com> |
578 | 578 |
579 * net/rcirc.el (rcirc-server-alist): Add :pass. | 579 * net/rcirc.el (rcirc-default-user-name): Change to "user". |
580 (rcirc-default-user-name): Change to "user". | |
581 (rcirc-default-full-name): Change to "unknown". | 580 (rcirc-default-full-name): Change to "unknown". |
582 (rcirc-user-name-history): Add variable. | 581 (rcirc-user-name-history): Add variable. |
583 (rcirc): When prompting for connection paramaters, also prompt for | 582 |
583 2010-05-25 Ryan Yeske <rcyeske@gmail.com> | |
584 Jonathan Rockway <jon@jrock.us> | |
585 | |
586 * net/rcirc.el (rcirc-server-alist): Add :pass. | |
587 (rcirc): When prompting for connection parameters, also prompt for | |
584 username and password. | 588 username and password. |
585 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send | 589 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send |
586 value to server when connecting. | 590 value to server when connecting. |
587 | 591 |
588 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca> | 592 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca> |