X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7f9de034e87306071871bdda4f5e2573ad23d5e3..2de477650b66e89d055051c0980bd29b07cd54e0:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index affe769099..1c76db7996 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,21 @@ 2000-03-31 Dave Love + * help.el (help-manyarg-func-alist): Correct several omissions. + + * add-log.el: Don't require cl, fortran. + (add-log-current-defun-function): Doc fix. + (change-log-version-number-regexp-list): Remove SCCS part. Doc + fix. + (change-log-version-rcs): Function deleted. + (change-log-version-number-search): Doc fix. Use + vc-workfile-version. Avoid CL dolist. + (add-change-log-entry): Just call add-log-current-defun to get + defun. Simplify somewhat. + (change-log-get-method-definition-1): Likewise. + (add-log-current-defun): Return nil if calling + add-log-current-defun-function does so. Move Fortran stuff to + fortran.el. Return string without properties. + * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: and :alpha: char classes.