about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-11-08 11:37:52 +0000
committerPeter Stephenson <pws@zsh.org>2013-11-08 11:37:52 +0000
commit963a57203202509df686cb5159cb46b2666e3235 (patch)
treed10db8abd3e29ddc74f1937dc2f3cc13cdd2d973 /NEWS
parent12251d65ffd6fe150f538cee819336228d8bcc31 (diff)
downloadzsh-963a57203202509df686cb5159cb46b2666e3235.tar.gz
zsh-963a57203202509df686cb5159cb46b2666e3235.tar.xz
zsh-963a57203202509df686cb5159cb46b2666e3235.zip
unposted: refer to zle -Fw in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84c5f7b1f..4d0af22f9 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ to be an ordinary character even if the option EXTENDED_GLOB is set, use
 The variable editing builtin vared can be given custom editing widgets
 for initialisation and finishing.
 
+The line editor's capability for listening on file descriptors
+additional to the terminal has been enhanced so that the handler for
+such file descriptors can be a line editor widget.  Previously the
+handler always behaved as a standard shell function.
+
 Hooks for adding history (the function zshaddhistory and the
 array zshaddhistory_functions) can return status 2 to indicate that
 history is to be saved internally within the shell but not written.