diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2002-12-08 01:28:46 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2002-12-08 01:28:46 +0000 |
commit | 737a720654d624c0a3cc3a674b245248edf15358 (patch) | |
tree | 6d3c8ca1e0968bc038c81c9961bc4b22ef1bb1bc | |
parent | 5d9c22fd1304ef2a39a8798fb9598544e225a038 (diff) | |
download | emacs-737a720654d624c0a3cc3a674b245248edf15358.tar.gz |
*** empty log message ***
-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) |