mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
*** empty log message ***
This commit is contained in:
parent
d9628d6ebc
commit
661f54cb94
1 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,19 @@
|
|||
2006-02-27 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-ui.el: (gdb-source-window): New variable.
|
||||
Re-introduce the concept of a source window.
|
||||
(gdb-get-buffer-create): Rename from gdb-get-create-buffer for
|
||||
consistency with get-buffer-create.
|
||||
(def-gdb-auto-update-handler, gdb-info-locals-handler)
|
||||
(gdb-data-list-register-values-handler)
|
||||
(gdb-stack-list-locals-handler): Try to preserve window-start as
|
||||
well as window-point.
|
||||
(gdb-display-source-buffer): New function (old concept).
|
||||
(gdb-goto-breakpoint): Use it.
|
||||
|
||||
* progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
|
||||
for gdb-ui/gdb-mi (old concept).
|
||||
|
||||
2006-02-27 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
|
||||
|
|
|
|||
Loading…
Reference in a new issue