Mercurial > emacs
comparison lisp/ChangeLog @ 28450:82dd31435cd6
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 31 Mar 2000 19:06:44 +0000 |
parents | 765d0ff9037d |
children | 0f3fe99fadfb |
comparison
equal
deleted
inserted
replaced
28449:02eac72b9974 | 28450:82dd31435cd6 |
---|---|
1 2000-03-31 Dave Love <fx@gnu.org> | 1 2000-03-31 Dave Love <fx@gnu.org> |
2 | |
3 * add-log.el: Don't require cl, fortran. | |
4 (add-log-current-defun-function): Doc fix. | |
5 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
6 fix. | |
7 (change-log-version-rcs): Function deleted. | |
8 (change-log-version-number-search): Doc fix. Use | |
9 vc-workfile-version. Avoid CL dolist. | |
10 (add-change-log-entry): Just call add-log-current-defun to get | |
11 defun. Simplify somewhat. | |
12 (change-log-get-method-definition-1): Likewise. | |
13 (add-log-current-defun): Return nil if calling | |
14 add-log-current-defun-function does so. Move Fortran stuff to | |
15 fortran.el. Return string without properties. | |
2 | 16 |
3 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: | 17 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4 and :alpha: char classes. | 18 and :alpha: char classes. |
5 | 19 |
6 * mail/supercite.el: Defvar curline when compiling. | 20 * mail/supercite.el: Defvar curline when compiling. |