forked from pool/emacs
- Update to GNU Emacs version 29.3 which 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. This is for security reasons, to avoid evaluating malicious Lisp code. * New buffer-local variable 'untrusted-content'. When this is non-nil, Lisp programs should treat buffer contents with extra caution. * Gnus now treats inline MIME contents as untrusted. 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. 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. Remote files are recognized by calling 'file-remote-p'. - Port patch emacs-24.4-ps-bdf.patch OBS-URL: https://build.opensuse.org/request/show/1161379 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs?expand=0&rev=183
Description
No description provided
Languages
Emacs Lisp
62.1%
Shell
34.2%
Standard ML
3.7%