summaryrefslogtreecommitdiff
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
parent12251d65ffd6fe150f538cee819336228d8bcc31 (diff)
downloadzsh-963a57203202509df686cb5159cb46b2666e3235.tar.gz
zsh-963a57203202509df686cb5159cb46b2666e3235.zip
unposted: refer to zle -Fw in NEWS
-rw-r--r--ChangeLog2
-rw-r--r--NEWS5
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d233d0da4..bf7fd5760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2013-11-08 Peter Stephenson <p.stephenson@samsung.com>
+ * unposted: NEWS: refer to zle -Fw.
+
* 31940: Doc/Zsh/contrib.yo, Functions/Misc/zcalc: add -e option
to zcalc to use input from arguments to command.
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.