aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2003-09-22 22:00:57 +0000
committerNick Roberts2003-09-22 22:00:57 +0000
commit81fc7b45ed7a42af5ab3df45e014cd2bbf82690c (patch)
tree32f86b7f22f41a8903483310d7e4ae2eb9b5c0af
parentb633b319ac5b1fe640e823b011f63408d4ecacb5 (diff)
downloademacs-81fc7b45ed7a42af5ab3df45e014cd2bbf82690c.tar.gz
emacs-81fc7b45ed7a42af5ab3df45e014cd2bbf82690c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
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 @@
12003-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
12003-09-22 Richard M. Stallman <rms@gnu.org> 62003-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
892003-09-17 Mario Lang <mlang@delysid.org> (tiny change) 942003-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.