From: Stefan Monnier Date: Fri, 19 Jan 2024 20:04:50 +0000 (-0500) Subject: trace.el: Mention the last change in NEWS X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=545a729c6cce9e9a2f7e6af7a137d79bd5b8f0aa;p=emacs.git trace.el: Mention the last change in NEWS (cherry picked from commit a34b76cd663e39d9f5d30c4b0e49ba246fac0d63) --- diff --git a/etc/NEWS b/etc/NEWS index 33d663023c3..013d76eb44b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -404,6 +404,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.