diff options
| author | Nick Roberts | 2009-09-10 03:40:51 +0000 |
|---|---|---|
| committer | Nick Roberts | 2009-09-10 03:40:51 +0000 |
| commit | 7ab133d16957aeba8962b16f4472d365ae7c2901 (patch) | |
| tree | 023f3ddc73fdde9ad67b0d70d43ec9ac628fd4a0 | |
| parent | 19f48442c84ae8c3b615d0ac834643b88c657e1c (diff) | |
| download | emacs-7ab133d16957aeba8962b16f4472d365ae7c2901.tar.gz emacs-7ab133d16957aeba8962b16f4472d365ae7c2901.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00a62ea19d6..1a739078fb8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | "-data-evaluate-expression" instead of print. | 5 | "-data-evaluate-expression" instead of print. |
| 6 | * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto. | 6 | * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto. |
| 7 | (gdb-tooltip-print): Parse output from above MI command. | 7 | (gdb-tooltip-print): Parse output from above MI command. |
| 8 | (gdb): Revert 2009-08-11 change. User should detach inferior | ||
| 9 | manually. | ||
| 8 | 10 | ||
| 9 | Remove the word "separate" from IO functions as inferior | 11 | Remove the word "separate" from IO functions as inferior |
| 10 | output is now never displayed in the GUD buffer. | 12 | output is now never displayed in the GUD buffer. |