comparison lisp/ChangeLog @ 112405:c04fdfa95f79

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.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 21 Jan 2011 21:20:57 -0500
parents a7191495c39c
children 04c350138c72
comparison
equal deleted inserted replaced
112404:2b0d6f7bbb80 112405:c04fdfa95f79
1 2011-01-22 Phil Hagelberg <phil@evri.com>
2
3 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
4 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
5 (pcmpl-ssh-config-hosts): New function.
6 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
7 pcmpl-ssh-known-hosts.
8
1 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com> 9 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2 10
3 * calc/calc-undo.el (calc-undo): Autoload it. 11 * calc/calc-undo.el (calc-undo): Autoload it.
4 * calc/calc-ext.el (calc-init-extensions): Remove keybindings 12 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
5 and autoload for `calc-undo'. 13 and autoload for `calc-undo'.