diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 647122caada..31df6e9f72c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-03-10 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as | ||
| 4 | it gets called in gdb-prompt anyway. | ||
| 5 | (gdb-use-separate-io-buffer): Only restore window arrangement for | ||
| 6 | gdb-many-windows. | ||
| 7 | (gdb-enqueue-input): Make it harder to send GDB input when program | ||
| 8 | is running. | ||
| 9 | (gdb-buffer-list): New variable. | ||
| 10 | (gdb-remove-mouse-face): New function. | ||
| 11 | (gdb-starting): Use it when GDB input won't get sent. | ||
| 12 | |||
| 1 | 2006-03-08 Juanma Barranquero <lekktu@gmail.com> | 13 | 2006-03-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 14 | ||
| 3 | * help.el (view-lossage): Remove trailing whitespace before | 15 | * help.el (view-lossage): Remove trailing whitespace before |