diff options
| author | Eli Zaretskii | 2025-08-31 09:54:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-08-31 09:54:17 +0300 |
| commit | 8c663618ce884cccf989d7834f822b7384ee5e83 (patch) | |
| tree | 7a3acd57c67049ffaf4a89e21e0d37d0c05bb00d | |
| parent | 98fbaacac23fd0de591092800a7565605ad67df1 (diff) | |
| download | emacs-8c663618ce884cccf989d7834f822b7384ee5e83.tar.gz emacs-8c663618ce884cccf989d7834f822b7384ee5e83.zip | |
; * etc/NEWS: Document the change that fixed bug#65897.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -614,6 +614,14 @@ To use the ':foreground' or current text color ensure the 'fill' attribute | |||
| 614 | in the SVG is set to 'currentcolor', or set the image spec's ':css' | 614 | in the SVG is set to 'currentcolor', or set the image spec's ':css' |
| 615 | value to 'svg {fill: currentcolor;}'. | 615 | value to 'svg {fill: currentcolor;}'. |
| 616 | 616 | ||
| 617 | --- | ||
| 618 | ** Errors signaled by 'emacsclient' connections can now enter the debugger. | ||
| 619 | If 'debug-on-error' is non-nil, errors signaled by Lisp programs | ||
| 620 | executed due to 'emacsclient' connections will now enter the Lisp | ||
| 621 | debugger and show the backtrace. If 'debug-on-error' is nil, these | ||
| 622 | errors will be sent to 'emacsclient', as before, and will be displayed | ||
| 623 | on 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 | ||