aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-27 19:12:09 +0000
committerGerd Moellmann2000-04-27 19:12:09 +0000
commitc76e04a8d512527b5936fda7763963accd862bf9 (patch)
tree311a4e1a0f79eb13ff9cf27a8d9a371d86b7ff48 /lisp
parent5be6c3b044e2b0b2dd79a41285df932226f59962 (diff)
downloademacs-c76e04a8d512527b5936fda7763963accd862bf9.tar.gz
emacs-c76e04a8d512527b5936fda7763963accd862bf9.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog26
1 files changed, 22 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 375666e6571..88c811eae5a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,15 +1,33 @@
12000-04-27 Dave Love <fx@gnu.org> 12000-04-27 Gerd Moellmann <gerd@gnu.org>
2 2
3 * help.el (locate-library): Use mapc. 3 * dired.el (dired-move-to-filename-regexp): Allow format where
4 (help-manyarg-func-alist): Add call-process-region. 4 YYYY is followed by two spaces.
5 5
62000-04-27 Gerd Moellmann <gerd@gnu.org> 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.
7 11
12 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13 nil.
14
8 * subr.el (add-minor-mode): Use `set' instead of `setq'. 15 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9 16
10 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN 17 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11 argument. 18 argument.
12 19
202000-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
262000-04-27 Dave Love <fx@gnu.org>
27
28 * help.el (locate-library): Use mapc.
29 (help-manyarg-func-alist): Add call-process-region.
30
132000-04-26 Gerd Moellmann <gerd@gnu.org> 312000-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.