aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-22 00:08:32 +0000
committerRichard M. Stallman2001-11-22 00:08:32 +0000
commitecafbba26bcac902cdd75895030e7b1c7e5e71b7 (patch)
treeae1d5146fadd6109f1b8898e483f6331e901a7c3 /lisp/ChangeLog
parent1ff74324b1dc43d61f1326b1296c0ba3e7086b92 (diff)
downloademacs-ecafbba26bcac902cdd75895030e7b1c7e5e71b7.tar.gz
emacs-ecafbba26bcac902cdd75895030e7b1c7e5e71b7.zip
(which-function): Call imenu--make-index-alist
if necessary to get a list of functions. (which-function-imenu-failed): New variable. (which-func-update): Handle all visible windows. (which-func-update-1): New subroutine broken out of which-func-update.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0a842a59c66..596e010d931 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12001-11-21 Richard M. Stallman <rms@gnu.org> 12001-11-21 Richard M. Stallman <rms@gnu.org>
2 2
3 * which-func.el (which-function): Call imenu--make-index-alist
4 if necessary to get a list of functions.
5 (which-function-imenu-failed): New variable.
6 (which-func-update): Handle all visible windows.
7 (which-func-update-1): New subroutine broken out of which-func-update.
8
3 * files.el (temporary-file-directory, null-device) 9 * files.el (temporary-file-directory, null-device)
4 (small-temporary-file-directory): Definitions moved up. 10 (small-temporary-file-directory): Definitions moved up.
5 11