From e641b454cdae5c13177b86ac861143c2891ec88e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 13 Oct 2001 20:45:55 +0000 Subject: [PATCH] *** empty log message *** --- etc/TODO | 2 ++ lib-src/ChangeLog | 6 ++++++ src/ChangeLog | 7 +++++++ 3 files changed, 15 insertions(+) diff --git a/etc/TODO b/etc/TODO index f236ac421af..c4dc548281b 100644 --- a/etc/TODO +++ b/etc/TODO @@ -165,3 +165,5 @@ Emacs. * Use the XIE X extension, if available, for image display. + +* Rewrite make-docfile to something sane. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a1bb77b6fa..7aadc3a56ac 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index df8dd5b1e83..cd1615612a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2