diff options
| -rw-r--r-- | lisp/ChangeLog | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f7b9806bfb..de950977104 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,47 @@ | |||
| 1 | 2002-07-02 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * files.el (hack-one-local-variable-constantp): New function. | ||
| 4 | (hack-one-local-variable-eval-safep): New function. | ||
| 5 | Check for `eval:' calling fn with `safe-local-eval-function' property. | ||
| 6 | (hack-one-local-variable): Use hack-one-local-variable-eval-safep. | ||
| 7 | (c-add-style, c-set-style): Add safe-local-eval-function property. | ||
| 8 | |||
| 9 | * files.el (insert-directory): Handle --dired option to ls. | ||
| 10 | |||
| 11 | * files.el (file-remote-p): New function. | ||
| 12 | |||
| 13 | * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function. | ||
| 14 | |||
| 15 | * startup.el (fancy-splash-screens): Switch to a chosen frame. | ||
| 16 | (fancy-splash-frame): Choose the right frame to use. | ||
| 17 | (use-fancy-splash-screens-p): Check dimensions of the right frame | ||
| 18 | in order to decide. | ||
| 19 | |||
| 20 | * emacs-lisp/bytecomp.el (byte-compile-warning-types): | ||
| 21 | Rename cl-func to cl-functions. Enable it by default. | ||
| 22 | (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings | ||
| 23 | if the file loads cl. | ||
| 24 | (byte-compile-initial-macro-environment): For eval-and-compile, | ||
| 25 | use byte-compile-eval-before-compile to eval. | ||
| 26 | (byte-compile-eval-before-compile): New function to turn off | ||
| 27 | cl-functions when appropriate, for eval-and-compile. | ||
| 28 | (byte-compile-warnings): Doc fix. | ||
| 29 | |||
| 30 | 2002-07-02 Dave Love <fx@gnu.org> | ||
| 31 | |||
| 32 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option. | ||
| 33 | (byte-compile-cl-warn): New function. | ||
| 34 | (byte-compile-form): Use it, to warn about calling cl functions. | ||
| 35 | (byte-compile-warning-types): Doc fix. | ||
| 36 | |||
| 1 | 2002-07-02 Juanma Barranquero <lektu@terra.es> | 37 | 2002-07-02 Juanma Barranquero <lektu@terra.es> |
| 2 | 38 | ||
| 3 | * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo. | 39 | * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo. |
| 4 | 40 | ||
| 5 | * textmodes/reftex-cite.el (reftex-citation): Fix typo. | 41 | * textmodes/reftex-cite.el (reftex-citation): Fix typo. |
| 6 | 42 | ||
| 7 | * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent): Fix typo. | 43 | * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent): |
| 44 | Fix typo. | ||
| 8 | 45 | ||
| 9 | 2002-07-02 Kim F. Storm <storm@cua.dk> | 46 | 2002-07-02 Kim F. Storm <storm@cua.dk> |
| 10 | 47 | ||