[Top][All Lists]
[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)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jan Dj�rv, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Masatake YAMATO, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Glenn Morris, 2004/11/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jan Dj�rv, 2004/11/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Richard M . Stallman <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Robert J . Chassell, 2004/11/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Thien-Thi Nguyen, 2004/11/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Thien-Thi Nguyen, 2004/11/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Thien-Thi Nguyen, 2004/11/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Thien-Thi Nguyen, 2004/11/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Thien-Thi Nguyen, 2004/11/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2004/11/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2004/11/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jan Dj�rv, 2004/11/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2004/11/04