# HG changeset patch # User Gerd Moellmann # Date 1003005955 0 # Node ID a0315327e2ed399a3d2a2a1d67395671a2a6559c # Parent 34ec3a68775d61d19f7521a4686b979af53a297b *** empty log message *** diff -r 34ec3a68775d -r a0315327e2ed etc/TODO --- a/etc/TODO Sat Oct 13 20:44:17 2001 +0000 +++ b/etc/TODO Sat Oct 13 20:45:55 2001 +0000 @@ -165,3 +165,5 @@ Emacs. * Use the XIE X extension, if available, for image display. + +* Rewrite make-docfile to something sane. diff -r 34ec3a68775d -r a0315327e2ed lib-src/ChangeLog --- a/lib-src/ChangeLog Sat Oct 13 20:44:17 2001 +0000 +++ b/lib-src/ChangeLog Sat Oct 13 20:45:55 2001 +0000 @@ -1,3 +1,9 @@ +2001-10-13 Gerd Moellmann + + * make-docfile.c (read_c_string_or_comment): Renamed from + read_c_string. Add parameter COMMENT. Read C-style comments. + (scan_c_file): Handle doc strings in C comments. + 2001-10-12 Andrew Innes * makefile.nt (ALL): Do not include fakemail. diff -r 34ec3a68775d -r a0315327e2ed src/ChangeLog --- a/src/ChangeLog Sat Oct 13 20:44:17 2001 +0000 +++ b/src/ChangeLog Sat Oct 13 20:45:55 2001 +0000 @@ -1,3 +1,10 @@ +2001-10-13 Gerd Moellmann + + * lisp.h (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]: + Provide definitions for doc strings in comments. + + * fns.c: Put doc strings in comments. + 2001-10-13 Eli Zaretskii * dired.c (file_name_completion): Ignore a candidate directory if