From: Miles Bader Date: Wed, 17 Oct 2001 03:33:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19396 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=945220bdb2920f4c9260034434129830f90e33eb;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6546c95987c..45353abc12d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 Miles Bader + + * make-docfile.c (put_char): New function. + (read_c_string_or_comment): Strip trailing spaces and newlines. + 2001-10-16 Miles Bader * make-docfile.c (scan_c_file): Handle `new style' doc strings in diff --git a/src/ChangeLog b/src/ChangeLog index 8241404d8d3..205d1bfe7d4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2001-10-17 Miles Bader + + * lisp.h (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case. + * xmenu.c, xdisp.c, term.c, dispnew.c, abbrev.c, editfns.c, buffer.c + * xfns.c, alloc.c, minibuf.c, xterm.c, xfaces.c: + Change doc-string comments to `new style' [w/`doc:' keyword]. + (DOC_STRINGS_IN_COMMENTS): Macro removed. + * minibuf.c: Remove old commented-out-DEFUN that was used to fake + out make-docfile. + 2001-10-16 Miles Bader * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword].