changeset 28450:82dd31435cd6

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 31 Mar 2000 19:06:44 +0000
parents 02eac72b9974
children a48f25d316ff
files lisp/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 31 17:55:15 2000 +0000
+++ b/lisp/ChangeLog	Fri Mar 31 19:06:44 2000 +0000
@@ -1,5 +1,19 @@
 2000-03-31  Dave Love  <fx@gnu.org>
 
+	* 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.