comparison src/ChangeLog @ 39990:c306aaf12748

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Wed, 17 Oct 2001 03:33:11 +0000
parents 795002b191bb
children fd2d38d6e2e6
comparison
equal deleted inserted replaced
39989:c652433b7f2f 39990:c306aaf12748
1 2001-10-17 Miles Bader <miles@gnu.org>
2
3 * lisp.h (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
4 * xmenu.c, xdisp.c, term.c, dispnew.c, abbrev.c, editfns.c, buffer.c
5 * xfns.c, alloc.c, minibuf.c, xterm.c, xfaces.c:
6 Change doc-string comments to `new style' [w/`doc:' keyword].
7 (DOC_STRINGS_IN_COMMENTS): Macro removed.
8 * minibuf.c: Remove old commented-out-DEFUN that was used to fake
9 out make-docfile.
10
1 2001-10-16 Miles Bader <miles@gnu.org> 11 2001-10-16 Miles Bader <miles@gnu.org>
2 12
3 * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword]. 13 * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword].
4 14
5 2001-10-16 Gerd Moellmann <gerd@gnu.org> 15 2001-10-16 Gerd Moellmann <gerd@gnu.org>