diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2c83bb2046..4583b6ba454 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-05-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/perl-mode.el (perl-indent-line): When looking for a | ||
| 4 | label, ensure that the first colon isn't followed by another. | ||
| 5 | |||
| 6 | * paths.el (Info-default-directory-list): Doc fix. | ||
| 7 | |||
| 3 | * net/net-utils.el (finger-X.500-host-regexps): New user-option. | 8 | * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
| 4 | (finger): If HOST matches a regexp from finger-X.500-host-regexps, | 9 | (finger): If HOST matches a regexp from finger-X.500-host-regexps, |
| 5 | send a query containing USER only, not USER@HOST. | 10 | send a query containing USER only, not USER@HOST. |