diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ff3b4178ce..20f04983fbd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-04-12 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-init-buffer): New function. | ||
| 4 | (gdb-set-gud-minor-mode-existing-buffers) | ||
| 5 | (gdb-info-breakpoints-custom, gdb-get-location) | ||
| 6 | (gdb-set-gud-minor-mode-existing-buffers-1): Use it. | ||
| 7 | Previously gdb-create-define-alist wasn't always run and added to | ||
| 8 | after-save-hook. | ||
| 9 | |||
| 10 | * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer | ||
| 11 | |||
| 1 | 2008-04-12 Kevin Ryde <user42@zip.com.au> | 12 | 2008-04-12 Kevin Ryde <user42@zip.com.au> |
| 2 | 13 | ||
| 3 | * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented | 14 | * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented |