From: Nick Roberts Date: Thu, 15 Jun 2006 00:57:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e86a3316d12123298a59c7c7e6946ab68ad43e8c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f379f47fd6d..f58d5a00f1e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2006-06-15 Nick Roberts + + * progmodes/gdb-ui.el (gdb-same-frame): New option. + (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables. + (gdb-init-1): Initialise them. + (gdb-starting): Reset gdb-printing + (gdb-starting): Save value of gud-overlay-arrow-position. + (gdb-frame-begin): Set gdb-frame-begin, gdb-printing. + (gdb-stopped): Don't look for source if calling procedure e.g "p a ()". + Use gdb-*-gdb-buffer conditionally on gdb-same-frame. + (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer. + 2006-06-14 Stefan Monnier * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.