emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 02 Jul 2002 15:10:17 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4061 emacs/lisp/ChangeLog:1.4062
*** emacs/lisp/ChangeLog:1.4061 Tue Jul  2 10:50:42 2002
--- emacs/lisp/ChangeLog        Tue Jul  2 15:10:16 2002
***************
*** 1,10 ****
  2002-07-02  Juanma Barranquero  <address@hidden>
  
        * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
  
        * textmodes/reftex-cite.el (reftex-citation): Fix typo.
  
!       * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent): 
Fix typo.
  
  2002-07-02  Kim F. Storm  <address@hidden>
  
--- 1,47 ----
+ 2002-07-02  Richard M. Stallman  <address@hidden>
+ 
+       * files.el (hack-one-local-variable-constantp): New function.
+       (hack-one-local-variable-eval-safep): New function.
+       Check for `eval:' calling fn with `safe-local-eval-function' property.
+       (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
+       (c-add-style, c-set-style): Add safe-local-eval-function property.
+       
+       * files.el (insert-directory): Handle --dired option to ls.
+ 
+       * files.el (file-remote-p): New function.
+ 
+       * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
+ 
+       * startup.el (fancy-splash-screens): Switch to a chosen frame.
+       (fancy-splash-frame): Choose the right frame to use.
+       (use-fancy-splash-screens-p): Check dimensions of the right frame
+       in order to decide.
+ 
+       * emacs-lisp/bytecomp.el (byte-compile-warning-types):
+       Rename cl-func to cl-functions.  Enable it by default.
+       (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
+       if the file loads cl.
+       (byte-compile-initial-macro-environment): For eval-and-compile,
+       use byte-compile-eval-before-compile to eval.
+       (byte-compile-eval-before-compile): New function to turn off
+       cl-functions when appropriate, for eval-and-compile.
+       (byte-compile-warnings): Doc fix.
+ 
+ 2002-07-02  Dave Love  <address@hidden>
+ 
+       * emacs-lisp/bytecomp.el (byte-compile-warnings):  Add cl-func option.
+       (byte-compile-cl-warn): New function.
+       (byte-compile-form): Use it, to warn about calling cl functions.
+       (byte-compile-warning-types): Doc fix.
+ 
  2002-07-02  Juanma Barranquero  <address@hidden>
  
        * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
  
        * textmodes/reftex-cite.el (reftex-citation): Fix typo.
  
!       * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
!       Fix typo.
  
  2002-07-02  Kim F. Storm  <address@hidden>
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]