diff --git a/etc/NEWS b/etc/NEWS index 0653cda7c9e..bf6b4622473 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -466,6 +466,11 @@ lines are truncated. The default has been changed to 50. *** The new command balance-windows-area balances windows both vertically and horizontally. +*** pop-to-buffer now always sets input focus when the popped-to window +is on a different frame. + +*** New functions window-parameters, window-parameter, set-window-parameter. + ** Miscellaneous changes: +++ @@ -770,8 +775,10 @@ authentication respectively. ** Help mode *** New macro `with-help-window' should set up help windows better than `with-output-to-temp-buffer' with `print-help-return-message'. + *** New option `help-window-select' permits to customize whether help window shall be automatically selected when invoking help. + *** New variable `help-window-point-marker' permits to specify new position of point in help window (for example in `view-lossage').