diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-11 15:28:29 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-11 15:28:29 +0000 |
commit | 6888f6c3a7af7dd728131e92fd6893baaf21aa89 (patch) | |
tree | dce3e07a81a02bca34b4160b569d9477b5e46448 /ChangeLog | |
parent | 71157907ad90e252f2bb4842832f5d353f7f50c2 (diff) | |
download | zsh-6888f6c3a7af7dd728131e92fd6893baaf21aa89.tar.gz zsh-6888f6c3a7af7dd728131e92fd6893baaf21aa89.tar.xz zsh-6888f6c3a7af7dd728131e92fd6893baaf21aa89.zip |
10657: One change missed in 10635.
Also, a no-op cleanup in prompt_bart_setup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 91be07176..20541f361 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-04-11 Bart Schaefer <schaefer@zsh.org> + + * 10657: One change missed in 10635. + + * Functions/Prompts/prompt_bart_setup: No-op cleanup. + 2000-04-11 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> * 10650: Completion/Core/_files: make trailing blanks in @@ -46,7 +52,7 @@ without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels -2000-04-10 Bart Schaefer <schaefer@brasslantern.com> +2000-04-10 Bart Schaefer <schaefer@zsh.org> * 10628: Doc/Zsh/compsys.yo, Completion/User/_make: Check for GNU make using "_call version ..." as was done for GNU diff. |