diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-11 22:27:32 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-11 22:27:32 +0000 |
commit | b5b19337a545ce45bea7d7e8bdd4faff61955d42 (patch) | |
tree | 7a1d1da03342604c410e0b8b8cb07e3948f710e6 | |
parent | d4f7d8d32c5b8cdbe98a3ed83f38b62399972390 (diff) | |
download | zsh-b5b19337a545ce45bea7d7e8bdd4faff61955d42.tar.gz zsh-b5b19337a545ce45bea7d7e8bdd4faff61955d42.tar.xz zsh-b5b19337a545ce45bea7d7e8bdd4faff61955d42.zip |
13949 and a couple of unposted tweaks to functions.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 93235009d..358e7c821 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-04-11 Bart Schaefer <schaefer@zsh.org> + + * 13949: Completion/Zsh/Type/_directory_stack: Don't append a slash + when completing after [-+]*. + + * unposted: Functions/Misc/getjobs: Update comment to reflect + change in preexec call signature from 13942. + + * unposted (see 13946): Functions/Prompts/prompt_bart_setup: Strip + %[BSUbsu] from $PS1 when computing the width of the first line. + 2001-04-11 Oliver Kiddle <opk@zsh.org> * 13947: Completion/Zsh/Command/_fc, Completion/Zsh/Type/_aliases, |