diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-26 08:36:42 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-26 08:36:42 +0000 |
commit | 3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a (patch) | |
tree | 079e6303eeb6ba452afed4f14769d0ce59343189 /ChangeLog | |
parent | 470515922c73eaf630d0b2eb561980e1a87150cb (diff) | |
download | zsh-3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a.tar.gz zsh-3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a.tar.xz zsh-3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a.zip |
remove compfmt; a bit of explanation for compfiles and compgroups (12068)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bead24fe3..dd1aad15c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-26 Sven Wischnowsky <wischnow@zsh.org> + * 12068: Doc/Zsh/mod_computil.yo, Src/Zle/computil.c: remove + compfmt; a bit of explanation for compfiles and compgroups + * 12067: Completion/Core/_history, Src/Zle/zle_tricky.c: typo in _history; missing free()s in zle_tricky.c |