diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-30 21:17:07 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-30 21:17:07 +0000 |
commit | abe0ee3936c7f4a291666af3a9d70ed2a6d710f4 (patch) | |
tree | 8298dd598fd7d7ce375c13473e780c0c6e4259c5 /ChangeLog | |
parent | d7bcf2bb96047aa6a00d59885d1343ef4e0db54f (diff) | |
download | zsh-abe0ee3936c7f4a291666af3a9d70ed2a6d710f4.tar.gz zsh-abe0ee3936c7f4a291666af3a9d70ed2a6d710f4.tar.xz zsh-abe0ee3936c7f4a291666af3a9d70ed2a6d710f4.zip |
28960: Add functions to add/remove static hooks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a18ac7163..808344d2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,11 @@ * 28958: Functions/VCS_Info/VCS_INFO_hook: Support registering hooks independent of the context. + * 28960: Doc/Zsh/contrib.yo, Functions/VCS_Info/.distfiles, + Functions/VCS_Info/vcs_info, Functions/VCS_Info/vcs_info_hookadd, + Functions/VCS_Info/vcs_info_hookdel: Add functions to add/remove + static hooks. + 2011-03-29 Mikael Magnusson <mikachu@gmail.com> * unposted: Completion/Unix/Command/_vim: Fix typo in @@ -14402,5 +14407,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5236 $ +* $Revision: 1.5237 $ ***************************************************** |