Mercurial > emacs
comparison lisp/ChangeLog @ 57885:539ce55481ef
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Nov 2004 09:28:48 +0000 |
parents | 5a547995da89 |
children | 45788a7174a4 |
comparison
equal
deleted
inserted
replaced
57884:9fdca2852881 | 57885:539ce55481ef |
---|---|
1 2004-11-02 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * emacs-lisp/elp.el (elp-instrument-function): | |
4 Use called-interactively-p. | |
5 | |
6 * emacs-lisp/easymenu.el (easy-menu-intern): | |
7 Don't downcase; rather, case-flip the first letter of each word. | |
8 | |
9 * emacs-lisp/easy-mmode.el (define-minor-mode): | |
10 Use called-interactively-p. | |
11 | |
12 * emacs-lisp/bytecomp.el (byte-compile-warning-types): | |
13 Add interactive-only. | |
14 (byte-compile-warnings): Add interactive-only as option. | |
15 (byte-compile-interactive-only-functions): New variable. | |
16 (byte-compile-form): Warn about calls to functions | |
17 in byte-compile-interactive-only-functions. | |
18 | |
19 * emacs-lisp/autoload.el (update-file-autoloads): | |
20 Don't use interactive-p; take new arg SAVE-AFTER. | |
21 | |
22 * emacs-lisp/advice.el (ad-make-advised-definition): | |
23 Use called-interactively-p. | |
24 | |
1 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 25 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 26 |
3 * files.el (find-file-existing): New function. | 27 * files.el (find-file-existing): New function. |
4 | 28 |
5 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call | 29 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call |
88 * thumbs.el (group thumbs): Add :version keyword. | 112 * thumbs.el (group thumbs): Add :version keyword. |
89 | 113 |
90 * textmodes/bibtex.el (bibtex-make-field): Fix typo. | 114 * textmodes/bibtex.el (bibtex-make-field): Fix typo. |
91 | 115 |
92 2004-11-01 Richard M. Stallman <rms@gnu.org> | 116 2004-11-01 Richard M. Stallman <rms@gnu.org> |
117 | |
118 * textmodes/ispell.el (ispell-word): Don't use interactive-p. | |
119 | |
120 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p. | |
93 | 121 |
94 * allout.el (allout group): Add :version. | 122 * allout.el (allout group): Add :version. |
95 (allout-init): Don't use interactive-p. | 123 (allout-init): Don't use interactive-p. |
96 (allout-ascend-to-depth, allout-ascend, allout-end-of-level) | 124 (allout-ascend-to-depth, allout-ascend, allout-end-of-level) |
97 (allout-forward-current-level, allout-backward-current-level): | 125 (allout-forward-current-level, allout-backward-current-level): |