From: Nick Roberts Date: Wed, 26 Apr 2006 23:01:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a113e3fafc76300676f8c0382a86719e870f73f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb5298d370c..33d200b7c18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-04-27 Nick Roberts + + * progmodes/gud.el (gud-comint-buffer): Move forward to stop + byte compiler warnings. + (gud-basic-call, gud-find-expr): Let user select an expression + for printing. Print expression as well as value in GUD buffer. + 2006-04-17 Ken Manheimer * allout.el: Remove local autoload declaration for diff --git a/src/ChangeLog b/src/ChangeLog index f01070a2a61..a4d458bee0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-04-27 Nick Roberts + + * .gdbinit (pp1, pv1): Only print value as expression is now + printed out by gud-print. + (pv1): Correct doc string. + 2006-04-26 Stefan Monnier * keymap.c (store_in_keymap): Change `def' arg to not be `register'.