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 Nov 2004 04:51:05 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6537 emacs/lisp/ChangeLog:1.6538
*** emacs/lisp/ChangeLog:1.6537 Tue Nov  2 07:57:51 2004
--- emacs/lisp/ChangeLog        Tue Nov  2 09:28:48 2004
***************
*** 1,3 ****
--- 1,27 ----
+ 2004-11-02  Richard M. Stallman  <address@hidden>
+ 
+       * emacs-lisp/elp.el (elp-instrument-function):
+       Use called-interactively-p.
+ 
+       * emacs-lisp/easymenu.el (easy-menu-intern):
+       Don't downcase; rather, case-flip the first letter of each word.
+ 
+       * emacs-lisp/easy-mmode.el (define-minor-mode):
+       Use called-interactively-p.
+ 
+       * emacs-lisp/bytecomp.el (byte-compile-warning-types):
+       Add interactive-only.
+       (byte-compile-warnings): Add interactive-only as option.
+       (byte-compile-interactive-only-functions): New variable.
+       (byte-compile-form): Warn about calls to functions
+       in byte-compile-interactive-only-functions.
+ 
+       * emacs-lisp/autoload.el (update-file-autoloads):
+       Don't use interactive-p; take new arg SAVE-AFTER.
+ 
+       * emacs-lisp/advice.el (ad-make-advised-definition):
+       Use called-interactively-p.
+ 
  2004-11-02  Jan Dj,Ad(Brv  <address@hidden>
  
        * files.el (find-file-existing): New function.
***************
*** 91,96 ****
--- 115,124 ----
  
  2004-11-01  Richard M. Stallman  <address@hidden>
  
+       * textmodes/ispell.el (ispell-word): Don't use interactive-p.
+ 
+       * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
+ 
        * allout.el (allout group): Add :version.
        (allout-init): Don't use interactive-p.
        (allout-ascend-to-depth, allout-ascend, allout-end-of-level)




reply via email to

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