aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-04-27 19:12:09 +0000
committerGerd Moellmann <[email protected]>2000-04-27 19:12:09 +0000
commitc76e04a8d512527b5936fda7763963accd862bf9 (patch)
tree311a4e1a0f79eb13ff9cf27a8d9a371d86b7ff48 /lisp
parent5be6c3b044e2b0b2dd79a41285df932226f59962 (diff)
*** 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 375666e657..88c811eae5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,15 +1,33 @@
-2000-04-27 Dave Love <[email protected]>
+2000-04-27 Gerd Moellmann <[email protected]>
- * help.el (locate-library): Use mapc.
- (help-manyarg-func-alist): Add call-process-region.
+ * dired.el (dired-move-to-filename-regexp): Allow format where
+ YYYY is followed by two spaces.
-2000-04-27 Gerd Moellmann <[email protected]>
+ * progmodes/etags.el (etags-tags-completion-table): Add a `:'
+ in the second character class of the regexp.
+
+ * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
+ mh-etc, too.
+ * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
+ nil.
+
* subr.el (add-minor-mode): Use `set' instead of `setq'.
* gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
argument.
+2000-04-27 Sen Nagata <[email protected]>
+
+ * emacs-lisp/crm.el (crm-completion-table): New variable.
+ (crm-collection-fn, crm-test-completion)
+ (completing-read-multiple): Use it.
+
+2000-04-27 Dave Love <[email protected]>
+
+ * help.el (locate-library): Use mapc.
+ (help-manyarg-func-alist): Add call-process-region.
+
2000-04-26 Gerd Moellmann <[email protected]>
* subr.el (add-minor-mode): Make argument MAP optional.