aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-04-20 22:52:16 +0000
committerNick Roberts2006-04-20 22:52:16 +0000
commitb65dd3408ade666b6c4c1690c0c3652010585b8e (patch)
treea9ee6434596f30ecf1e04ecb02fc7976d6f98fe3
parentbe2c62b3c254747b5538e557dd74a7326c8b9037 (diff)
downloademacs-b65dd3408ade666b6c4c1690c0c3652010585b8e.tar.gz
emacs-b65dd3408ade666b6c4c1690c0c3652010585b8e.zip
Mention t-mouse.el. Touch up description of gdb-ui.el.
-rw-r--r--etc/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a8092923ea5..8bb1957f1cc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1849,6 +1849,10 @@ for pager-like scrolling. Keys which normally move point by line or
1849paragraph will scroll the buffer by the respective amount of lines 1849paragraph will scroll the buffer by the respective amount of lines
1850instead and point will be kept vertically fixed relative to window 1850instead and point will be kept vertically fixed relative to window
1851boundaries during scrolling. 1851boundaries during scrolling.
1852
1853** The file t-mouse.el is now part of Emacs and provides access to mouse
1854events from the console. It still requires gpm to work but has been updated
1855for Emacs 22. In particular, the mode-line is now position sensitive.
1852 1856
1853* Changes in Specialized Modes and Packages in Emacs 22.1: 1857* Changes in Specialized Modes and Packages in Emacs 22.1:
1854 1858
@@ -2627,14 +2631,15 @@ and other common debugger commands.
2627 2631
2628+++ 2632+++
2629*** The new package gdb-ui.el provides an enhanced graphical interface to 2633*** The new package gdb-ui.el provides an enhanced graphical interface to
2630GDB. You can interact with GDB through the GUD buffer in the usual way, but 2634GDB. You can interact with GDB through the GUD buffer in the usual way, but
2631there are also further buffers which control the execution and describe the 2635there are also further buffers which control the execution and describe the
2632state of your program. It can separate the input/output of your program from 2636state of your program. It can separate the input/output of your program from
2633that of GDB and watches expressions in the speedbar. It also uses features of 2637that of GDB and watches expressions in the speedbar. It also uses features of
2634Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate 2638Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate
2635breakpoints. 2639breakpoints.
2636 2640
2637Use M-x gdb to start GDB-UI. 2641To use this package just type M-x gdb. See the Emacs manual if you want the
2642old behaviour.
2638 2643
2639*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be 2644*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be
2640toggled independently of normal tooltips with the minor mode 2645toggled independently of normal tooltips with the minor mode