diff options
| author | Glenn Morris | 2008-02-08 05:14:03 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-08 05:14:03 +0000 |
| commit | 1e2eefdd0ccd5046af514a692a5e48ef4a498d31 (patch) | |
| tree | 9fbd1f8da13b33061569a3306fff8f3512c7bbf0 /lisp/ChangeLog | |
| parent | 9c519cf2a09c560dddb563cc56e0c9f65f158ebe (diff) | |
| download | emacs-1e2eefdd0ccd5046af514a692a5e48ef4a498d31.tar.gz emacs-1e2eefdd0ccd5046af514a692a5e48ef4a498d31.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60dfd4a09b6..1d4af67aac4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2008-02-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * pcmpl-unix.el (top-level): Move provide statement to end. | ||
| 4 | (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading | ||
| 5 | `*' from doc-string. Allow to be nil. | ||
| 6 | (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string. | ||
| 7 | Allow to be nil. Add :version. | ||
| 8 | (pcmpl-ssh-hosts): Move definition before use. Handle lines | ||
| 9 | without hostnames, and multiple hostnames per line. | ||
| 10 | |||
| 11 | 2008-02-08 Phil Hagelberg <phil@evri.com> | ||
| 12 | |||
| 13 | * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom. | ||
| 14 | (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions. | ||
| 15 | |||
| 1 | 2008-02-07 Timo Savola <timo.savola@iki.fi> | 16 | 2008-02-07 Timo Savola <timo.savola@iki.fi> |
| 2 | 17 | ||
| 3 | * startup.el (command-line-x-option-alist): Add --parent-id. | 18 | * startup.el (command-line-x-option-alist): Add --parent-id. |