comparison lisp/ChangeLog @ 28748:6d96f2643b05

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 27 Apr 2000 19:12:09 +0000
parents fc66690cf3f2
children bdbffbf2a00e
comparison
equal deleted inserted replaced
28747:6f90293e6ccb 28748:6d96f2643b05
1 2000-04-27 Gerd Moellmann <gerd@gnu.org>
2
3 * dired.el (dired-move-to-filename-regexp): Allow format where
4 YYYY is followed by two spaces.
5
6 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
7 in the second character class of the regexp.
8
9 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10 mh-etc, too.
11
12 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13 nil.
14
15 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16
17 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18 argument.
19
20 2000-04-27 Sen Nagata <sen@eccosys.com>
21
22 * emacs-lisp/crm.el (crm-completion-table): New variable.
23 (crm-collection-fn, crm-test-completion)
24 (completing-read-multiple): Use it.
25
1 2000-04-27 Dave Love <fx@gnu.org> 26 2000-04-27 Dave Love <fx@gnu.org>
2 27
3 * help.el (locate-library): Use mapc. 28 * help.el (locate-library): Use mapc.
4 (help-manyarg-func-alist): Add call-process-region. 29 (help-manyarg-func-alist): Add call-process-region.
5
6 2000-04-27 Gerd Moellmann <gerd@gnu.org>
7
8 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9
10 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11 argument.
12 30
13 2000-04-26 Gerd Moellmann <gerd@gnu.org> 31 2000-04-26 Gerd Moellmann <gerd@gnu.org>
14 32
15 * subr.el (add-minor-mode): Make argument MAP optional. 33 * subr.el (add-minor-mode): Make argument MAP optional.
16 34