Mercurial > emacs
comparison lisp/ChangeLog @ 31567:1e0273003329
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 12 Sep 2000 13:16:58 +0000 |
parents | b5f901f88296 |
children | 9dbe341d4d8f |
comparison
equal
deleted
inserted
replaced
31566:9d3da289cab8 | 31567:1e0273003329 |
---|---|
1 2000-09-12 Dave Love <fx@gnu.org> | |
2 | |
3 * vc.el (vc-dired-listing-switches): Fix :version. | |
4 | |
5 * vc-hooks.el: Doc fixes. | |
6 | |
7 * subr.el (add-minor-mode): Use toggle-fun arg. | |
8 | |
9 * speedbar.el: Add :version to several defcustoms. | |
10 | |
11 * imenu.el (imenu--truncate-items, imenu--cleanup) | |
12 (imenu--generic-function): Avoid mapcar. | |
13 (imenu--replace-spaces): Function removed. | |
14 (imenu--completion-buffer): Use subst-char-in-string. | |
15 (imenu-add-to-menubar): Use keymap inheritance. | |
16 | |
1 2000-09-12 Miles Bader <miles@gnu.org> | 17 2000-09-12 Miles Bader <miles@gnu.org> |
2 | 18 |
3 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'. | 19 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'. |
4 (diff-mode-map): Bind `diff-test-hunk'. | 20 (diff-mode-map): Bind `diff-test-hunk'. |
5 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'. | 21 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'. |