Mercurial > emacs
changeset 39978:795002b191bb
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 16 Oct 2001 13:09:06 +0000 |
parents | 51c2b8f7aa5a |
children | b2ccc516d0dd |
files | lib-src/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Tue Oct 16 13:07:29 2001 +0000 +++ b/lib-src/ChangeLog Tue Oct 16 13:09:06 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-16 Miles Bader <miles@gnu.org> + + * make-docfile.c (scan_c_file): Handle `new style' doc strings in + comments [with `doc:' keyword prefix]. + 2001-10-15 Gerd Moellmann <gerd@gnu.org> * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
--- a/src/ChangeLog Tue Oct 16 13:07:29 2001 +0000 +++ b/src/ChangeLog Tue Oct 16 13:09:06 2001 +0000 @@ -1,3 +1,7 @@ +2001-10-16 Miles Bader <miles@gnu.org> + + * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword]. + 2001-10-16 Gerd Moellmann <gerd@gnu.org> * buffer.c (Fset_buffer_major_mode): Use initial-major-mode for