aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-08-31 09:54:17 +0300
committerEli Zaretskii2025-08-31 09:54:17 +0300
commit8c663618ce884cccf989d7834f822b7384ee5e83 (patch)
tree7a3acd57c67049ffaf4a89e21e0d37d0c05bb00d
parent98fbaacac23fd0de591092800a7565605ad67df1 (diff)
downloademacs-8c663618ce884cccf989d7834f822b7384ee5e83.tar.gz
emacs-8c663618ce884cccf989d7834f822b7384ee5e83.zip
; * etc/NEWS: Document the change that fixed bug#65897.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8a139cb03ca..09ef1d64647 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -614,6 +614,14 @@ To use the ':foreground' or current text color ensure the 'fill' attribute
614in the SVG is set to 'currentcolor', or set the image spec's ':css' 614in the SVG is set to 'currentcolor', or set the image spec's ':css'
615value to 'svg {fill: currentcolor;}'. 615value to 'svg {fill: currentcolor;}'.
616 616
617---
618** Errors signaled by 'emacsclient' connections can now enter the debugger.
619If 'debug-on-error' is non-nil, errors signaled by Lisp programs
620executed due to 'emacsclient' connections will now enter the Lisp
621debugger and show the backtrace. If 'debug-on-error' is nil, these
622errors will be sent to 'emacsclient', as before, and will be displayed
623on the terminal from which 'emacsclient' was invoked.
624
617 625
618* Editing Changes in Emacs 31.1 626* Editing Changes in Emacs 31.1
619 627