diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-04 00:45:07 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-04 00:45:07 +0000 |
commit | 715278d0631c1a165d2b9aae8e3650e1d7c2ad02 (patch) | |
tree | 2cec0792a6ed0a184bda0bde20c7c3f74ad4cfd3 /ChangeLog | |
parent | c5e47b85366310d4b81a39335a60769ba4f5b2eb (diff) | |
download | zsh-715278d0631c1a165d2b9aae8e3650e1d7c2ad02.tar.gz zsh-715278d0631c1a165d2b9aae8e3650e1d7c2ad02.tar.xz zsh-715278d0631c1a165d2b9aae8e3650e1d7c2ad02.zip |
12151: Fix ZDOTDIR during "make check" for static builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3ffde2a7f..df8d147fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ 2000-07-03 Bart Schaefer <schaefer@zsh.org> + * 12151: Test/Makefile.in, Test/comptest: Point ZDOTDIR into the + Test directory itself, and clean up .zcompdump after testing. + * 12148: Completion/Core/_path_files: Followup to 12133 as suggested by Sven in 12137: Don't merge display-ordering glob flags into the parens in $(...) expressions. |