comparison lisp/ChangeLog @ 48288:4ac82d1b052d

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 13 Nov 2002 23:35:10 +0000
parents 2c1a49c60af1
children 4fc880cb2d5c
comparison
equal deleted inserted replaced
48287:205cb7dc9d47 48288:4ac82d1b052d
1 2002-11-14 Kim F. Storm <storm@cua.dk>
2
3 * textmodes/fill.el (fill-nobreak-invisible): New var.
4 (fill-nobreak-p): Test it; return t if set and point invisible.
5 (fill-newline): Test it; remove invisible prop on newline if set.
6
7 * info.el (Info-fontify-node): New local list paragraph-markers.
8 Record markers for mangled *note references on that list.
9 When done, go back through those markers and fill each mangled
10 paragraph with `fill-nobreak-invisible' let-bound to t.
11 Don't use `display' property; insert "see" directly in buffer.
12
1 2002-11-13 Andre Spiegel <spiegel@gnu.org> 13 2002-11-13 Andre Spiegel <spiegel@gnu.org>
2 14
3 * vc-rcs.el (vc-rcs-registered): Improve comment. 15 * vc-rcs.el (vc-rcs-registered): Improve comment.
4 16
5 * vc-sccs.el (vc-sccs-registered): Improve comment. 17 * vc-sccs.el (vc-sccs-registered): Improve comment.