comparison lisp/ChangeLog @ 69525:2d6fdbec2ac5

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 16 Mar 2006 22:54:02 +0000
parents fe914e3be7be
children fefd49c78feb
comparison
equal deleted inserted replaced
69524:1e827d428dd6 69525:2d6fdbec2ac5
1 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4 (gdb-continuation): New variable.
5 (gdb-send): Deal with continuation lines.
6
7 * progmodes/gud.el (gud-gdb-complete-command)
8 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9 expressions.
10 (gud-tooltip-mode): Use buffer-local value.
11
1 2006-03-16 Kim F. Storm <storm@cua.dk> 12 2006-03-16 Kim F. Storm <storm@cua.dk>
2 13
3 * ido.el (ido-edit-input): Use selected match, if any. 14 * ido.el (ido-edit-input): Use selected match, if any.
4 15
5 2006-03-16 Bill Wohler <wohler@newt.com> 16 2006-03-16 Bill Wohler <wohler@newt.com>