From: Stefan Kangas Date: Fri, 16 Sep 2022 14:10:26 +0000 (+0200) Subject: ; * etc/NEWS.28: Fix merge of NEWS.28. X-Git-Tag: emacs-29.0.90~1856^2~448 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01ad2a4a926ba56ce370db9e368e72cf824026e5;p=emacs.git ; * etc/NEWS.28: Fix merge of NEWS.28. --- diff --git a/etc/NEWS.28 b/etc/NEWS.28 index 1e8bd499b68..5f3626eeeb0 100644 --- a/etc/NEWS.28 +++ b/etc/NEWS.28 @@ -15,6 +15,33 @@ in older Emacs versions. You can narrow news to a specific version by calling 'view-emacs-news' with a prefix argument or by typing 'C-u C-h C-n'. + +* Installation Changes in Emacs 28.3 + + +* Startup Changes in Emacs 28.3 + + +* Changes in Emacs 28.3 + + +* Editing Changes in Emacs 28.3 + + +* Changes in Specialized Modes and Packages in Emacs 28.3 + + +* New Modes and Packages in Emacs 28.3 + + +* Incompatible Lisp Changes in Emacs 28.3 + + +* Lisp Changes in Emacs 28.3 + + +* Changes in Emacs 28.3 on Non-Free Operating Systems + * Installation Changes in Emacs 28.2 @@ -3257,12 +3284,13 @@ completing on commands from buffers in major modes derived from MODE..., or, if it's a minor mode, when that minor mode is enabled in the current buffer. -Note that these forms will only have their effect if the +Note that these forms will only have their effect for 'M-x' if the 'read-extended-command-predicate' user option is customized to call 'command-completion-default-include-p' or a similar function. The default value of 'read-extended-command-predicate' is nil, which means no commands that match what you have typed are excluded from being -completion candidates. +completion candidates. The forms will, however, be used by 'M-S-x' by +default. ** 'define-minor-mode' now takes an ':interactive' argument. This can be used for specifying which modes this minor mode is meant