diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-03-11 16:32:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-03-11 16:32:07 +0000 |
commit | f2dca9e155f25ee57f15df7dc2dc81489e1abbae (patch) | |
tree | 7fcb3500f0c2c7d66b12fe3a50e92e2913d26cc7 /ChangeLog | |
parent | cc69ecfb9e10fca2d8f68100ff9f2365dedb1405 (diff) | |
download | zsh-f2dca9e155f25ee57f15df7dc2dc81489e1abbae.tar.gz zsh-f2dca9e155f25ee57f15df7dc2dc81489e1abbae.tar.xz zsh-f2dca9e155f25ee57f15df7dc2dc81489e1abbae.zip |
users/15864: turn zsh_directory_name into a hook
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1a6a69d09..bdbc02d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-03-11 Peter Stephenson <pws@csr.com> + * users/15864: Completion/Zsh/Context/_dynamic_directory_name, + Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, Functions/Chpwd/.distfiles, + Functions/Chpwd/zsh_directory_name_cdr, + Functions/Misc/add-zsh-hook, Src/subst.c, Src/utils.c: + turn zsh_directory_name into a hook. + * 28886: Src/Zle/zle_utils.c: Fix 28772 for the case where regions have the "P" flag to include $PREDISPLAY in the offsets. @@ -14316,5 +14322,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5218 $ +* $Revision: 1.5219 $ ***************************************************** |