From: Miles Bader Date: Tue, 16 Oct 2001 13:09:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=142425283b302ef3914658f7b02aa8406f59ed83;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7a07718362d..6546c95987c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-16 Miles Bader + + * make-docfile.c (scan_c_file): Handle `new style' doc strings in + comments [with `doc:' keyword prefix]. + 2001-10-15 Gerd Moellmann * make-docfile.c (read_c_string_or_comment): Don't drop a '*' diff --git a/src/ChangeLog b/src/ChangeLog index 624167312f0..8241404d8d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-16 Miles Bader + + * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword]. + 2001-10-16 Gerd Moellmann * buffer.c (Fset_buffer_major_mode): Use initial-major-mode for