diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b62b4dcae..9ae3c901b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-11-08 Peter Stephenson <pws@csr.com> + + * 22978 (tweaked): Doc/Zsh/func.yo, Doc/Zsh/options.yo, + Src/builtin.c, Src/init.c, Src/utils.c, Src/Zle/zle_main.c, + Test/A05execution.ztst: use <hook>_functions array variables for + hook functions. + + * 22981: Zvi Har'El: Src/glob.c: 22952 also got a + get_strarg() wrong in glob.c. + 2006-11-07 Peter Stephenson <p.w.stephenson@ntlworld.com> * 22980: Doc/Zsh/expn.yo, Src/subst.c, Test/D04paramater.ztst, |