Mercurial > emacs
changeset 104901:94b864b983d4
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 10 Sep 2009 03:02:34 +0000 |
parents | a5fc0cde652e |
children | 5328dd269964 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 10 02:25:53 2009 +0000 +++ b/lisp/ChangeLog Thu Sep 10 03:02:34 2009 +0000 @@ -1,3 +1,14 @@ +2009-09-10 Nick Roberts <nickrob@snap.net.nz> + + Reported in thread for Bug#4375. + * progmodes/gud.el (gud-tooltip-print-command): Use MI command + "-data-evaluate-expression" instead of print. + * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto. + (gdb-tooltip-print): Parse output from above MI command. + + Remove the word "separate" from IO functions as inferior + output is now never displayed in the GUD buffer. + 2009-09-10 Juanma Barranquero <lekktu@gmail.com> * startup.el (command-line-normalize-file-name): On Windows and