# HG changeset patch # User Nick Roberts # Date 1051994766 0 # Node ID 4239cd7727ca8b47fe07145dbfba5ae6a3049407 # Parent e35f3a0974dedce20ba6bcc934421cf1c63a9931 Add an entry for GDB-UI. Mention tool bar under GUD. diff -r e35f3a0974de -r 4239cd7727ca etc/NEWS --- a/etc/NEWS Sat May 03 18:44:49 2003 +0000 +++ b/etc/NEWS Sat May 03 20:46:06 2003 +0000 @@ -88,6 +88,9 @@ * Changes in Emacs 21.4 +** GUD mode has its own tool bar for controlling execution of the inferior +and other common debugger commands. + ** recentf changes. The recent file list is now automatically cleanup when recentf mode is @@ -997,6 +1000,18 @@ * New modes and packages in 21.4 +** GDB-UI is now part of the Emacs distribution. + +This mode acts as an enhanced graphical user interface to GDB. You can +interact with GDB through the GUD buffer in the usual way, but there are also +further buffers which control the execution and describe the state of your +program. It separates the input/output of your program from that of GDB and +displays expressions and their current values in their own buffers. It also +uses features of Emacs 21 such as the display margin for breakpoints, and the +tool bar. + +Use M-x gdba to start GDB-UI. + --- ** Ido mode is now part of the Emacs distribution.