diff options
| author | Nick Roberts | 2003-09-22 22:00:57 +0000 |
|---|---|---|
| committer | Nick Roberts | 2003-09-22 22:00:57 +0000 |
| commit | 81fc7b45ed7a42af5ab3df45e014cd2bbf82690c (patch) | |
| tree | 32f86b7f22f41a8903483310d7e4ae2eb9b5c0af | |
| parent | b633b319ac5b1fe640e823b011f63408d4ecacb5 (diff) | |
| download | emacs-81fc7b45ed7a42af5ab3df45e014cd2bbf82690c.tar.gz emacs-81fc7b45ed7a42af5ab3df45e014cd2bbf82690c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9b693ae546..3d0a3b46f06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-09-22 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * progmodes/gud.el (perldb): Add gud-until to list of commands. | ||
| 4 | Update gud-remove. | ||
| 5 | |||
| 1 | 2003-09-22 Richard M. Stallman <rms@gnu.org> | 6 | 2003-09-22 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/sh-script.el (sh-mode-default-syntax-table): | 8 | * progmodes/sh-script.el (sh-mode-default-syntax-table): |
| @@ -86,7 +91,7 @@ | |||
| 86 | 91 | ||
| 87 | * progmodes/ebrowse.el: Fix broken magic autoload comments. | 92 | * progmodes/ebrowse.el: Fix broken magic autoload comments. |
| 88 | 93 | ||
| 89 | 2003-09-17 Mario Lang <mlang@delysid.org> (tiny change) | 94 | 2003-09-17 Mario Lang <mlang@delysid.org> |
| 90 | 95 | ||
| 91 | * progmodes/gud.el (perldb): Change gud-print from just "%e" to | 96 | * progmodes/gud.el (perldb): Change gud-print from just "%e" to |
| 92 | "p %e" to actually print the value in the GUD buffer. | 97 | "p %e" to actually print the value in the GUD buffer. |