diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jan 21 16:13:42 2011 -0800
+++ b/lisp/ChangeLog	Fri Jan 21 21:20:57 2011 -0500
@@ -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.