aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cf4e705a52f..7a7f3f204b0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2724,6 +2724,14 @@ overlays. This is only done on 'display' properties that have the
2724** 'process-contact' now takes an optional NO-BLOCK argument to allow 2724** 'process-contact' now takes an optional NO-BLOCK argument to allow
2725not waiting for a process to be set up. 2725not waiting for a process to be set up.
2726 2726
2727---
2728** New variable 'read-process-output-max' controls sub-process throughput.
2729This variable determines how many bytes can be read from a sub-process
2730in one read operation. The default, 4096 bytes, was previously a
2731hard-coded constant. Setting it to a larger value might enhance
2732throughput of reading from sub-processes that produces vast
2733(megabytes) amounts of data in one go.
2734
2727+++ 2735+++
2728** The new user option 'quit-window-hook' is now run first when 2736** The new user option 'quit-window-hook' is now run first when
2729executing the 'quit-window' command. 2737executing the 'quit-window' command.