aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-03-01 10:09:16 -0500
committerEli Zaretskii2025-03-01 10:09:16 -0500
commit503622a10151d2ec15e08d91b4f6aeec347fa855 (patch)
tree622b33ab49da075ad4b354e611f17fe5571cf3c0
parent2095d0fcc686107c2ee25f75983710ca5f4abacf (diff)
downloademacs-503622a10151d2ec15e08d91b4f6aeec347fa855.tar.gz
emacs-503622a10151d2ec15e08d91b4f6aeec347fa855.zip
; * etc/NEWS.30: Fix last merge.
-rw-r--r--etc/NEWS.3032
1 files changed, 31 insertions, 1 deletions
diff --git a/etc/NEWS.30 b/etc/NEWS.30
index 8369aa05423..906deb07212 100644
--- a/etc/NEWS.30
+++ b/etc/NEWS.30
@@ -16,6 +16,33 @@ You can narrow news to a specific version by calling 'view-emacs-news'
16with a prefix argument or by typing 'C-u C-h C-n'. 16with a prefix argument or by typing 'C-u C-h C-n'.
17 17
18 18
19* Installation Changes in Emacs 30.2
20
21
22* Startup Changes in Emacs 30.2
23
24
25* Changes in Emacs 30.2
26
27
28* Editing Changes in Emacs 30.2
29
30
31* Changes in Specialized Modes and Packages in Emacs 30.2
32
33
34* New Modes and Packages in Emacs 30.2
35
36
37* Incompatible Lisp Changes in Emacs 30.2
38
39
40* Lisp Changes in Emacs 30.2
41
42
43* Changes in Emacs 30.2 on Non-Free Operating Systems
44
45
19* Installation Changes in Emacs 30.1 46* Installation Changes in Emacs 30.1
20 47
21** Native compilation is now enabled by default. 48** Native compilation is now enabled by default.
@@ -184,6 +211,9 @@ expectations.
184 211
185* Changes in Emacs 30.1 212* Changes in Emacs 30.1
186 213
214** Fix shell injection vulnerability in man.el (CVE-2025-1244).
215We urge all users to upgrade immediately.
216
187** New user option 'trusted-content' to allow potentially dangerous features. 217** New user option 'trusted-content' to allow potentially dangerous features.
188This option lists those files and directories whose content Emacs should 218This option lists those files and directories whose content Emacs should
189consider as sufficiently trusted to run any part of the code contained 219consider as sufficiently trusted to run any part of the code contained
@@ -425,7 +455,7 @@ This user option controls outline visibility in the output buffer of
425'describe-bindings' when 'describe-bindings-outline' is non-nil. 455'describe-bindings' when 'describe-bindings-outline' is non-nil.
426 456
427*** 'describe-function' shows the function's inferred type when available. 457*** 'describe-function' shows the function's inferred type when available.
428For native-compiled Lisp functions, 'describe-function' prints (after 458For native compiled Lisp functions, 'describe-function' prints (after
429the signature) the automatically inferred function type as well. If the 459the signature) the automatically inferred function type as well. If the
430function's type was explicitly declared (via the 'declare' form's 460function's type was explicitly declared (via the 'declare' form's
431'ftype' property), 'describe-function' shows the declared type. This is 461'ftype' property), 'describe-function' shows the declared type. This is