From: Jim Porter Date: Sun, 18 Aug 2024 21:33:43 +0000 (-0700) Subject: ; * etc/NEWS: Announce 'shr-fill-text'. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~538 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b54e8b3741bed4d81bd8840c5f6904f605f5f9fa;p=emacs.git ; * etc/NEWS: Announce 'shr-fill-text'. --- diff --git a/etc/NEWS b/etc/NEWS index 90e3a42beb1..a75d1b44b90 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1406,6 +1406,16 @@ manual "(tramp) Improving performance of asynchronous remote processes". When a direct asynchronous process is invoked, it uses 'tramp-remote-path' for setting the remote 'PATH' environment variable. +** SHR + +--- +*** New option 'shr-fill-text'. +When 'shr-fill-text' is non-nil (the default), SHR will fill text +according to the width of the window. If you customize it to nil, SHR +will leave the text as-is; in that case, EWW will automatically enable +'visual-line-mode' when displaying a page so that long lines are +visually wrapped at word boundaries. + ** EWW ---