diff options
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d7a23d32c5..079c089c34a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-12-08 Nick Roberts <nick@nick.uklinux.net> + + * gdb-ui.el : Remove inappropriate key-bindings. + (gdb-info-breakpoints-custom, gdb-goto-bp-this-line): + Parse correctly when breakpoint has no line number. + (def-gdb-auto-update-handler, gdb-info-locals-handler), + (gdb-display-end): Avoid using insert-buffer. + (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select. + 2002-12-07 Richard M. Stallman <rms@gnu.org> * progmodes/compile.el (compilation-enter-directory-regexp-alist) |