diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66f94844117..b9fe783b9d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-04-08 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-source-window): Remove variable | ||
| 4 | (gdb-goto-breakpoint, gdb-display-buffer) | ||
| 5 | (gdb-display-source-buffer, gdb-view-source-function) | ||
| 6 | (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows) | ||
| 7 | (gdb-source-info, gdb-frame-handler): Don't specify a window | ||
| 8 | for display. | ||
| 9 | (gdb-info-breakpoints-custom): Remove superfluous update of | ||
| 10 | assembler buffer. | ||
| 11 | (gdb-many-windows): Make settable outside gdb. | ||
| 12 | |||
| 1 | 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk> | 13 | 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 14 | ||
| 3 | * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode): | 15 | * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode): |