diff options
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 34aa015d7ac..06c6d42ed39 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2012-04-11 Vivek Dasmohapatra <vivek@etla.org> | ||
| 2 | |||
| 3 | * erc-services.el (erc-nickserv-passwords): Don't display the | ||
| 4 | password (bug#4459). | ||
| 5 | |||
| 6 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * erc-join.el (erc-server-join-channel): New function to look up | ||
| 9 | the channel password via auth-source. | ||
| 10 | (erc-autojoin-channels): Use it. | ||
| 11 | (erc-autojoin-after-ident): Ditto. | ||
| 12 | (erc-autojoin-channels-alist): Mention auth-source. | ||
| 13 | |||
| 14 | 2012-04-10 Deniz Dogan <deniz@dogan.se> (tiny change) | ||
| 15 | |||
| 16 | * erc.el (erc-display-prompt): Adds the field text property to the | ||
| 17 | ERC prompt. This allows users to use `kill-whole-line' to kill | ||
| 18 | all text back to the prompt given that it's on a single line | ||
| 19 | (bug#10841). | ||
| 20 | |||
| 1 | 2012-04-09 Chong Yidong <cyd@gnu.org> | 21 | 2012-04-09 Chong Yidong <cyd@gnu.org> |
| 2 | 22 | ||
| 3 | * erc.el (erc-cmd-SET): Call custom-variable-p instead of | 23 | * erc.el (erc-cmd-SET): Call custom-variable-p instead of |