changeset 91645:c0a02f63009d

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 08 Feb 2008 05:14:03 +0000
parents 681a1b7488c2
children b8a7a2e4976d
files lisp/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 08 05:13:49 2008 +0000
+++ b/lisp/ChangeLog	Fri Feb 08 05:14:03 2008 +0000
@@ -1,3 +1,18 @@
+2008-02-08  Glenn Morris  <rgm@gnu.org>
+
+	* pcmpl-unix.el (top-level): Move provide statement to end.
+	(pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
+	`*' from doc-string.  Allow to be nil.
+	(pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
+	Allow to be nil.  Add :version.
+	(pcmpl-ssh-hosts): Move definition before use.  Handle lines
+	without hostnames, and multiple hostnames per line.
+
+2008-02-08  Phil Hagelberg <phil@evri.com>
+
+	* pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
+	(pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
+
 2008-02-07  Timo Savola  <timo.savola@iki.fi>
 
 	* startup.el (command-line-x-option-alist): Add --parent-id.