# HG changeset patch # User Miles Bader # Date 1003289591 0 # Node ID c306aaf1274820d52bda1ef043db6185e500fabb # Parent c652433b7f2f8f68a9c2af80a2b9e699e1845980 *** empty log message *** diff -r c652433b7f2f -r c306aaf12748 lib-src/ChangeLog --- a/lib-src/ChangeLog Wed Oct 17 03:17:18 2001 +0000 +++ b/lib-src/ChangeLog Wed Oct 17 03:33:11 2001 +0000 @@ -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 -r c652433b7f2f -r c306aaf12748 src/ChangeLog --- a/src/ChangeLog Wed Oct 17 03:17:18 2001 +0000 +++ b/src/ChangeLog Wed Oct 17 03:33:11 2001 +0000 @@ -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].