diff options
| author | Paul Eggert | 2012-04-21 17:53:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-21 17:53:32 -0700 |
| commit | bbd347f5f7e99da1a559dad818b5fa8f59c0901e (patch) | |
| tree | 77c1fc54c2240b08d2859109d18cac8812a8ffb1 /lisp/erc/ChangeLog | |
| parent | e4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (diff) | |
| parent | 9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff) | |
| download | emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.tar.gz emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.zip | |
Merge from trunk.
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 |