diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 19 |
3 files changed, 24 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ae71db832b9..8066de9ee93 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-06-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * ps-prin0.ps, ps-prin1.ps: Add license exception. | ||
| 4 | |||
| 1 | 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * TUTORIAL.fr: New version from ,AI(Bric Jacoboni <jaco@teaser.fr>. | 7 | * TUTORIAL.fr: New version from ,AI(Bric Jacoboni <jaco@teaser.fr>. |
| @@ -595,6 +595,7 @@ currently highlighted regions in an inferior Ediff session. If you answer 'n' | |||
| 595 | then it reverts to the old behavior and asks the user to select regions for | 595 | then it reverts to the old behavior and asks the user to select regions for |
| 596 | comparison. | 596 | comparison. |
| 597 | 597 | ||
| 598 | +++ | ||
| 598 | ** Etags changes. | 599 | ** Etags changes. |
| 599 | 600 | ||
| 600 | *** New regular expressions features | 601 | *** New regular expressions features |
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. |