comparison etc/NEWS @ 70140:e7260a496ebf

Mention t-mouse.el. Touch up description of gdb-ui.el.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 20 Apr 2006 22:52:16 +0000
parents 9abea3d88eac
children 47badff91bf2 72dea2ff0142
comparison
equal deleted inserted replaced
70139:fa073d9c1a2b 70140:e7260a496ebf
1847 ** The new package scroll-lock.el provides the Scroll Lock minor mode 1847 ** The new package scroll-lock.el provides the Scroll Lock minor mode
1848 for pager-like scrolling. Keys which normally move point by line or 1848 for pager-like scrolling. Keys which normally move point by line or
1849 paragraph will scroll the buffer by the respective amount of lines 1849 paragraph will scroll the buffer by the respective amount of lines
1850 instead and point will be kept vertically fixed relative to window 1850 instead and point will be kept vertically fixed relative to window
1851 boundaries during scrolling. 1851 boundaries during scrolling.
1852
1853 ** The file t-mouse.el is now part of Emacs and provides access to mouse
1854 events from the console. It still requires gpm to work but has been updated
1855 for 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
1855 ** Changes in Dired 1859 ** Changes in Dired
1856 1860
2625 *** GUD mode has its own tool bar for controlling execution of the inferior 2629 *** GUD mode has its own tool bar for controlling execution of the inferior
2626 and other common debugger commands. 2630 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
2630 GDB. You can interact with GDB through the GUD buffer in the usual way, but 2634 GDB. You can interact with GDB through the GUD buffer in the usual way, but
2631 there are also further buffers which control the execution and describe the 2635 there are also further buffers which control the execution and describe the
2632 state of your program. It can separate the input/output of your program from 2636 state of your program. It can separate the input/output of your program from
2633 that of GDB and watches expressions in the speedbar. It also uses features of 2637 that of GDB and watches expressions in the speedbar. It also uses features of
2634 Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate 2638 Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate
2635 breakpoints. 2639 breakpoints.
2636 2640
2637 Use M-x gdb to start GDB-UI. 2641 To use this package just type M-x gdb. See the Emacs manual if you want the
2642 old 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
2640 toggled independently of normal tooltips with the minor mode 2645 toggled independently of normal tooltips with the minor mode
2641 `gud-tooltip-mode'. 2646 `gud-tooltip-mode'.
2642 2647