diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e22afadc15a..9546025ab74 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2002-06-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl.el (values): Simplify definition. | ||
| 4 | |||
| 5 | * simple.el (shell-command): Match & only at end of whole command. | ||
| 6 | (display-message-or-buffer): Don't use the echo area | ||
| 7 | if output buffer is visible. | ||
| 8 | |||
| 9 | * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes. | ||
| 10 | |||
| 11 | * progmodes/cperl-mode.el: Many trivial doc fixes. | ||
| 12 | (cperl-non-problems): Definition deleted. | ||
| 13 | (cperl-menu): Don't refer to cperl-non-problems. | ||
| 14 | (cperl-word-at-point): Add doc string. | ||
| 15 | (cperl-beautify-regexp-piece): Fix error message. | ||
| 16 | (cperl-invert-if-unless): Fix error message. | ||
| 17 | |||
| 18 | * dired.el (dired-find-alternate-file): Mark as disabled. | ||
| 19 | |||
| 1 | 2002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 20 | 2002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 2 | 21 | ||
| 3 | * net/tramp.el (tramp-ftp-method): New user option. | 22 | * net/tramp.el (tramp-ftp-method): New user option. |