emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sat, 03 May 2003 16:46:06 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.811 emacs/etc/NEWS:1.812
*** emacs/etc/NEWS:1.811        Thu May  1 15:37:34 2003
--- emacs/etc/NEWS      Sat May  3 16:46:06 2003
***************
*** 88,93 ****
--- 88,96 ----
  
  * 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
***************
*** 996,1001 ****
--- 999,1016 ----
      (setq x-meta-keysym 'alt)
  
  * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]