diff options
author | Phil Hagelberg <phil@evri.com> | 2011-01-21 21:20:57 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-01-21 21:20:57 -0500 |
commit | 6b072b27ee12c944142e310c984df028118713da (patch) | |
tree | e4fa961a5bbca97afadc23e9edb9fcdb3305905f /lisp/ChangeLog | |
parent | 7d77be379f282812eec91436b174d3d00c010cb5 (diff) | |
download | emacs-6b072b27ee12c944142e310c984df028118713da.tar.gz |
Add pcomplete support for hosts defined in .ssh/config.
* lisp/pcmpl-unix.el (pcmpl-ssh-config-file): New option.
(pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
(pcmpl-ssh-config-hosts): New function.
(pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
pcmpl-ssh-known-hosts.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf51ddc109a..22fee77f584 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2011-01-22 Phil Hagelberg <phil@evri.com> + + * pcmpl-unix.el (pcmpl-ssh-config-file): New option. + (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts. + (pcmpl-ssh-config-hosts): New function. + (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to + pcmpl-ssh-known-hosts. + 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com> * calc/calc-undo.el (calc-undo): Autoload it. |