From: Nick Roberts Date: Mon, 22 Sep 2003 22:00:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81fc7b45ed7a42af5ab3df45e014cd2bbf82690c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9b693ae546..3d0a3b46f06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-09-22 Nick Roberts + + * progmodes/gud.el (perldb): Add gud-until to list of commands. + Update gud-remove. + 2003-09-22 Richard M. Stallman * progmodes/sh-script.el (sh-mode-default-syntax-table): @@ -86,7 +91,7 @@ * progmodes/ebrowse.el: Fix broken magic autoload comments. -2003-09-17 Mario Lang (tiny change) +2003-09-17 Mario Lang * progmodes/gud.el (perldb): Change gud-print from just "%e" to "p %e" to actually print the value in the GUD buffer.