From: Nick Roberts Date: Sun, 24 Aug 2003 20:38:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8992 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1c6b6e51c61eba227baf4b0912c9a1237425e6b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89df045f726..0381005285a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2003-08-24 Nick Roberts + + * 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 * ibuffer.el (ibuffer-formats): Make name and size columns wider.