comparison lisp/ChangeLog @ 52585:caedc2d7c42c

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 22 Sep 2003 22:00:57 +0000
parents 1365e8b0efa4
children fc78d0eb33d4
comparison
equal deleted inserted replaced
52584:88cd9cfe5459 52585:caedc2d7c42c
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):
4 Renamed from sh-mode-syntax-table. Call sh-mode-syntax-table directly. 9 Renamed from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
5 (sh-mode-syntax-table-input): New variable. 10 (sh-mode-syntax-table-input): New variable.
84 89
85 2003-09-18 Masatake YAMATO <jet@gyve.org> 90 2003-09-18 Masatake YAMATO <jet@gyve.org>
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.
93 98
94 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu> 99 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>