]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Wed, 17 Oct 2001 03:33:11 +0000 (03:33 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 17 Oct 2001 03:33:11 +0000 (03:33 +0000)
lib-src/ChangeLog
src/ChangeLog

index 6546c95987c11ad0d9d981321480e1cd3b5a28a5..45353abc12d2f7d41c826ecf56f4b57f0fe8b241 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-17  Miles Bader  <miles@gnu.org>
+
+       * make-docfile.c (put_char): New function.
+       (read_c_string_or_comment): Strip trailing spaces and newlines.
+
 2001-10-16  Miles Bader  <miles@gnu.org>
 
        * make-docfile.c (scan_c_file): Handle `new style' doc strings in
index 8241404d8d34a003be5c885c3a81d0ce7676ca61..205d1bfe7d452e4855e11b1ac38203a031af6dc2 100644 (file)
@@ -1,3 +1,13 @@
+2001-10-17  Miles Bader  <miles@gnu.org>
+
+       * lisp.h (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
+       * xmenu.c, xdisp.c, term.c, dispnew.c, abbrev.c, editfns.c, buffer.c
+       * xfns.c, alloc.c, minibuf.c, xterm.c, xfaces.c:
+       Change doc-string comments to `new style' [w/`doc:' keyword].
+       (DOC_STRINGS_IN_COMMENTS): Macro removed.
+       * minibuf.c: Remove old commented-out-DEFUN that was used to fake
+       out make-docfile.
+
 2001-10-16  Miles Bader  <miles@gnu.org>
 
        * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword].