From: Stefan Monnier Date: Wed, 24 May 2000 16:07:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3744 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1a336eb7fbc50b6d1b922fb0165760a3aa85af4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e00a6e2a23f..53f95f61448 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -49,6 +49,20 @@ current-input-method of the guidance buffer to the name of the curren input method. +2000-05-23 Stefan Monnier + + * progmodes/compile.el (compile-internal): Style typo. + + * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode): + quote vars and functions in the docstring. + + * newcomment.el (comment-make-extra-lines): Don't use `assert'. + + * completion.el (dynamic-completion-mode, dynamic-completion-mode): + Don't quote lambdas. + + * ffap.el (ffap-highlight): Use facep rather than internal-find-face. + 2000-05-23 Gerd Moellmann * startup.el (command-line): Determine source file of compiled @@ -139,6 +153,8 @@ 2000-05-22 Stefan Monnier + * help.el (help-manyarg-func-alist): Typo. + * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and intervals which makes it heaps simpler.