# HG changeset patch # User Kim F. Storm # Date 1037230510 0 # Node ID 4ac82d1b052d832c8c690b6170cfd3c2823230ee # Parent 205cb7dc9d475eebc84571ebe5f7dd221e727be1 *** empty log message *** diff -r 205cb7dc9d47 -r 4ac82d1b052d lisp/ChangeLog --- a/lisp/ChangeLog Wed Nov 13 23:34:45 2002 +0000 +++ b/lisp/ChangeLog Wed Nov 13 23:35:10 2002 +0000 @@ -1,3 +1,15 @@ +2002-11-14 Kim F. Storm + + * textmodes/fill.el (fill-nobreak-invisible): New var. + (fill-nobreak-p): Test it; return t if set and point invisible. + (fill-newline): Test it; remove invisible prop on newline if set. + + * info.el (Info-fontify-node): New local list paragraph-markers. + Record markers for mangled *note references on that list. + When done, go back through those markers and fill each mangled + paragraph with `fill-nobreak-invisible' let-bound to t. + Don't use `display' property; insert "see" directly in buffer. + 2002-11-13 Andre Spiegel * vc-rcs.el (vc-rcs-registered): Improve comment.