diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-25 08:18:43 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-25 08:18:43 +0000 |
commit | 9e44b5ea29c073e553a86b5fe50b66e25437e375 (patch) | |
tree | 21547e77800e7500826d2bbb8a33599b085c7453 /ChangeLog | |
parent | ead3cee30d59283b315e9b16b136ed5dd1198340 (diff) | |
download | zsh-9e44b5ea29c073e553a86b5fe50b66e25437e375.tar.gz zsh-9e44b5ea29c073e553a86b5fe50b66e25437e375.tar.xz zsh-9e44b5ea29c073e553a86b5fe50b66e25437e375.zip |
add a counter for invalidatelist() to allow finding out if there is a new list (13082)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2384b6893..6687d0041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-25 Sven Wischnowsky <wischnow@zsh.org> + + * 13082: Src/Zle/complist.c, Src/Zle/compresult.c: add a counter + for invalidatelist() to allow finding out if there is a new list + 2000-10-24 Sven Wischnowsky <wischnow@zsh.org> * 13071: Src/Zle/complist.c, Src/Zle/compresult.c: avoid printing |