Mercurial > emacs
changeset 39900:a0315327e2ed
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 13 Oct 2001 20:45:55 +0000 |
parents | 34ec3a68775d |
children | 50f67a72ea1b |
files | etc/TODO lib-src/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <gerd@gnu.org> + + * 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 <andrewi@gnu.org> * makefile.nt (ALL): Do not include fakemail.
--- 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 <gerd@gnu.org> + + * 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 <eliz@is.elta.co.il> * dired.c (file_name_completion): Ignore a candidate directory if