1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * etc/NEWS: Mark unmarked entries.

This commit is contained in:
Eli Zaretskii 2024-12-18 20:37:37 +02:00
parent 8a0c9c234f
commit 5c0f3f5826

View file

@ -1868,6 +1868,7 @@ In the past they included a terminating newline in most cases but not all.
** Emacs Lisp mode ** Emacs Lisp mode
+++
*** 'elisp-flymake-byte-compile' is disabled for untrusted files. *** 'elisp-flymake-byte-compile' is disabled for untrusted files.
For security reasons, this backend can be used only in those files For security reasons, this backend can be used only in those files
specified as trusted according to 'trusted-content' and emits an specified as trusted according to 'trusted-content' and emits an
@ -2039,6 +2040,7 @@ By default it retains the previous behavior: read the contents of
Gemfile and act accordingly. But you can also set it to t or nil to Gemfile and act accordingly. But you can also set it to t or nil to
skip checking the Gemfile. skip checking the Gemfile.
---
*** New user option 'ruby-bracketed-args-indent'. *** New user option 'ruby-bracketed-args-indent'.
When it is set to nil, multiple consecutive open braces/brackets/parens When it is set to nil, multiple consecutive open braces/brackets/parens
result in only one additional indentation level. Default is t. result in only one additional indentation level. Default is t.
@ -2386,6 +2388,7 @@ These hooks were named incorrectly, and so they never actually ran
when unloading the corresponding feature. Instead, you should use when unloading the corresponding feature. Instead, you should use
hooks named after the feature name, like 'esh-mode-unload-hook'. hooks named after the feature name, like 'esh-mode-unload-hook'.
---
** User options 'eshell-process-wait-{seconds,milliseconds}' are now obsolete. ** User options 'eshell-process-wait-{seconds,milliseconds}' are now obsolete.
Instead, use 'eshell-process-wait-time', which supports floating-point Instead, use 'eshell-process-wait-time', which supports floating-point
values. values.
@ -2642,6 +2645,7 @@ The new function 'haiku-notifications-notify' provides a subset of the
capabilities of the 'notifications-notify' function in a manner capabilities of the 'notifications-notify' function in a manner
analogous to 'w32-notification-notify'. analogous to 'w32-notification-notify'.
---
** New Haiku specific variable 'haiku-pass-control-tab-to-system'. ** New Haiku specific variable 'haiku-pass-control-tab-to-system'.
This sets whether Emacs should pass 'C-TAB' on to the system instead of This sets whether Emacs should pass 'C-TAB' on to the system instead of
handling it, fixing a problem where window switching would not activate handling it, fixing a problem where window switching would not activate
@ -3088,6 +3092,7 @@ inside 'treesit-language-source-alist', so that calling
It may be useful, for example, for the purposes of bisecting a It may be useful, for example, for the purposes of bisecting a
treesitter grammar. treesitter grammar.
+++
** New buffer-local variable 'tabulated-list-groups'. ** New buffer-local variable 'tabulated-list-groups'.
It controls display and separate sorting of groups of entries. By It controls display and separate sorting of groups of entries. By
default no grouping or sorting is done. default no grouping or sorting is done.
@ -3123,6 +3128,7 @@ this case, would mean repeating the object in the argument list.) When
replacing an object with a different one, passing both the new and old replacing an object with a different one, passing both the new and old
objects is still necessary. objects is still necessary.
+++
** 'vtable-insert-object' can insert "before" or at an index. ** 'vtable-insert-object' can insert "before" or at an index.
The signature of 'vtable-insert-object' has changed and is now: The signature of 'vtable-insert-object' has changed and is now: