diff options
| author | Nick Roberts | 2010-03-28 02:27:43 +1300 |
|---|---|---|
| committer | Nick Roberts | 2010-03-28 02:27:43 +1300 |
| commit | 691cf4a0a2e4805dbfad20644a9748bf3597024a (patch) | |
| tree | 3d98fd36bd4d24a03b216900676410cdd7b15df8 /etc | |
| parent | 31f191b3a2d314c41a1e48b51615fdfe3fe20260 (diff) | |
| download | emacs-691cf4a0a2e4805dbfad20644a9748bf3597024a.tar.gz emacs-691cf4a0a2e4805dbfad20644a9748bf3597024a.zip | |
Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz:
added:
lisp/progmodes/gdb-mi.el
removed:
lisp/progmodes/gdb-ui.el
modified:
doc/emacs/building.texi
doc/emacs/emacs.texi
etc/NEWS
lisp/Makefile.in
lisp/progmodes/gud.el
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -82,6 +82,12 @@ buffers. | |||
| 82 | ** s-region.el is now declared obsolete, superceded by shift-select-mode | 82 | ** s-region.el is now declared obsolete, superceded by shift-select-mode |
| 83 | enabled by default in 23.1. | 83 | enabled by default in 23.1. |
| 84 | 84 | ||
| 85 | ** gdb-mi | ||
| 86 | |||
| 87 | *** GDB User Interface migrated to GDB Machine Interface and now | ||
| 88 | supports multithread non-stop debugging and debugging of several | ||
| 89 | threads simultaneously. | ||
| 90 | |||
| 85 | 91 | ||
| 86 | * New Modes and Packages in Emacs 24.1 | 92 | * New Modes and Packages in Emacs 24.1 |
| 87 | 93 | ||