# HG changeset patch # User Glenn Morris # Date 1202447643 0 # Node ID c0a02f63009d65dd5e6d3e3c2363c849c1cdd18d # Parent 681a1b7488c2b8ca3e42c67a3d6ac932be68357f *** empty log message *** diff -r 681a1b7488c2 -r c0a02f63009d lisp/ChangeLog --- 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 + + * 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 + + * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom. + (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions. + 2008-02-07 Timo Savola * startup.el (command-line-x-option-alist): Add --parent-id.