diff options
| author | Stefan Monnier | 2005-11-28 21:55:15 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-11-28 21:55:15 +0000 |
| commit | d95324034b2f5fd737c1f7c24fb5e00533b9b3cc (patch) | |
| tree | 436d6e571b4db3d8016f7bfc174a2dffd942af31 /lisp/ChangeLog | |
| parent | cedbd3f084c41036b82ade1f7c45eaf1d8e5dfd3 (diff) | |
| download | emacs-d95324034b2f5fd737c1f7c24fb5e00533b9b3cc.tar.gz emacs-d95324034b2f5fd737c1f7c24fb5e00533b9b3cc.zip | |
(elp-not-profilable): Replace interactive-p with called-interactively-p.
(elp-profilable-p): Rename from elp-not-profilable-p.
Invert result and take into account macros and autoloaded functions.
(elp-instrument-function): Update call.
(elp-instrument-package): Update call. Add completion.
(elp-pack-number): Use match-string.
(elp-results-jump-to-definition-by-mouse): Merge into
elp-results-jump-to-definition and then remove.
(elp-output-insert-symname): Make help echo text single-line.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ffbcb3c91f..ed546b62fa7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with | ||
| 4 | called-interactively-p. | ||
| 5 | (elp-profilable-p): Rename from elp-not-profilable-p. | ||
| 6 | Invert result and take into account macros and autoloaded functions. | ||
| 7 | (elp-instrument-function): Update call. | ||
| 8 | (elp-instrument-package): Update call. Add completion. | ||
| 9 | (elp-pack-number): Use match-string. | ||
| 10 | (elp-results-jump-to-definition-by-mouse): Merge into | ||
| 11 | elp-results-jump-to-definition and then remove. | ||
| 12 | (elp-output-insert-symname): Make help echo text single-line. | ||
| 13 | |||
| 3 | * replace.el (query-replace-map): Move initialization into declaration. | 14 | * replace.el (query-replace-map): Move initialization into declaration. |
| 4 | (occur-engine): Use with-current-buffer. | 15 | (occur-engine): Use with-current-buffer. |
| 5 | (occur-mode-goto-occurrence): Make it work for mouse-clicks as well. | 16 | (occur-mode-goto-occurrence): Make it work for mouse-clicks as well. |