aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-05-07 12:16:27 +0300
committerEli Zaretskii2016-05-07 12:16:27 +0300
commit4ffec91aa1fe668609f460cf6377644597c23306 (patch)
tree4fe9756b816ca269d3fb520b1f3719dad3696673 /etc
parentdc662713e235c9c55c71636168af7e14519f180d (diff)
downloademacs-4ffec91aa1fe668609f460cf6377644597c23306.tar.gz
emacs-4ffec91aa1fe668609f460cf6377644597c23306.zip
Document automatic adjustment of process' logical window dimensions
* doc/lispref/processes.texi (Process Buffers): Document 'set-process-window-size' and 'window-adjust-process-window-size-function'. * etc/NEWS: Mention the new functionality and variable. * src/process.c (Fset_process_window_size): Improve the doc string.
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 cfda333db23..785d14bf2ff 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1588,6 +1588,14 @@ process filter, sentinel, etc., through keyword arguments (similar to
1588'make-network-process'). 1588'make-network-process').
1589 1589
1590+++ 1590+++
1591** Subprocesses are automatically told about changes in window dimensions
1592The new option 'window-adjust-process-window-size-function' controls
1593how subprocesses are told to adapt their logical window sizes to
1594changes in the Emacs window configuration. Its default value calls
1595'set-process-window-size' with the smallest dimensions of all the
1596windows that display the subprocess's buffer.
1597
1598+++
1591** A new function 'directory-files-recursively' returns all matching 1599** A new function 'directory-files-recursively' returns all matching
1592files (recursively) under a directory. 1600files (recursively) under a directory.
1593 1601