* etc/NEWS: Update for Emacs 29.3
This commit is contained in:
parent
e95a862226
commit
8d8253f899
1 changed files with 15 additions and 19 deletions
34
etc/NEWS
34
etc/NEWS
|
@ -15,32 +15,28 @@ in older Emacs versions.
|
||||||
You can narrow news to a specific version by calling 'view-emacs-news'
|
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'.
|
with a prefix argument or by typing 'C-u C-h C-n'.
|
||||||
|
|
||||||
|
|
||||||
* Installation Changes in Emacs 29.3
|
|
||||||
|
|
||||||
|
|
||||||
* Startup Changes in Emacs 29.3
|
|
||||||
|
|
||||||
|
|
||||||
* Changes in Emacs 29.3
|
* Changes in Emacs 29.3
|
||||||
|
Emacs 29.3 is an emergency bugfix release intended to fix several
|
||||||
|
security vulnerabilities described below.
|
||||||
|
|
||||||
|
** Arbitrary Lisp code is no longer evaluated as part of turning on Org mode.
|
||||||
* Editing Changes in Emacs 29.3
|
This is for security reasons, to avoid evaluating malicious Lisp code.
|
||||||
|
|
||||||
|
** New buffer-local variable 'untrusted-content'.
|
||||||
* Changes in Specialized Modes and Packages in Emacs 29.3
|
When this is non-nil, Lisp programs should treat buffer contents with
|
||||||
|
extra caution.
|
||||||
|
|
||||||
|
** Gnus now treats inline MIME contents as untrusted.
|
||||||
* New Modes and Packages in Emacs 29.3
|
To get back previous insecure behavior, 'untrusted-content' should be
|
||||||
|
reset to nil in the buffer.
|
||||||
|
|
||||||
|
** LaTeX preview is now by default disabled for email attachments.
|
||||||
* Incompatible Lisp Changes in Emacs 29.3
|
To get back previous insecure behavior, set the variable
|
||||||
|
'org--latex-preview-when-risky' to a non-nil value.
|
||||||
|
|
||||||
|
** Org mode now considers contents of remote files to be untrusted.
|
||||||
* Lisp Changes in Emacs 29.3
|
Remote files are recognized by calling 'file-remote-p'.
|
||||||
|
|
||||||
|
|
||||||
* Changes in Emacs 29.3 on Non-Free Operating Systems
|
|
||||||
|
|
||||||
|
|
||||||
* Installation Changes in Emacs 29.2
|
* Installation Changes in Emacs 29.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue