]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sun, 24 Aug 2003 20:38:15 +0000 (20:38 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 24 Aug 2003 20:38:15 +0000 (20:38 +0000)
lisp/ChangeLog

index 89df045f726577247491a1788cf7291aceacf49c..0381005285a5a1bad3308e53729916146032d5fa 100644 (file)
@@ -1,3 +1,22 @@
+2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gud.el (gud-display-line): Don't set window-point if
+       source buffer is not visible. (Only happens with M-x gdba).
+
+       * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
+       documentation.
+       (gdb-source, gdb-source-info): Update to assembler unnecessary
+       as its done after each GDB command anyway.
+       (gdb-pre-prompt): Use with-current-buffer.
+       (gdb-insert-field): Add help-echo text.
+       (gdb-invalidate-assembler): Re-display of assembler now done in
+       gdb-info-breakpoints-custom.
+       (gdb-info-breakpoints-custom): Force re-display of assembler to
+       happen *after* update of breakpoints buffer.
+       (gdb-display-source-buffer): Don't choke if gdb-source-window
+       isn't visible.
+       (gdb-put-string, gdb-put-arrow): Remove free variables.
+
 2003-08-24  John Paul Wallington  <jpw@gnu.org>
 
        * ibuffer.el (ibuffer-formats): Make name and size columns wider.