Mercurial > emacs
changeset 48288:4ac82d1b052d
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 13 Nov 2002 23:35:10 +0000 |
parents | 205cb7dc9d47 |
children | 9c5f4d80a59c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <storm@cua.dk> + + * 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 <spiegel@gnu.org> * vc-rcs.el (vc-rcs-registered): Improve comment.