emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 24 Aug 2003 16:38:16 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5355 emacs/lisp/ChangeLog:1.5356
*** emacs/lisp/ChangeLog:1.5355 Sun Aug 24 14:11:20 2003
--- emacs/lisp/ChangeLog        Sun Aug 24 16:38:15 2003
***************
*** 1,3 ****
--- 1,22 ----
+ 2003-08-24  Nick Roberts  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * ibuffer.el (ibuffer-formats): Make name and size columns wider.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]