diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-10 15:24:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-10 15:24:26 +0000 |
commit | b726ead94e911e1ce3e8b582c315b3d6f83a6eb7 (patch) | |
tree | 6298d1215ba8a55aa8cac4fd536de3af91bbb4b2 /ChangeLog | |
parent | 638b0da9704add12fff91868efdfbb2dd35f0b54 (diff) | |
download | zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar.gz zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.tar.xz zsh-b726ead94e911e1ce3e8b582c315b3d6f83a6eb7.zip |
22676, 22678: extend sched and make it able to run events when waiting for
input
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 12f1a78bd..22d4b1d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-09-10 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 22676, adapted as in 22678: README, Doc/Zsh/mod_sched.yo, + Src/init.c, Src/subst.c, Src/utils.c, Src/zsh.h, + Src/Builtins/sched.c, Src/Zle/zle_main.c, Src/Zle/zle_thingy.c: + make sched events work when waiting for input in zle; allow sched + to handle the trashzle(); improve the interface to sched both + internally and externally. + * 22681: configure.ac, Src/Modules/system.mdd: pass all files defining errnos to awk so that it finds them all on systems where the list of definitions is fragmented. |