# HG changeset patch # User Richard M. Stallman # Date 1025082257 0 # Node ID 278093843f2166f168627b54ba2729e43fcc52e8 # Parent 38072df535c838ec2f0f162947533105725b38b8 *** empty log message *** diff -r 38072df535c8 -r 278093843f21 etc/ChangeLog --- a/etc/ChangeLog Wed Jun 26 09:03:37 2002 +0000 +++ b/etc/ChangeLog Wed Jun 26 09:04:17 2002 +0000 @@ -1,3 +1,7 @@ +2002-06-26 Richard M. Stallman + + * ps-prin0.ps, ps-prin1.ps: Add license exception. + 2002-06-16 Eli Zaretskii * TUTORIAL.fr: New version from ,AI(Bric Jacoboni . diff -r 38072df535c8 -r 278093843f21 etc/NEWS --- a/etc/NEWS Wed Jun 26 09:03:37 2002 +0000 +++ b/etc/NEWS Wed Jun 26 09:04:17 2002 +0000 @@ -595,6 +595,7 @@ then it reverts to the old behavior and asks the user to select regions for comparison. ++++ ** Etags changes. *** New regular expressions features diff -r 38072df535c8 -r 278093843f21 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 26 09:03:37 2002 +0000 +++ b/lisp/ChangeLog Wed Jun 26 09:04:17 2002 +0000 @@ -1,3 +1,22 @@ +2002-06-26 Richard M. Stallman + + * 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 * net/tramp.el (tramp-ftp-method): New user option.