comparison lisp/ChangeLog @ 104901:94b864b983d4

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 10 Sep 2009 03:02:34 +0000
parents a5fc0cde652e
children 19772824da0c
comparison
equal deleted inserted replaced
104900:a5fc0cde652e 104901:94b864b983d4
1 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
2
3 Reported in thread for Bug#4375.
4 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5 "-data-evaluate-expression" instead of print.
6 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7 (gdb-tooltip-print): Parse output from above MI command.
8
9 Remove the word "separate" from IO functions as inferior
10 output is now never displayed in the GUD buffer.
11
1 2009-09-10 Juanma Barranquero <lekktu@gmail.com> 12 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * startup.el (command-line-normalize-file-name): On Windows and 14 * startup.el (command-line-normalize-file-name): On Windows and
4 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/. 15 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5 16