From 945220bdb2920f4c9260034434129830f90e33eb Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 17 Oct 2001 03:33:11 +0000 Subject: [PATCH] *** empty log message *** --- lib-src/ChangeLog | 5 +++++ src/ChangeLog | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6546c95987..45353abc12 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 8241404d8d..205d1bfe7d 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]. -- 2.20.1