Mercurial > emacs
changeset 52585:caedc2d7c42c
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 22 Sep 2003 22:00:57 +0000 |
parents | 88cd9cfe5459 |
children | a0055e15e603 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 22 17:40:14 2003 +0000 +++ b/lisp/ChangeLog Mon Sep 22 22:00:57 2003 +0000 @@ -1,3 +1,8 @@ +2003-09-22 Nick Roberts <nick@nick.uklinux.net> + + * progmodes/gud.el (perldb): Add gud-until to list of commands. + Update gud-remove. + 2003-09-22 Richard M. Stallman <rms@gnu.org> * 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 <mlang@delysid.org> (tiny change) +2003-09-17 Mario Lang <mlang@delysid.org> * progmodes/gud.el (perldb): Change gud-print from just "%e" to "p %e" to actually print the value in the GUD buffer.