Mercurial > emacs
changeset 46028:278093843f21
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Jun 2002 09:04:17 +0000 |
parents | 38072df535c8 |
children | 65fc39bc254a |
files | etc/ChangeLog etc/NEWS lisp/ChangeLog |
diffstat | 3 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * ps-prin0.ps, ps-prin1.ps: Add license exception. + 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> * TUTORIAL.fr: New version from ,AI(Bric Jacoboni <jaco@teaser.fr>.
--- 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
--- 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 <rms@gnu.org> + + * 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 <Kai.Grossjohann@CS.Uni-Dortmund.DE> * net/tramp.el (tramp-ftp-method): New user option.