]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Document automatic adjustment of process' logical window dimensions
[gnu-emacs] / etc / NEWS
index cfda333db23d917a547bceaf0372cb2a2553da74..785d14bf2ffcb10b85eb5be66808f3c9360b97c9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1587,6 +1587,14 @@ of subprocess.
 process filter, sentinel, etc., through keyword arguments (similar to
 'make-network-process').
 
++++
+** Subprocesses are automatically told about changes in window dimensions
+The new option 'window-adjust-process-window-size-function' controls
+how subprocesses are told to adapt their logical window sizes to
+changes in the Emacs window configuration.  Its default value calls
+'set-process-window-size' with the smallest dimensions of all the
+windows that display the subprocess's buffer.
+
 +++
 ** A new function 'directory-files-recursively' returns all matching
 files (recursively) under a directory.