comparison lisp/ChangeLog @ 31803:1430a37286eb

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 21 Sep 2000 09:29:24 +0000
parents 9de0c3880281
children 1a3a36f6811b
comparison
equal deleted inserted replaced
31802:c182c9b42c86 31803:1430a37286eb
29 29
30 * diff-mode.el (diff-find-source-location): 30 * diff-mode.el (diff-find-source-location):
31 Move code from diff-apply-hunk. Return buffer rather than file. 31 Move code from diff-apply-hunk. Return buffer rather than file.
32 (diff-apply-hunk): Use the new result from diff-find-source-location. 32 (diff-apply-hunk): Use the new result from diff-find-source-location.
33 (diff-goto-source): Use the new diff-find-source-location. 33 (diff-goto-source): Use the new diff-find-source-location.
34
35 2000-09-20 Dave Love <fx@gnu.org>
36
37 * iswitchb.el: Some doc fixes.
38 (iswitchb-mode-map): Define completely initially. Inherit
39 minibuffer-local-map.
40 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
41 fundamental-mode.
42 (iswitchb-global-map): New variable.
43 (iswitchb-summaries-to-end): Amalgamate regexps.
44 (iswitchb-mode): New.
45 (iswitchb-mode-hook): New variable.
46 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
47 `extensions'.
34 48
35 2000-09-20 Gerd Moellmann <gerd@gnu.org> 49 2000-09-20 Gerd Moellmann <gerd@gnu.org>
36 50
37 * ehelp.el (electric-help): New defgroup. 51 * ehelp.el (electric-help): New defgroup.
38 (electric-help-shrink-window): New user-option. 52 (electric-help-shrink-window): New user-option.