1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2006-03-16 22:54:02 +00:00
parent 6c2a568a1b
commit 8ab8e5215b

View File

@ -1,3 +1,14 @@
2006-03-17 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gud-watch): Provide completion.
(gdb-continuation): New variable.
(gdb-send): Deal with continuation lines.
* progmodes/gud.el (gud-gdb-complete-command)
(gud-gdb-run-command-fetch-lines): Adapt for use with watch
expressions.
(gud-tooltip-mode): Use buffer-local value.
2006-03-16 Kim F. Storm <storm@cua.dk>
* ido.el (ido-edit-input): Use selected match, if any.