aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-06-26 09:04:17 +0000
committerRichard M. Stallman <[email protected]>2002-06-26 09:04:17 +0000
commitca8f3642572cf91c753f301085d7d4e3033319c8 (patch)
tree5e15b59a33fb7cdd74fcb948ca60487815b94299 /lisp
parent8f7ef366417e56cc1ec34afb6fcc6f3409bc8e60 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e22afadc15..9546025ab7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
+2002-06-26 Richard M. Stallman <[email protected]>
+
+ * emacs-lisp/cl.el (values): Simplify definition.
+
+ * simple.el (shell-command): Match & only at end of whole command.
+ (display-message-or-buffer): Don't use the echo area
+ if output buffer is visible.
+
+ * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
+
+ * progmodes/cperl-mode.el: Many trivial doc fixes.
+ (cperl-non-problems): Definition deleted.
+ (cperl-menu): Don't refer to cperl-non-problems.
+ (cperl-word-at-point): Add doc string.
+ (cperl-beautify-regexp-piece): Fix error message.
+ (cperl-invert-if-unless): Fix error message.
+
+ * dired.el (dired-find-alternate-file): Mark as disabled.
+
2002-06-25 Kai Gro,b_(Bjohann <[email protected]>
* net/tramp.el (tramp-ftp-method): New user option.