From: Stefan Monnier Date: Fri, 19 Jan 2024 20:04:50 +0000 (-0500) Subject: trace.el: Mention the last change in NEWS X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~2896 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a34b76cd663e39d9f5d30c4b0e49ba246fac0d63;p=emacs.git trace.el: Mention the last change in NEWS --- diff --git a/etc/NEWS b/etc/NEWS index 735a05f6579..967d8a94113 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -412,6 +412,10 @@ respectively, in addition to the existing translations 'C-x 8 / e' and * Changes in Specialized Modes and Packages in Emacs 30.1 +--- +** Trace +In batch mode, tracing now sends the trace to stdout. + +++ ** New command 'lldb'. Run the LLDB debugger, analogous to the 'gud-gdb' command.